aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-playlist.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+4
|
* Add ability to search playlistsChocobozzz2021-06-251-7/+77
|
* Refactor AP playlistsChocobozzz2021-06-031-3/+2
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-1/+1
| | | | And use them as default in client
* Stricter models typingChocobozzz2021-05-121-1/+2
|
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
|
* add channel and playlist stats to server stats endpoint (#3747)Rigel Kent2021-04-121-13/+47
| | | | | | | * add channel and playlist stats to nodeinfo * add tests for active video channels stats * fix tests for active channel stats
* Remove previous thumbnail if neededChocobozzz2021-02-161-0/+1
|
* Generate a name for caption filesChocobozzz2021-02-161-1/+1
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-13/+9
|
* Fix live replay duration glitchChocobozzz2020-12-021-16/+16
|
* Keep displayName as valid playlist sortChocobozzz2020-12-011-2/+2
|
* Add ability to share playlists in modalChocobozzz2020-08-071-0/+1
|
* Handle playlist oembedChocobozzz2020-08-071-0/+4
|
* Add fcbk open-graph and twitter-card metas for accounts, video-channels, ↵Kim2020-07-311-0/+4
| | | | | | | | | | | | | | | | | playlists urls (#2996) * Add open-graph and twitter-card metas to accounts and video-channels * Add open-graph and twitter-card to video-playlists watch view * Refactor meta-tags creation server-side * Add client.ts tests for account, channel and playlist tags * Correct lint forbidden spaces * Correct test regression on client.ts Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Split types and typingsChocobozzz2020-06-181-3/+3
|
* Add missing channel playlists AP endpointChocobozzz2020-05-131-5/+15
|
* Fix HLS audio only transcodingChocobozzz2020-05-051-1/+1
|
* Add API doc for playlistsChocobozzz2020-04-211-1/+3
|
* Move to eslintcontainChocobozzz2020-02-031-17/+17
|
* Cleanup server fixmeChocobozzz2020-01-281-1/+1
|
* Optimize list my playlists SQL queryChocobozzz2020-01-091-18/+22
|
* Fix playlist searchChocobozzz2019-12-271-15/+6
|
* Add playlist search option and search input for add-to-video-playlist dropdownRigel Kent2019-12-261-5/+26
| | | | fixes #2138
* Type toActivityPubObject functionsChocobozzz2019-08-211-2/+2
|
* Type toFormattedJSONChocobozzz2019-08-201-1/+2
|
* Stronger model typingsChocobozzz2019-08-191-5/+13
|
* Automatically update playlist thumbnailsChocobozzz2019-08-011-1/+4
|
* Fix broken playlist apiChocobozzz2019-08-011-4/+4
|
* Upgrade sequelizeChocobozzz2019-04-241-26/+21
|
* Update sequelizeChocobozzz2019-04-241-12/+16
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-29/+56
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-3/+4
|
* Refresh playlistsChocobozzz2019-03-191-1/+14
|
* Add videos playlist exist testsChocobozzz2019-03-181-2/+3
|
* Add to playlist dropdownChocobozzz2019-03-181-0/+23
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-2/+28
|
* Add playlist rest testsChocobozzz2019-03-181-16/+76
|
* Add playlist check param testsChocobozzz2019-03-181-2/+2
|
* Playlist server APIChocobozzz2019-03-181-0/+381