aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Limit scope to local when finding in bulkChocobozzz2022-01-311-3/+20
|
* Split user serviceChocobozzz2022-01-2121-276/+342
|
* Fix abuse crash on deleted reporter accountChocobozzz2022-01-201-0/+1
|
* Open and close settings modal using query paramsChocobozzz2022-01-202-12/+25
|
* Plugins can add custom instance infoboxChocobozzz2022-01-204-6/+28
|
* Add ability to cancel & delete video importsChocobozzz2022-01-196-13/+40
|
* Automatically restart live on server/live restartChocobozzz2022-01-191-3/+0
|
* Remove unnecessary functionChocobozzz2022-01-1815-174/+44
|
* Reduce history method namesChocobozzz2022-01-182-6/+6
|
* Add ability to delete history elementChocobozzz2022-01-184-6/+34
|
* menu: hide undefined iconskontrollanten2022-01-151-1/+1
| | | Hide my-global-icon when custom menu items are added without icon property.
* Fix user ban modal grammar to account for multiple users (#4722)The Cashew Trader2022-01-142-1/+5
| | | | | | | | | | | * Fix user ban modal grammar to account for multiple users * Address variable sugggestion * Address property syntax suggestion * Address localization suggestion * More concise `isSingleUser` declaration
* Upgrade client dependenciesChocobozzz2022-01-141-2/+2
|
* Fix timestamp clickChocobozzz2022-01-132-3/+3
|
* Cleanup player hotkeysChocobozzz2022-01-131-11/+17
|
* Increase player control bar sizeChocobozzz2022-01-102-0/+19
|
* Fix button groupChocobozzz2022-01-031-2/+2
|
* Handle async validatorsChocobozzz2022-01-0313-54/+79
|
* Replace url when redirecting plugin admin urlChocobozzz2021-12-291-1/+1
|
* Move uuid stuff in extra utilsChocobozzz2021-12-292-2/+3
| | | | Since it requires an external dependency
* Translate plugin settingsChocobozzz2021-12-293-37/+42
|
* Refactor admin pluginsChocobozzz2021-12-2915-93/+83
|
* Fix ngx loading bar deprecationChocobozzz2021-12-292-9/+13
|
* Refactor plugin cardChocobozzz2021-12-2914-83/+110
|
* Refactor video editionChocobozzz2021-12-291-9/+15
|
* Enhance plugin video fieldsChocobozzz2021-12-295-24/+77
| | | | | Add video form tab selection Add ability to display an error
* Support official pluginsChocobozzz2021-12-281-0/+5
|
* Remove unnecessary onPage event on admin tablesChocobozzz2021-12-2414-33/+19
|
* Fix table all page selectionChocobozzz2021-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-233-0/+12
|
* Ensure plugins are loaded for client routeChocobozzz2021-12-171-0/+5
|
* 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
|
* Use different p2p policy for embeds and webappChocobozzz2021-12-161-1/+1
|
* 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
| |