aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/video-playlists.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix filters on playlistsWicklow2023-02-231-5/+55
* (breaking): Always list nsfw videos in playlistsChocobozzz2023-01-191-14/+1
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-9/+9
* feat: show contained playlists under My videos (#5125)kontrollanten2022-10-241-1/+11
* server: serve files from storage/well-known (#5214)kontrollanten2022-10-041-1/+1
* Set AKISMET_KEY as envChocobozzz2022-09-281-1/+1
* Cleanup tests importsChocobozzz2022-08-171-3/+1
* We don't need to import mochaChocobozzz2022-08-171-1/+0
* Add basic video editor supportChocobozzz2022-02-281-1/+5
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-0/+2
* Move test functions outside extra-utilsChocobozzz2021-12-171-12/+11
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
* Reorganize importsChocobozzz2021-07-201-3/+3
* Refactor requestsChocobozzz2021-07-201-1/+1
* Use an object to represent a serverChocobozzz2021-07-201-9/+9
* Shorter server command namesChocobozzz2021-07-201-92/+92
* Introduce videos commandChocobozzz2021-07-201-11/+8
* Introduce user commandChocobozzz2021-07-201-28/+6
* Introduce login commandChocobozzz2021-07-201-4/+2
* Introduce channels commandChocobozzz2021-07-201-6/+3
* Introduce playlist commandChocobozzz2021-07-201-324/+240
* Introduce blacklist commandChocobozzz2021-07-201-4/+2
* Introduce blocklist commandChocobozzz2021-07-201-16/+10
* Introduce follows commandChocobozzz2021-07-201-20/+21
* Support short uuid for GET video/playlistChocobozzz2021-06-291-18/+53
* Fix tests timeoutChocobozzz2020-12-141-22/+16
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-6/+7
* Try to fix playlist testsChocobozzz2020-11-181-0/+5
* Merge branch 'feature/admin-comments' into developChocobozzz2020-11-161-1/+3
* Add ability to a video multiple times in a playlistChocobozzz2020-08-191-5/+30
* Add ability to share playlists in modalChocobozzz2020-08-071-1/+2
* Move to eslintcontainChocobozzz2020-02-031-196/+196
* Fix playlist searchChocobozzz2019-12-271-0/+19
* Automatically update playlist thumbnailsChocobozzz2019-08-011-0/+1
* Fix broken playlist apiChocobozzz2019-08-011-601/+872
* Improve registrationChocobozzz2019-06-071-1/+0
* Add ability to unpublish video/playlistChocobozzz2019-06-061-0/+34
* Fix playlist get for classic usersChocobozzz2019-05-281-1/+14
* All API tests in parallelChocobozzz2019-05-151-2/+2
* Fix overview endpointChocobozzz2019-04-241-5/+6
* Use test wrapper exit functionChocobozzz2019-04-241-3/+3
* Cleanup testsChocobozzz2019-04-241-6/+1
* Shared utils -> extra-utilsChocobozzz2019-04-241-1/+1
* Add user adminFlagsChocobozzz2019-04-151-1/+6
* Fix unit testsChocobozzz2019-03-181-5/+13
* Add playlist updatedAt testsChocobozzz2019-03-181-0/+31
* Add videos playlist exist testsChocobozzz2019-03-181-1/+41
* Add server migrationsChocobozzz2019-03-181-0/+10
* Add playlist rest testsChocobozzz2019-03-181-56/+672
* Playlist server APIChocobozzz2019-03-181-0/+161