aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Expand)AuthorAgeFilesLines
* Add ability to reset our passwordChocobozzz2018-01-301-0/+10
* Add ability to login with emailChocobozzz2018-01-291-12/+3
* 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 context on activitypub responsesChocobozzz2018-01-261-1/+1
* Move job queue to redisChocobozzz2018-01-251-80/+0
* Add schema.org tags to videosChocobozzz2018-01-231-2/+6
* Destroy user token when changing its roleChocobozzz2018-01-231-0/+10
* Add ability to configure log levelChocobozzz2018-01-191-1/+1
* Add http tracker in torrent tooChocobozzz2018-01-191-1/+2
* Fix videos list sql requestChocobozzz2018-01-181-30/+16
* 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-183-8/+50
* Don't show videos of remote instance after unfollowChocobozzz2018-01-187-124/+165
* Fix communication with mastodonChocobozzz2018-01-121-4/+4
* Fix lintChocobozzz2018-01-121-4/+3
* Fix tree comment renderingChocobozzz2018-01-121-1/+1
* Update follower/following countsChocobozzz2018-01-122-0/+30
* Avoid making retried requests to dead followersChocobozzz2018-01-122-0/+31
* Add maximum to actor follow scoresChocobozzz2018-01-111-1/+1
* Little SQL optimizationChocobozzz2018-01-111-17/+11
* Add tests to handle down serverChocobozzz2018-01-111-2/+2
* Add scores to follows and remove bad onesChocobozzz2018-01-115-96/+84
* Fetch remote AP objectsChocobozzz2018-01-103-8/+22
* Fix sharedInboxUrl listChocobozzz2018-01-091-10/+19
* Fix aot buildChocobozzz2018-01-091-2/+9
* Fix comment creationChocobozzz2018-01-081-0/+4
* Support video quota on clientChocobozzz2018-01-081-1/+1
* Disable job scheduler SQL queries loggingChocobozzz2018-01-081-1/+2
* Send comment to followers and parentsChocobozzz2018-01-081-13/+2
* Fix account names validationChocobozzz2018-01-051-1/+0
* Add mentions to commentsChocobozzz2018-01-051-2/+39
* Refresh remote accountsChocobozzz2018-01-041-1/+12
* Add ability to delete commentsChocobozzz2018-01-043-11/+81
* Add avatar in commentsChocobozzz2018-01-031-4/+6
* Send account activitypub update eventsChocobozzz2018-01-033-2/+63
* Automatically resize avatarsChocobozzz2018-01-032-2/+2
* Add avatar max size limitChocobozzz2018-01-032-9/+9
* Add ability to disable video commentsChocobozzz2018-01-033-6/+11
* Begin to add avatar to actorsChocobozzz2017-12-295-15/+68
* Add get old comment on follow testsChocobozzz2017-12-281-0/+3
* Propagate old comment on new followChocobozzz2017-12-287-67/+104
* 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