aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Put activity pub sends inside transactionsChocobozzz2017-11-309-28/+46
|
* Add ability to list jobsChocobozzz2017-11-303-21/+54
|
* Fix well known and json parser with mastodonChocobozzz2017-11-291-0/+7
|
* Remove max duration/filesize constraintsChocobozzz2017-11-281-3/+3
|
* Refractor validatorsChocobozzz2017-11-273-23/+23
|
* 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-273-22/+32
|
* Misc cleanupChocobozzz2017-11-272-13/+5
|
* Cleanup modelsChocobozzz2017-11-2712-436/+50
|
* Fetch video likes/dislikes tooChocobozzz2017-11-273-3/+51
|
* Federate likes/dislikesChocobozzz2017-11-272-3/+8
|
* Federate video viewsChocobozzz2017-11-272-6/+23
|
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-10/+28
|
* Add outboxChocobozzz2017-11-273-2/+68
|
* Add ability to unfollow a serverChocobozzz2017-11-272-7/+30
|
* Refractor activity pub lib/helpersChocobozzz2017-11-275-19/+23
|
* Fix lintChocobozzz2017-11-272-18/+15
|
* Optimize signature verificationChocobozzz2017-11-271-0/+1
|
* Optimize account creationChocobozzz2017-11-271-1/+1
|
* Federate video abusesChocobozzz2017-11-273-3/+19
|
* Federate video updateChocobozzz2017-11-277-8/+73
|
* Server shares user videosChocobozzz2017-11-271-1/+2
|
* Send server announce when users upload a videoChocobozzz2017-11-274-16/+30
|
* Handle announces in inboxChocobozzz2017-11-276-11/+152
|
* Fix video upload and videos listChocobozzz2017-11-274-15/+18
|
* Add video abuse to activity pubChocobozzz2017-11-272-27/+31
|
* Fix error when creating a fresh databaseChocobozzz2017-11-271-2/+0
|