aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users/index.ts
Commit message (Expand)AuthorAgeFilesLines
* 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