aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Expand)AuthorAgeFilesLines
* Support short uuid for GET video/playlistChocobozzz2021-06-2917-85/+151
* Fix ownership change with a live videoChocobozzz2021-06-283-79/+122
* Add ability to search playlistsChocobozzz2021-06-253-4/+21
* Refactor include checksChocobozzz2021-06-111-2/+1
* Use raw SQL for most of video queriesChocobozzz2021-06-112-9/+5
* Fetch directly all video attributes for get APIChocobozzz2021-06-112-1/+6
* add video upload types, add doc middleware to more routesRigel Kent2021-06-062-7/+12
* refactor docMiddleware to support operationId-only formRigel Kent2021-06-041-3/+6
* fetch -> loadChocobozzz2021-06-032-5/+5
* Move middleware utils in middlewaresChocobozzz2021-06-0349-124/+580
* Refactor AP actorsChocobozzz2021-06-031-3/+3
* Refactor server errors handlerChocobozzz2021-06-024-6/+54
* refactor error code values for URI compatibilityRigel Kent2021-06-021-3/+3
* correct error codes and backward compatRigel Kent2021-06-023-7/+5
* refactor API errors to standard error formatRigel Kent2021-06-0229-361/+502
* improve api param message for video names and tagsRigel Kent2021-05-313-8/+21
* improve api param message for datesRigel Kent2021-05-315-12/+20
* Implemented configurable minimum signup agePoslovitch2021-05-281-0/+1
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-5/+19
* CleanupChocobozzz2021-05-282-60/+0
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-278-62/+180
|\
| * Error if importing a torrent with multiple filesChocobozzz2021-05-111-3/+0
| * Reorganize plugin modelsChocobozzz2021-05-111-7/+7
| * Cleanup shared modelsChocobozzz2021-05-111-1/+1
| * Cleanup models directory organizationChocobozzz2021-05-115-19/+19
| * provide more schema examples in openapi specRigel Kent2021-05-111-0/+1
| * Fix E2E testsChocobozzz2021-05-101-1/+0
| * Resumable video uploads (#3933)kontrollanten2021-05-102-32/+153
* | Add server API actors routeKimsible2021-05-052-0/+60
|/
* Add ability to filter my videos by liveChocobozzz2021-05-031-2/+6
* Upgrade server dep'Chocobozzz2021-04-121-1/+1
* Ensure to install supported pluginsChocobozzz2021-04-121-2/+0
* Add banner testsChocobozzz2021-04-082-5/+6
* Add banners supportChocobozzz2021-04-083-9/+10
* Add filter hook to forbid embed accessChocobozzz2021-03-241-1/+1
* Refactor auth flowChocobozzz2021-03-244-16/+14
* Fix AP security testsChocobozzz2021-03-241-1/+1
* Add jobs tag to loggerChocobozzz2021-03-244-19/+26
* Upgrade server dependenciesChocobozzz2021-03-031-1/+2
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-3/+3
* Use named chunk for embed on analyzeChocobozzz2021-02-251-1/+1
* Fix separate SQL query for video getChocobozzz2021-02-251-5/+4
* Trim video name also on serverChocobozzz2021-02-251-0/+2
* Add ability to update torrents cache in clientChocobozzz2021-02-181-0/+1
* Ensure we don't receive things from local actorsChocobozzz2021-02-081-1/+1
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-0/+2
* Update server dependenciesChocobozzz2021-02-035-17/+20
* Fix lintChocobozzz2021-02-011-1/+1
* Add ability to update plugin authChocobozzz2021-02-011-1/+2
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-2/+2