aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users/users.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Cleanup testsChocobozzz2019-04-241-10/+3
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-4/+4
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-416/+476
|
* Add check params account ratings testsChocobozzz2019-04-091-18/+14
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-1/+31
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Cleanup reset user password by adminChocobozzz2019-02-111-0/+16
| | | | And add some tests
* Add notifications in the clientChocobozzz2019-01-091-4/+0
|
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-071-4/+4
|\ | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
| * Move utils to /sharedbuoyantair2018-10-291-4/+4
| | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* | enable email verification by admin (#1348)Josh Morel2018-11-211-0/+2
|/ | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required
* Add users search filterChocobozzz2018-10-081-1/+35
|
* Check current password on server sideChocobozzz2018-09-261-4/+29
|
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host
* Add quota used in users listChocobozzz2018-08-141-1/+7
|
* Implement user blocking on server sideChocobozzz2018-08-081-5/+26
|
* Add ability to delete our accountChocobozzz2018-08-081-1/+16
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-0/+23
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-13/+13
| | | | There is a global instance setting and a per user setting
* Update videos api list for accountChocobozzz2018-03-121-2/+2
|
* Implement support field in video and video channelChocobozzz2018-02-151-0/+21
|
* Fix testsChocobozzz2018-02-141-2/+1
|
* Destroy user token when changing its roleChocobozzz2018-01-231-17/+20
|
* Increase tests timeoutChocobozzz2018-01-181-1/+1
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-2/+2
|
* Support video quota on clientChocobozzz2018-01-081-2/+11
|
* Automatically resize avatarsChocobozzz2018-01-031-1/+1
|
* Begin to add avatar to actorsChocobozzz2017-12-291-1/+17
|
* Fix real world scriptChocobozzz2017-12-291-178/+58
|
* Fix user testsChocobozzz2017-12-281-4/+4
|
* Improve check videos parameters testsChocobozzz2017-12-281-28/+32
|
* Improve check users parameters testsChocobozzz2017-12-281-2/+2
|
* Improve check follow params testsChocobozzz2017-12-281-3/+3
|
* Tests directories refractorChocobozzz2017-12-281-0/+534