aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/plugins.ts
Commit message (Expand)AuthorAgeFilesLines
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-061-2/+2
* 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
* 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