Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase player control bar size | Chocobozzz | 2022-01-10 | 2 | -0/+19 |
| | |||||
* | Fix button group | Chocobozzz | 2022-01-03 | 1 | -2/+2 |
| | |||||
* | Handle async validators | Chocobozzz | 2022-01-03 | 13 | -54/+79 |
| | |||||
* | Replace url when redirecting plugin admin url | Chocobozzz | 2021-12-29 | 1 | -1/+1 |
| | |||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 2 | -2/+3 |
| | | | | Since it requires an external dependency | ||||
* | Translate plugin settings | Chocobozzz | 2021-12-29 | 3 | -37/+42 |
| | |||||
* | Refactor admin plugins | Chocobozzz | 2021-12-29 | 15 | -93/+83 |
| | |||||
* | Fix ngx loading bar deprecation | Chocobozzz | 2021-12-29 | 2 | -9/+13 |
| | |||||
* | Refactor plugin card | Chocobozzz | 2021-12-29 | 14 | -83/+110 |
| | |||||
* | Refactor video edition | Chocobozzz | 2021-12-29 | 1 | -9/+15 |
| | |||||
* | Enhance plugin video fields | Chocobozzz | 2021-12-29 | 5 | -24/+77 |
| | | | | | Add video form tab selection Add ability to display an error | ||||
* | Support official plugins | Chocobozzz | 2021-12-28 | 1 | -0/+5 |
| | |||||
* | Remove unnecessary onPage event on admin tables | Chocobozzz | 2021-12-24 | 14 | -33/+19 |
| | |||||
* | Fix table all page selection | Chocobozzz | 2021-12-24 | 3 | -3/+3 |
| | |||||
* | Move zxx to its own group in select-languages component (#4664) | Florian CUNY | 2021-12-24 | 1 | -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 failed | Chocobozzz | 2021-12-23 | 3 | -0/+12 |
| | |||||
* | Ensure plugins are loaded for client route | Chocobozzz | 2021-12-17 | 1 | -0/+5 |
| | |||||
* | Fix search result type auto filter | Chocobozzz | 2021-12-17 | 1 | -3/+3 |
| | |||||
* | Fix build | Chocobozzz | 2021-12-17 | 1 | -1/+2 |
| | |||||
* | Add ability to disable p2p in embed with URL | Chocobozzz | 2021-12-16 | 2 | -10/+39 |
| | |||||
* | Use different p2p policy for embeds and webapp | Chocobozzz | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 17 | -239/+319 |
| | |||||
* | Ability for admins to set default upload values | Chocobozzz | 2021-12-14 | 9 | -22/+18 |
| | |||||
* | Add meaning to date short names | Chocobozzz | 2021-12-13 | 1 | -26/+26 |
| | |||||
* | Added "zxx" (no linguistic content) in available video languages (#4631) | Florian CUNY | 2021-12-13 | 1 | -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) | kontrollanten | 2021-12-13 | 16 | -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 homepage | Chocobozzz | 2021-12-13 | 1 | -3/+3 |
| | |||||
* | Add ability for plugins to register client routes | Chocobozzz | 2021-12-10 | 8 | -5/+109 |
| | |||||
* | Add filter on search results | Chocobozzz | 2021-12-10 | 5 | -22/+82 |
| | |||||
* | 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 |
| | | |||||
* | | Update torrents info name on video update | Chocobozzz | 2021-12-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-07 | 3 | -8/+9 |
|\| | |||||
| * | Fix report modal error | Chocobozzz | 2021-12-07 | 3 | -8/+9 |
| | | |||||
* | | Add mute status in account and channel pages | Chocobozzz | 2021-12-07 | 14 | -26/+96 |
| | | |||||
* | | Add ability to redirect users on external auth | Chocobozzz | 2021-12-03 | 6 | -4/+63 |
| | | |||||
* | | 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 | 2 | -4/+19 |
|\| | |||||
| * | Fix too long filename video upload | Chocobozzz | 2021-12-03 | 1 | -3/+18 |
| | | |||||
| * | Fix additional extensions admin config description | Chocobozzz | 2021-12-03 | 1 | -1/+1 |
| | | |||||
* | | add plugin selector to about/menu elements (#4597) | kontrollanten | 2021-12-03 | 3 | -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 role | Chocobozzz | 2021-12-03 | 1 | -1/+2 |
|/ | |||||
* | Fix audio upload if not enabled by instance | Chocobozzz | 2021-12-01 | 1 | -0/+1 |
| | |||||
* | Fix playlist miniature size with big description | Chocobozzz | 2021-11-29 | 2 | -5/+8 |
| | |||||
* | Fix player placeholder width | Chocobozzz | 2021-11-29 | 1 | -0/+2 |
| | |||||
* | Introduce plugin id selectors | Chocobozzz | 2021-11-26 | 4 | -4/+28 |
| |