aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Handle announces in inboxChocobozzz2017-11-276-11/+152
|
* Fix video upload and videos listChocobozzz2017-11-271-1/+3
|
* Add video abuse to activity pubChocobozzz2017-11-272-27/+31
|
* Rename Pod -> ServerChocobozzz2017-11-276-54/+54
|
* Fix issues on server startChocobozzz2017-11-272-4/+13
|
* Handle follow/acceptChocobozzz2017-11-273-23/+10
|
* Make it compile at leastChocobozzz2017-11-272-46/+40
|
* Remove references to authorChocobozzz2017-11-271-1/+0
|
* Continue activitypubChocobozzz2017-11-274-10/+66
|
* Begin activitypubChocobozzz2017-11-276-492/+300
|
* Upgrade server packagesChocobozzz2017-10-311-2/+1
|
* Add video privacy settingChocobozzz2017-10-312-17/+64
|
* Lazy description and previews to video formChocobozzz2017-10-301-1/+1
|
* Add lazy description on serverChocobozzz2017-10-302-55/+35
|
* Remove sequelize deprecated operatorsChocobozzz2017-10-261-5/+5
|
* Fix integrity issues with after destroy hookChocobozzz2017-10-263-6/+6
|
* Fix log in after destroy hookChocobozzz2017-10-261-1/+1
|
* Reset video fields when remote update failsChocobozzz2017-10-262-0/+18
|
* Fix lintChocobozzz2017-10-261-1/+0
|
* Add video channelsChocobozzz2017-10-267-67/+675
|
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-192-33/+44
|
* Fix video removing when it is corruptedChocobozzz2017-10-191-2/+5
|
* Use preview instead of thumbnail for oembedChocobozzz2017-10-171-1/+5
|
* Add oembed endpointChocobozzz2017-10-162-4/+31
|