aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users/index.ts
Commit message (Expand)AuthorAgeFilesLines
* Support logout and add id and pass testsChocobozzz2020-05-041-31/+4
* Begin auth plugin supportChocobozzz2020-05-041-2/+12
* Creating a user with an empty password will send an email to let him set his ...John Livingston2020-02-171-1/+15
* Upgrade express-rate-limitChocobozzz2020-02-041-2/+0
* Add action hooks to user routesChocobozzz2019-12-061-5/+20
* Type toFormattedJSONChocobozzz2019-08-201-1/+1
* Stronger model typingsChocobozzz2019-08-191-1/+2
* Moderators can only manage usersChocobozzz2019-07-301-1/+6
* Add rate limit to registration and API endpointsChocobozzz2019-07-041-5/+13
* Handle email update on serverChocobozzz2019-06-111-10/+8
* Improve registrationChocobozzz2019-06-071-2/+6
* Upgrade server dependenciesChocobozzz2019-06-061-1/+4
* Remove unused actor uuid fieldChocobozzz2019-05-311-2/+1
* Add ability to specify channel on registrationChocobozzz2019-05-281-2/+3
* Add user adminFlagsChocobozzz2019-04-151-3/+6
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+2
* Move config in its own fileChocobozzz2019-04-111-3/+4
* Cleanup express locals typingsChocobozzz2019-03-191-15/+15
* Add to playlist dropdownChocobozzz2019-03-181-0/+2
* Add playlist rest testsChocobozzz2019-03-181-3/+3
* Upgrade server dependenciesChocobozzz2019-02-211-4/+2
* Cleanup reset user password by adminChocobozzz2019-02-111-10/+10
* allow administration to change/reset a user's passwordRigel Kent2019-02-111-0/+1
* Move subscriptions controllers in its own fileChocobozzz2019-01-141-0/+2
* Add new follow, mention and user registered notifsChocobozzz2019-01-091-0/+3
* Add user notification base codeChocobozzz2019-01-091-0/+2
* Add history on server sideChocobozzz2018-12-181-0/+2
* enable email verification by admin (#1348)Josh Morel2018-11-211-0/+1
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-0/+2
* Add users search filterChocobozzz2018-10-081-1/+1
* Check video channel name is unique on our instanceChocobozzz2018-10-011-1/+0
* Cache user tokenChocobozzz2018-09-201-2/+3
* Limit associations fetch when loading tokenChocobozzz2018-09-201-13/+3
* Refractor audit user identifierChocobozzz2018-09-191-7/+10
* Add federation to ownership changeChocobozzz2018-09-041-1/+1
* Users can change ownership of their video [#510] (#888)Gaƫtan Rizio2018-09-041-0/+12
* Use custom rate limiter when asking verif emailChocobozzz2018-08-311-1/+7
* add user account email verificiation (#977)Josh Morel2018-08-311-2/+45
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-2/+5
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-2/+1
* Split users controllerChocobozzz2018-08-271-0/+285