discourse/app
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
..
assets FEATURE: Add scopes to API keys (#9844) 2020-07-16 15:51:24 -03:00
controllers FEATURE: Add scopes to API keys (#9844) 2020-07-16 15:51:24 -03:00
helpers Revert "PERF: Move highlightjs to a background worker, and add result cache (#10191)" 2020-07-15 13:52:35 +01:00
jobs FEATURE: Allow group moderators to close/archive topics 2020-07-14 12:36:19 -04:00
mailers FEATURE: Implement support for IMAP and SMTP email protocols. (#8301) 2020-07-10 12:05:55 +03:00
models FEATURE: Add scopes to API keys (#9844) 2020-07-16 15:51:24 -03:00
serializers FEATURE: Add scopes to API keys (#9844) 2020-07-16 15:51:24 -03:00
services FIX: Inject extra lexemes for host lexeme. 2020-07-14 15:32:40 +08:00
views FIX: Correct user profile URLs in /about crawler view 2020-07-14 16:09:27 +01:00