aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Expand)AuthorAgeFilesLines
* Finish admin designChocobozzz2017-12-081-8/+18
* Make some fields optional when uploading a videoChocobozzz2017-12-071-8/+8
* Begin video watch designChocobozzz2017-12-061-1/+2
* Fix client searchChocobozzz2017-12-051-28/+19
* Fix well known and json parser with mastodonChocobozzz2017-11-291-0/+7
* Refractor validatorsChocobozzz2017-11-271-9/+14
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-2/+17
* Fix lintChocobozzz2017-11-271-0/+2
* Correctly forward like/dislikes and undoChocobozzz2017-11-271-21/+14
* Cleanup modelsChocobozzz2017-11-271-134/+3
* Fetch video likes/dislikes tooChocobozzz2017-11-271-3/+45
* Federate video viewsChocobozzz2017-11-271-5/+22
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-10/+28
* Add outboxChocobozzz2017-11-271-0/+58
* Refractor activity pub lib/helpersChocobozzz2017-11-271-4/+3
* Optimize signature verificationChocobozzz2017-11-271-0/+1
* Federate video abusesChocobozzz2017-11-271-2/+2
* Federate video updateChocobozzz2017-11-271-0/+21
* Send server announce when users upload a videoChocobozzz2017-11-271-3/+3
* Handle announces in inboxChocobozzz2017-11-271-11/+0
* Fix video upload and videos listChocobozzz2017-11-271-1/+3
* Rename Pod -> ServerChocobozzz2017-11-271-29/+29
* Fix issues on server startChocobozzz2017-11-271-2/+6
* Handle follow/acceptChocobozzz2017-11-271-6/+3
* Make it compile at leastChocobozzz2017-11-271-39/+33
* Continue activitypubChocobozzz2017-11-271-2/+22
* Begin activitypubChocobozzz2017-11-271-178/+200
* Upgrade server packagesChocobozzz2017-10-311-2/+1
* Add video privacy settingChocobozzz2017-10-311-17/+61
* Add lazy description on serverChocobozzz2017-10-301-55/+31
* Remove sequelize deprecated operatorsChocobozzz2017-10-261-5/+5
* Fix integrity issues with after destroy hookChocobozzz2017-10-261-2/+2
* Fix log in after destroy hookChocobozzz2017-10-261-1/+1
* Reset video fields when remote update failsChocobozzz2017-10-261-0/+16
* Add video channelsChocobozzz2017-10-261-40/+140
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-191-31/+44
* Fix video removing when it is corruptedChocobozzz2017-10-191-2/+5
* Use preview instead of thumbnail for oembedChocobozzz2017-10-171-1/+5
* Add oembed endpointChocobozzz2017-10-161-4/+25
* Change how we handle resolutionChocobozzz2017-10-091-123/+84
* Client: handle multiple file resolutionsChocobozzz2017-10-061-13/+20
* Add migration scriptChocobozzz2017-10-031-8/+2
* Implement video transcoding on server sideChocobozzz2017-10-031-9/+96
* Fix concurrency error when deleting a videoChocobozzz2017-09-121-3/+3
* Add tests for npm run scriptsChocobozzz2017-09-071-0/+2
* Make tslint happyChocobozzz2017-09-041-1/+0
* Begin user quotaChocobozzz2017-09-041-3/+4
* Upgrade common server dependenciesChocobozzz2017-08-251-2/+2
* Formated -> FormattedChocobozzz2017-08-251-3/+3
* Move video file metadata in their own tableChocobozzz2017-08-251-211/+223