Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | make sure to use the correct default role | Mario | 2022-01-18 | 1 | -1/+1 |
| | |||||
* | adjust lock hover text if item_private === 2 | Mario | 2022-01-17 | 1 | -0/+5 |
| | |||||
* | fix php error | Mario | 2022-01-09 | 1 | -1/+1 |
| | |||||
* | deprecate AccessList::widget() | Mario | 2022-01-09 | 1 | -1/+2 |
| | |||||
* | mark group actors as such in items and minor text change | Mario | 2022-01-08 | 2 | -1/+2 |
| | |||||
* | add link to create new contact roles | Mario | 2022-01-07 | 1 | -5/+3 |
| | |||||
* | minor wording change and fix connections link | Mario | 2022-01-04 | 1 | -1/+1 |
| | |||||
* | update_poll() can be called many times in a row for the same item if a ↵ | Mario | 2021-12-22 | 1 | -1/+3 |
| | | | | 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 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-12-21 | 1 | -2/+29 |
|\ | |||||
| * | improve pconfig sync at the receiving side | Mario Vavti | 2021-12-21 | 1 | -2/+29 |
| | | |||||
* | | improve pconfig sync at the sending side | Mario | 2021-12-21 | 1 | -41/+44 |
|/ | |||||
* | guest token xchan_network = "token" and remove permission checks since the ↵ | Mario | 2021-12-18 | 1 | -5/+35 |
| | | | | guest tokens are now added to the abook automatically | ||||
* | main.js simplify notify_id checks | Mario | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | implement contact role deletion | Mario | 2021-12-17 | 1 | -5/+5 |
| | |||||
* | merge branch perms_ng into dev | Mario | 2021-12-15 | 8 | -577/+308 |
| | |||||
* | Announce missing in is_response_activity() | Mario Vavti | 2021-12-11 | 1 | -1/+1 |
| |