Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some cleanup for mod magic | Mario Vavti | 3 days | 1 | -4/+2 |
| | |||||
* | Do not filter deleted hublocs in xchan_query because it will result in empty ↵ | Mario Vavti | 12 days | 1 | -2/+2 |
| | | | | profile info in conversations if the hubloc was deleted. Deleting a hublocation does not neccesarily delete its content and the author could appear again from another location. | ||||
* | Fix regex to detect URLs in cleanup_bbcode. | Harald Eilertsen | 2024-10-12 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | This fixes the issue where the text after the URL would be included in the link if it was immediately followed by a newline. Example: https://example.com this is a test. Would become: #^[url=https://example.com_this]https://example.com_this[/url] is a test | ||||
* | fa2bi: catch some remains | Mario | 2024-08-02 | 1 | -3/+3 |
| | |||||
* | fa2bi continued | Mario | 2024-07-31 | 1 | -37/+37 |
| | |||||
* | fix issue where event items were parsed multiple times | Mario | 2024-06-21 | 1 | -4/+9 |
| | |||||
* | Deprecate *_config() functions in core. | Harald Eilertsen | 2024-03-24 | 1 | -10/+11 |
| | |||||
* | fix shortnames replaced in html tags | Mario | 2024-03-14 | 1 | -1/+1 |
| | |||||
* | move escape_tags() to Lib/Text.php and add test | Mario | 2024-03-10 | 1 | -4/+2 |
| | |||||
* | more work on emojis | Mario | 2024-03-09 | 1 | -2/+53 |
| | |||||
* | inbound support for custom emojis | Mario | 2024-03-08 | 1 | -32/+31 |
| | |||||
* | list attachments in the original order | Mario | 2024-03-07 | 1 | -4/+5 |
| | |||||
* | AS2 Update and implement a first draft of AS2 Profile activities | Mario | 2024-02-29 | 1 | -1/+1 |
| | |||||
* | do away with deprecated activity types | Mario | 2024-02-28 | 1 | -71/+0 |
| | |||||
* | AS2 | Mario | 2024-02-25 | 1 | -3/+3 |
| | |||||
* | make sure to decode html special chars before sending over the wire and | Mario | 2024-02-21 | 1 | -0/+7 |
| | |||||
* | update to Bootstrap 5 | Rocky | 2024-02-14 | 1 | -25/+35 |
| | |||||
* | process source xchan in xchan_query() | Mario | 2024-01-23 | 1 | -1/+4 |
| | |||||
* | fix more php deprecations | Mario | 2024-01-14 | 1 | -2/+4 |
| | |||||
* | 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 |
| | |||||
* | a possible fix for issue #1816 | Mario | 2023-11-09 | 1 | -3/+11 |
| | |||||
* | more deprecate $a | Mario | 2023-09-21 | 1 | -2/+1 |
| | |||||
* | do not linkify in nobb and noparse tags - issue #1776 | Mario | 2023-07-04 | 1 | -0/+2 |
| | |||||
* | unify code for selecting deliverable abook xchans | Mario | 2023-07-01 | 1 | -9/+9 |
| | |||||
* | pass $escape to stringify_array_elms() | Mario | 2023-06-29 | 1 | -1/+1 |
| | |||||
* | fix theme_attachments() | Mario Vavti | 2023-06-02 | 1 | -7/+15 |
| | |||||
* | deal with arrays and json | Mario Vavti | 2023-05-10 | 1 | -37/+63 |
| | |||||
* | fix regression when rendering event items | Mario | 2023-04-23 | 1 | -1/+2 |
| | |||||
* | % values in format_poll() should be rounded | Mario | 2023-04-19 | 1 | -8/+8 |
| | |||||
* | split up a potentially long running sql query | Mario | 2023-04-08 | 1 | -0/+2 |
| | |||||
* | fix issue #1728 | Mario | 2023-03-12 | 1 | -1/+0 |
| | |||||
* | do not use zrl tag for non zot profiles and remove redundant foreach which ↵ | Mario | 2023-03-03 | 1 | -33/+31 |
| | | | | was a leftover from zot to zot6 transition days | ||||
* | Revert "some work on bringing bang tags back for forums" | Mario | 2023-03-03 | 1 | -14/+7 |
| | | | | This reverts commit da034045cc1bba74287b7c3e83f4a94ff5359150. | ||||
* | some work on bringing bang tags back for forums | Mario | 2023-03-02 | 1 | -7/+14 |
| | |||||
* | port some functions from streams | Mario | 2023-02-23 | 1 | -0/+8 |
| | |||||
* | we can sign messages which are not from the primary location | Mario | 2023-02-15 | 1 | -2/+2 |
| | |||||
* | fix subquery in hq widget and order by hubloc_id desc in handle_tag() to ↵ | Mario | 2022-12-26 | 1 | -2/+2 |
| | | | | make sure we get the most recent entry when using privacy tags | ||||
* | minor fixes | Mario | 2022-12-11 | 1 | -0/+1 |
| | |||||
* | exclude not tagable xchan networks handle_tag() | Mario | 2022-12-08 | 1 | -4/+4 |
| | |||||
* | php warning | Mario | 2022-11-02 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario | 2022-10-26 | 1 | -0/+4 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 1 | -0/+2 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 1 | -1/+1 |
| | |||||
* | fix mod poke | Mario | 2022-09-27 | 1 | -19/+17 |
| | |||||
* | fix warnings and regressions | Mario | 2022-09-15 | 1 | -0/+1 |
| | |||||
* | php8: warning fixes | Mario | 2022-09-14 | 1 | -1/+5 |
| | |||||
* | php8: fix more warnings | Mario | 2022-09-11 | 1 | -0/+1 |
| |