aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Handle async validatorsChocobozzz2022-01-034-18/+44
|
* Move uuid stuff in extra utilsChocobozzz2021-12-291-1/+1
| | | | Since it requires an external dependency
* Fix ngx loading bar deprecationChocobozzz2021-12-292-9/+13
|
* Enhance plugin video fieldsChocobozzz2021-12-292-11/+18
| | | | | Add video form tab selection Add ability to display an error
* Remove unnecessary onPage event on admin tablesChocobozzz2021-12-243-3/+3
|
* Move zxx to its own group in select-languages component (#4664)Florian CUNY2021-12-241-3/+13
| | | | | | | | | * Move zxx to its own group in select-languages component * Fix lint * Fix lint, again * Apply requested changes
* Don't stuck state when move transcoding job failedChocobozzz2021-12-231-0/+4
|
* Fix search result type auto filterChocobozzz2021-12-171-3/+3
|
* Fix buildChocobozzz2021-12-171-1/+2
|
* Add ability to disable p2p in embed with URLChocobozzz2021-12-162-10/+39
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-163-11/+6
|
* Fix homepageChocobozzz2021-12-131-3/+3
|
* Add filter on search resultsChocobozzz2021-12-102-2/+42
|
* Merge branch 'release/4.0.0' into developChocobozzz2021-12-091-1/+1
|\
| * Fix theme update when logged inChocobozzz2021-12-091-1/+1
| |
* | Merge branch 'release/4.0.0' into developChocobozzz2021-12-071-6/+7
|\|
| * Fix report modal errorChocobozzz2021-12-071-6/+7
| |
* | Add mute status in account and channel pagesChocobozzz2021-12-078-6/+59
|/
* Fix playlist miniature size with big descriptionChocobozzz2021-11-292-5/+8
|
* Introduce plugin id selectorsChocobozzz2021-11-263-3/+27
|
* Don't manage remote video filesChocobozzz2021-11-191-2/+4
|
* Stop killing peertube in ci scriptChocobozzz2021-11-181-1/+1
|
* Add ability to run transcoding jobsChocobozzz2021-11-183-3/+59
|
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-183-2/+57
|
* Add ability to bulk block videosChocobozzz2021-11-177-35/+74
|
* Add more when deleting a videoChocobozzz2021-11-151-5/+5
|
* Add ability to filter out public videos from adminChocobozzz2021-11-122-3/+9
|
* Improve user delete confirmation modalChocobozzz2021-11-121-2/+2
|
* Fix lintChocobozzz2021-11-091-1/+1
|
* Add available themes and plugins in feature tableChocobozzz2021-11-092-2/+29
|
* Refactor video viewsChocobozzz2021-11-092-1/+5
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* Add transcoding fail message in clientChocobozzz2021-11-091-0/+4
|
* Prefer "hide" since filters are not a modalChocobozzz2021-11-081-1/+1
|
* Fix englishChocobozzz2021-11-081-1/+1
|
* Support RTMPSChocobozzz2021-11-051-1/+6
|
* Improve advanced input filterChocobozzz2021-11-034-11/+89
|
* Move admin stuff in +adminChocobozzz2021-11-021-91/+12
|
* Fix select in share modalChocobozzz2021-11-021-1/+1
|
* Better moderation labelChocobozzz2021-11-021-1/+1
|
* Add ability to exclude muted accountsChocobozzz2021-11-022-23/+62
|
* Some fixes for admin videos listChocobozzz2021-11-021-8/+8
|
* Add ability to preview embed in share modalChocobozzz2021-11-023-7/+39
|
* Add video file size info in admin videos listChocobozzz2021-10-293-5/+15
|
* Deprecate filter video queryChocobozzz2021-10-298-37/+45
| | | | Introduce include and isLocal instead
* Always use my-table-expander-iconChocobozzz2021-10-291-1/+1
|
* Add videos list admin componentChocobozzz2021-10-2921-177/+298
|
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-262-1/+15
| | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota'
* Added Markdown formatting in playlist descriptionsPoslovitch2021-10-262-2/+11
| | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3627
* Changed label of "sort by views" to "sort by recent views"Poslovitch2021-10-261-1/+1
| | | | Fixes https://github.com/Chocobozzz/PeerTube/issues/4421
* Cleanup video playlist element miniature codeChocobozzz2021-10-221-4/+1
|