aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Better moderation labelChocobozzz2021-11-021-1/+1
|
* Add ability to exclude muted accountsChocobozzz2021-11-026-43/+79
|
* Add admin videos loading animationChocobozzz2021-11-023-10/+21
|
* Some fixes for admin videos listChocobozzz2021-11-023-12/+13
|
* Add ability to preview embed in share modalChocobozzz2021-11-023-7/+39
|
* Remove useless componentsChocobozzz2021-10-2929-116/+7
|
* Add video file size info in admin videos listChocobozzz2021-10-296-10/+73
|
* Deprecate filter video queryChocobozzz2021-10-2913-45/+88
| | | | Introduce include and isLocal instead
* Always use my-table-expander-iconChocobozzz2021-10-298-24/+16
|
* Add videos list admin componentChocobozzz2021-10-2932-211/+582
|
* Put admin users in overview tabChocobozzz2021-10-2921-16/+32
|
* Add message if registration is disabledChocobozzz2021-10-293-48/+65
|
* Added label on the next autoplayed video and hide the hr line if unnecessary ↵Florian CUNY2021-10-262-1/+8
| | | | | | | | | | | | | | | (#4497) * Added label on the next autoplayed video Implements https://github.com/Chocobozzz/PeerTube/issues/4280 Also hid the hr line if autoplay is disabled * Applied code suggestion * Applied code suggestion * Applied the last remaining code suggestion
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-264-2/+42
| | | | | | | | | | | | | | | * 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-264-12/+15
| | | | 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
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-3/+4
| | | | | | | | | * prevent multiple post-process triggering of upload-resumable * switch from 409 to 503 for upload being processed * Improve resumable upload check Co-authored-by: Chocobozzz <me@florianbigard.com>
* Cleanup video playlist element miniature codeChocobozzz2021-10-222-5/+2
|
* Cleanup video update componentChocobozzz2021-10-223-31/+27
|
* Add warning and update privacy on share playlist (#4469)Nataly Rocha2021-10-223-1/+32
| | | | | | | | | | | | | * add warning and update privacy on share * update playlist display name on toast * change privacy update to link * remove conditional * Improve share private warning styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Provide origin URL to client and fix remote shareChocobozzz2021-10-224-14/+6
|
* Hide live transcoding features if disabledChocobozzz2021-10-211-2/+2
|
* Improve moderation dropdown UXChocobozzz2021-10-215-121/+154
|
* Fix privacy concern for remote videosChocobozzz2021-10-213-18/+22
|
* Fix ng select tags heightChocobozzz2021-10-202-2/+18
|
* Add ability to filter logs by tagsChocobozzz2021-10-206-19/+32
|
* Refactor log level choiceChocobozzz2021-10-202-26/+26
|
* Improve admin tables responsiveChocobozzz2021-10-209-34/+83
|
* Admin menu header consistency for system entriesChocobozzz2021-10-204-57/+76
|
* Fix max pagination in find in bulkChocobozzz2021-10-201-3/+3
|
* Add channel filters for my videos/followersChocobozzz2021-10-209-49/+130
|
* Add quick filter for followersChocobozzz2021-10-203-2/+14
|
* Add ability to view my followersChocobozzz2021-10-2029-128/+264
|
* Optimize channel with video in homepageChocobozzz2021-10-183-5/+6
|
* Fix find in bulkChocobozzz2021-10-184-11/+15
|
* Force live type specification in first stepChocobozzz2021-10-157-6/+62
|
* Try to improve permanent live labelChocobozzz2021-10-152-8/+18
|
* Fix my videos search on refreshChocobozzz2021-10-151-0/+4
|
* Remove protractor workaroundChocobozzz2021-10-147-77/+18
| | | | We don't use it anymore
* Fix admin edition disabling featureChocobozzz2021-10-143-5/+18
|
* Upgrade linkifyjsChocobozzz2021-10-121-93/+9
|
* Rename config keyChocobozzz2021-10-121-2/+6
|
* add option to always show channel display name (#4422)kontrollanten2021-10-126-25/+31
| | | | | | | | | | | | | | | * add option to always show channel display name closes #4040 * show avatar in video miniatures closes #4040 * Revert "show avatar in video miniatures" This reverts commit 79b1a84140857fc24f7e2233e838d012f72bc56f. * channel display name: fix review comments
* Merge branch 'release/3.4.0' into developChocobozzz2021-10-121-0/+1
|\
| * Fix upload can deactivateChocobozzz2021-10-121-0/+1
| |
| * Correctly disable infinite scroll for reuseChocobozzz2021-10-084-8/+13
| |
| * Fix autoblock message on upload pageChocobozzz2021-10-083-3/+6
| |
* | extend client-overrides with default images (#4392)kontrollanten2021-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * extend client-overrides with default images Add: * default-playlist.png * default-avatar-account.png * default-avatar-videochannel.png solves #4108 * Rename to default-avatar-video-channel.png Co-authored-by: Chocobozzz <me@florianbigard.com>
* | add ...playlist.elements.loaded hook (#4387)kontrollanten2021-10-124-33/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-1211-4/+46
| | | | | | | | | | | | | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI