aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users/users.ts
Commit message (Collapse)AuthorAgeFilesLines
* Improve image test comparisonChocobozzz2023-02-241-3/+3
|
* Add signup approval API testsChocobozzz2023-01-191-50/+0
|
* Add ability to customize token lifetimeChocobozzz2023-01-041-178/+6
|
* Breaking API: Consistency with role id/labelChocobozzz2022-10-281-3/+3
|
* Update production.yamlChocobozzz2022-10-281-1/+1
|
* Cleanup tests importsChocobozzz2022-08-171-3/+1
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Fix my videos counterChocobozzz2022-07-181-174/+22
|
* Increase test timeoutChocobozzz2022-06-161-1/+1
|
* Fix my videos total counterChocobozzz2022-05-241-0/+7
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* Move test functions outside extra-utilsChocobozzz2021-12-171-2/+2
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-161-0/+22
|
* Add channel filters for my videos/followersChocobozzz2021-10-201-0/+25
|
* 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>
* Add ability for instances to follow any actorChocobozzz2021-07-211-1/+1
|
* Reorganize importsChocobozzz2021-07-201-2/+1
|
* Refactor requestsChocobozzz2021-07-201-2/+2
|
* Use an object to represent a serverChocobozzz2021-07-201-7/+6
|
* Shorter server command namesChocobozzz2021-07-201-131/+131
|
* Introduce videos commandChocobozzz2021-07-201-91/+75
|
* Introduce user commandChocobozzz2021-07-201-256/+118
|
* Introduce login commandChocobozzz2021-07-201-47/+44
|
* Introduce sql commandChocobozzz2021-07-201-8/+5
|
* Introduce comments commandChocobozzz2021-07-201-2/+1
|
* Introduce channels commandChocobozzz2021-07-201-3/+2
|
* Introduce blacklist commandChocobozzz2021-07-201-2/+1
|
* Introduce accounts commandChocobozzz2021-07-201-12/+8
|
* Introduce config commandChocobozzz2021-07-201-6/+3
|
* Introduce plugins commandChocobozzz2021-07-201-2/+1
|
* Introduce follows commandChocobozzz2021-07-201-2/+6
|
* Introduce abuse commandChocobozzz2021-07-201-16/+12
|
* refactor error code values for URI compatibilityRigel Kent2021-06-021-9/+9
|
* correct error codes and backward compatRigel Kent2021-06-021-8/+16
|
* refactor API errors to standard error formatRigel Kent2021-06-021-8/+8
|
* Refactor auth flowChocobozzz2021-03-241-5/+46
| | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* Add ability to update plugin authChocobozzz2021-02-011-2/+12
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-24/+25
|
* Add tests to gif resizerChocobozzz2020-11-251-3/+20
|
* Add server API to abuse messagesChocobozzz2020-07-311-2/+2
|
* Add migrationsChocobozzz2020-07-101-20/+20
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-2/+2
|
* add blocked filter in users list to filter banned usersRigel Kent2020-07-021-5/+29
| | | | fixes #2914
* preserve original variable names server-sideRigel Kent2020-06-101-2/+2
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-2/+2
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Add last login date to usersChocobozzz2020-05-071-0/+3
|
* Use video abuse filters on client sideChocobozzz2020-05-071-1/+1
|