aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos/video-playlists.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor API errors to standard error formatRigel Kent2021-06-021-36/+37
|
* Refactor auth flowChocobozzz2021-03-241-1/+1
| | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* Update server dependenciesChocobozzz2021-02-031-11/+12
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-13/+14
|
* Add ability to a video multiple times in a playlistChocobozzz2020-08-191-13/+6
|
* Split types and typingsChocobozzz2020-06-181-2/+2
|
* Move to eslintcontainChocobozzz2020-02-031-4/+5
|
* Add playlist search option and search input for add-to-video-playlist dropdownRigel Kent2019-12-261-0/+13
| | | | fixes #2138
* Type toActivityPubObject functionsChocobozzz2019-08-211-1/+1
|
* Stronger model typingsChocobozzz2019-08-191-39/+45
|
* Fix broken playlist apiChocobozzz2019-08-011-5/+3
|
* Fix express validatorChocobozzz2019-07-251-5/+12
|
* Refactor middleware helpersChocobozzz2019-07-241-3/+2
|
* Add ability to unpublish video/playlistChocobozzz2019-06-061-8/+7
|
* Fix playlist get for classic usersChocobozzz2019-05-281-1/+2
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Refresh playlistsChocobozzz2019-03-191-2/+1
|
* Cleanup express locals typingsChocobozzz2019-03-191-9/+8
|
* Does existChocobozzz2019-03-191-13/+13
|
* Forbid public playlists not assigned to a channelChocobozzz2019-03-181-7/+28
|
* Add videos playlist exist testsChocobozzz2019-03-181-3/+2
|
* Add to playlist dropdownChocobozzz2019-03-181-3/+20
|
* Add/update/delete/list my playlistsChocobozzz2019-03-181-0/+1
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-4/+4
|
* Add playlist rest testsChocobozzz2019-03-181-8/+40
|
* Add playlist check param testsChocobozzz2019-03-181-3/+41
|
* Playlist server APIChocobozzz2019-03-181-0/+302