aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/video-playlist.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove previous thumbnail if neededChocobozzz2021-02-161-3/+16
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-6/+7
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-23/+23
|
* Add ability to a video multiple times in a playlistChocobozzz2020-08-191-1/+3
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Support logout and add id and pass testsChocobozzz2020-05-041-1/+1
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+2
|
* Fix 500 when adding video in playlistChocobozzz2020-03-191-1/+7
|
* Move to eslintcontainChocobozzz2020-02-031-1/+0
|
* Stronger model typingsChocobozzz2019-08-191-18/+18
|
* Automatically update playlist thumbnailsChocobozzz2019-08-011-18/+49
|
* Fix broken playlist apiChocobozzz2019-08-011-22/+13
|
* Add ability to unpublish video/playlistChocobozzz2019-06-061-0/+6
|
* Add default playlist imageChocobozzz2019-04-241-1/+1
|
* Upgrade sequelizeChocobozzz2019-04-241-13/+7
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-22/+25
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+2
|
* Move config in its own fileChocobozzz2019-04-111-1/+2
|
* Refresh playlistsChocobozzz2019-03-191-0/+6
|
* Cleanup express locals typingsChocobozzz2019-03-191-16/+14
|
* Add playlist updatedAt testsChocobozzz2019-03-181-4/+4
|
* Playlist reorder supportChocobozzz2019-03-181-3/+5
|
* Add to playlist dropdownChocobozzz2019-03-181-11/+23
|
* Add server migrationsChocobozzz2019-03-181-2/+8
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-20/+4
|
* Add playlist rest testsChocobozzz2019-03-181-3/+22
|
* Add playlist check param testsChocobozzz2019-03-181-6/+10
|
* Playlist server APIChocobozzz2019-03-181-0/+415