aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-channel.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move to eslintcontainChocobozzz2020-02-031-5/+5
|
* Cleanup server fixmeChocobozzz2020-01-281-13/+10
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-081-1/+1
|
* Add auto follow back support for instancesChocobozzz2019-09-041-1/+1
|
* Type toActivityPubObject functionsChocobozzz2019-08-211-2/+5
|
* Type toFormattedJSONChocobozzz2019-08-201-15/+15
|
* Cleanup model typesChocobozzz2019-08-201-6/+5
|
* Stronger model typingsChocobozzz2019-08-191-14/+21
|
* Fix broken playlist apiChocobozzz2019-08-011-4/+11
|
* Remove unused actor uuid fieldChocobozzz2019-05-311-20/+1
|
* Add pagination to account video channels endpointChocobozzz2019-05-291-3/+10
|
* Upgrade sequelizeChocobozzz2019-04-241-8/+8
|
* Update sequelizeChocobozzz2019-04-241-9/+8
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-3/+4
|
* Add playlist rest testsChocobozzz2019-03-181-3/+3
|
* Add playlist check param testsChocobozzz2019-03-181-1/+1
|
* Playlist server APIChocobozzz2019-03-181-13/+65
|
* findById -> findByPkChocobozzz2019-02-211-3/+3
|
* Improve channel and account SEOChocobozzz2019-02-211-1/+9
|
* Refresh remote actors on GET enpointsChocobozzz2019-01-141-0/+4
|
* Add sitemapChocobozzz2018-12-051-0/+21
|
* Add federation to ownership changeChocobozzz2018-09-041-5/+11
|
* Refractor user quota SQL queriesChocobozzz2018-08-281-1/+1
|
* Optimize channel search queryChocobozzz2018-08-281-11/+10
|
* Add ability to search video channelsChocobozzz2018-08-271-27/+136
|
* Add ability to set a name to a channelChocobozzz2018-08-271-14/+42
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-6/+35
|
* Add more info loggingChocobozzz2018-07-301-2/+0
|
* Revert "Delete actor too when deleting account/video channel"Chocobozzz2018-07-301-18/+12
| | | | | | This reverts commit e04551d796adf69703a41af123207b2624237292. See https://github.com/Chocobozzz/PeerTube/issues/870#issuecomment-408814420
* Delete actor too when deleting account/video channelChocobozzz2018-07-301-12/+18
|
* Optimize SQL queriesChocobozzz2018-07-241-0/+3
|
* Fix avatar image in channel pageChocobozzz2018-06-181-1/+8
|
* Fix bad RSS descriptions when filtering videos by account or channelChocobozzz2018-06-131-1/+5
|
* Add owner in video channel pageChocobozzz2018-05-231-8/+3
|
* Fix video channel description/support max lengthChocobozzz2018-05-091-3/+4
|
* Video channel API routes refractorChocobozzz2018-04-251-4/+13
|
* Fix sort inconsistencyChocobozzz2018-02-191-2/+2
|
* Implement support field in video and video channelChocobozzz2018-02-151-3/+16
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-16/+13
|
* Add scores to follows and remove bad onesChocobozzz2018-01-111-1/+1
|
* Begin moving video channel to actorChocobozzz2017-12-191-95/+69
|
* SaveChocobozzz2017-12-191-35/+25
|
* Use sequelize scopesChocobozzz2017-12-141-82/+31
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-301/+271
|
* Refractor validatorsChocobozzz2017-11-271-2/+2
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-1/+16
|
* Cleanup modelsChocobozzz2017-11-271-13/+0
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-11/+5
|
* Server shares user videosChocobozzz2017-11-271-1/+2
|