aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process/process-update.ts
Commit message (Expand)AuthorAgeFilesLines
* More robust channel change federationChocobozzz2021-02-261-1/+9
* Handle live federationChocobozzz2020-11-091-2/+2
* Split types and typingsChocobozzz2020-06-181-2/+2
* Add moderation helpers to pluginsChocobozzz2020-05-071-1/+1
* Add ability to accept or not remote redundanciesChocobozzz2020-04-071-0/+3
* Fix ownership changeChocobozzz2019-08-211-2/+5
* Stronger model typingsChocobozzz2019-08-191-6/+6
* Lazy load avatarsChocobozzz2019-08-091-4/+6
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-3/+4
* Fix user notifications on new followChocobozzz2019-08-021-1/+4
* Remove unused actor uuid fieldChocobozzz2019-05-311-2/+2
* Update sequelizeChocobozzz2019-04-241-3/+5
* Playlist server APIChocobozzz2019-03-181-0/+15
* Fix thumbnail processingChocobozzz2018-12-041-1/+1
* Delete invalid or deleted remote videosChocobozzz2018-11-201-1/+0
* Upsert cache file on create activityChocobozzz2018-10-021-9/+2
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-8/+20
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-7/+10
* Optimize video view AP processingChocobozzz2018-09-191-1/+9
* Refractor videos AP functionsChocobozzz2018-09-191-2/+2
* Basic video redundancy implementationChocobozzz2018-09-131-4/+30
* Add ability to search video channelsChocobozzz2018-08-271-2/+2
* Add refresh video on searchChocobozzz2018-08-271-95/+4
* Cleanup utils helperChocobozzz2018-08-141-2/+1
* Fix fps federationChocobozzz2018-08-061-1/+1
* Implement captions/subtitlesChocobozzz2018-07-161-1/+11
* Refractor retry transaction functionChocobozzz2018-06-131-22/+4
* Improve tests when waiting pending jobsChocobozzz2018-06-131-6/+8
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-11/+16
* Split files in activitypub serverChocobozzz2018-05-251-1/+2
* Add ability to update a video channelChocobozzz2018-05-111-2/+8
* Fix error loggingChocobozzz2018-03-261-3/+3
* Unlisted videos are not displayed on Mastodon nowChocobozzz2018-02-211-1/+1
* Implement support field in video and video channelChocobozzz2018-02-151-21/+31
* Handle thumbnail updateChocobozzz2018-02-141-1/+8
* Fix lintChocobozzz2018-01-241-1/+0
* Upgrade server dependenciesChocobozzz2018-01-241-1/+2
* Activity Pub improvementsChocobozzz2018-01-111-2/+4
* Fetch remote AP objectsChocobozzz2018-01-101-6/+4
* Refresh remote accountsChocobozzz2018-01-041-36/+9
* Send account activitypub update eventsChocobozzz2018-01-031-3/+91
* Circle avatarChocobozzz2018-01-031-0/+1
* Propagate old comment on new followChocobozzz2017-12-281-1/+3
* Begin moving video channel to actorChocobozzz2017-12-191-49/+14
* Move models to typescript-sequelizeChocobozzz2017-12-131-19/+20
* Put activity pub sends inside transactionsChocobozzz2017-11-301-2/+2
* Fix lintChocobozzz2017-11-271-1/+1
* Add follow testsChocobozzz2017-11-271-2/+2
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+1
* Refractor activity pub lib/helpersChocobozzz2017-11-271-0/+135