aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'dandauge-dev-patch-67694' into 'dev'Mario2022-02-091-0/+1
| |\ \ | | | | | | | | | | | | | | | | Upload New File : invite.formal.subject.tpl fr See merge request hubzilla/core!2006
| | * | Upload New File : invite.formal.subject.tpl frDan d'Auge2022-02-061-0/+1
| | |/
| * | Merge branch 'dandauge-dev-patch-34373' into 'dev'Mario2022-02-091-0/+19
| |\ \ | | | | | | | | | | | | | | | | Upload New File : invite.formal.tpl fr See merge request hubzilla/core!2007
| | * | Upload New File : invite.formal.tpl frDan d'Auge2022-02-061-0/+19
| | |/
| * | pdo: add the charset to the connection stringMario2022-02-091-0/+7
| | |
| * | since we do not use feedutils for ostatus anymore, we can now safely use ↵Mario2022-02-091-2/+2
| | | | | | | | | | | | import_author_rss() instead of import_author_unknown()
| * | rename variableMario2022-02-081-6/+6
| | |
| * | revert loggingMario2022-02-081-2/+0
| | |
| * | revert deleted flag for webfinger and zotfinger keyMario2022-02-082-21/+11
| | |
| * | HTTPSig: introduce the deleted keytype. this will allow us to not fetch an ↵Mario2022-02-081-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 devMario2022-02-082-2/+4
| |\ \
| | * \ Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2022-02-083-4/+29
| | |\ \
| | * | | fix php error in externals and streamline actor cache timeMario Vavti2022-02-082-2/+4
| | | | |
| * | | | versionÃMario2022-02-081-1/+1
| | |/ / | |/| |
| * | | to reduce overall network fetches cache actors in Activity::fetch() and ↵Mario2022-02-082-3/+11
| | |/ | |/| | | | | | | fetch the ldsig creator with get_actor() instead of get_compound_property() so that it will check the cache before actually fetching
| * | whitespaceMario2022-02-041-2/+2
| | |
| * | clean the url from parametersMario2022-02-041-0/+5
| | |
| * | unpack encoded mid and make sure to goaway to the right messageMario2022-02-031-1/+13
| |/
| * move JSalmon stuff from the data to the meta field in Lib ActivityStreams ↵Mario2022-02-033-26/+24
| | | | | | | | and some more refinement on storing the raw ap and diaspora data in iconfig
| * only unset if setMario2022-02-021-4/+9
| |
| * more PHP 8.1 deprecated warningsMario2022-02-026-6/+11
| |
| * more PHP 8.1 deprecated warningsMario2022-02-021-0/+6
| |
| * more PHP 8.1 deprecated warningsMario2022-02-021-3/+3
| |
| * a like could be stored as item or activity so check bothMario2022-02-021-2/+3
| |
| * typoMario2022-02-011-1/+1
| |
| * formattingMario2022-02-011-2/+2
| |
| * allow zotfinger to recurse through all known hublocs if the one we got does ↵Mario2022-02-013-2/+74
| | | | | | | | not exist (404) or got removed (410). add functions for updating tables from array and deleting hublocs.
| * bump versionMario2022-01-311-1/+1
| |
| * more work on relaying zap and diaspora, fix mod hcardMario2022-01-313-20/+42
| |
| * PHP 8.1 band-aidMario Vavti2022-01-317-29/+37
| |
| * add the signatureMario Vavti2022-01-311-0/+3
| |
| * make sure we never save a zot6 packet as ap raw messageMario2022-01-301-1/+1
| |
| * attach iconfig to the activity and adjust ap raw message retrieval to handle ↵Mario2022-01-303-11/+47
| | | | | | | | both cases. also add a possibility to manually redeliver single hubs for debuging
* | Merge branch 'dev'7.0.1Mario2022-01-281-0/+16
|\|
| * changelogMario2022-01-281-0/+16
| |
* | version 7.0.1Mario2022-01-281-1/+1
| |
* | Merge branch 'dev'Mario2022-01-2814-947/+1036
|\|
| * fix removing contacts from privacy groupsMario2022-01-281-3/+6
| |
| * $cmd should be a strig and not nullMario2022-01-281-1/+1
| |
| * formatting and unused variablesMario2022-01-281-807/+814
| |
| * do not use escape_tags() for inboxMario2022-01-271-6/+6
| |
| * escape_tags() will turn & to & and there for mess up the xchan hashMario2022-01-271-8/+8
| |
| * fix for #1659Mario2022-01-272-2/+3
| |
| * typoMario2022-01-271-1/+1
| |
| * whitespaceMario2022-01-271-1/+1
| |
| * some refinement on storing the raw ap message, some comments and make sure ↵Mario2022-01-272-6/+16
| | | | | | | | the AS->raw is always a json string
| * missing define of variable, remove deprecated zot-info and ofeed from webfingerMario2022-01-262-12/+3
| |
| * update to remove the mail appMario2022-01-262-1/+24
| |
| * use item_hidden instead of item_notshown for forum comment announcesMario2022-01-261-1/+1
| |
| * $act->raw will not always hold the AP raw message. Look for it in iconfig.Mario2022-01-261-1/+16
| |