aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-channel.ts
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Send server announce when users upload a videoChocobozzz2017-11-271-2/+2
|
* Rename Pod -> ServerChocobozzz2017-11-271-7/+7
|
* Fix issues on server startChocobozzz2017-11-271-2/+7
|
* Handle follow/acceptChocobozzz2017-11-271-5/+2
|
* Make it compile at leastChocobozzz2017-11-271-7/+7
|
* Continue activitypubChocobozzz2017-11-271-2/+33
|
* Begin activitypubChocobozzz2017-11-271-54/+46
|
* Fix integrity issues with after destroy hookChocobozzz2017-10-261-2/+2
|
* Add video channelsChocobozzz2017-10-261-0/+349