aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/accounts.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add video file size info in admin videos listChocobozzz2021-10-291-1/+0
|
* Deprecate filter video queryChocobozzz2021-10-291-5/+13
| | | | Introduce include and isLocal instead
* Split check user params testsChocobozzz2021-10-201-1/+1
|
* Add ability to view my followersChocobozzz2021-10-201-1/+32
|
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Refactor search query optionsChocobozzz2021-07-291-14/+6
|
* Add ability to filter my videos by liveChocobozzz2021-05-031-12/+15
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-1/+2
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* Use dedicated hooks for account/channel videosChocobozzz2020-12-081-2/+2
|
* server accounts/videos: trigger filter hookkontrollanten2020-12-081-2/+9
|
* Optimize default sort when listing videosChocobozzz2020-08-201-7/+8
| | | | createdAt does not have the appropriate index
* harmonize search for librariesRigel Kent2020-07-291-1/+2
|
* Support logout and add id and pass testsChocobozzz2020-05-041-1/+1
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+2
|
* Put channel stats behind withStats flagRigel Kent2020-03-311-2/+5
|
* Move to eslintcontainChocobozzz2020-02-031-9/+4
|
* Optimize list my playlists SQL queryChocobozzz2020-01-091-3/+3
|
* Add ability to skip count queryChocobozzz2020-01-081-2/+4
|
* Add playlist search option and search input for add-to-video-playlist dropdownRigel Kent2019-12-261-1/+6
| | | | fixes #2138
* Add ability to subscribe from the channel account pageChocobozzz2019-05-291-1/+1
|
* Add pagination to account video channels endpointChocobozzz2019-05-291-2/+14
|
* Add check params account ratings testsChocobozzz2019-04-091-5/+5
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-2/+36
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Cleanup express locals typingsChocobozzz2019-03-191-4/+3
|
* Add playlist rest testsChocobozzz2019-03-181-1/+4
|
* Playlist server APIChocobozzz2019-03-181-12/+45
|
* Refresh remote actors on GET enpointsChocobozzz2019-01-141-0/+7
|
* Remove inferred typeChocobozzz2018-12-051-2/+2
|
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-2/+3
|
* Add ability to list all local videosChocobozzz2018-10-101-1/+3
| | | | Including private/unlisted for moderators/admins
* Fetch outbox when searching an actorChocobozzz2018-08-271-1/+3
|
* Add ability to set a name to a channelChocobozzz2018-08-271-1/+1
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+1
|
* Add videos list filtersChocobozzz2018-07-241-3/+9
|
* Only use account name in routesChocobozzz2018-05-251-6/+6
|
* Update video-channel routes (again)Chocobozzz2018-04-251-166/+2
| | | | Use /video-channels now, it's more simple for clients
* Video channel API routes refractorChocobozzz2018-04-251-2/+2
|
* Update video channel routesChocobozzz2018-04-241-14/+195
|
* Add account viewChocobozzz2018-04-241-3/+34
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-2/+2
|
* Set sort refractoringChocobozzz2018-01-181-2/+2
|
* Send account activitypub update eventsChocobozzz2018-01-031-0/+38