aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process/process-create.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Federate video viewsChocobozzz2017-11-271-1/+18
* Add follow testsChocobozzz2017-11-271-2/+2
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+2
* Refractor activity pub lib/helpersChocobozzz2017-11-271-0/+88