aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Collapse)AuthorAgeFilesLines
* Fix communication with mastodonChocobozzz2018-01-121-4/+4
|
* Fix lintChocobozzz2018-01-121-4/+3
|
* Fix tree comment renderingChocobozzz2018-01-121-1/+1
| | | | Sort by updatedAt too
* 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
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Use sequelize scopesChocobozzz2017-12-147-303/+259
|
* Fix job modelChocobozzz2017-12-131-2/+2
|
* Move models to typescript-sequelizeChocobozzz2017-12-1347-3929/+2607
|
* 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-12-042-2/+1
|
* Add account avatarChocobozzz2017-12-047-5/+72
|
* Fix lintChocobozzz2017-11-302-6/+4
|