aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-playlist
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2023-05-244-11/+18
|
* Improve accessibilityChocobozzz2023-03-152-4/+4
|
* Prefer displaying channel for playlist elementChocobozzz2023-02-153-5/+12
|
* Reorder playlists when adding an elementChocobozzz2022-12-292-6/+14
|
* Fix client lintChocobozzz2022-11-151-1/+1
|
* Fix HTML in account/channel descriptionChocobozzz2022-11-141-1/+1
|
* feat: show contained playlists under My videos (#5125)kontrollanten2022-10-242-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Refactor form reactiveChocobozzz2022-10-071-2/+2
|
* Prevent fetching playlist status after logoutChocobozzz2022-07-281-2/+10
|
* Add ability for client to create server logsChocobozzz2022-07-182-9/+9
|
* Increase global font sizeChocobozzz2022-06-164-71/+59
|
* Migrate to bootstrap 5Chocobozzz2022-06-102-4/+3
|
* Reduce latency when adding a video to playlistChocobozzz2022-02-221-4/+17
|
* client: show private badge in playlistskontrollanten2022-02-073-7/+26
| | | | closes #2601
* video-playlist: show date and views countkontrollanten2022-02-032-1/+11
| | | | closes #4396
* Remove unnecessary functionChocobozzz2022-01-181-8/+1
|
* Fix ngx loading bar deprecationChocobozzz2021-12-291-2/+3
|
* Fix playlist miniature size with big descriptionChocobozzz2021-11-292-5/+8
|
* Added Markdown formatting in playlist descriptionsPoslovitch2021-10-262-2/+11
| | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3627
* Cleanup video playlist element miniature codeChocobozzz2021-10-221-4/+1
|
* 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-184-8/+8
|
* Fix client lintChocobozzz2021-08-172-36/+31
|
* Update client dependenciesChocobozzz2021-08-111-1/+1
|
* Fetch things in bulk for the homepageChocobozzz2021-08-021-14/+9
|
* Refactor video links buildersChocobozzz2021-07-263-3/+4
|
* Use show uuid for playlist miniaturesChocobozzz2021-07-051-1/+1
|
* Playlist miniature consistent font sizeChocobozzz2021-06-291-3/+9
|
* Support short uuid for GET video/playlistChocobozzz2021-06-293-2/+10
|
* Move to sass moduleChocobozzz2021-06-283-8/+8
|
* Move to sass @useChocobozzz2021-06-283-8/+8
|
* Add ability to search playlistsChocobozzz2021-06-254-34/+62
|
* Bidi supportChocobozzz2021-06-073-14/+22
|
* Use HTML config when possibleChocobozzz2021-06-041-8/+3
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-282-2/+2
| | | | And use them as default in client
* Make /a and /c default URLs for accounts and channelsKimsible2021-05-052-2/+2
|
* Move to stylelintChocobozzz2021-04-283-7/+9
|
* Remove avatarUrl from modelsChocobozzz2021-04-281-4/+0
|
* Playlist miniature consistencyChocobozzz2021-04-261-3/+3
|
* Refactor video miniatureChocobozzz2021-04-013-45/+77
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Add new default different avatar for channel and accountkimsible2020-11-251-3/+3
|
* Fix playlist update element dropdown uxChocobozzz2020-11-201-16/+26
|
* Improve playlist add dropdown uxChocobozzz2020-11-202-5/+12
|
* Fix dropdowns z-indexChocobozzz2020-11-201-2/+2
|
* Reorganize left menu and account menuChocobozzz2020-11-132-2/+2
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* Fix playlist element dropdown overflowChocobozzz2020-08-251-1/+1
|
* Fix responsive playlist elementsChocobozzz2020-08-191-2/+7
|