aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* some cloeanup after last commitMario2024-02-281-27/+1
|
* do away with deprecated activity typesMario2024-02-283-205/+1
|
* AS2Mario2024-02-2511-477/+67
|
* make sure to decode html special chars before sending over the wire andMario2024-02-211-0/+7
|
* update to Bootstrap 5Rocky2024-02-141-25/+35
|
* do not feed null to TimeZoneUtil::getTimeZone()Mario2024-02-131-1/+1
|
* fix some whitespace issues after recent changesMario2024-02-092-16/+20
|
* another tryMario2024-02-091-2/+2
|
* let's try thisMario2024-02-091-2/+2
|
* move parsing of a tags upà to fix an issue where mentions arriving from ↵Mario2024-02-081-4/+3
| | | | masto did not parse correctly, fix typo when restoring temporary linebreaks and remove redundant codeline when converting span tags
* Support code blocks with language in markdown and html.Harald Eilertsen2024-02-081-0/+1
|
* Fix: Preserve hard linebreaks from markdown and htmlHarald Eilertsen2024-02-071-1/+5
|
* Don't concert html nodes with no bbcode equivalent.Harald Eilertsen2024-02-071-0/+4
|
* Fix: Keep indentation in html and md code blocks.Harald Eilertsen2024-02-071-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 bbcodeHarald Eilertsen2024-02-061-2/+9
|
* Fix image with alt text for html/md to bbcodeHarald Eilertsen2024-02-061-0/+1
|
* streams collection branch compatibilityMario2024-02-021-0/+4
|
* start using uuid for internal reference instead of base64 encoded midMario2024-02-013-15/+20
|
* refactor fetch_and_store_parents() and inroduce the fetchparents daemonMario2024-01-252-1/+8
|
* restructure Libzot::process_delivery()Mario2024-01-241-1/+1
|
* process source xchan in xchan_query()Mario2024-01-231-1/+4
|
* store the original announce actor (the one that pushed the item into our ↵Mario2024-01-221-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 includeMario Vavti2024-01-211-0/+1
|
* Merge branch 'improve-validate-email' into 'dev'Mario2024-01-191-10/+17
|\ | | | | | | | | Improve validate_email function See merge request hubzilla/core!2088
| * Improve the validate_email functionHarald Eilertsen2024-01-151-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 continuedMario2024-01-191-13/+25
|/
* fix more php deprecationsMario2024-01-141-2/+4
|
* Handling HTML entities via mbstring is deprecatedMario2024-01-143-4/+18
|
* provide some more jsonld builtinsMario2024-01-111-0/+4
|
* prepare outbound fep-8b32 (object integrity) but do not enable yet since the ↵Mario2024-01-101-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 functionsMario2024-01-072-0/+4
|
* ekey and xchan_updated updatesMario2024-01-072-0/+13
|
* postgres does not like binaries to be string while mariadb/mysql does not ↵Mario2024-01-021-1/+1
| | | | seem to care - let's see
* Work around possible loop and use Lib/Config in initMario Vavti2024-01-011-2/+5
|
* fix php errors and deprecation warningsMario Vavti2023-12-311-1/+1
|
* deprecate simplepie idna_convertMario Vavti2023-12-311-19/+10
|
* do not double process quoted stringsMario2023-12-211-0/+5
|
* Revert "changelog"Mario2023-12-201-1/+2
| | | | This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3.
* changelogMario2023-12-201-2/+1
|
* if it is not an array do not attempt count()Mario Vavti2023-12-081-1/+1
|
* remove follow (does not make any sense to add follow link of the logged in ↵Mario2023-11-211-1/+1
| | | | channel), add startpage
* add additional observer and channel info to nav if applicableMario2023-11-211-6/+18
|
* remove unused variableMario2023-11-201-2/+0
|
* the additional parameter has been deprecated there is no need to check the ↵Mario2023-11-201-4/+7
| | | | version anymore
* more do not provide channel info for templates and code cleanupMario2023-11-201-7/+9
|
* do not provide channel info for templatesMario2023-11-201-2/+6
|
* a possible fix for issue #1816Mario2023-11-091-3/+11
|
* some low level work on native repeatsMario2023-11-091-1/+2
|
* bbcode: do not overrule default list styleMario2023-11-071-2/+2
|
* use new lang detect library which supports much more languagesMario2023-10-072-32/+22
|