aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Introduce plugins commandChocobozzz2021-07-201-2/+1
|
* Introduce follows commandChocobozzz2021-07-202-20/+21
|
* Introduce abuse commandChocobozzz2021-07-201-16/+12
|
* Correctly export misc filesChocobozzz2021-07-201-4/+4
|
* 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-022-10/+11
|
* Fix remote actor creation dateChocobozzz2021-05-071-11/+17
|
* 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
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-4/+23
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* Add missing audit log if the user deletes its accountChocobozzz2021-01-041-0/+2
|
* Fix tests timeoutChocobozzz2020-12-141-1/+2
|
* 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
|
* test search for subscriptions and video-channelsRigel Kent2020-07-291-2/+30
|
* Add migrationsChocobozzz2020-07-103-850/+21
|
* 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
|