aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users
Commit message (Expand)AuthorAgeFilesLines
* Check video channel name is unique on our instanceChocobozzz2018-10-011-1/+0
* Check current password on server sideChocobozzz2018-09-261-1/+1
* Cache user tokenChocobozzz2018-09-202-3/+4
* Limit associations fetch when loading tokenChocobozzz2018-09-202-29/+15
* Refractor audit user identifierChocobozzz2018-09-192-14/+18
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-1/+1
* Retry transactions on user endpoints if neededChocobozzz2018-09-131-4/+4
* 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-282-3/+8
* Add ability to search video channelsChocobozzz2018-08-271-2/+39
* Add get subscription endpointChocobozzz2018-08-271-12/+24
* Add subscriptions endpoints to REST APIChocobozzz2018-08-272-10/+107
* Split users controllerChocobozzz2018-08-272-0/+500