aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/video-playlist.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix runner api rate limit bypassChocobozzz2023-06-201-0/+3
|
* Fix reset sequelize instanceChocobozzz2023-05-111-1/+1
|
* Fix filters on playlistsWicklow2023-02-231-1/+1
|
* Fix retrying update on sql serialization conflictChocobozzz2023-02-141-4/+2
|
* (breaking): Always list nsfw videos in playlistsChocobozzz2023-01-191-5/+2
| | | | | | Keep the same behaviour as unlisted videos The frontend is in charge to blur the video element if the nsfw setting is "hide" or "blur"
* Fix server lintChocobozzz2022-11-151-2/+8
|
* Don't inject untrusted inputChocobozzz2022-11-151-2/+3
| | | | | Even if it's already checked in middlewares It's better to have safe modals too
* Refactor user build and express file middlewaresChocobozzz2022-03-041-1/+1
|
* add filter:api.video-playlist.videos.list.* hookskontrollanten2022-02-281-2/+8
| | | | closes #4775
* Move uuid stuff in extra utilsChocobozzz2021-12-291-1/+1
| | | | Since it requires an external dependency
* Move test functions outside extra-utilsChocobozzz2021-12-171-1/+1
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-1/+1
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* Add `req` and `res` as controllers hooks parameterslutangar2021-11-251-1/+1
| | | | | Hooks prefixed by `action:api` now give access the original express req and res. Checkout guide.md for possible usage.
* Fix unused parameterChocobozzz2021-11-161-3/+3
|
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Introduce playlist commandChocobozzz2021-07-201-3/+4
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-1/+3
|
* Add video-playlist-element.created hook (#4196)kontrollanten2021-06-281-0/+3
| | | | | | | | | | | | | | | | | | | * add playlists.videos.list.params/results hooks closes #4192 * Revert "add playlists.videos.list.params/results hooks" This reverts commit ebd822ca0b769d88dbc5ae0062b286238cbced92. * add video-playlist-element.created hook closes #4192 * test: add playlist-element.created * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add ability to search playlistsChocobozzz2021-06-251-5/+3
|
* createThumbnail -> updateThumbnailChocobozzz2021-06-041-4/+4
|
* Refactor a little bit controllersChocobozzz2021-05-121-1/+1
|
* 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