aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-playlist/video-playlist.service.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat: show contained playlists under My videos (#5125)kontrollanten2022-10-241-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: show contained playlists under My videos closes #4769 * refactor(server): remove unused types * fixes after code review * fix(client/video-miniature): add to playlist * fix(server/user/me): shortUUID response * Revert "fix(client/video-miniature): add to playlist" This reverts commit f1a0412391c7e2370b87df2594c9fe3f39a40ddc. * fix(client/PlaylistService): caching * Revert "fix(server/user/me): shortUUID response" This reverts commit e3f1ee4e335739b895bced938540c003df24af73. * Fix fetching playlists Co-authored-by: Chocobozzz <me@florianbigard.com>
* Prevent fetching playlist status after logoutChocobozzz2022-07-281-2/+10
|
* Add ability for client to create server logsChocobozzz2022-07-181-4/+4
|
* Remove unnecessary functionChocobozzz2022-01-181-8/+1
|
* Fix ngx loading bar deprecationChocobozzz2021-12-291-2/+3
|
* Add ability to view my followersChocobozzz2021-10-201-3/+3
|
* Fix find in bulkChocobozzz2021-10-181-1/+1
|
* Remove protractor workaroundChocobozzz2021-10-141-4/+2
| | | | We don't use it anymore
* add ...playlist.elements.loaded hook (#4387)kontrollanten2021-10-121-5/+5
| | | | | | | | | | | | | * client: add ...playlist.elements.loaded hook closes #4385 * fix linting error * client: add playlist metadata to video-watch hooks * Prefer using a filter for playlist elements hook Co-authored-by: Chocobozzz <me@florianbigard.com>
* Migrate client to eslintChocobozzz2021-08-181-5/+5
|
* Fetch things in bulk for the homepageChocobozzz2021-08-021-14/+9
|
* Update playlist add component to accept multiple times the same videoChocobozzz2020-08-191-1/+2
|
* Fix startAt/stopAt playlist element editionChocobozzz2020-08-191-3/+6
|
* Fix playlist deletionChocobozzz2020-08-191-1/+5
|
* Reorganize client shared modulesChocobozzz2020-06-231-0/+355