aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/video-channel.ts
Commit message (Expand)AuthorAgeFilesLines
* Optimize default sort when listing videosChocobozzz2020-08-201-20/+21
* harmonize search for librariesRigel Kent2020-07-291-2/+1
* variable columns for users list, more columns possible, badge display for sta...Rigel Kent2020-07-291-2/+9
* Split types and typingsChocobozzz2020-06-181-1/+1
* Support logout and add id and pass testsChocobozzz2020-05-041-1/+1
* Avoir some circular dependenciesChocobozzz2020-05-041-2/+3
* Move to eslintcontainChocobozzz2020-02-031-2/+1
* Add ability to skip count queryChocobozzz2020-01-081-2/+4
* Type toActivityPubObject functionsChocobozzz2019-08-211-1/+2
* Type toFormattedJSONChocobozzz2019-08-201-2/+2
* Stronger model typingsChocobozzz2019-08-191-1/+1
* Server: Bulk update videos support fieldChocobozzz2019-05-311-5/+21
* Remove unused actor uuid fieldChocobozzz2019-05-311-6/+5
* 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/+9
* Add playlist rest testsChocobozzz2019-03-181-1/+6
* Playlist server APIChocobozzz2019-03-181-1/+26
* Refresh remote actors on GET enpointsChocobozzz2019-01-141-0/+6
* Support additional video extensionsChocobozzz2018-12-111-2/+2
* Remove inferred typeChocobozzz2018-12-051-2/+2
* Add tmp and redundancy directoriesChocobozzz2018-12-041-1/+1
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-1/+1
* Add ability to list all local videosChocobozzz2018-10-101-1/+3
* Check video channel name is unique on our instanceChocobozzz2018-10-011-1/+1
* Fix avatar transaction retryChocobozzz2018-09-261-1/+1
* Cache user tokenChocobozzz2018-09-201-7/+3
* Limit associations fetch when loading tokenChocobozzz2018-09-201-5/+4
* Refractor audit user identifierChocobozzz2018-09-191-8/+5
* Fetch outbox when searching an actorChocobozzz2018-08-271-1/+3
* Add ability to search video channelsChocobozzz2018-08-271-2/+3
* Add ability to set a name to a channelChocobozzz2018-08-271-10/+9
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+1
* Cleanup utils helperChocobozzz2018-08-141-3/+5
* Add audit logs in various modulesAurélien Bertron2018-07-311-3/+26
* Add videos list filtersChocobozzz2018-07-241-3/+9
* API: Add ability to update video channel avatarChocobozzz2018-06-291-2/+28
* Refractor retry transaction functionChocobozzz2018-06-131-43/+12
* Add video channel managementChocobozzz2018-04-261-1/+1
* Update video-channel routes (again)Chocobozzz2018-04-251-2/+171
* Update video channel routesChocobozzz2018-04-241-0/+34