Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing wait jobs | Chocobozzz | 2023-05-19 | 3 | -4/+4 |
| | |||||
* | Fix tests | Chocobozzz | 2023-05-17 | 2 | -2/+2 |
| | |||||
* | Increase timeouts | Chocobozzz | 2023-05-10 | 1 | -8/+8 |
| | |||||
* | Add runner server tests | Chocobozzz | 2023-05-09 | 1 | -5/+10 |
| | |||||
* | Feature/Add replay privacy (#5692) | Wicklow | 2023-03-31 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments | ||||
* | Fix CI | Chocobozzz | 2023-02-17 | 1 | -3/+2 |
| | |||||
* | Add signup approval API tests | Chocobozzz | 2023-01-19 | 3 | -27/+89 |
| | |||||
* | Fix build | Chocobozzz | 2022-12-29 | 1 | -5/+13 |
| | |||||
* | Improve upgrade documentation | Chocobozzz | 2022-12-28 | 1 | -11/+11 |
| | |||||
* | Increase timeout | Chocobozzz | 2022-12-12 | 1 | -2/+2 |
| | |||||
* | Fix CI using 127.0.0.1 for tests | Chocobozzz | 2022-12-12 | 5 | -19/+19 |
| | |||||
* | Increase timeouts | Chocobozzz | 2022-11-29 | 1 | -15/+15 |
| | |||||
* | Fix live tests | Chocobozzz | 2022-10-11 | 1 | -1/+1 |
| | |||||
* | Decrease plugin version check for tests | Chocobozzz | 2022-10-04 | 1 | -3/+3 |
| | |||||
* | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-09-27 | 1 | -1/+1 |
|\ | |||||
| * | Fix InvalidVideoTitle console warning | Chocobozzz | 2022-09-27 | 1 | -1/+1 |
| | | |||||
* | | Increase test timeout | Chocobozzz | 2022-09-27 | 1 | -1/+1 |
|/ | |||||
* | Increase test timeout | Chocobozzz | 2022-09-14 | 1 | -1/+1 |
| | |||||
* | Increase test timeout | Chocobozzz | 2022-09-13 | 1 | -1/+1 |
| | |||||
* | Cleanup tests imports | Chocobozzz | 2022-08-17 | 3 | -9/+3 |
| | |||||
* | We don't need to import mocha | Chocobozzz | 2022-08-17 | 5 | -5/+0 |
| | |||||
* | Fix lint | Chocobozzz | 2022-07-13 | 2 | -2/+2 |
| | |||||
* | Fix various typos | luz paz | 2022-06-07 | 1 | -1/+1 |
| | | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy` | ||||
* | Increase test timeout | Chocobozzz | 2022-05-20 | 1 | -1/+1 |
| | |||||
* | Support live session in server | Chocobozzz | 2022-05-03 | 1 | -3/+73 |
| | |||||
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 1 | -7/+7 |
| | |||||
* | Add video edition finished notification | Chocobozzz | 2022-03-22 | 1 | -1/+40 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 2 | -2/+4 |
| | | | | Since it requires an external dependency | ||||
* | Add version to generate types packages | Chocobozzz | 2021-12-28 | 1 | -1/+1 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 5 | -29/+18 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 5 | -5/+5 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 2 | -2/+2 |
| | | | | | | | | | | | 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 | ||||
* | No notification on moderator abuse | Chocobozzz | 2021-12-09 | 1 | -34/+50 |
| | |||||
* | Increase timeout | Chocobozzz | 2021-12-06 | 1 | -1/+1 |
| | |||||
* | Fix typo | Chocobozzz | 2021-11-19 | 1 | -3/+3 |
| | |||||
* | Increase some timeouts | Chocobozzz | 2021-10-18 | 1 | -1/+1 |
| | |||||
* | Add ability to search by host in server | Chocobozzz | 2021-07-27 | 5 | -127/+153 |
| | |||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 1 | -2/+2 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 4 | -4/+4 |
| | |||||
* | Centralize test URLs | Chocobozzz | 2021-07-20 | 1 | -8/+8 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 5 | -10/+10 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 5 | -152/+152 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 4 | -79/+48 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 4 | -48/+20 |
| | |||||
* | Introduce server commands | Chocobozzz | 2021-07-20 | 2 | -12/+12 |
| | |||||
* | Introduce notifications command | Chocobozzz | 2021-07-20 | 2 | -49/+48 |
| | |||||
* | Introduce sql command | Chocobozzz | 2021-07-20 | 1 | -6/+4 |
| | |||||
* | Introduce comments command | Chocobozzz | 2021-07-20 | 2 | -76/+67 |
| | |||||
* | Introduce channels command | Chocobozzz | 2021-07-20 | 1 | -2/+5 |
| |