0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/ee/models
Michael Matloka 8b5ecc9f6f
Dashboard permissions base (#8394)
* Add models for dashboard permissions

* Update migrations

* Add basic API capabilities

* Add basic dashboard perms UI

* Update test_insight.ambr

* Fix typing

* Split RestrictionLevel into RestrictionLevel&PrivilegeLevel for clarity

* Update migrations post-merge
2022-02-02 17:16:35 +01:00
..
test Add verified properties to event definitions (#8081) 2022-01-18 08:38:55 -06:00
__init__.py Dashboard permissions base (#8394) 2022-02-02 17:16:35 +01:00
dashboard_privilege.py Dashboard permissions base (#8394) 2022-02-02 17:16:35 +01:00
event_definition.py Add verified properties to event definitions (#8081) 2022-01-18 08:38:55 -06:00
explicit_team_membership.py Dashboard permissions base (#8394) 2022-02-02 17:16:35 +01:00
hook.py Refactor AvailableFeature from strings to an enum everywhere (#5856) 2021-09-09 12:19:55 +02:00
license.py Experimentation pay gate (#8169) 2022-01-21 09:54:48 -06:00
property_definition.py