Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | store the original announce actor (the one that pushed the item into our ↵ | Mario | 2024-01-22 | 1 | -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 ↵ | Mario | 2024-01-10 | 1 | -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" | Mario | 2023-12-20 | 1 | -1/+1 |
| | | | | This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3. | ||||
* | changelog | Mario | 2023-12-20 | 1 | -1/+1 |
| | |||||
* | some low level work on native repeats | Mario | 2023-11-09 | 1 | -1/+6 |
| | |||||
* | only remove the owner from delivery if its their post and minor cleanup | Mario | 2023-06-12 | 1 | -1/+1 |
| | |||||
* | add some explanation and remove logging | Mario | 2023-03-30 | 1 | -1/+0 |
| | |||||
* | ignore deliveries by our own channel which do not origin from the local hub. ↵ | Mario | 2023-03-30 | 1 | -0/+1 |
| | | | | instead rely on the sync delivery. | ||||
* | initial check in to allow all mentions option | Mario | 2023-03-23 | 1 | -2/+0 |
| | |||||
* | remove fragment in notifier - it should not be required, when processing ↵ | Mario | 2023-01-12 | 1 | -8/+2 |
| | | | | multiple choice polls sleep some time before calling the notifier | ||||
* | add sys channel to receiveres for public items | Mario Vavti | 2023-01-02 | 1 | -0/+2 |
| | |||||
* | fix more php warnings | Mario Vavti | 2022-11-02 | 1 | -1/+2 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 1 | -4/+4 |
| | |||||
* | php8: warning fixes | Mario | 2022-09-14 | 1 | -2/+6 |
| | |||||
* | add the signature | Mario Vavti | 2022-01-31 | 1 | -0/+3 |
| | |||||
* | port new_token from zap, fixes and more cleanup | Mario | 2022-01-02 | 1 | -1/+1 |
| | |||||
* | update_poll() can be called many times in a row for the same item if a ↵ | Mario | 2021-12-22 | 1 | -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 dev | Mario | 2021-12-15 | 1 | -0/+12 |
| | |||||
* | fix hubloc_site_id in fix_system_urls() on detected site rename events and ↵ | Mario Vavti | 2021-11-30 | 1 | -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 Vavti | 2021-11-29 | 1 | -1/+3 |
| | | | | entries for the channel exist | ||||
* | simplify | Mario | 2021-10-06 | 1 | -19/+14 |
| | |||||
* | really de-duplicate entries for dead hubs | Mario | 2021-10-06 | 1 | -16/+19 |
| | |||||
* | do not show duplicate entries for dead hubs | Mario | 2021-10-06 | 1 | -1/+3 |
| | |||||
* | clone channel delete issues - part 1 | Mario Vavti | 2021-10-03 | 1 | -4/+7 |
| | |||||
* | add optional $removed argument to channelx_by functions to allow inclusion ↵ | Mario Vavti | 2021-10-03 | 1 | -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 fixes | Mario | 2021-05-29 | 1 | -4/+4 |
| | |||||
* | fix notifier for non-zot hublocs | Mario | 2021-05-28 | 1 | -1/+1 |
| | |||||
* | more notifier work | Mario | 2021-05-25 | 1 | -273/+209 |
| | |||||
* | remove location command from notifier | Mario | 2021-05-23 | 1 | -28/+0 |
| | |||||
* | remove request command from notifier | Mario | 2021-05-23 | 1 | -33/+3 |
| | |||||
* | remove mail and some hubzilla < 5.0 quirks from notifier | Mario | 2021-05-23 | 1 | -50/+4 |
| | |||||
* | mod subthread issue continued | Mario | 2021-03-14 | 1 | -0/+6 |
| | |||||
* | get dev | Hilmar R | 2021-03-01 | 1 | -209/+199 |
| | |||||
* | allow deletes for e.g. w2w posts where we are the author but item wall is ↵ | Mario Vavti | 2021-01-08 | 1 | -7/+0 |
| | | | | not set. ownership is checked at the receiving side anyway | ||||
* | try to fix more hubloc anomalies: use refresh_all in ↵ | Mario | 2020-12-15 | 1 | -42/+42 |
| | | | | remove_obsolete_hublocs() and use Libzot::encode_locations() instead of zot_encode_locations() in notifier | ||||
* | deliver to local hub first | Mario | 2020-11-21 | 1 | -3/+10 |
| | |||||
* | minor queue adjustments | Mario | 2020-11-13 | 1 | -10/+13 |
| | |||||
* | provide info about dead sites in delivery report and set site_dead when ↵ | Mario | 2020-10-19 | 1 | -5/+53 |
| | | | | marking a hubloc down. | ||||
* | add rss network authors to the not fetchable list | Mario | 2020-10-09 | 1 | -1/+1 |
| | |||||
* | 5.0RC testing: do not attempt zot6 delivery of anonymous comments - the ↵ | Mario | 2020-10-06 | 1 | -0/+6 |
| | | | | author is not a valid actor | ||||
* | item/activity fetching | Mario | 2020-10-02 | 1 | -1/+0 |
| | |||||
* | RC5.0 testing: fix purge and some cleanup | Mario | 2020-09-28 | 1 | -24/+40 |
| | |||||
* | be more clear in comment | Mario | 2020-08-20 | 1 | -1/+1 |
| | |||||
* | fix item deletion | Mario | 2020-08-20 | 1 | -2/+3 |
| | |||||
* | whitespace | Mario | 2020-05-15 | 1 | -5/+5 |
| | |||||
* | rewriting the author for legacy compatibility only if author is from this ↵ | Mario | 2020-05-15 | 1 | -2/+6 |
| | | | | site and add comment. | ||||
* | rewriting the owner for legacy compatibility should be sufficient | Mario | 2020-05-15 | 1 | -4/+2 |
| | |||||
* | Revert "keychange and request packets via zot6" | Mario | 2020-04-16 | 1 | -8/+6 |
| | | | This reverts commit 9d0f71bfcbc0d1080a9f93590118046d326cae70 | ||||
* | keychange and request packets via zot6 | Mario | 2020-04-15 | 1 | -6/+8 |
| | |||||
* | fix outgoing mails to zot connections | Mario | 2020-04-01 | 1 | -4/+10 |
| |