aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-share.ts
Commit message (Expand)AuthorAgeFilesLines
* Stricter models typingChocobozzz2021-05-121-1/+2
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-1/+12
* Upgrade sequelize to v6Chocobozzz2020-12-091-10/+9
* Split types and typingsChocobozzz2020-06-181-2/+2
* Optimize sql requests on broadcastChocobozzz2020-03-191-53/+36
* Update server dependenciesChocobozzz2019-10-211-1/+1
* Stronger model typingsChocobozzz2019-08-191-6/+8
* Automatically remove bad followingsChocobozzz2019-08-061-13/+5
* Fix multiple server testsChocobozzz2019-08-011-9/+20
* Upgrade sequelizeChocobozzz2019-04-241-5/+5
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Restore videos list componentsChocobozzz2019-04-021-2/+1
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-0/+14
* Add playlist rest testsChocobozzz2019-03-181-1/+1
* Check activities hostChocobozzz2018-11-141-1/+1
* Fix offset/limit on some SQL queries :facepalm:Chocobozzz2018-06-131-2/+2
* Correctly forward video related activitiesChocobozzz2018-05-311-1/+1
* Refractor and optimize AP collectionsChocobozzz2018-05-251-0/+13
* Add ability to update a video channelChocobozzz2018-05-111-0/+9
* Implement support field in video and video channelChocobozzz2018-02-151-1/+27
* Don't rehost announced video activitiesChocobozzz2018-01-261-1/+14
* Send account activitypub update eventsChocobozzz2018-01-031-0/+40
* Begin moving video channel to actorChocobozzz2017-12-191-16/+16
* Use sequelize scopesChocobozzz2017-12-141-6/+30
* Move models to typescript-sequelizeChocobozzz2017-12-131-62/+56
* Put activity pub sends inside transactionsChocobozzz2017-11-301-4/+6
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-1/+15
* Federate video updateChocobozzz2017-11-271-2/+21
* Handle announces in inboxChocobozzz2017-11-271-0/+49