mirror of
https://github.com/plausible/analytics.git
synced 2024-12-27 19:47:26 +03:00
c0fe2a3996
* Include ApiKey functions in Auth context * Make feature notice work without %Site{} Previously the extra feature notice required a %Site{} in order to check the owner plan. However, not every feature is scoped by site, for example the Stats API. For features like this, a %User{} is required, and not a %Site{}. This commit replaces the `:site` param with `:billable_user`, which is common to both site and user-scoped features. * Add stats_api to the list of extra features * Limit API Key creation based on user plan |
||
---|---|---|
.. | ||
membership | ||
change_domain.html.heex | ||
edit_shared_link.html.eex | ||
import_from_google_confirm.html.eex | ||
import_from_google_user_metric_form.html.eex | ||
import_from_google_view_id_form.html.eex | ||
index.html.eex | ||
new_shared_link.html.eex | ||
new.html.eex | ||
settings_custom_domain.html.eex | ||
settings_danger_zone.html.eex | ||
settings_email_reports.html.eex | ||
settings_funnels.html.heex | ||
settings_general.html.eex | ||
settings_goals.html.heex | ||
settings_people.html.eex | ||
settings_props.html.heex | ||
settings_search_console.html.eex | ||
settings_visibility.html.eex | ||
snippet_after_domain_change.html.eex | ||
snippet.html.heex |