aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process/process-create.ts
Commit message (Expand)AuthorAgeFilesLines
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-4/+4
* Automatically remove bad followingsChocobozzz2019-08-061-4/+7
* Fix user notifications on new followChocobozzz2019-08-021-7/+12
* Correctly notify on auto blacklistChocobozzz2019-07-241-2/+2
* Add filter hooks testsChocobozzz2019-07-241-2/+2
* Server: Bulk update videos support fieldChocobozzz2019-05-311-0/+1
* Remove old activities processorChocobozzz2019-05-311-15/+0
* More robust federationChocobozzz2019-05-311-1/+12
* Playlist server APIChocobozzz2019-03-181-2/+17
* Prepare Dislike/Flag/View fixesChocobozzz2019-01-151-92/+26
* Add user notification base codeChocobozzz2019-01-091-3/+11
* Merge branch 'move-utils-to-shared' of https://github.com/buoyantair/PeerTube...Chocobozzz2018-12-071-1/+0
|\
| * Fix dependency errors between modulesbuoyantair2018-11-161-1/+1
* | Fix trending pageChocobozzz2018-12-031-2/+11
* | Don't import test tools in coreChocobozzz2018-11-221-2/+1
|/
* Don't forward view, send updates insteadChocobozzz2018-11-151-12/+4
* Check activities hostChocobozzz2018-11-141-1/+4
* Upsert cache file on create activityChocobozzz2018-10-021-2/+2
* Reduce video import TTLChocobozzz2018-09-251-1/+1
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-3/+5
* Remove unnecessary actor existance checkChocobozzz2018-09-211-3/+0
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-11/+9
* Optimize video view AP processingChocobozzz2018-09-191-3/+7
* Refractor videos AP functionsChocobozzz2018-09-191-5/+5
* Basic video redundancy implementationChocobozzz2018-09-131-2/+19
* Bufferize videos views in redisChocobozzz2018-08-301-2/+2
* Refractor comment creation from federationChocobozzz2018-08-271-38/+9
* Add refresh video on searchChocobozzz2018-08-271-5/+5
* Add ability to search a video with an URLChocobozzz2018-08-271-6/+3
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-2/+3
* Refractor retry transaction functionChocobozzz2018-06-131-32/+5
* Correctly forward video related activitiesChocobozzz2018-05-311-8/+4
* Split files in activitypub serverChocobozzz2018-05-251-1/+2
* Fix announce activitiesChocobozzz2018-01-261-53/+2
* Upgrade server dependenciesChocobozzz2018-01-241-1/+1
* Add tests to handle down serverChocobozzz2018-01-111-2/+2
* Fetch remote AP objectsChocobozzz2018-01-101-98/+29
* Fix comment creationChocobozzz2018-01-081-1/+1
* Fix lintChocobozzz2018-01-081-1/+0
* Send comment to followers and parentsChocobozzz2018-01-081-8/+24
* Propagate old comment on new followChocobozzz2017-12-281-2/+11
* Send video comment comments to followers/originChocobozzz2017-12-271-14/+22
* Begin unit testsChocobozzz2017-12-221-2/+2
* Create comment on replied mastodon statutesChocobozzz2017-12-221-2/+51
* Begin moving video channel to actorChocobozzz2017-12-191-54/+133
* Move models to typescript-sequelizeChocobozzz2017-12-131-23/+25
* Fix conflict rate serializationsChocobozzz2017-11-301-1/+1
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-3/+9
* Correctly forward like/dislikes and undoChocobozzz2017-11-271-15/+27
* Federate likes/dislikesChocobozzz2017-11-271-1/+34