aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-channel.ts
Commit message (Expand)AuthorAgeFilesLines
...
* 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