aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users/users.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Support logout and add id and pass testsChocobozzz2020-05-041-11/+23
|
* Begin auth plugin supportChocobozzz2020-05-041-4/+10
|
* Fix user video quota with webtorrent disabledChocobozzz2020-04-161-2/+33
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-14/+108
|
* Move to eslintcontainChocobozzz2020-02-031-27/+28
|
* Improve SQL query for my special playlistsChocobozzz2020-01-031-2/+3
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-021-2/+4
|
* Add test to search in my videosChocobozzz2019-12-301-0/+18
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-241-0/+13
| | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again
* Add welcome modalChocobozzz2019-09-051-2/+19
|
* Add CLI plugins testsChocobozzz2019-07-241-1/+18
|
* Fix/connection with email (#1917)Nassim Bounouas2019-07-021-0/+11
| | | | | | | | | | | | * #1916 Load user by email - insensitive query * Revert "Case insensitive login" This reverts commit c1521ca3d757bee91f7dfbb15b3717162bf4997d. * #1916 Load user - insensitive query for username and sensitive for email * #1916 Unit test for insensitive username login && documentation
* Fix user testsChocobozzz2019-06-111-1/+2
|
* Improve registrationChocobozzz2019-06-071-4/+11
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Add ability to specify channel on registrationChocobozzz2019-05-281-2/+12
|
* All API tests in parallelChocobozzz2019-05-151-3/+3
|
* Fix thumbnail when listing my videosChocobozzz2019-05-131-2/+5
|
* Use test wrapper exit functionChocobozzz2019-04-241-5/+4
|