aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
...
* Add ability for admins to set default p2p policyChocobozzz2021-12-1617-239/+319
|
* Ability for admins to set default upload valuesChocobozzz2021-12-149-22/+18
|
* Add meaning to date short namesChocobozzz2021-12-131-26/+26
|
* Added "zxx" (no linguistic content) in available video languages (#4631)Florian CUNY2021-12-131-1/+3
| | | | | | | | | | | | | * Added "zxx" (no linguistic content) in available video languages Implements https://github.com/Chocobozzz/PeerTube/issues/1489 * FIx lint * Fix lint * Put other languages below instance languages Co-authored-by: Chocobozzz <me@florianbigard.com>
* Give moderators access to edit channels (#4608)kontrollanten2021-12-1316-156/+205
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * give admins access to edit all channels closes #4598 * test(channels): +admin update another users channel * Fix tests * fix(server): delete another users channel Since the channel owner isn't necessary the auth user we need to check the right account whether it's the last video or not. * REMOVE_ANY_VIDEO_CHANNEL > MANAGE_ANY_VIDEO_CHANNEL Merge REMOVE_ANY_VIDEO_CHANNEL and MANY_VIDEO_CHANNELS to MANAGE_ANY_VIDEO_CHANNEL. * user-right: moderator can't manage admins channel * client: MyVideoChannelCreateComponent > VideoChannelCreateComponent * client: MyVideoChannelEdit > VideoChannelEdit * Revert "user-right: moderator can't manage admins channel" This reverts commit 2c627c154e2bfe6af2e0f45efb27faf4117572f3. * server: clean dupl validator functionality * fix ensureUserCanManageChannel usage It's not async anymore. * server: merge channel validator middleares ensureAuthUserOwnsChannelValidator & ensureUserCanManageChannel gets merged into one middleware. * client(VideoChannelEdit): redirect to prev route * fix(VideoChannels): handle anon users * client: new routes for create/update channel * Refactor channel validators Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix homepageChocobozzz2021-12-131-3/+3
|
* Add ability for plugins to register client routesChocobozzz2021-12-108-5/+109
|
* Add filter on search resultsChocobozzz2021-12-105-22/+82
|
* Merge branch 'release/4.0.0' into developChocobozzz2021-12-091-1/+0
|\
| * Fix lintChocobozzz2021-12-091-1/+0
| |
* | Merge branch 'release/4.0.0' into developChocobozzz2021-12-094-13/+17
|\|
| * Fix homepage titleChocobozzz2021-12-091-1/+6
| |
| * Fix theme update when logged inChocobozzz2021-12-093-12/+11
| |
* | Update torrents info name on video updateChocobozzz2021-12-081-1/+1
| |
* | Merge branch 'release/4.0.0' into developChocobozzz2021-12-073-8/+9
|\|
| * Fix report modal errorChocobozzz2021-12-073-8/+9
| |
* | Add mute status in account and channel pagesChocobozzz2021-12-0714-26/+96
| |
* | Add ability to redirect users on external authChocobozzz2021-12-036-4/+63
| |
* | Merge branch 'release/4.0.0' into developChocobozzz2021-12-032-4/+9
|\|
| * Fix search on iosChocobozzz2021-12-032-4/+9
| |
* | Merge branch 'release/4.0.0' into developChocobozzz2021-12-032-4/+19
|\|
| * Fix too long filename video uploadChocobozzz2021-12-031-3/+18
| |
| * Fix additional extensions admin config descriptionChocobozzz2021-12-031-1/+1
| |
* | add plugin selector to about/menu elements (#4597)kontrollanten2021-12-033-66/+73
| | | | | | | | | | | | | | | | | | * add plugin selector to about/menu elements closes #4586 * Update plugin selector names Co-authored-by: Chocobozzz <me@florianbigard.com>
* | Fix forgot password button roleChocobozzz2021-12-031-1/+2
|/
* Fix audio upload if not enabled by instanceChocobozzz2021-12-011-0/+1
|
* Fix playlist miniature size with big descriptionChocobozzz2021-11-292-5/+8
|
* Fix player placeholder widthChocobozzz2021-11-291-0/+2
|
* Introduce plugin id selectorsChocobozzz2021-11-264-4/+28
|
* Improve notification settings UIChocobozzz2021-11-263-31/+77
|
* Optimize HLS/WebTorrent videos onlyChocobozzz2021-11-251-4/+4
|
* 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-185-8/+90
|
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-185-17/+101
|
* Add ability to bulk block videosChocobozzz2021-11-1710-39/+110
|
* Add local/remote badgesChocobozzz2021-11-171-0/+3
|
* Don't display log tag filter for audit logsChocobozzz2021-11-161-1/+1
|
* Fix progress displayChocobozzz2021-11-162-6/+10
|
* Fix account switch in channels pageChocobozzz2021-11-151-0/+1
|
* Add more when deleting a videoChocobozzz2021-11-151-5/+5
|
* Add ability to filter out public videos from adminChocobozzz2021-11-123-7/+29
|
* Remove contributors list from /about/peertubeChocobozzz2021-11-125-67/+1
| | | | | Some contributors don't want to be associated to a particular peertube instance
* Improve user delete confirmation modalChocobozzz2021-11-121-2/+2
|
* Update angularChocobozzz2021-11-101-1/+1
|
* Fix lintChocobozzz2021-11-091-1/+1
|
* Add available themes and plugins in feature tableChocobozzz2021-11-092-2/+29
|
* Refactor video viewsChocobozzz2021-11-094-5/+9
| | | | | | | | 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-093-0/+12
|
* Prefer "hide" since filters are not a modalChocobozzz2021-11-081-1/+1
|