Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle imagick readImageBlob() exception | Mario | 2024-03-01 | 1 | -1/+8 |
| | |||||
* | AS2 Follow/Ignore | Mario | 2024-03-01 | 9 | -23/+22 |
| | |||||
* | more cleanup | Mario | 2024-02-29 | 5 | -18/+20 |
| | |||||
* | some cleanup | Mario | 2024-02-29 | 3 | -23/+11 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-02-29 | 1 | -0/+4 |
|\ | |||||
| * | changelog | System user; root | 2024-02-29 | 1 | -0/+4 |
| | | | | | | (cherry picked from commit 5d64a9c90f74886e0608766a84ad4721496e3b39) | ||||
* | | AS2 Update and implement a first draft of AS2 Profile activities | Mario | 2024-02-29 | 11 | -181/+83 |
|/ | |||||
* | 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 |
| | |||||
* | bump version | Mario | 2024-02-28 | 1 | -1/+1 |
| | |||||
* | remove poke and mood from apps | Mario | 2024-02-28 | 2 | -1/+27 |
| | |||||
* | some cloeanup after last commit | Mario | 2024-02-28 | 4 | -45/+1 |
| | |||||
* | do away with deprecated activity types | Mario | 2024-02-28 | 15 | -711/+10 |
| | |||||
* | For now we will use standard Create verb for emoji reactions | Mario | 2024-02-27 | 3 | -62/+55 |
| | |||||
* | more streams compatibility | Mario | 2024-02-25 | 2 | -12/+12 |
| | |||||
* | AS2 | Mario | 2024-02-25 | 31 | -749/+215 |
| | |||||
* | 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 | 3 | -8/+14 |
| | |||||
* | update test | Mario | 2024-02-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'bootstrap-new2-v5' into 'dev' | Mario | 2024-02-20 | 1 | -25/+35 |
|\ | | | | | | | | | update to Bootstrap 5 See merge request hubzilla/core!2107 | ||||
| * | update to Bootstrap 5 | Rocky | 2024-02-14 | 1 | -25/+35 |
| | | |||||
* | | introduce get_actor() force flag to omit cache, rework contact refresh, ↵ | Mario | 2024-02-15 | 3 | -27/+38 |
| | | | | | | | | special handling for announce by group, and revert change regarding friendica addressing anomality | ||||
* | | require the intl extension for | Mario | 2024-02-14 | 2 | -0/+6 |
| | | |||||
* | | 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 |
|/ | |||||
* | minor css adjustment | Mario | 2024-02-14 | 1 | -6/+6 |
| | |||||
* | fix round buttons not being round | Mario | 2024-02-13 | 2 | -3/+16 |
| | |||||
* | do not feed null to TimeZoneUtil::getTimeZone() | Mario | 2024-02-13 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Add test for a paragraph with a mention and some text | Mario | 2024-02-13 | 1 | -0/+4 |
| | |||||
* | scss: show current color and add some help text | Mario | 2024-02-13 | 2 | -9/+9 |
| | |||||
* | bump version | Mario | 2024-02-13 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | add sample scss file | Mario | 2024-02-12 | 1 | -0/+10 |
| | |||||
* | scss: more options and some fixes | Mario | 2024-02-12 | 6 | -38/+86 |
| | |||||
* | use primary color | Mario | 2024-02-10 | 1 | -1/+1 |
| | |||||
* | custom sass bootstrap builds for channels and site | Mario | 2024-02-10 | 72 | -222/+20796 |
| | |||||
* | fix some whitespace issues after recent changes | Mario | 2024-02-09 | 3 | -17/+21 |
| | |||||
* | another try | Mario | 2024-02-09 | 1 | -2/+2 |
| | |||||
* | let's try this | Mario | 2024-02-09 | 1 | -2/+2 |
| | |||||
* | move parsing of a tags upà to fix an issue where mentions arriving from ↵ | Mario | 2024-02-08 | 1 | -4/+3 |
| | | | | masto did not parse correctly, fix typo when restoring temporary linebreaks and remove redundant codeline when converting span tags | ||||
* | 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 |
| | |||||
* | Merge branch 'minor-markdown-fixes' into 'dev' | Mario | 2024-02-08 | 3 | -51/+174 |
|\ | | | | | | | | | Minor markdown fixes See merge request hubzilla/core!2098 | ||||
| * | Support code blocks with language in markdown and html. | Harald Eilertsen | 2024-02-08 | 2 | -0/+5 |
| | | |||||
| * | Fix: Preserve hard linebreaks from markdown and html | Harald Eilertsen | 2024-02-07 | 2 | -1/+13 |
| | | |||||
| * | Don't concert html nodes with no bbcode equivalent. | Harald Eilertsen | 2024-02-07 | 1 | -0/+4 |
| | |