Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor user build and express file middlewares | Chocobozzz | 2022-03-04 | 1 | -3/+2 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -6/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 1 | -2/+1 |
| | |||||
* | Give moderators access to edit channels (#4608) | kontrollanten | 2021-12-13 | 1 | -7/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 video file size info in admin videos list | Chocobozzz | 2021-10-29 | 1 | -1/+0 |
| | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 1 | -4/+13 |
| | | | | Introduce include and isLocal instead | ||||
* | Split check user params tests | Chocobozzz | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 1 | -10/+45 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 1 | -2/+2 |
| | |||||
* | Refactor search query options | Chocobozzz | 2021-07-29 | 1 | -11/+5 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 1 | -2/+2 |
| | |||||
* | Refactor AP actors | Chocobozzz | 2021-06-03 | 1 | -1/+1 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 1 | -2/+2 |
| | |||||
* | Refactor a little bit controllers | Chocobozzz | 2021-05-12 | 1 | -5/+2 |
| | |||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 1 | -11/+12 |
| | |||||
* | Add banner tests | Chocobozzz | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | Add banners support | Chocobozzz | 2021-04-08 | 1 | -17/+49 |
| | |||||
* | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | Fix broken local actors | Chocobozzz | 2021-02-26 | 1 | -4/+3 |
| | | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons | ||||
* | Allow webp image uploads | Chocobozzz | 2021-01-26 | 1 | -3/+3 |
| | |||||
* | add ability to remove one's avatar for account and channels (#3467) | Rigel Kent | 2021-01-13 | 1 | -2/+17 |
| | | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change | ||||
* | Use dedicated hooks for account/channel videos | Chocobozzz | 2020-12-08 | 1 | -2/+9 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -2/+3 |
| | |||||
* | Optimize default sort when listing videos | Chocobozzz | 2020-08-20 | 1 | -20/+21 |
| | | | | createdAt does not have the appropriate index | ||||
* | harmonize search for libraries | Rigel Kent | 2020-07-29 | 1 | -2/+1 |
| | |||||
* | variable columns for users list, more columns possible, badge display for ↵ | Rigel Kent | 2020-07-29 | 1 | -2/+9 |
| | | | | statuses | ||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | Support logout and add id and pass tests | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 1 | -2/+3 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -2/+1 |
| | |||||
* | Add ability to skip count query | Chocobozzz | 2020-01-08 | 1 | -2/+4 |
| | |||||
* | Type toActivityPubObject functions | Chocobozzz | 2019-08-21 | 1 | -1/+2 |
| | |||||
* | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 1 | -2/+2 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 1 | -5/+21 |
| | |||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -6/+5 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+2 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -1/+2 |
| | |||||
* | Cleanup express locals typings | Chocobozzz | 2019-03-19 | 1 | -10/+9 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 1 | -1/+6 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 1 | -1/+26 |
| | |||||
* | Refresh remote actors on GET enpoints | Chocobozzz | 2019-01-14 | 1 | -0/+6 |
| | |||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -2/+2 |
| | |||||
* | Remove inferred type | Chocobozzz | 2018-12-05 | 1 | -2/+2 |
| | |||||
* | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | Add ability to list all local videos | Chocobozzz | 2018-10-10 | 1 | -1/+3 |
| | | | | Including private/unlisted for moderators/admins | ||||
* | Check video channel name is unique on our instance | Chocobozzz | 2018-10-01 | 1 | -1/+1 |
| |