aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-playlist
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use playlistPosition for playlists instead of videoIdChocobozzz2020-08-191-1/+1
|
* Fix video playlist resumingChocobozzz2020-08-191-2/+8
|
* Update playlist add component to accept multiple times the same videoChocobozzz2020-08-194-126/+280
|
* Fix playlist dropdown active colorChocobozzz2020-08-191-0/+4
|
* Fix startAt/stopAt playlist element editionChocobozzz2020-08-191-3/+6
|
* Fix playlist deletionChocobozzz2020-08-191-1/+5
|
* We don't need services anymore for validatorsChocobozzz2020-08-171-3/+3
|
* Migrate to $localizeChocobozzz2020-08-142-13/+8
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Add ability to share playlists in modalChocobozzz2020-08-071-1/+7
|
* Reorganize shared modelsChocobozzz2020-08-071-1/+1
|
* Upgrade to angular 10Chocobozzz2020-08-071-1/+1
|
* Fix issues with external links in search pageChocobozzz2020-07-201-1/+1
|
* Reorganize client shared modulesChocobozzz2020-06-2314-0/+1620