aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2018-02-191-1/+1
|
* Fix sort inconsistencyChocobozzz2018-02-195-9/+9
|
* Fix avatars on video watch pageChocobozzz2018-02-161-0/+5
|
* Implement support field in video and video channelChocobozzz2018-02-153-20/+56
|
* Fix deleting a video with commentsChocobozzz2018-02-131-0/+21
|
* Only list unlisted/public videos in outboxChocobozzz2018-02-041-1/+5
|
* Fix announces when fetching the actor outboxChocobozzz2018-02-041-1/+1
|
* Send an email on video abuse reportChocobozzz2018-02-011-1/+7
|
* 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-262-9/+52
|
* Add unique index on video comment urlChocobozzz2018-01-261-0/+4
|
* 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-183-114/+124
|
* Fix communication with mastodonChocobozzz2018-01-121-4/+4
|
* Fix tree comment renderingChocobozzz2018-01-121-1/+1
| | | | Sort by updatedAt too
* Little SQL optimizationChocobozzz2018-01-111-17/+11
|
* Add scores to follows and remove bad onesChocobozzz2018-01-111-1/+1
|
* Fetch remote AP objectsChocobozzz2018-01-102-8/+19
|
* Fix comment creationChocobozzz2018-01-081-0/+4
|
* Add mentions to commentsChocobozzz2018-01-051-2/+39
|
* Add ability to delete commentsChocobozzz2018-01-042-11/+80
|
* Add avatar in commentsChocobozzz2018-01-031-4/+6
|
* Send account activitypub update eventsChocobozzz2018-01-031-0/+40
|
* Automatically resize avatarsChocobozzz2018-01-031-1/+1
|
* Add ability to disable video commentsChocobozzz2018-01-031-2/+9
|
* Begin to add avatar to actorsChocobozzz2017-12-291-1/+1
|
* Add get old comment on follow testsChocobozzz2017-12-281-0/+3
|
* Propagate old comment on new followChocobozzz2017-12-283-60/+96
|
* Add comments federation testsChocobozzz2017-12-271-1/+1
|
* Add video comment componentsChocobozzz2017-12-271-5/+37
|
* Send video comment comments to followers/originChocobozzz2017-12-271-1/+31
|
* Begin unit testsChocobozzz2017-12-221-13/+17
|
* Add comments controllerChocobozzz2017-12-221-2/+86
|
* Create comment on replied mastodon statutesChocobozzz2017-12-222-0/+107
|
* Add transition on play/loading playerChocobozzz2017-12-201-0/+12
|
* Begin moving video channel to actorChocobozzz2017-12-195-246/+137
|
* SaveChocobozzz2017-12-191-35/+25
|
* Use sequelize scopesChocobozzz2017-12-144-232/+203
|
* Move models to typescript-sequelizeChocobozzz2017-12-1319-2177/+1514
|
* 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-052-29/+19
|
* Fix lintChocobozzz2017-11-302-6/+4
|