aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users
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
|
* Add more embed parametersChocobozzz2019-06-111-1/+2
|
* Handle email update on serverChocobozzz2019-06-111-3/+56
|
* 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
* 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
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-154-421/+486
|
* 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
* Add notification on new instance follower (server side)Chocobozzz2019-04-082-1273/+0
|
* Fix notification testsChocobozzz2019-04-031-13/+39
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-6/+185
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Cleanup tmp directory at startupChocobozzz2019-03-191-0/+7
|
* Handle theater mode for playlistsChocobozzz2019-03-181-2/+2
|
* Fix mention notification with a remote accountChocobozzz2019-02-151-0/+14
|
* Cleanup reset user password by adminChocobozzz2019-02-111-0/+16
| | | | And add some tests
* remove .only from notifications testsJosh Morel2019-02-071-1/+1
|
* don't notify prior to scheduled updateJosh Morel2019-02-071-1/+37
| | | | also increase timeouts on user-notification test
* Fix socket.io websocket connectionChocobozzz2019-01-093-4/+7
|
* Add notifications in the clientChocobozzz2019-01-092-20/+34
|
* Add new follow, mention and user registered notifsChocobozzz2019-01-091-8/+221
|
* Add import finished and video published notifsChocobozzz2019-01-091-125/+276
|
* Add notification settings migrationChocobozzz2019-01-091-0/+5
|
* Add user notification base codeChocobozzz2019-01-092-0/+629
|
* throw error if MailDev doesn't runJosh Morel2018-12-171-2/+2
| | | | also allow calling in multiple file
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-075-24/+33
|\ | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
| * Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-201-1/+1
| |\ | | | | | | | | | move-utils-to-shared
| * | Move utils to /sharedbuoyantair2018-10-295-24/+33
| | | | | | | | | | | | | | | | | | | | | 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
* | Cleanup tests importsChocobozzz2018-11-191-1/+1
|/
* Add ability to mute a user/instance by server in clientChocobozzz2018-10-161-10/+21
|
* Add ability to mute a user/instance by server in server apiChocobozzz2018-10-163-294/+501
|
* Add user/instance block by users in the clientChocobozzz2018-10-161-7/+7
|
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-0/+294
|
* Add users search filterChocobozzz2018-10-081-1/+35
|
* Add user moderation in the account pageChocobozzz2018-10-051-0/+6
|
* Check current password on server sideChocobozzz2018-09-261-4/+29
|
* add user account email verificiation (#977)Josh Morel2018-08-313-1/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ability to search video channelsChocobozzz2018-08-271-1/+18
|
* Fix testsChocobozzz2018-08-271-2/+5
|