Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase test timeout | Chocobozzz | 2022-06-16 | 1 | -1/+1 |
| | |||||
* | Fix my videos total counter | Chocobozzz | 2022-05-24 | 1 | -0/+7 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 3 | -7/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 types package dependencies | Chocobozzz | 2021-12-28 | 1 | -1/+1 |
| | |||||
* | Fix migrations | Chocobozzz | 2021-12-17 | 1 | -11/+44 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 3 | -6/+9 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 4 | -4/+4 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -0/+22 |
| | |||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 1 | -0/+25 |
| | |||||
* | Split check user params tests | Chocobozzz | 2021-10-20 | 1 | -1/+17 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 1 | -0/+156 |
| | |||||
* | Fix benchmark test | Chocobozzz | 2021-10-14 | 1 | -1/+1 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -1/+4 |
| | |||||
* | Alert user for low quota and video auto-block on upload page (#4336) | Ms Kimsible | 2021-08-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * Replace wording of instance contact * Add contact-us button to no-quota alert on upload page * Add alert for accounts with auto-blocked videos on upload page * Add alert for accounts without enough quota + refacto on upload page * Using ng-container and ng-template * Add alert for daily quota * Add hook filter for upload page alert messages * Add instance name as subtitle in contact modal * Fix eslint max-len on string * Fix missing word in quota left daily message - upload page Co-authored-by: Kimsible <kimsible@users.noreply.github.com> | ||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 1 | -2/+2 |
| | |||||
* | Generate random uuid for video files | Chocobozzz | 2021-07-26 | 1 | -9/+11 |
| | |||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 2 | -2/+2 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 4 | -6/+6 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 3 | -5/+5 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 4 | -18/+17 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 4 | -185/+185 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 3 | -140/+116 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 4 | -327/+143 |
| | |||||
* | Introduce login command | Chocobozzz | 2021-07-20 | 4 | -66/+59 |
| | |||||
* | Introduce server commands | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Introduce sql command | Chocobozzz | 2021-07-20 | 1 | -8/+5 |
| | |||||
* | Introduce comments command | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Introduce channels command | Chocobozzz | 2021-07-20 | 2 | -13/+7 |
| | |||||
* | Introduce blacklist command | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Introduce subscriptions command | Chocobozzz | 2021-07-20 | 1 | -83/+61 |
| | |||||
* | Introduce accounts command | Chocobozzz | 2021-07-20 | 2 | -30/+27 |
| | |||||
* | Introduce config command | Chocobozzz | 2021-07-20 | 2 | -22/+24 |
| | |||||
* | Introduce plugins command | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Introduce follows command | Chocobozzz | 2021-07-20 | 2 | -20/+21 |
| | |||||
* | Introduce abuse command | Chocobozzz | 2021-07-20 | 1 | -16/+12 |
| | |||||
* | Correctly export misc files | Chocobozzz | 2021-07-20 | 1 | -4/+4 |
| | |||||
* | refactor error code values for URI compatibility | Rigel Kent | 2021-06-02 | 1 | -9/+9 |
| | |||||
* | correct error codes and backward compat | Rigel Kent | 2021-06-02 | 1 | -8/+16 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 2 | -10/+11 |
| | |||||
* | Fix remote actor creation date | Chocobozzz | 2021-05-07 | 1 | -11/+17 |
| | |||||
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 1 | -5/+46 |
| | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow | ||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 1 | -2/+12 |
| | |||||
* | Allow users/visitors to search through an account's videos (#3589) | Rigel Kent | 2021-01-19 | 1 | -4/+23 |
| | | | | | | | * WIP: account search * add search to account view * add tests for account search | ||||
* | Add missing audit log if the user deletes its account | Chocobozzz | 2021-01-04 | 1 | -0/+2 |
| | |||||
* | Fix tests timeout | Chocobozzz | 2020-12-14 | 1 | -1/+2 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -24/+25 |
| | |||||
* | Add tests to gif resizer | Chocobozzz | 2020-11-25 | 1 | -3/+20 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 1 | -2/+2 |
| | |||||
* | test search for subscriptions and video-channels | Rigel Kent | 2020-07-29 | 1 | -2/+30 |
| | |||||
* | Add migrations | Chocobozzz | 2020-07-10 | 3 | -850/+21 |
| |