aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process/process-create.ts
Commit message (Collapse)AuthorAgeFilesLines
* Split types and typingsChocobozzz2020-06-181-2/+2
|
* Speed up videos indexationChocobozzz2020-06-121-1/+2
| | | | And fetch video attributes after
* Block comments from muted accounts/serversChocobozzz2020-05-291-8/+15
| | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there)
* Add moderation helpers to pluginsChocobozzz2020-05-071-1/+1
|
* Add ability to accept or not remote redundanciesChocobozzz2020-04-071-0/+3
|
* Cleanup model typesChocobozzz2019-08-201-2/+2
|
* Stronger model typingsChocobozzz2019-08-191-8/+6
|
* 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
| | | | In particular when fetching pleroma outbox
* Playlist server APIChocobozzz2019-03-181-2/+17
|
* Prepare Dislike/Flag/View fixesChocobozzz2019-01-151-92/+26
| | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version
* Add user notification base codeChocobozzz2019-01-091-3/+11
|
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-071-1/+0
|\ | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
| * 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
| | | | | To avoid inconsistencies in the federation, now the origin server will tell other instances what is the correct number of views
* 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
| | | | We already checked it in the signature checker
* 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
|