aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users/me.ts
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup express locals typingsChocobozzz2019-03-191-10/+10
|
* Cleanup reset user password by adminChocobozzz2019-02-111-1/+1
| | | | And add some tests
* Move subscriptions controllers in its own fileChocobozzz2019-01-141-154/+2
|
* Add history on server sideChocobozzz2018-12-181-0/+1
| | | | Add ability to disable, clear and list user videos history
* Support additional video extensionsChocobozzz2018-12-111-2/+2
|
* Remove inferred typeChocobozzz2018-12-051-1/+1
|
* Add tmp and redundancy directoriesChocobozzz2018-12-041-2/+2
|
* Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-171-0/+1
|\
| * move to boolean switchRigel Kent2018-10-131-1/+1
| |
| * add webtorrent opt-out settingsRigel Kent2018-10-131-0/+1
| | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting
* | Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-1/+2
|/
* 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
| | | | | | | | | | | | | | | | | | | | * 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
* 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