aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users/me.ts
Commit message (Expand)AuthorAgeFilesLines
* Reorganize client shared modulesChocobozzz2020-06-231-11/+10
* Move to eslintcontainChocobozzz2020-02-031-2/+2
* Improve SQL query for my special playlistsChocobozzz2020-01-031-4/+3
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-021-1/+1
* Add search bars for a user's videos and playlist libraryRigel Kent2019-12-281-1/+2
* autoplay next video support for playlistsRigel Kent2019-12-131-0/+1
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-241-0/+1
* Add config instance warning modalChocobozzz2019-09-051-6/+6
* Add welcome modalChocobozzz2019-09-051-9/+13
* Type toFormattedJSONChocobozzz2019-08-201-11/+0
* Stronger model typingsChocobozzz2019-08-191-1/+1
* WIP plugins: add theme supportChocobozzz2019-07-241-0/+1
* Add language filters in user preferencesChocobozzz2019-06-191-0/+1
* Handle email update on serverChocobozzz2019-06-111-1/+15
* Add user adminFlagsChocobozzz2019-04-151-6/+6
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+2
* Move config in its own fileChocobozzz2019-04-111-1/+2
* Cleanup express locals typingsChocobozzz2019-03-191-10/+10
* Cleanup reset user password by adminChocobozzz2019-02-111-1/+1
* Move subscriptions controllers in its own fileChocobozzz2019-01-141-154/+2
* Add history on server sideChocobozzz2018-12-181-0/+1
* 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 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
* 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