aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Add an option to provide responsive embed (#5690)Wicklow2023-03-142-15/+34
| | | | | | | * Add option to provide responsive embed * Fix typo * More understandable parameter
* Don't display alt for actor imagesChocobozzz2023-03-072-10/+1
| | | | We don't need it since it's just a "cosmetic" image
* Refactor my actor avatar editChocobozzz2023-03-077-76/+70
|
* Fix displaying remote actor avatarsChocobozzz2023-03-022-22/+47
|
* Fix action dropdown heightChocobozzz2023-03-011-1/+0
|
* Fix instance accordion line heightChocobozzz2023-02-271-1/+1
|
* Update doc anchor linksChocobozzz2023-02-231-1/+1
|
* Move to new documentation linksChocobozzz2023-02-222-2/+2
|
* Fix channel buttons heightChocobozzz2023-02-221-0/+2
|
* Fix angular build, againChocobozzz2023-02-205-5/+5
| | | | Maybe a bug in the sass loader
* Fix reset zoom buttonChocobozzz2023-02-202-4/+12
|
* Fix buttons accessibility using keyboardChocobozzz2023-02-201-1/+1
|
* Fix buttons CSSChocobozzz2023-02-202-5/+1
|
* Increase theme compatibilityChocobozzz2023-02-172-5/+2
| | | | Try to use CSS variable as much as possible
* Update server dependenciesChocobozzz2023-02-161-1/+1
|
* Fix stats anchor linkChocobozzz2023-02-155-171/+2
|
* Prefer displaying channel for playlist elementChocobozzz2023-02-156-25/+36
|
* Refactor login redirection/button linksChocobozzz2023-02-148-10/+46
| | | | Correctly handle external auth redirection in all cases
* Fix broadcast message inconsistency with previewChocobozzz2023-02-131-2/+4
|
* Fix custom markupChocobozzz2023-01-254-11/+26
|
* Support short UUID for custom markup videosChocobozzz2023-01-251-1/+1
|
* Prevent layout shift in videos listChocobozzz2023-01-242-2/+2
|
* Merge branch 'release/5.0.0' into developChocobozzz2023-01-231-1/+4
|\
| * Fix auto play setting for anonymous usersChocobozzz2023-01-231-1/+4
| |
* | Add user registration policy infoChocobozzz2023-01-232-4/+12
| |
* | Add ability to not send an email for registrationChocobozzz2023-01-201-1/+1
| |
* | Refactor row selection resetChocobozzz2023-01-203-3/+3
| |
* | Support bulk registration request removalChocobozzz2023-01-202-2/+2
| |
* | Support mailto links for custom markupChocobozzz2023-01-192-8/+19
| |
* | Add missing url unique index in local video viewerChocobozzz2023-01-191-2/+0
| |
* | Implement signup approval in clientChocobozzz2023-01-1916-89/+42
| |
* | Optimize custom markup angular tagsChocobozzz2023-01-135-10/+15
| | | | | | | | We can use the on push strategy with these components
* | Increase textarea debounce time for custom markupChocobozzz2023-01-131-1/+3
| |
* | Merge branch 'release/5.0.0' into developChocobozzz2023-01-121-0/+3
|\|
| * Fix support field when updating the videoChocobozzz2023-01-121-0/+3
| |
* | Process requests in correct orderChocobozzz2022-12-291-24/+38
| |
* | Reorder playlists when adding an elementChocobozzz2022-12-293-7/+15
|/
* Display video actions in homepageChocobozzz2022-12-212-2/+2
|
* Fix client lintChocobozzz2022-11-154-5/+5
|
* Merge branch 'release/4.3.0' into developChocobozzz2022-11-143-10/+23
|\
| * Prevent XSS with ng-selectChocobozzz2022-11-143-10/+23
| | | | | | | | | | | | When using ng-option See https://github.com/ng-select/ng-select/issues/1363
* | Federate entire descriptionChocobozzz2022-11-141-0/+3
| | | | | | | | | | | | Introduce an explicit field truncatedDescription description in video list is deprecated description in video get will contain the entire description
* | Fix HTML in account/channel descriptionChocobozzz2022-11-147-10/+14
| |
* | Breaking API: Consistency with role id/labelChocobozzz2022-10-281-1/+4
| |
* | Don't display live sessions block without sessionsChocobozzz2022-10-251-1/+1
| |
* | Deleting an abuse is only for adminsChocobozzz2022-10-251-4/+3
| |
* | Use onpush strategy for dropdownChocobozzz2022-10-252-4/+6
| |
* | Put private videos under a specific subdirectoryChocobozzz2022-10-245-10/+59
| |
* | feat: show contained playlists under My videos (#5125)kontrollanten2022-10-247-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Added filter to sort videos by name (alphabetical order)Poslovitch2022-10-241-0/+1
| | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/5134