aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* Block comments from muted accounts/serversChocobozzz2020-05-291-23/+147
* Fix comments deleted displayChocobozzz2020-05-291-3/+5
* 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-035-171/+171
* Fix subscriptions testsChocobozzz2020-01-101-1/+1
* Tests for totalRepliesFromVideoAuthorRigel Kent2020-01-031-1/+1
* 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
* Don't notify on muted instanceChocobozzz2019-12-191-6/+204
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-241-0/+13
* 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
* Fix user testsChocobozzz2019-06-111-1/+2
* Add more embed parametersChocobozzz2019-06-111-1/+2
* Handle email update on serverChocobozzz2019-06-111-3/+56
* Improve registrationChocobozzz2019-06-071-4/+11
* Remove unused actor uuid fieldChocobozzz2019-05-311-29/+11
* Add ability to specify channel on registrationChocobozzz2019-05-281-2/+12
* All API tests in parallelChocobozzz2019-05-153-29/+29
* Redundancy and search tests in parallel tooChocobozzz2019-05-142-16/+17
* Fix thumbnail when listing my videosChocobozzz2019-05-131-2/+5
* Use test wrapper exit functionChocobozzz2019-04-245-15/+17
* Cleanup testsChocobozzz2019-04-245-30/+9
* Shared utils -> extra-utilsChocobozzz2019-04-245-24/+31
* Add user adminFlagsChocobozzz2019-04-154-421/+486