aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/utils/users
Commit message (Collapse)AuthorAgeFilesLines
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-1/+5
| | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
* Correctly migrate to fs-extraChocobozzz2018-08-271-3/+2
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-271-1/+1
|
* Add ability to search video channelsChocobozzz2018-08-271-0/+13
|
* Add get subscription endpointChocobozzz2018-08-271-0/+12
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+57
|
* Add reason when banning a userChocobozzz2018-08-081-1/+4
|
* Implement user blocking on server sideChocobozzz2018-08-081-0/+22
|
* Add ability to delete our accountChocobozzz2018-08-081-0/+11
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-1/+4
|
* API: Add ability to update video channel avatarChocobozzz2018-06-291-16/+2
|
* Move fixtures in tests/Chocobozzz2018-06-071-1/+1
|
* Only use account name in routesChocobozzz2018-05-251-2/+2
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-0/+2
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-2/+3
| | | | There is a global instance setting and a per user setting
* Implement support field in video and video channelChocobozzz2018-02-151-0/+2
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-2/+2
|
* Add tests for emailsChocobozzz2018-01-301-1/+25
|
* Destroy user token when changing its roleChocobozzz2018-01-231-2/+2
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-182-2/+25
|
* Update follower/following countsChocobozzz2018-01-121-0/+12
|
* Support video quota on clientChocobozzz2018-01-081-0/+12
|
* Send account activitypub update eventsChocobozzz2018-01-031-0/+29
|
* Begin to add avatar to actorsChocobozzz2017-12-291-2/+27
|
* Improve check users parameters testsChocobozzz2017-12-281-31/+47
|
* Improve check follow params testsChocobozzz2017-12-281-5/+5
|
* Tests directories refractorChocobozzz2017-12-282-0/+220