aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Put activity pub sends inside transactionsChocobozzz2017-11-304-12/+18
|
* Fix well known and json parser with mastodonChocobozzz2017-11-291-0/+7
|
* Refractor validatorsChocobozzz2017-11-272-11/+16
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-277-6/+71
|
* Add activitypub migration scriptChocobozzz2017-11-271-1/+1
|
* Fix lintChocobozzz2017-11-271-0/+2
|
* Correctly forward like/dislikes and undoChocobozzz2017-11-271-21/+14
|
* Misc cleanupChocobozzz2017-11-271-12/+4
|
* Cleanup modelsChocobozzz2017-11-276-201/+7
|
* Fetch video likes/dislikes tooChocobozzz2017-11-272-3/+48
|
* Federate video viewsChocobozzz2017-11-272-6/+23
|
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-10/+28
|
* Add outboxChocobozzz2017-11-272-0/+66
|
* Refractor activity pub lib/helpersChocobozzz2017-11-272-15/+8
|
* Optimize signature verificationChocobozzz2017-11-271-0/+1
|
* Federate video abusesChocobozzz2017-11-273-3/+19
|
* Federate video updateChocobozzz2017-11-276-6/+71
|
* Server shares user videosChocobozzz2017-11-271-1/+2
|
* Send server announce when users upload a videoChocobozzz2017-11-272-5/+5
|