Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve enums at compile time | Chocobozzz | 2021-12-28 | 1 | -1/+1 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -0/+1 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 2 | -0/+7 |
| | |||||
* | Give moderators access to edit channels (#4608) | kontrollanten | 2021-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 1 | -1/+2 |
| | |||||
* | Add ability to remove hls/webtorrent files | Chocobozzz | 2021-11-18 | 1 | -1/+3 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 2 | -0/+2 |
| | |||||
* | Add ability to search by host in server | Chocobozzz | 2021-07-27 | 1 | -5/+2 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 2 | -0/+8 |
| | |||||
* | Instance homepage support (#4007) | Chocobozzz | 2021-05-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service | ||||
* | Fix lint | Chocobozzz | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 2 | -1/+18 |
| | |||||
* | Reduce bundle size using a const enum | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 1 | -0/+1 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -0/+5 |
| | |||||
* | Implement video comment list in admin | Chocobozzz | 2020-11-13 | 1 | -0/+1 |
| | |||||
* | Begin live tests | Chocobozzz | 2020-11-09 | 1 | -0/+1 |
| | |||||
* | Don't use @shared in models | Chocobozzz | 2020-08-27 | 1 | -1/+1 |
| | | | | So other projects can use them | ||||
* | Make channelName optionnal only for the API | kimsible | 2020-08-11 | 1 | -1/+1 |
| | |||||
* | Add channelName to user-create server-side and models | kimsible | 2020-08-11 | 1 | -0/+1 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 4 | -39/+3 |
| | |||||
* | Add abuse messages/states notifications | Chocobozzz | 2020-07-31 | 2 | -5/+18 |
| | |||||
* | Add ability to report account | Chocobozzz | 2020-07-10 | 1 | -0/+2 |
| | |||||
* | Add new abuses tests | Chocobozzz | 2020-07-10 | 1 | -1/+1 |
| | |||||
* | Add migrations | Chocobozzz | 2020-07-10 | 2 | -4/+7 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 3 | -4/+15 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 1 | -4/+6 |
| | |||||
* | preserve original variable names server-side | Rigel Kent | 2020-06-10 | 4 | -6/+6 |
| | |||||
* | rename blacklist to block/blocklist, merge block and auto-block views | Rigel Kent | 2020-06-10 | 4 | -6/+6 |
| | | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790 | ||||
* | Add last login date to users | Chocobozzz | 2020-05-07 | 1 | -0/+2 |
| | |||||
* | Add auth plugin info in users list | Chocobozzz | 2020-05-05 | 1 | -0/+2 |
| | |||||
* | Add overview of a user's actions in user-edit (#2558) | Rigel Kent | 2020-03-27 | 1 | -0/+5 |
| | |||||
* | Update dependencies | Chocobozzz | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -1/+0 |
| | |||||
* | Add url field in caption and use it for thumbnails | Chocobozzz | 2020-01-30 | 1 | -4/+2 |
| | |||||
* | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 1 | -1/+3 |
| | |||||
* | Share playlists state | Chocobozzz | 2020-01-06 | 1 | -2/+0 |
| | |||||
* | Improve SQL query for my special playlists | Chocobozzz | 2020-01-03 | 1 | -1/+10 |
| | |||||
* | Add miniature quick actions to add video to Watch later playlist | Rigel Kent | 2020-01-02 | 1 | -0/+5 |
| | |||||
* | autoplay next video support for playlists | Rigel Kent | 2019-12-13 | 2 | -0/+2 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again | ||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 2 | -2/+11 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 2 | -2/+7 |
| | |||||
* | WIP plugins: plugin settings on server side | Chocobozzz | 2019-07-24 | 1 | -1/+3 |
| | |||||
* | WIP plugins: load theme on client side | Chocobozzz | 2019-07-24 | 1 | -0/+3 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -0/+2 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -0/+1 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 1 | -0/+1 |
| | |||||
* | Improve registration | Chocobozzz | 2019-06-07 | 1 | -0/+2 |
| | | | | | | | * 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 | ||||
* | Add ability to specify channel on registration | Chocobozzz | 2019-05-28 | 1 | -0/+10 |
| |