Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dandauge-dev-patch-81368' into 'dev' | Mario | 2022-02-09 | 1 | -0/+18 |
|\ | | | | | | | | | Upload New File : invite.casual.tpl fr See merge request hubzilla/core!2005 | ||||
| * | Upload New File : invite.casual.tpl fr | Dan d'Auge | 2022-02-06 | 1 | -0/+18 |
| | | |||||
* | | Merge branch 'dandauge-dev-patch-67694' into 'dev' | Mario | 2022-02-09 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | Upload New File : invite.formal.subject.tpl fr See merge request hubzilla/core!2006 | ||||
| * | | Upload New File : invite.formal.subject.tpl fr | Dan d'Auge | 2022-02-06 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'dandauge-dev-patch-34373' into 'dev' | Mario | 2022-02-09 | 1 | -0/+19 |
|\ \ | | | | | | | | | | | | | Upload New File : invite.formal.tpl fr See merge request hubzilla/core!2007 | ||||
| * | | Upload New File : invite.formal.tpl fr | Dan d'Auge | 2022-02-06 | 1 | -0/+19 |
| |/ | |||||
* | | pdo: add the charset to the connection string | Mario | 2022-02-09 | 1 | -0/+7 |
| | | |||||
* | | since we do not use feedutils for ostatus anymore, we can now safely use ↵ | Mario | 2022-02-09 | 1 | -2/+2 |
| | | | | | | | | import_author_rss() instead of import_author_unknown() | ||||
* | | rename variable | Mario | 2022-02-08 | 1 | -6/+6 |
| | | |||||
* | | revert logging | Mario | 2022-02-08 | 1 | -2/+0 |
| | | |||||
* | | revert deleted flag for webfinger and zotfinger key | Mario | 2022-02-08 | 2 | -21/+11 |
| | | |||||
* | | HTTPSig: introduce the deleted keytype. this will allow us to not fetch an ↵ | Mario | 2022-02-08 | 1 | -6/+30 |
| | | | | | | | | actor we have never seen before if we received a delete activity for this actor for some reason. this is only implemented in the activitypub inbox so far. | ||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2022-02-08 | 2 | -2/+4 |
|\ \ | |||||
| * \ | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2022-02-08 | 3 | -4/+29 |
| |\ \ | |||||
| * | | | fix php error in externals and streamline actor cache time | Mario Vavti | 2022-02-08 | 2 | -2/+4 |
| | | | | |||||
* | | | | versionà | Mario | 2022-02-08 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | to reduce overall network fetches cache actors in Activity::fetch() and ↵ | Mario | 2022-02-08 | 2 | -3/+11 |
| |/ |/| | | | | | fetch the ldsig creator with get_actor() instead of get_compound_property() so that it will check the cache before actually fetching | ||||
* | | whitespace | Mario | 2022-02-04 | 1 | -2/+2 |
| | | |||||
* | | clean the url from parameters | Mario | 2022-02-04 | 1 | -0/+5 |
| | | |||||
* | | unpack encoded mid and make sure to goaway to the right message | Mario | 2022-02-03 | 1 | -1/+13 |
|/ | |||||
* | move JSalmon stuff from the data to the meta field in Lib ActivityStreams ↵ | Mario | 2022-02-03 | 3 | -26/+24 |
| | | | | and some more refinement on storing the raw ap and diaspora data in iconfig | ||||
* | only unset if set | Mario | 2022-02-02 | 1 | -4/+9 |
| | |||||
* | more PHP 8.1 deprecated warnings | Mario | 2022-02-02 | 6 | -6/+11 |
| | |||||
* | more PHP 8.1 deprecated warnings | Mario | 2022-02-02 | 1 | -0/+6 |
| | |||||
* | more PHP 8.1 deprecated warnings | Mario | 2022-02-02 | 1 | -3/+3 |
| | |||||
* | a like could be stored as item or activity so check both | Mario | 2022-02-02 | 1 | -2/+3 |
| | |||||
* | typo | Mario | 2022-02-01 | 1 | -1/+1 |
| | |||||
* | formatting | Mario | 2022-02-01 | 1 | -2/+2 |
| | |||||
* | allow zotfinger to recurse through all known hublocs if the one we got does ↵ | Mario | 2022-02-01 | 3 | -2/+74 |
| | | | | not exist (404) or got removed (410). add functions for updating tables from array and deleting hublocs. | ||||
* | bump version | Mario | 2022-01-31 | 1 | -1/+1 |
| | |||||
* | more work on relaying zap and diaspora, fix mod hcard | Mario | 2022-01-31 | 3 | -20/+42 |
| | |||||
* | PHP 8.1 band-aid | Mario Vavti | 2022-01-31 | 7 | -29/+37 |
| | |||||
* | add the signature | Mario Vavti | 2022-01-31 | 1 | -0/+3 |
| | |||||
* | make sure we never save a zot6 packet as ap raw message | Mario | 2022-01-30 | 1 | -1/+1 |
| | |||||
* | attach iconfig to the activity and adjust ap raw message retrieval to handle ↵ | Mario | 2022-01-30 | 3 | -11/+47 |
| | | | | both cases. also add a possibility to manually redeliver single hubs for debuging | ||||
* | changelog | Mario | 2022-01-28 | 1 | -0/+16 |
| | |||||
* | fix removing contacts from privacy groups | Mario | 2022-01-28 | 1 | -3/+6 |
| | |||||
* | $cmd should be a strig and not null | Mario | 2022-01-28 | 1 | -1/+1 |
| | |||||
* | formatting and unused variables | Mario | 2022-01-28 | 1 | -807/+814 |
| | |||||
* | do not use escape_tags() for inbox | Mario | 2022-01-27 | 1 | -6/+6 |
| | |||||
* | escape_tags() will turn & to & and there for mess up the xchan hash | Mario | 2022-01-27 | 1 | -8/+8 |
| | |||||
* | fix for #1659 | Mario | 2022-01-27 | 2 | -2/+3 |
| | |||||
* | typo | Mario | 2022-01-27 | 1 | -1/+1 |
| | |||||
* | whitespace | Mario | 2022-01-27 | 1 | -1/+1 |
| | |||||
* | some refinement on storing the raw ap message, some comments and make sure ↵ | Mario | 2022-01-27 | 2 | -6/+16 |
| | | | | the AS->raw is always a json string | ||||
* | missing define of variable, remove deprecated zot-info and ofeed from webfinger | Mario | 2022-01-26 | 2 | -12/+3 |
| | |||||
* | update to remove the mail app | Mario | 2022-01-26 | 2 | -1/+24 |
| | |||||
* | use item_hidden instead of item_notshown for forum comment announces | Mario | 2022-01-26 | 1 | -1/+1 |
| | |||||
* | $act->raw will not always hold the AP raw message. Look for it in iconfig. | Mario | 2022-01-26 | 1 | -1/+16 |
| | |||||
* | always store the raw message | Mario | 2022-01-26 | 1 | -5/+1 |
| |