aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users/me.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add channel filters for my videos/followersChocobozzz2021-10-201-1/+3
|
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Allow accounts to skip account setup modalChocobozzz2021-08-271-0/+1
|
* Reorganize importsChocobozzz2021-07-201-1/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Refactor AP actorsChocobozzz2021-06-031-1/+1
|
* refactor API errors to standard error formatRigel Kent2021-06-021-3/+3
|
* Refactor a little bit controllersChocobozzz2021-05-121-18/+25
|
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
|
* Add ability to filter my videos by liveChocobozzz2021-05-031-1/+2
|
* Add banner testsChocobozzz2021-04-081-1/+1
|
* Add banners supportChocobozzz2021-04-081-4/+4
|
* Agnostic actor image storageChocobozzz2021-04-081-1/+1
|
* Allow webp image uploadsChocobozzz2021-01-261-3/+3
|
* Add user video list hooksChocobozzz2021-01-201-7/+15
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-131-2/+16
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Retrieve user by id instead of usernameChocobozzz2021-01-111-1/+1
|
* Add missing audit log if the user deletes its accountChocobozzz2021-01-041-2/+7
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-2/+3
|
* Check live duration and sizeChocobozzz2020-11-091-3/+3
|
* Optimize default sort when listing videosChocobozzz2020-08-201-1/+2
| | | | createdAt does not have the appropriate index
* 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
| | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again
* 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
| | | | 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
|