Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to list imports of a channel sync | Chocobozzz | 2022-08-10 | 1 | -2/+9 |
| | |||||
* | Refactor user build and express file middlewares | Chocobozzz | 2022-03-04 | 1 | -1/+1 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -5/+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> | ||||
* | Add ability to filter my imports by target URL | Chocobozzz | 2022-01-19 | 1 | -6/+6 |
| | |||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 1 | -3/+1 |
| | |||||
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -1/+7 |
| | |||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 1 | -1/+3 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -0/+1 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Refactor AP actors | Chocobozzz | 2021-06-03 | 1 | -1/+1 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 1 | -3/+3 |
| | |||||
* | Refactor a little bit controllers | Chocobozzz | 2021-05-12 | 1 | -18/+25 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 1 | -1/+2 |
| | |||||
* | Add banner tests | Chocobozzz | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | Add banners support | Chocobozzz | 2021-04-08 | 1 | -4/+4 |
| | |||||
* | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | Allow webp image uploads | Chocobozzz | 2021-01-26 | 1 | -3/+3 |
| | |||||
* | Add user video list hooks | Chocobozzz | 2021-01-20 | 1 | -7/+15 |
| | |||||
* | add ability to remove one's avatar for account and channels (#3467) | Rigel Kent | 2021-01-13 | 1 | -2/+16 |
| | | | | | | | * 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 | ||||
* | Retrieve user by id instead of username | Chocobozzz | 2021-01-11 | 1 | -1/+1 |
| | |||||
* | Add missing audit log if the user deletes its account | Chocobozzz | 2021-01-04 | 1 | -2/+7 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -2/+3 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 1 | -3/+3 |
| | |||||
* | Optimize default sort when listing videos | Chocobozzz | 2020-08-20 | 1 | -1/+2 |
| | | | | createdAt does not have the appropriate index | ||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 1 | -11/+10 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -2/+2 |
| | |||||
* | Improve SQL query for my special playlists | Chocobozzz | 2020-01-03 | 1 | -4/+3 |
| | |||||
* | Add miniature quick actions to add video to Watch later playlist | Rigel Kent | 2020-01-02 | 1 | -1/+1 |
| | |||||
* | Add search bars for a user's videos and playlist library | Rigel Kent | 2019-12-28 | 1 | -1/+2 |
| | |||||
* | autoplay next video support for playlists | Rigel Kent | 2019-12-13 | 1 | -0/+1 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 config instance warning modal | Chocobozzz | 2019-09-05 | 1 | -6/+6 |
| | |||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -9/+13 |
| | |||||
* | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 1 | -11/+0 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -0/+1 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -0/+1 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 1 | -1/+15 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -6/+6 |
| | |||||
* | 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/+10 |
| | |||||
* | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 1 | -1/+1 |
| | | | | And add some tests | ||||
* | Move subscriptions controllers in its own file | Chocobozzz | 2019-01-14 | 1 | -154/+2 |
| | |||||
* | Add history on server side | Chocobozzz | 2018-12-18 | 1 | -0/+1 |
| | | | | Add ability to disable, clear and list user videos history | ||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -2/+2 |
| |