Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve things display a little | Mario | 2024-03-05 | 2 | -13/+11 |
| | |||||
* | Merge branch 'fix-admin-site-page' into 'dev' | Mario | 2024-03-04 | 1 | -15/+0 |
|\ | | | | | | | | | Remove obsolete field for system lang from site admin page. See merge request hubzilla/core!2111 | ||||
| * | Remove obsolete field for system lang from site admin page. | Harald Eilertsen | 2024-03-03 | 1 | -15/+0 |
| | | | | | | | | | | | | | | | | The field was commented out in the module, but still remained in the template. This patch also removes some processing to discover available languages whose result were not used. This should fix https://framagit.org/hubzilla/core/-/issues/1840 | ||||
* | | basic AS2 support for things | Mario | 2024-03-04 | 4 | -82/+106 |
|/ | |||||
* | AS2 Follow/Ignore | Mario | 2024-03-01 | 7 | -16/+16 |
| | |||||
* | more cleanup | Mario | 2024-02-29 | 3 | -11/+13 |
| | |||||
* | some cleanup | Mario | 2024-02-29 | 2 | -17/+1 |
| | |||||
* | AS2 Update and implement a first draft of AS2 Profile activities | Mario | 2024-02-29 | 5 | -57/+24 |
| | |||||
* | more cleanup | Mario | 2024-02-28 | 1 | -8/+0 |
| | |||||
* | if we rename a folder in dav we should also move its content | Mario | 2024-02-28 | 1 | -2/+16 |
| | |||||
* | remove poke and mood from apps | Mario | 2024-02-28 | 1 | -0/+26 |
| | |||||
* | some cloeanup after last commit | Mario | 2024-02-28 | 3 | -18/+0 |
| | |||||
* | do away with deprecated activity types | Mario | 2024-02-28 | 6 | -400/+2 |
| | |||||
* | For now we will use standard Create verb for emoji reactions | Mario | 2024-02-27 | 2 | -58/+51 |
| | |||||
* | more streams compatibility | Mario | 2024-02-25 | 2 | -12/+12 |
| | |||||
* | AS2 | Mario | 2024-02-25 | 19 | -228/+113 |
| | |||||
* | simplify pleroma custom emoji stuff and some cleanup | Mario | 2024-02-22 | 1 | -54/+17 |
| | |||||
* | make sure to decode html special chars before sending over the wire and | Mario | 2024-02-21 | 2 | -8/+7 |
| | |||||
* | introduce get_actor() force flag to omit cache, rework contact refresh, ↵ | Mario | 2024-02-15 | 2 | -26/+38 |
| | | | | special handling for announce by group, and revert change regarding friendica addressing anomality | ||||
* | require the intl extension for | Mario | 2024-02-14 | 1 | -0/+5 |
| | |||||
* | deal with inReplyTo array + some docu and style | Mario | 2024-02-14 | 1 | -7/+14 |
| | |||||
* | improved checks in HTTPSig::find_headers() | Mario | 2024-02-14 | 1 | -15/+26 |
| | |||||
* | we are now using the item uuid for the notification hash if available. since ↵ | Mario | 2024-02-13 | 1 | -2/+3 |
| | | | | we can have more than one notification per item (e.g. tag and comment) also look for the notification type to make sure we get the right one | ||||
* | move the empty recips check to store(). otherwise it might interfere with ↵ | Mario | 2024-02-13 | 1 | -5/+5 |
| | | | | zot6 native addressing which is always empty | ||||
* | consider a message arriving to our inbox with no recipients (as seen from ↵ | Mario | 2024-02-13 | 1 | -1/+1 |
| | | | | friendica) a direct message | ||||
* | fix logic so that direct messages will be allowed in case the send_mail ↵ | Mario | 2024-02-13 | 1 | -13/+13 |
| | | | | permission is granted even if the send_stream permission is not granted | ||||
* | mb_strlen() will return 2 for some emojis - possibly grapheme_strlen() will ↵ | Mario | 2024-02-13 | 1 | -1/+1 |
| | | | | be better for this job | ||||
* | custom sass bootstrap builds for channels and site | Mario | 2024-02-10 | 1 | -9/+19 |
| | |||||
* | mark items verified in zot delivery also if either LDSignature or ↵ | Mario | 2024-02-08 | 1 | -2/+2 |
| | | | | EddsaSignature verified | ||||
* | whitespace | Mario | 2024-02-08 | 1 | -2/+0 |
| | |||||
* | update docu and remove redundant pernission check after vonv fetch fixes | Mario | 2024-02-07 | 1 | -4/+1 |
| | |||||
* | add uuid to dreport for internal use and and fix issues with conversation ↵ | Mario | 2024-02-07 | 3 | -52/+64 |
| | | | | fetches | ||||
* | fix custom emoji reactions arriving from pleroma | Mario | 2024-02-04 | 1 | -0/+13 |
| | |||||
* | streams collection branch compatibility | Mario | 2024-02-02 | 1 | -4/+8 |
| | |||||
* | more fix conv_list template | Mario | 2024-02-01 | 1 | -2/+2 |
| | |||||
* | fix conv_list template | Mario | 2024-02-01 | 1 | -3/+3 |
| | |||||
* | fix issues related to b64mid to uuid conversion | Mario | 2024-02-01 | 2 | -2/+2 |
| | |||||
* | testing JcsEddsa2022 sigs | Mario | 2024-02-01 | 1 | -7/+25 |
| | |||||
* | strip a possible fragment | Mario | 2024-02-01 | 1 | -0/+2 |
| | |||||
* | fix edgecase for notices and make mod hq backwards compatible | Mario | 2024-02-01 | 2 | -5/+14 |
| | |||||
* | start using uuid for internal reference instead of base64 encoded mid | Mario | 2024-02-01 | 17 | -89/+95 |
| | |||||
* | store seen mids in session instead of cache and increase sess_data column to ↵ | Mario | 2024-01-31 | 2 | -3/+42 |
| | | | | medium text | ||||
* | remove logging | Mario | 2024-01-29 | 1 | -2/+0 |
| | |||||
* | introduce Activity::init_background_fetch() and refactor zotconvo to ↵ | Mario | 2024-01-29 | 3 | -15/+71 |
| | | | | implement it | ||||
* | enable object cash by default, introduce system.cache_expire_days and ↵ | Mario | 2024-01-28 | 7 | -9/+13 |
| | | | | default to 7, default system.default_expire_days to 30 and system.active_expire_days to 7 | ||||
* | fix last commit | Mario | 2024-01-28 | 1 | -2/+2 |
| | |||||
* | make sure we return an array if there is no cache entry | Mario | 2024-01-28 | 1 | -2/+2 |
| | |||||
* | use std functions | Mario | 2024-01-27 | 1 | -10/+4 |
| | |||||
* | implement short time object cache to reduce network calls and some cleanup | Mario | 2024-01-27 | 5 | -290/+124 |
| | |||||
* | refactor fetch_and_store_parents() and inroduce the fetchparents daemon | Mario | 2024-01-25 | 4 | -484/+123 |
| |