discourse/app/assets/javascripts/admin
Roman Rizzi f13ec11c64
FEATURE: Add scopes to API keys (#9844)
* Added scopes UI

* Create scopes when creating a new API key

* Show scopes on the API key show route

* Apply scopes on API requests

* Extend scopes from plugins

* Add missing scopes. A mapping can be associated with multiple controller actions

* Only send scopes if the use global key option is disabled. Use the discourse plugin registry to add new scopes

* Add not null validations and index for api_key_id

* Annotate model

* DEV: Move default mappings to ApiKeyScope

* Remove unused attribute and improve UI for existing keys

* Support multiple parameters separated by a comma
2020-07-16 15:51:24 -03:00
..
adapters FEATURE: Add scopes to API keys (#9844) 2020-07-16 15:51:24 -03:00
components REFACTOR: Remove Discourse.SiteSettings from user/admin-user 2020-07-15 11:48:55 -04:00
controllers FEATURE: Add scopes to API keys (#9844) 2020-07-16 15:51:24 -03:00
helpers DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
mixins UX: Add simple-list setting type (#9970) 2020-06-04 10:44:54 -04:00
models FEATURE: Add scopes to API keys (#9844) 2020-07-16 15:51:24 -03:00
routes FEATURE: Add scopes to API keys (#9844) 2020-07-16 15:51:24 -03:00
services DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
templates FEATURE: Add scopes to API keys (#9844) 2020-07-16 15:51:24 -03:00