Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hubloc in AS has been moved from data to meta a while ago | Mario Vavti | 2022-04-26 | 1 | -2/+2 |
| | |||||
* | fix regression with incoming poll answers from activitypub | Mario Vavti | 2022-04-23 | 1 | -1/+1 |
| | |||||
* | move AP addressing to pubcrawl | Mario Vavti | 2022-04-07 | 1 | -122/+14 |
| | | | (cherry picked from commit 1390e1db399c06cb76e191437eb5be24dd95a5c7) | ||||
* | fixes in regard to hub re-installs: dismiss deleted hublocs, make sure we ↵ | Mario | 2022-04-01 | 2 | -3/+3 |
| | | | | use the latest hubloc entry for addressing, in Queue::deliver() prefer primaries since their info is probably more accurate | ||||
* | streamline comment policy with downstream | Mario | 2022-03-23 | 1 | -14/+4 |
| | |||||
* | add the signing algo to zotinfo, and store it in import_xchan() if present | Mario | 2022-03-20 | 2 | -0/+9 |
| | |||||
* | make sure an announce does not overwrite an item we already have and make ↵ | Mario | 2022-03-11 | 1 | -0/+7 |
| | | | | sure it will be a toplevel post | ||||
* | support for hs2019 | Mario | 2022-03-10 | 1 | -3/+4 |
| | |||||
* | move attachments to the top | Mario | 2022-03-05 | 1 | -5/+5 |
| | |||||
* | fix regression | Mario | 2022-03-04 | 1 | -2/+2 |
| | |||||
* | streamline event activity handling | Mario | 2022-03-04 | 1 | -11/+80 |
| | |||||
* | port some ap quirks from the addon | Mario | 2022-03-04 | 1 | -15/+50 |
| | |||||
* | more work on enhanced content filters | Mario | 2022-03-03 | 2 | -3/+39 |
| | |||||
* | collect the accept headers in an array | Mario | 2022-03-03 | 1 | -2/+6 |
| | |||||
* | port some peertube tweeks from pubcrawl to lib/activity | Mario | 2022-03-02 | 1 | -20/+47 |
| | |||||
* | enhanced content filters | Mario | 2022-03-01 | 3 | -74/+223 |
| | |||||
* | make gprobe deal with URLs, fix issue in get_actor_protocols and fix missing ↵ | Mario | 2022-02-28 | 2 | -7/+21 |
| | | | | author issue if wall2wall comment arrives and author is not yet known | ||||
* | remove deprecated widgets and add some more widget descriptions | Mario | 2022-02-21 | 1 | -49/+0 |
| | |||||
* | address deprecation warnings | Mario | 2022-02-13 | 3 | -7/+12 |
| | |||||
* | add inbound support for quoteUrl | Mario | 2022-02-13 | 1 | -0/+38 |
| | |||||
* | make sure we have an array | Mario | 2022-02-11 | 1 | -2/+2 |
| | |||||
* | revert logging | Mario | 2022-02-08 | 1 | -2/+0 |
| | |||||
* | revert deleted flag for webfinger and zotfinger key | Mario | 2022-02-08 | 1 | -0/+2 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2022-02-08 | 2 | -3/+11 |
|\ | |||||
| * | 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 | ||||
* | | fix php error in externals and streamline actor cache time | Mario Vavti | 2022-02-08 | 1 | -1/+1 |
|/ | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -1/+25 |
| | | | | not exist (404) or got removed (410). add functions for updating tables from array and deleting hublocs. | ||||
* | more work on relaying zap and diaspora, fix mod hcard | Mario | 2022-01-31 | 2 | -1/+23 |
| | |||||
* | PHP 8.1 band-aid | Mario Vavti | 2022-01-31 | 3 | -9/+12 |
| | |||||
* | 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 | 1 | -9/+33 |
| | | | | both cases. also add a possibility to manually redeliver single hubs for debuging | ||||
* | fix removing contacts from privacy groups | Mario | 2022-01-28 | 1 | -3/+6 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -0/+2 |
| | |||||
* | $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 |
| | |||||
* | fix doc | Mario | 2022-01-23 | 1 | -1/+1 |
| | |||||
* | make sure that if an existing contact role changes we will re-assign the ↵ | Mario | 2022-01-23 | 1 | -32/+31 |
| | | | | permissions to all role members and cleanup | ||||
* | provide a spinner for edit connection action in threads | Mario | 2022-01-19 | 1 | -1/+10 |
| | |||||
* | fix channel app naming and translation and cleanup apps with an db update | Mario | 2022-01-19 | 1 | -2/+2 |
| | |||||
* | we must check if actor.id is empty(). checking for isset() only could still ↵ | Mario | 2022-01-19 | 1 | -1/+1 |
| | | | | end up in an empty string and produce unexpected results |