aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add refresh video on searchChocobozzz2018-08-271-0/+3
|
* Add ability to search a video with an URLChocobozzz2018-08-271-5/+23
|
* Add get subscription endpointChocobozzz2018-08-271-1/+26
|
* Add ability to set a name to a channelChocobozzz2018-08-272-27/+19
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+312
|
* 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
|
* Improve tests when waiting pending jobsChocobozzz2018-06-131-10/+6
|
* Only use account name in routesChocobozzz2018-05-251-6/+9
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-262-1/+42
|
* Video channel API routes refractorChocobozzz2018-04-251-20/+66
|
* 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-152-2/+43
|
* Fix testsChocobozzz2018-02-142-6/+3
|
* 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-182-11/+59
|
* Support video quota on clientChocobozzz2018-01-081-2/+11
|
* Send account activitypub update eventsChocobozzz2018-01-031-0/+85
|
* 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