Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 10 | -1869/+0 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html | ||||
* | Give moderators access to edit channels (#4608) | kontrollanten | 2021-12-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 mute status in account and channel pages | Chocobozzz | 2021-12-07 | 1 | -1/+24 |
| | |||||
* | Fix typo | Chocobozzz | 2021-11-19 | 2 | -2/+2 |
| | |||||
* | Split check user params tests | Chocobozzz | 2021-10-20 | 1 | -4/+4 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 1 | -1/+23 |
| | |||||
* | Search channels against handles and not names | Chocobozzz | 2021-07-29 | 1 | -1/+2 |
| | |||||
* | Add ability to search by host in server | Chocobozzz | 2021-07-27 | 1 | -204/+279 |
| | |||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 2 | -8/+37 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 6 | -11/+6 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 8 | -31/+10 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 3 | -7/+8 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 5 | -20/+20 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 5 | -417/+428 |
| | |||||
* | Adapt CLI to new commands | Chocobozzz | 2021-07-20 | 1 | -4/+3 |
| | |||||
* | Introduce login command | Chocobozzz | 2021-07-20 | 5 | -122/+142 |
| | |||||
* | Introduce notifications command | Chocobozzz | 2021-07-20 | 3 | -105/+114 |
| | |||||
* | Fix CLI tools | Chocobozzz | 2021-07-20 | 1 | -2/+2 |
| | |||||
* | Specify if we want to fallback to the server token | Chocobozzz | 2021-07-20 | 3 | -0/+14 |
| | |||||
* | Introduce live command | Chocobozzz | 2021-07-20 | 1 | -1/+0 |
| | |||||
* | Introduce subscriptions command | Chocobozzz | 2021-07-20 | 3 | -94/+95 |
| | |||||
* | Introduce blocklist command | Chocobozzz | 2021-07-20 | 3 | -240/+137 |
| | |||||
* | Introduce accounts command | Chocobozzz | 2021-07-20 | 3 | -63/+82 |
| | |||||
* | Introduce socket io command | Chocobozzz | 2021-07-20 | 1 | -4/+3 |
| | |||||
* | Correctly export misc files | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Fix comment notification test | Chocobozzz | 2021-05-28 | 1 | -1/+1 |
| | |||||
* | Refactor a little bit live tests | Chocobozzz | 2021-05-07 | 1 | -4/+19 |
| | |||||
* | Add banner tests | Chocobozzz | 2021-04-08 | 1 | -2/+2 |
| | |||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 1 | -8/+64 |
| | |||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 1 | -0/+2 |
| | |||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 1 | -6/+7 |
| | | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses | ||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 5 | -47/+121 |
| | |||||
* | Fix migration and test | Chocobozzz | 2020-11-25 | 1 | -10/+22 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -1/+13 |
| | |||||
* | Add abuse messages/states notifications | Chocobozzz | 2020-07-31 | 1 | -0/+61 |
| | |||||
* | test search for subscriptions and video-channels | Rigel Kent | 2020-07-29 | 1 | -2/+12 |
| | |||||
* | Add new abuses tests | Chocobozzz | 2020-07-10 | 1 | -8/+67 |
| | |||||
* | Add migrations | Chocobozzz | 2020-07-10 | 1 | -1/+1 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 1 | -3/+3 |
| | |||||
* | add blocked filter in users list to filter banned users | Rigel Kent | 2020-07-02 | 1 | -2/+11 |
| | | | | fixes #2914 | ||||
* | Fix users tests | Chocobozzz | 2020-07-02 | 1 | -1/+1 |
| | |||||
* | allow limiting video-comments rss feeds to an account or video channel | Rigel Kent | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | More robust max bitrate calculation | Chocobozzz | 2020-06-17 | 1 | -1/+4 |
| | |||||
* | Split notification tests | Chocobozzz | 2020-06-16 | 1 | -8/+100 |
| | |||||
* | Fix external auth email/password update | Chocobozzz | 2020-05-20 | 1 | -2/+2 |
| | | | | Also check if an actor does not already exist when creating the user | ||||
* | Switch emails to pug templates and provide richer html/text-only versions | Rigel Kent | 2020-05-08 | 1 | -30/+30 |
| | |||||
* | Add external login tests | Chocobozzz | 2020-05-04 | 1 | -1/+22 |
| | |||||
* | Add ability for auth plugins to hook tokens validity | Chocobozzz | 2020-05-04 | 1 | -0/+19 |
| | |||||
* | Begin auth plugin support | Chocobozzz | 2020-05-04 | 1 | -0/+11 |
| |