aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create comment on replied mastodon statutesChocobozzz2017-12-222-0/+107
* Add transition on play/loading playerChocobozzz2017-12-201-0/+12
* Status are sent to mastodonChocobozzz2017-12-191-44/+23
* Use RsaSignature2017Chocobozzz2017-12-191-1/+13
* Begin moving video channel to actorChocobozzz2017-12-1911-594/+599
* SaveChocobozzz2017-12-193-236/+303
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-1/+8
* Use sequelize scopesChocobozzz2017-12-147-303/+259