aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add id to likes/dislikes/comments/shares collectionsChocobozzz2018-01-291-16/+49
|
* Use sensitive instead of nsfw in activitypubChocobozzz2018-01-261-1/+1
|
* Don't rehost announced video activitiesChocobozzz2018-01-261-8/+38
|
* Add schema.org tags to videosChocobozzz2018-01-231-2/+6
|
* Add http tracker in torrent tooChocobozzz2018-01-191-1/+2
|
* Fix videos list sql requestChocobozzz2018-01-181-30/+16
| | | | Sequelize my love <3
* Video get SQL optimizationChocobozzz2018-01-181-5/+13
|
* Optimize SQL query that fetch actor outboxChocobozzz2018-01-181-8/+46
|
* Avoid too many requests and fetching outboxChocobozzz2018-01-181-2/+2
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-94/+100
|
* 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
|