aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/playlist.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix 404 AP status codesChocobozzz2021-03-241-8/+9
* Use got instead of requestChocobozzz2021-03-241-35/+19
* Remove previous thumbnail if neededChocobozzz2021-02-161-1/+1
* Generate a name for caption filesChocobozzz2021-02-161-2/+0
* Upgrade sequelize to v6Chocobozzz2020-12-091-0/+2
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-1/+2
* Split types and typingsChocobozzz2020-06-181-3/+3
* Update dependenciesChocobozzz2020-02-281-2/+4
* Stronger model typingsChocobozzz2019-08-191-10/+9
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-2/+3
* Automatically update playlist thumbnailsChocobozzz2019-08-011-0/+3
* Upgrade sequelizeChocobozzz2019-04-241-8/+6
* Update sequelizeChocobozzz2019-04-241-3/+3
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-14/+11
* 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-2/+54
* Add playlist rest testsChocobozzz2019-03-181-1/+3
* Playlist server APIChocobozzz2019-03-181-0/+162