aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/oauth-clients.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix runner api rate limit bypassChocobozzz2023-06-201-1/+3
|
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-061-1/+2
| | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated
* Fix shared importsChocobozzz2021-12-241-3/+2
|
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* add operationId doc middleware to so API endpointsRigel Kent2021-06-041-1/+2
|
* refactor API errors to standard error formatRigel Kent2021-06-021-1/+4
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-1/+2
|
* Move config in its own fileChocobozzz2019-04-111-1/+1
|
* Propagate old comment on new followChocobozzz2017-12-281-3/+2
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-2/+2
|
* Use async/await in controllersChocobozzz2017-10-261-13/+13
|
* Move to promisesChocobozzz2017-07-051-10/+11
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* ClientLocal -> OAuthClientLocalChocobozzz2017-06-251-0/+43