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 |
||
---|---|---|
.. | ||
feature.ex |