Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle channel owner update of remote server | Chocobozzz | 2021-12-13 | 4 | -21/+30 |
| | |||||
* | Use bullseye for production docker image | Chocobozzz | 2021-12-13 | 1 | -1/+1 |
| | |||||
* | Added "zxx" (no linguistic content) in available video languages (#4631) | Florian CUNY | 2021-12-13 | 2 | -2/+6 |
| | | | | | | | | | | | | | * 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) | kontrollanten | 2021-12-13 | 27 | -246/+316 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 tests doc | Chocobozzz | 2021-12-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-13 | 3 | -3/+12 |
|\ | |||||
| * | Bumped to version v4.0.0v4.0.0 | Chocobozzz | 2021-12-13 | 2 | -2/+2 |
| | | |||||
| * | Update changelog | Chocobozzz | 2021-12-13 | 1 | -1/+10 |
| | | |||||
* | | Fix homepage | Chocobozzz | 2021-12-13 | 1 | -3/+3 |
| | | |||||
* | | Add ability for plugins to register client routes | Chocobozzz | 2021-12-10 | 14 | -13/+151 |
| | | |||||
* | | Add 'input-checkbox' value warning in doc | Chocobozzz | 2021-12-10 | 1 | -0/+4 |
| | | |||||
* | | Add upload/import/go live video attributes hooks | Chocobozzz | 2021-12-10 | 6 | -6/+98 |
| | | |||||
* | | Add filter on search results | Chocobozzz | 2021-12-10 | 5 | -22/+82 |
| | | |||||
* | | Add hls to prune storage script | Chocobozzz | 2021-12-10 | 3 | -36/+32 |
| | | |||||
* | | Fix tests | Chocobozzz | 2021-12-09 | 4 | -12/+21 |
| | | |||||
* | | No notification on moderator abuse | Chocobozzz | 2021-12-09 | 4 | -51/+86 |
| | | |||||
* | | Add filter:api.server.stats.get.result hook | Chocobozzz | 2021-12-09 | 5 | -2/+24 |
| | | |||||
* | | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-09 | 1 | -1/+0 |
|\| | |||||
| * | Fix lint | Chocobozzz | 2021-12-09 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-09 | 4 | -13/+17 |
|\| | |||||
| * | Fix homepage title | Chocobozzz | 2021-12-09 | 1 | -1/+6 |
| | | |||||
| * | Fix theme update when logged in | Chocobozzz | 2021-12-09 | 3 | -12/+11 |
| | | |||||
* | | Fix torrent metadata update for hls | Chocobozzz | 2021-12-09 | 3 | -17/+11 |
| | | |||||
* | | Remove unused code | Chocobozzz | 2021-12-09 | 1 | -25/+1 |
| | | |||||
* | | Improve control bar inactivity handling | Chocobozzz | 2021-12-09 | 3 | -14/+33 |
| | | | | | | | | | | Keep opened when user is in control bar settings Faster hidding transition for control bar | ||||
* | | Focus player after fullscreen | Chocobozzz | 2021-12-09 | 1 | -0/+8 |
| | | |||||
* | | Update torrents info name on video update | Chocobozzz | 2021-12-08 | 4 | -8/+18 |
| | | |||||
* | | Update torrent metadata on video update | Chocobozzz | 2021-12-08 | 7 | -13/+42 |
| | | |||||
* | | Improve production guide | Chocobozzz | 2021-12-08 | 1 | -57/+57 |
| | | | | | | | | | | Add syntax highlighting Add emoji on section titles to better differenciate each section | ||||
* | | Upgrade multer | Chocobozzz | 2021-12-08 | 2 | -5/+5 |
| | | |||||
* | | scripts/test: make MacOS compatible | kontrollanten | 2021-12-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | | man xargs: -r Compatibility with GNU xargs. The GNU version of xargs runs the utility argument at least once, even if xargs input is empty, and it supports a -r option to inhibit this behavior. The FreeBSD version of xargs does not run the utility argument on empty input, but it supports the -r option for command-line compatibility with GNU xargs, but the -r option does nothing in the FreeBSD version of xargs. | ||||
* | | Display server logs when server run fails | Chocobozzz | 2021-12-07 | 1 | -4/+8 |
| | | |||||
* | | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-07 | 2 | -17/+32 |
|\| | |||||
| * | Fix services tests | Chocobozzz | 2021-12-07 | 1 | -3/+3 |
| | | |||||
| * | Fix live log tags | Chocobozzz | 2021-12-07 | 1 | -14/+29 |
| | | |||||
* | | Fix live duration in player | Chocobozzz | 2021-12-07 | 1 | -0/+1 |
| | | |||||
* | | Add account block status in openapi | Chocobozzz | 2021-12-07 | 1 | -0/+56 |
| | | |||||
* | | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-07 | 4 | -9/+10 |
|\| | |||||
| * | Fix iframe allow-popups for oembed | Chocobozzz | 2021-12-07 | 1 | -1/+1 |
| | | |||||
| * | Fix report modal error | Chocobozzz | 2021-12-07 | 3 | -8/+9 |
| | | |||||
* | | Add mute status in account and channel pages | Chocobozzz | 2021-12-07 | 28 | -53/+533 |
| | | |||||
* | | Increase timeout | Chocobozzz | 2021-12-06 | 2 | -2/+2 |
| | | |||||
* | | Increase yarn timeout | Chocobozzz | 2021-12-06 | 1 | -2/+2 |
| | | | | | | | | It can be slow when building docker using qemu | ||||
* | | Add ability to redirect users on external auth | Chocobozzz | 2021-12-03 | 18 | -4/+166 |
| | | |||||
* | | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-03 | 2 | -4/+9 |
|\| | |||||
| * | Fix search on ios | Chocobozzz | 2021-12-03 | 2 | -4/+9 |
| | | |||||
* | | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-03 | 5 | -20/+38 |
|\| | |||||
| * | Fix pending transcoding with failed job | Chocobozzz | 2021-12-03 | 2 | -15/+18 |
| | | |||||
| * | Fix too long filename video upload | Chocobozzz | 2021-12-03 | 2 | -4/+19 |
| | | |||||
| * | Fix additional extensions admin config description | Chocobozzz | 2021-12-03 | 1 | -1/+1 |
| | |