aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/plugins.ts
Commit message (Collapse)AuthorAgeFilesLines
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* refactor API errors to standard error formatRigel Kent2021-06-021-5/+5
|
* Refactor auth flowChocobozzz2021-03-241-7/+7
| | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* plugins: add optional authentication for routeskontrollanten2020-12-081-0/+3
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-6/+7
|
* Reorganize shared modelsChocobozzz2020-08-071-1/+1
|
* Client calls revoke-token endpoint on logoutChocobozzz2020-05-041-1/+1
|
* Begin support for external authsChocobozzz2020-05-041-1/+19
|
* Add ability for plugins to add custom routesChocobozzz2020-04-101-11/+30
|
* Add plugin translation systemChocobozzz2019-07-261-1/+19
|
* Add plugin static files cacheChocobozzz2019-07-241-4/+15
|
* WIP plugins: update pluginChocobozzz2019-07-241-6/+34
|
* WIP plugins: static filesChocobozzz2019-07-241-7/+19
|
* WIP plugins: add ability to register pluginsChocobozzz2019-07-241-0/+48