Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hotfix/filter subscription videos (#5665) | Wicklow | 2023-03-02 | 1 | -13/+24 |
| | | | | | | | | | * Fix filters on subscription videos * Add tests to common video filters * Improve reliability when skipping subscrition path * Better parameters for skipping subscription videos | ||||
* | Fix CI using 127.0.0.1 for tests | Chocobozzz | 2022-12-12 | 1 | -19/+19 |
| | |||||
* | Fix channel follow with manually approved follower | Chocobozzz | 2022-10-11 | 1 | -417/+440 |
| | |||||
* | Cleanup tests imports | Chocobozzz | 2022-08-17 | 1 | -3/+1 |
| | |||||
* | We don't need to import mocha | Chocobozzz | 2022-08-17 | 1 | -1/+0 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 migrations | Chocobozzz | 2021-12-17 | 1 | -11/+44 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 1 | -1/+1 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -2/+3 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 1 | -4/+4 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 1 | -17/+17 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 1 | -30/+26 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Introduce login command | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Introduce subscriptions command | Chocobozzz | 2021-07-20 | 1 | -83/+61 |
| | |||||
* | Introduce follows command | Chocobozzz | 2021-07-20 | 1 | -18/+15 |
| | |||||
* | test search for subscriptions and video-channels | Rigel Kent | 2020-07-29 | 1 | -2/+30 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -7/+8 |
| | |||||
* | Fix subscriptions tests | Chocobozzz | 2020-01-10 | 1 | -1/+1 |
| | |||||
* | All API tests in parallel | Chocobozzz | 2019-05-15 | 1 | -17/+17 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 1 | -2/+3 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -5/+5 |
| | | | | Because they need dev dependencies | ||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -1/+1 |
| | |||||
* | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -5/+14 |
| | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | Add ability to search video channels | Chocobozzz | 2018-08-27 | 1 | -1/+18 |
| | |||||
* | Add ability to search a video with an URL | Chocobozzz | 2018-08-27 | 1 | -5/+23 |
| | |||||
* | Add get subscription endpoint | Chocobozzz | 2018-08-27 | 1 | -1/+26 |
| | |||||
* | Add ability to set a name to a channel | Chocobozzz | 2018-08-27 | 1 | -22/+15 |
| | |||||
* | Add subscriptions endpoints to REST API | Chocobozzz | 2018-08-27 | 1 | -0/+312 |