Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Support code blocks with language in markdown and html. | Harald Eilertsen | 2024-02-08 | 1 | -0/+1 | |
| | ||||||
* | Fix: Preserve hard linebreaks from markdown and html | Harald Eilertsen | 2024-02-07 | 1 | -1/+5 | |
| | ||||||
* | 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 | 1 | -17/+16 | |
| | | | | | | | 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 | 1 | -2/+9 | |
| | ||||||
* | Fix image with alt text for html/md to bbcode | Harald Eilertsen | 2024-02-06 | 1 | -0/+1 | |
| | ||||||
* | streams collection branch compatibility | Mario | 2024-02-02 | 1 | -0/+4 | |
| | ||||||
* | start using uuid for internal reference instead of base64 encoded mid | Mario | 2024-02-01 | 3 | -15/+20 | |
| | ||||||
* | refactor fetch_and_store_parents() and inroduce the fetchparents daemon | Mario | 2024-01-25 | 2 | -1/+8 | |
| | ||||||
* | restructure Libzot::process_delivery() | Mario | 2024-01-24 | 1 | -1/+1 | |
| | ||||||
* | process source xchan in xchan_query() | Mario | 2024-01-23 | 1 | -1/+4 | |
| | ||||||
* | store the original announce actor (the one that pushed the item into our ↵ | Mario | 2024-01-22 | 1 | -1/+1 | |
| | | | | stream first) in source_xchan instead of owner_xchan. this way we will preserve the real owner for the thread and not have conflicts when dealing with deletes of comments or likes | |||||
* | missing include | Mario Vavti | 2024-01-21 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'improve-validate-email' into 'dev' | Mario | 2024-01-19 | 1 | -10/+17 | |
|\ | | | | | | | | | Improve validate_email function See merge request hubzilla/core!2088 | |||||
| * | Improve the validate_email function | Harald Eilertsen | 2024-01-15 | 1 | -10/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The validate_email function relied on doing an actual domain lookup (on supported platforms) to validate the domain of the email address. This does not work too well in testing environments where we may not want to spam the DNS system, if it at all is available. Apart from the the function did very little to actually verify that it was a valid email address. This patch tries to change that by usng a somewhat stricted regex based validation. While this may not be perfect, it should be good enough in the vast majority of cases. For platforms where no validation was performed with the old version, it will at least be an improvement. Also, it allows testing without having an external network connection. Also clarify the doc comment, that it does not actually try to resolve the email address, just the domain. | |||||
* | | native repeats continued | Mario | 2024-01-19 | 1 | -13/+25 | |
|/ | ||||||
* | fix more php deprecations | Mario | 2024-01-14 | 1 | -2/+4 | |
| | ||||||
* | Handling HTML entities via mbstring is deprecated | Mario | 2024-01-14 | 3 | -4/+18 | |
| | ||||||
* | provide some more jsonld builtins | Mario | 2024-01-11 | 1 | -0/+4 | |
| | ||||||
* | prepare outbound fep-8b32 (object integrity) but do not enable yet since the ↵ | Mario | 2024-01-10 | 1 | -12/+5 | |
| | | | | additional context seems to break ldsig for some reason, introduce Activity::build_packet() and Activity::ap_context() to reduce code duplication, implement fep-2c59 (webfinger) and some cleanup | |||||
* | reflect new fields in low level functions | Mario | 2024-01-07 | 2 | -0/+4 | |
| | ||||||
* | ekey and xchan_updated updates | Mario | 2024-01-07 | 2 | -0/+13 | |
| | ||||||
* | postgres does not like binaries to be string while mariadb/mysql does not ↵ | Mario | 2024-01-02 | 1 | -1/+1 | |
| | | | | seem to care - let's see | |||||
* | Work around possible loop and use Lib/Config in init | Mario Vavti | 2024-01-01 | 1 | -2/+5 | |
| | ||||||
* | fix php errors and deprecation warnings | Mario Vavti | 2023-12-31 | 1 | -1/+1 | |
| | ||||||
* | deprecate simplepie idna_convert | Mario Vavti | 2023-12-31 | 1 | -19/+10 | |
| | ||||||
* | do not double process quoted strings | Mario | 2023-12-21 | 1 | -0/+5 | |
| | ||||||
* | Revert "changelog" | Mario | 2023-12-20 | 1 | -1/+2 | |
| | | | | This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3. | |||||
* | changelog | Mario | 2023-12-20 | 1 | -2/+1 | |
| | ||||||
* | if it is not an array do not attempt count() | Mario Vavti | 2023-12-08 | 1 | -1/+1 | |
| | ||||||
* | remove follow (does not make any sense to add follow link of the logged in ↵ | Mario | 2023-11-21 | 1 | -1/+1 | |
| | | | | channel), add startpage | |||||
* | add additional observer and channel info to nav if applicable | Mario | 2023-11-21 | 1 | -6/+18 | |
| | ||||||
* | remove unused variable | Mario | 2023-11-20 | 1 | -2/+0 | |
| | ||||||
* | the additional parameter has been deprecated there is no need to check the ↵ | Mario | 2023-11-20 | 1 | -4/+7 | |
| | | | | version anymore | |||||
* | more do not provide channel info for templates and code cleanup | Mario | 2023-11-20 | 1 | -7/+9 | |
| | ||||||
* | do not provide channel info for templates | Mario | 2023-11-20 | 1 | -2/+6 | |
| | ||||||
* | a possible fix for issue #1816 | Mario | 2023-11-09 | 1 | -3/+11 | |
| | ||||||
* | some low level work on native repeats | Mario | 2023-11-09 | 1 | -1/+2 | |
| | ||||||
* | bbcode: do not overrule default list style | Mario | 2023-11-07 | 1 | -2/+2 | |
| | ||||||
* | use new lang detect library which supports much more languages | Mario | 2023-10-07 | 2 | -32/+22 | |
| | ||||||
* | parse the event object in first place and use the body bbcode as backup | Mario Vavti | 2023-10-04 | 1 | -42/+82 | |
| | ||||||
* | more deprecate $a | Mario | 2023-09-21 | 2 | -5/+4 | |
| | ||||||
* | jsonld: return object instead of json string | Mario | 2023-09-21 | 1 | -3/+3 | |
| | ||||||
* | only show theme switch icon if switching is supported by the theme | Mario | 2023-09-21 | 1 | -1/+4 | |
| | ||||||
* | deprecate the ancient $a variable | Mario | 2023-09-20 | 1 | -2/+0 | |
| | ||||||
* | fix regression in jsonld_document_loader() | Mario | 2023-09-16 | 1 | -5/+2 | |
| | ||||||
* | only select the required fields to prevent memory exhaustion on big result sets | System user; apache | 2023-09-15 | 1 | -3/+6 | |
| | | | (cherry picked from commit 3a01aa40d8f788c89f50f9893214f6591dac7bae) | |||||
* | also look for widgets in view/theme/themename/widget | Mario | 2023-09-14 | 1 | -0/+1 | |
| | ||||||
* | theme fixes to make a barebones theme work slightly better | Mario | 2023-09-10 | 1 | -1/+1 | |
| | ||||||
* | order by hubloc_id like everywhere else for this reason and do not include ↵ | Mario | 2023-08-27 | 1 | -1/+1 | |
| | | | | deleted hublocs |