Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -0/+4 |
| | |||||
* | Give moderators access to edit channels (#4608) | kontrollanten | 2021-12-13 | 1 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 my live videos filter | Chocobozzz | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 1 | -2/+25 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 1 | -4/+18 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -4/+8 |
| | |||||
* | Fix backend channel name validator consistency | Chocobozzz | 2021-08-05 | 1 | -5/+7 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -3/+3 |
| | |||||
* | Move middleware utils in middlewares | Chocobozzz | 2021-06-03 | 1 | -4/+3 |
| | | | | helpers modules should not import models | ||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 1 | -52/+61 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 1 | -2/+2 |
| | |||||
* | provide more schema examples in openapi spec | Rigel Kent | 2021-05-11 | 1 | -0/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2021-02-01 | 1 | -1/+1 |
| | |||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 1 | -1/+2 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 1 | -13/+12 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -25/+30 |
| | |||||
* | Add admin view to manage comments | Chocobozzz | 2020-11-16 | 1 | -0/+1 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Make channelName optionnal in tests only and validators | kimsible | 2020-08-11 | 1 | -14/+11 |
| | | | | | | | | Fix tests channel displayName Make channelName in createUser optionnal on server side to not break api Fix auto channelName with createUser in tests | ||||
* | Add validator channelName for create-user api | kimsible | 2020-08-11 | 1 | -0/+17 |
| | |||||
* | add check-params test for user list | Rigel Kent | 2020-07-03 | 1 | -2/+1 |
| | | | | fixes #2918 | ||||
* | add blocked filter in users list to filter banned users | Rigel Kent | 2020-07-02 | 1 | -0/+16 |
| | | | | fixes #2914 | ||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | Fix external auth email/password update | Chocobozzz | 2020-05-20 | 1 | -2/+7 |
| | | | | Also check if an actor does not already exist when creating the user | ||||
* | Add overview of a user's actions in user-edit (#2558) | Rigel Kent | 2020-03-27 | 1 | -4/+5 |
| | |||||
* | Creating a user with an empty password will send an email to let him set his ↵ | John Livingston | 2020-02-17 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests | ||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -4/+3 |
| | |||||
* | (plugins) adding signup scope and init hook, modifying ↵ | Rigel Kent | 2019-11-25 | 1 | -1/+2 |
| | | | | ensureUserRegistrationAllowed allowedParams | ||||
* | Add plugin hook on registration | Chocobozzz | 2019-10-25 | 1 | -3/+14 |
| | |||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 1 | -1/+2 |
| | |||||
* | Try to fix tests | Chocobozzz | 2019-09-24 | 1 | -1/+6 |
| | |||||
* | fix a few typos (#2141) | Lukas Winkler | 2019-09-23 | 1 | -1/+1 |
| | | | | | | | | * fix a few typos * apply changes to original files instead * additional correction | ||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -0/+7 |
| | |||||
* | Fix build | Chocobozzz | 2019-08-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/1.4.0' into develop | Chocobozzz | 2019-08-22 | 1 | -3/+8 |
|\ | |||||
| * | Fix user creation by moderators | Chocobozzz | 2019-08-22 | 1 | -3/+8 |
| | | |||||
* | | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -2/+3 |
|/ | |||||
* | Moderators can only manage users | Chocobozzz | 2019-07-30 | 1 | -33/+39 |
| | |||||
* | Fix scheduled privacy and verify email validations | Chocobozzz | 2019-07-25 | 1 | -2/+2 |
| | |||||
* | Fix express validator | Chocobozzz | 2019-07-25 | 1 | -4/+3 |
| | |||||
* | Refactor middleware helpers | Chocobozzz | 2019-07-24 | 1 | -2/+3 |
| | |||||
* | Add peertube plugin index website models | Chocobozzz | 2019-07-24 | 1 | -2/+3 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -0/+4 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -1/+4 |
| | |||||
* | Add ability to change email in client | Chocobozzz | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 1 | -10/+29 |
| | |||||
* | Improve registration | Chocobozzz | 2019-06-07 | 1 | -2/+10 |
| | | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step | ||||
* | Multi step registration | Chocobozzz | 2019-05-29 | 1 | -0/+6 |
| |