Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | Fix: Keep indentation in html and md code blocks. | Harald Eilertsen | 2024-02-07 | 3 | -17/+28 |
| | | | | | | | | | | | | | | Moves the logic for unwrapping broken lines in html (and Markdown) to the node processing, instead of doing it over the full html content. This allows us to skip if for code blocks (aka `<code>` elements within `<pre>` elements). | ||||
| * | Fix convert code blocs from markdown/html to bbcode | Harald Eilertsen | 2024-02-06 | 3 | -2/+21 |
| | | |||||
| * | Fix image with alt text for html/md to bbcode | Harald Eilertsen | 2024-02-06 | 3 | -0/+51 |
| | | |||||
| * | Add some tests for markdown to bbcode conversion. | Harald Eilertsen | 2024-02-06 | 1 | -0/+37 |
| | | |||||
| * | Clean up markdowntest and fix bb to markdown test. | Harald Eilertsen | 2024-02-06 | 1 | -41/+25 |
| | | |||||
* | | 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 | 2 | -4/+12 |
| | |||||
* | more fix conv_list template | Mario | 2024-02-01 | 1 | -2/+2 |
| | |||||
* | fix conv_list template | Mario | 2024-02-01 | 2 | -14/+14 |
| | |||||
* | fix issues related to b64mid to uuid conversion | Mario | 2024-02-01 | 2 | -2/+2 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-02-01 | 1 | -8/+17 |
|\ | |||||
| * | Merge branch 'add-ci-job-for-mariadb' into 'dev' | Mario | 2024-02-01 | 1 | -8/+17 |
| |\ | | | | | | | | | | | | | CI: Add job for MariaDB 10.6 See merge request hubzilla/core!2097 | ||||
| | * | CI: Add job for MariaDB 10.6 | Harald Eilertsen | 2024-01-22 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | Reuse job definition for mysql job, and alias the mariadb service to mysql so that the job will find it. | ||||
| | * | CI: Slight refactoring. | Harald Eilertsen | 2024-01-21 | 1 | -4/+4 |
| | | | |||||
* | | | testing JcsEddsa2022 sigs | Mario | 2024-02-01 | 1 | -7/+25 |
|/ / | |||||
* | | strip a possible fragment | Mario | 2024-02-01 | 1 | -0/+2 |
| | | |||||
* | | bump version | Mario | 2024-02-01 | 1 | -1/+1 |
| | | |||||
* | | 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 | 23 | -111/+122 |
| | | |||||
* | | store seen mids in session instead of cache and increase sess_data column to ↵ | Mario | 2024-01-31 | 3 | -4/+43 |
| | | | | | | | | medium text | ||||
* | | remove logging | Mario | 2024-01-29 | 1 | -2/+0 |
| | | |||||
* | | bump version | Mario | 2024-01-29 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge branch 'dev' into 'dev' | Mario | 2024-01-27 | 3 | -0/+0 |
|\ \ | | | | | | | | | | | | | Added Circle Person Avatar See merge request hubzilla/core!2096 |