Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -4/+3 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Give moderators access to edit channels (#4608) | kontrollanten | 2021-12-13 | 1 | -3/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -3/+3 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 1 | -5/+5 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 1 | -46/+46 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 1 | -37/+32 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -11/+11 |
| | |||||
* | Introduce login command | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Introduce sql command | Chocobozzz | 2021-07-20 | 1 | -3/+2 |
| | |||||
* | Introduce channels command | Chocobozzz | 2021-07-20 | 1 | -161/+88 |
| | |||||
* | Fix hooks definition | Chocobozzz | 2021-07-01 | 1 | -4/+14 |
| | |||||
* | Update channel updatedAt when uploading a video | Chocobozzz | 2021-05-10 | 1 | -25/+57 |
| | |||||
* | Add size info in db for actor images | Chocobozzz | 2021-04-08 | 1 | -0/+11 |
| | |||||
* | Add ability to update the banner | Chocobozzz | 2021-04-08 | 1 | -1/+3 |
| | |||||
* | Add banner tests | Chocobozzz | 2021-04-08 | 1 | -16/+70 |
| | |||||
* | test search for subscriptions and video-channels | Rigel Kent | 2020-07-29 | 1 | -0/+26 |
| | |||||
* | Split notification tests | Chocobozzz | 2020-06-16 | 1 | -2/+2 |
| | |||||
* | Add videos count in channels list | Chocobozzz | 2020-06-16 | 1 | -5/+24 |
| | |||||
* | Optimize views per day in video channels | Chocobozzz | 2020-06-12 | 1 | -0/+1 |
| | |||||
* | Use inner join and document code for viewr stats for channels | Rigel Kent | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | Tests for viewsPerDay | Rigel Kent | 2020-03-31 | 1 | -3/+41 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -17/+18 |
| | |||||
* | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 1 | -6/+36 |
| | |||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -4/+0 |
| | |||||
* | Add pagination to account video channels endpoint | Chocobozzz | 2019-05-29 | 1 | -3/+61 |
| | |||||
* | All API tests in parallel | Chocobozzz | 2019-05-15 | 1 | -4/+4 |
| | |||||
* | Redundancy and search tests in parallel too | Chocobozzz | 2019-05-14 | 1 | -3/+3 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 1 | -2/+3 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 1 | -3/+1 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -3/+3 |
| | | | | Because they need dev dependencies | ||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵ | buoyantair | 2018-11-20 | 1 | -2/+4 |
|\ | | | | | | | move-utils-to-shared | ||||
| * | Cleanup tests imports | Chocobozzz | 2018-11-19 | 1 | -2/+4 |
| | | |||||
* | | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -3/+3 |
|/ | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | Add ability to set a name to a channel | Chocobozzz | 2018-08-27 | 1 | -17/+44 |
| | |||||
* | API: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 1 | -1/+33 |
| | |||||
* | Improve tests when waiting pending jobs | Chocobozzz | 2018-06-13 | 1 | -10/+6 |
| | |||||
* | Only use account name in routes | Chocobozzz | 2018-05-25 | 1 | -3/+2 |
| | |||||
* | Add ability to update a video channel | Chocobozzz | 2018-05-11 | 1 | -21/+57 |
| | |||||
* | Add video channel management | Chocobozzz | 2018-04-26 | 1 | -2/+2 |
| | |||||
* | Update video-channel routes (again) | Chocobozzz | 2018-04-25 | 1 | -5/+5 |
| | | | | Use /video-channels now, it's more simple for clients | ||||
* | Video channel API routes refractor | Chocobozzz | 2018-04-25 | 1 | -9/+24 |
| | |||||
* | Update video channel routes | Chocobozzz | 2018-04-24 | 1 | -4/+11 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -45/+77 |
| | |||||
* | Increase tests timeout | Chocobozzz | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Add tests to handle down server | Chocobozzz | 2018-01-11 | 1 | -8/+8 |
| | |||||
* | Tests directories refractor | Chocobozzz | 2017-12-28 | 1 | -0/+139 |