aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users/me.ts
Commit message (Expand)AuthorAgeFilesLines
...
* Check current password on server sideChocobozzz2018-09-261-1/+1
* Cache user tokenChocobozzz2018-09-201-1/+1
* Limit associations fetch when loading tokenChocobozzz2018-09-201-16/+12
* Refractor audit user identifierChocobozzz2018-09-191-7/+8
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-1/+1
* Retry transactions on user endpoints if neededChocobozzz2018-09-131-4/+4
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-1/+3
* 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-271-8/+106
* Split users controllerChocobozzz2018-08-271-0/+215