aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/accounts.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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