aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/notifications
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing wait jobsChocobozzz2023-05-193-4/+4
|
* Fix testsChocobozzz2023-05-172-2/+2
|
* Increase timeoutsChocobozzz2023-05-101-8/+8
|
* Add runner server testsChocobozzz2023-05-091-5/+10
|
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-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 CIChocobozzz2023-02-171-3/+2
|
* Add signup approval API testsChocobozzz2023-01-193-27/+89
|
* Fix buildChocobozzz2022-12-291-5/+13
|
* Improve upgrade documentationChocobozzz2022-12-281-11/+11
|
* Increase timeoutChocobozzz2022-12-121-2/+2
|
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-125-19/+19
|
* Increase timeoutsChocobozzz2022-11-291-15/+15
|
* Fix live testsChocobozzz2022-10-111-1/+1
|
* Decrease plugin version check for testsChocobozzz2022-10-041-3/+3
|
* Merge branch 'release/4.3.0' into developChocobozzz2022-09-271-1/+1
|\
| * Fix InvalidVideoTitle console warningChocobozzz2022-09-271-1/+1
| |
* | Increase test timeoutChocobozzz2022-09-271-1/+1
|/
* Increase test timeoutChocobozzz2022-09-141-1/+1
|
* Increase test timeoutChocobozzz2022-09-131-1/+1
|
* Cleanup tests importsChocobozzz2022-08-173-9/+3
|
* We don't need to import mochaChocobozzz2022-08-175-5/+0
|
* Fix lintChocobozzz2022-07-132-2/+2
|
* Fix various typosluz paz2022-06-071-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 timeoutChocobozzz2022-05-201-1/+1
|
* Support live session in serverChocobozzz2022-05-031-3/+73
|
* Rename studio to editorChocobozzz2022-03-221-7/+7
|
* Add video edition finished notificationChocobozzz2022-03-221-1/+40
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-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 utilsChocobozzz2021-12-292-2/+4
| | | | Since it requires an external dependency
* Add version to generate types packagesChocobozzz2021-12-281-1/+1
|
* Move test functions outside extra-utilsChocobozzz2021-12-175-29/+18
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-175-5/+5
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-162-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 abuseChocobozzz2021-12-091-34/+50
|
* Increase timeoutChocobozzz2021-12-061-1/+1
|
* Fix typoChocobozzz2021-11-191-3/+3
|
* Increase some timeoutsChocobozzz2021-10-181-1/+1
|
* Add ability to search by host in serverChocobozzz2021-07-275-127/+153
|
* Add ability for instances to follow any actorChocobozzz2021-07-211-2/+2
|
* Reorganize importsChocobozzz2021-07-204-4/+4
|
* Centralize test URLsChocobozzz2021-07-201-8/+8
|
* Use an object to represent a serverChocobozzz2021-07-205-10/+10
|
* Shorter server command namesChocobozzz2021-07-205-152/+152
|
* Introduce videos commandChocobozzz2021-07-204-79/+48
|
* Introduce user commandChocobozzz2021-07-204-48/+20
|
* Introduce server commandsChocobozzz2021-07-202-12/+12
|
* Introduce notifications commandChocobozzz2021-07-202-49/+48
|
* Introduce sql commandChocobozzz2021-07-201-6/+4
|
* Introduce comments commandChocobozzz2021-07-202-76/+67
|
* Introduce channels commandChocobozzz2021-07-201-2/+5
|