aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix communication with mastodonChocobozzz2018-01-121-4/+4
|
* Little SQL optimizationChocobozzz2018-01-111-17/+11
|
* Fetch remote AP objectsChocobozzz2018-01-101-2/+10
|
* Fix comment creationChocobozzz2018-01-081-0/+4
|
* Add ability to delete commentsChocobozzz2018-01-041-7/+39
|
* Add ability to disable video commentsChocobozzz2018-01-031-2/+9
|
* Propagate old comment on new followChocobozzz2017-12-281-55/+66
|
* Create comment on replied mastodon statutesChocobozzz2017-12-221-0/+12
|
* Add transition on play/loading playerChocobozzz2017-12-201-0/+12
|
* Begin moving video channel to actorChocobozzz2017-12-191-29/+49
|
* Use sequelize scopesChocobozzz2017-12-141-131/+112
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-979/+866
|
* 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
|