aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Notifier.php
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-3/+4
|
* AS2 Follow/IgnoreMario2024-03-011-1/+1
|
* AS2Mario2024-02-251-2/+1
|
* store the original announce actor (the one that pushed the item into our ↵Mario2024-01-221-1/+2
| | | | stream first) in source_xchan instead of owner_xchan. this way we will preserve the real owner for the thread and not have conflicts when dealing with deletes of comments or likes
* prepare outbound fep-8b32 (object integrity) but do not enable yet since the ↵Mario2024-01-101-9/+1
| | | | additional context seems to break ldsig for some reason, introduce Activity::build_packet() and Activity::ap_context() to reduce code duplication, implement fep-2c59 (webfinger) and some cleanup
* Revert "changelog"Mario2023-12-201-1/+1
| | | | This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3.
* changelogMario2023-12-201-1/+1
|
* some low level work on native repeatsMario2023-11-091-1/+6
|
* only remove the owner from delivery if its their post and minor cleanupMario2023-06-121-1/+1
|
* add some explanation and remove loggingMario2023-03-301-1/+0
|
* ignore deliveries by our own channel which do not origin from the local hub. ↵Mario2023-03-301-0/+1
| | | | instead rely on the sync delivery.
* initial check in to allow all mentions optionMario2023-03-231-2/+0
|
* remove fragment in notifier - it should not be required, when processing ↵Mario2023-01-121-8/+2
| | | | multiple choice polls sleep some time before calling the notifier
* add sys channel to receiveres for public itemsMario Vavti2023-01-021-0/+2
|
* fix more php warningsMario Vavti2022-11-021-1/+2
|
* fix php warningsMario2022-10-201-4/+4
|
* php8: warning fixesMario2022-09-141-2/+6
|
* add the signatureMario Vavti2022-01-311-0/+3
|
* port new_token from zap, fixes and more cleanupMario2022-01-021-1/+1
|
* update_poll() can be called many times in a row for the same item if a ↵Mario2021-12-221-2/+8
| | | | multiple poll is being updated. This could result in the queueworker not processing duplicates. We are now adding the source item mid to the notifier call as the third argument (fragment) so that the queueworker will not think they are duplicates. The fragment is also passed to the deliver_hooks call in the notifier
* merge branch perms_ng into devMario2021-12-151-0/+12
|
* fix hubloc_site_id in fix_system_urls() on detected site rename events and ↵Mario Vavti2021-11-301-1/+1
| | | | during sync_locations() if it changed or was stored incorrectly.
* do not deliver to the same channel multiple times in case duplicate hubloc ↵Mario Vavti2021-11-291-1/+3
| | | | entries for the channel exist
* simplifyMario2021-10-061-19/+14
|
* really de-duplicate entries for dead hubsMario2021-10-061-16/+19
|
* do not show duplicate entries for dead hubsMario2021-10-061-1/+3
|
* clone channel delete issues - part 1Mario Vavti2021-10-031-4/+7
|
* add optional $removed argument to channelx_by functions to allow inclusion ↵Mario Vavti2021-10-031-1/+1
| | | | of removed channels which is required (mod channel, daemon notifier -> refresh_all) if a channel got removed also remove caching to App so we always get a fresh copy. In import_hublocs() add site_id to the array passed to Libzot::gethubs() because it is expected there.
* notifier fixesMario2021-05-291-4/+4
|
* fix notifier for non-zot hublocsMario2021-05-281-1/+1
|
* more notifier workMario2021-05-251-273/+209
|
* remove location command from notifierMario2021-05-231-28/+0
|
* remove request command from notifierMario2021-05-231-33/+3
|
* remove mail and some hubzilla < 5.0 quirks from notifierMario2021-05-231-50/+4
|
* mod subthread issue continuedMario2021-03-141-0/+6
|
* get devHilmar R2021-03-011-209/+199
|
* allow deletes for e.g. w2w posts where we are the author but item wall is ↵Mario Vavti2021-01-081-7/+0
| | | | not set. ownership is checked at the receiving side anyway
* try to fix more hubloc anomalies: use refresh_all in ↵Mario2020-12-151-42/+42
| | | | remove_obsolete_hublocs() and use Libzot::encode_locations() instead of zot_encode_locations() in notifier
* deliver to local hub firstMario2020-11-211-3/+10
|
* minor queue adjustmentsMario2020-11-131-10/+13
|
* provide info about dead sites in delivery report and set site_dead when ↵Mario2020-10-191-5/+53
| | | | marking a hubloc down.
* add rss network authors to the not fetchable listMario2020-10-091-1/+1
|
* 5.0RC testing: do not attempt zot6 delivery of anonymous comments - the ↵Mario2020-10-061-0/+6
| | | | author is not a valid actor
* item/activity fetchingMario2020-10-021-1/+0
|
* RC5.0 testing: fix purge and some cleanupMario2020-09-281-24/+40
|
* be more clear in commentMario2020-08-201-1/+1
|
* fix item deletionMario2020-08-201-2/+3
|
* whitespaceMario2020-05-151-5/+5
|
* rewriting the author for legacy compatibility only if author is from this ↵Mario2020-05-151-2/+6
| | | | site and add comment.
* rewriting the owner for legacy compatibility should be sufficientMario2020-05-151-4/+2
|