aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users
Commit message (Collapse)AuthorAgeFilesLines
* Add runner server testsChocobozzz2023-05-091-3/+8
|
* Hotfix/filter subscription videos (#5665)Wicklow2023-03-021-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
* Improve image test comparisonChocobozzz2023-02-241-3/+3
|
* Add ability to not send an email for registrationChocobozzz2023-01-201-0/+36
|
* Add signup approval API testsChocobozzz2023-01-194-72/+399
|
* Add ability to customize token lifetimeChocobozzz2023-01-043-178/+199
|
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-123-28/+28
|
* Breaking API: Consistency with role id/labelChocobozzz2022-10-281-3/+3
|
* Update production.yamlChocobozzz2022-10-281-1/+1
|
* Merge branch 'release/4.3.0' into developChocobozzz2022-10-111-417/+440
|\
| * Fix channel follow with manually approved followerChocobozzz2022-10-111-417/+440
| |
* | Allow admins to disable two factor authChocobozzz2022-10-071-24/+71
| |
* | Support two factor authentication in backendChocobozzz2022-10-072-0/+154
| |
* | server: serve files from storage/well-known (#5214)kontrollanten2022-10-041-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | * server: serve files from storage/well-known closes #5206 * well-known: add tests * test: try to skip new tests * test: another try * fix(config/prod): well_known path * test: fix broken tests * Update misc-endpoints.ts * Use getDirectoryPath for tests * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Increase test timeoutsChocobozzz2022-09-121-1/+1
|
* Cleanup tests importsChocobozzz2022-08-175-15/+5
|
* We don't need to import mochaChocobozzz2022-08-175-5/+0
|
* Fix my videos counterChocobozzz2022-07-183-174/+245
|
* Increase test timeoutChocobozzz2022-06-161-1/+1
|
* Fix my videos total counterChocobozzz2022-05-241-0/+7
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-283-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 dependenciesChocobozzz2021-12-281-1/+1
|
* Fix migrationsChocobozzz2021-12-171-11/+44
|
* Move test functions outside extra-utilsChocobozzz2021-12-173-6/+9
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-174-4/+4
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-161-0/+22
|
* Add channel filters for my videos/followersChocobozzz2021-10-201-0/+25
|
* Split check user params testsChocobozzz2021-10-201-1/+17
|
* Add ability to view my followersChocobozzz2021-10-201-0/+156
|
* Fix benchmark testChocobozzz2021-10-141-1/+1
|
* Allow accounts to skip account setup modalChocobozzz2021-08-271-1/+4
|
* Alert user for low quota and video auto-block on upload page (#4336)Ms Kimsible2021-08-251-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 playlistsChocobozzz2021-07-261-2/+2
|
* Generate random uuid for video filesChocobozzz2021-07-261-9/+11
|
* Add ability for instances to follow any actorChocobozzz2021-07-212-2/+2
|
* Reorganize importsChocobozzz2021-07-204-6/+6
|
* Refactor requestsChocobozzz2021-07-203-5/+5
|
* Use an object to represent a serverChocobozzz2021-07-204-18/+17
|
* Shorter server command namesChocobozzz2021-07-204-185/+185
|
* Introduce videos commandChocobozzz2021-07-203-140/+116
|
* Introduce user commandChocobozzz2021-07-204-327/+143
|
* Introduce login commandChocobozzz2021-07-204-66/+59
|
* Introduce server commandsChocobozzz2021-07-201-1/+1
|
* Introduce sql commandChocobozzz2021-07-201-8/+5
|
* Introduce comments commandChocobozzz2021-07-201-2/+1
|
* Introduce channels commandChocobozzz2021-07-202-13/+7
|
* Introduce blacklist commandChocobozzz2021-07-201-2/+1
|
* Introduce subscriptions commandChocobozzz2021-07-201-83/+61
|
* Introduce accounts commandChocobozzz2021-07-202-30/+27
|
* Introduce config commandChocobozzz2021-07-202-22/+24
|