Mario Vavti
|
4e6696b049
|
Do not filter deleted hublocs in xchan_query because it will result in empty 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.
|
2024-11-09 21:11:33 +01:00 |
|
Harald Eilertsen
|
687cda3673
|
Fix regex to detect URLs in cleanup_bbcode.
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
|
2024-10-12 18:15:54 +02:00 |
|
Mario
|
c793cea2f0
|
fa2bi: catch some remains
|
2024-08-02 08:50:50 +00:00 |
|
Mario
|
dd0be272d0
|
fa2bi continued
|
2024-07-31 19:24:36 +00:00 |
|
Mario
|
1c34c354cf
|
fix issue where event items were parsed multiple times
|
2024-06-21 10:18:40 +00:00 |
|
Harald Eilertsen
|
0dc959d9fe
|
Deprecate *_config() functions in core.
|
2024-03-24 09:58:21 +00:00 |
|
Mario
|
6e12b5ec08
|
fix shortnames replaced in html tags
|
2024-03-14 13:35:21 +00:00 |
|
Mario
|
b291f1bad3
|
move escape_tags() to Lib/Text.php and add test
|
2024-03-10 13:10:42 +01:00 |
|
Mario
|
46fa26502b
|
more work on emojis
|
2024-03-09 20:53:18 +00:00 |
|
Mario
|
45b1be8962
|
inbound support for custom emojis
|
2024-03-08 08:42:50 +00:00 |
|
Mario
|
fe9ca30c5e
|
list attachments in the original order
|
2024-03-07 10:38:08 +00:00 |
|
Mario
|
46f67eaa1e
|
AS2 Update and implement a first draft of AS2 Profile activities
|
2024-02-29 17:05:48 +00:00 |
|
Mario
|
37878bf0a3
|
do away with deprecated activity types
|
2024-02-28 09:18:31 +00:00 |
|
Mario
|
3dd7394247
|
AS2
|
2024-02-25 19:29:50 +00:00 |
|
Mario
|
17e2877c91
|
make sure to decode html special chars before sending over the wire and
|
2024-02-21 10:44:56 +00:00 |
|
Rocky
|
1e0195e439
|
update to Bootstrap 5
|
2024-02-14 15:02:31 +01:00 |
|
Mario
|
f13af0f60b
|
process source xchan in xchan_query()
|
2024-01-23 08:46:18 +00:00 |
|
Mario
|
885068834f
|
fix more php deprecations
|
2024-01-14 19:58:36 +00:00 |
|
Mario Vavti
|
ae3db366e5
|
deprecate simplepie idna_convert
|
2023-12-31 09:54:54 +01:00 |
|
Mario
|
c3a235242e
|
do not double process quoted strings
|
2023-12-21 10:19:26 +00:00 |
|
Mario
|
4761857157
|
Revert "changelog"
This reverts commit 3aefe23184.
|
2023-12-20 12:15:42 +00:00 |
|
Mario
|
3aefe23184
|
changelog
|
2023-12-20 12:15:24 +00:00 |
|
Mario
|
1063a67ae2
|
a possible fix for issue #1816
|
2023-11-09 21:37:28 +00:00 |
|
Mario
|
a5e32dc3de
|
more deprecate $a
|
2023-09-21 08:34:02 +00:00 |
|
Mario
|
6753d260e4
|
do not linkify in nobb and noparse tags - issue #1776
|
2023-07-04 08:05:00 +00:00 |
|
Mario
|
4f03272a5f
|
unify code for selecting deliverable abook xchans
|
2023-07-01 11:03:26 +00:00 |
|
Mario
|
9f6844ec30
|
pass $escape to stringify_array_elms()
|
2023-06-29 11:43:02 +00:00 |
|
Mario Vavti
|
65a472c113
|
fix theme_attachments()
|
2023-06-02 13:30:21 +02:00 |
|
Mario Vavti
|
65e3b0dafd
|
deal with arrays and json
|
2023-05-10 13:53:03 +02:00 |
|
Mario
|
3ad0179b62
|
fix regression when rendering event items
|
2023-04-23 16:07:57 +00:00 |
|
Mario
|
d7c479fa6d
|
% values in format_poll() should be rounded
|
2023-04-19 11:01:49 +00:00 |
|
Mario
|
9b93dc5137
|
split up a potentially long running sql query
|
2023-04-08 20:18:17 +00:00 |
|
Mario
|
63a8611579
|
fix issue #1728
|
2023-03-12 22:03:47 +00:00 |
|
Mario
|
dc6075aa3f
|
do not use zrl tag for non zot profiles and remove redundant foreach which was a leftover from zot to zot6 transition days
|
2023-03-03 19:33:39 +00:00 |
|
Mario
|
ec3ba87f3a
|
Revert "some work on bringing bang tags back for forums"
This reverts commit da034045cc.
|
2023-03-03 08:49:18 +00:00 |
|
Mario
|
da034045cc
|
some work on bringing bang tags back for forums
|
2023-03-02 21:15:19 +00:00 |
|
Mario
|
efcda1d37d
|
port some functions from streams
|
2023-02-23 09:51:37 +00:00 |
|
Mario
|
09a60774d7
|
we can sign messages which are not from the primary location
|
2023-02-15 13:33:23 +00:00 |
|
Mario
|
d2d6be73b8
|
fix subquery in hq widget and order by hubloc_id desc in handle_tag() to make sure we get the most recent entry when using privacy tags
|
2022-12-26 09:08:54 +00:00 |
|
Mario
|
1c17768dc5
|
minor fixes
|
2022-12-11 10:40:02 +00:00 |
|
Mario
|
4f9a933108
|
exclude not tagable xchan networks handle_tag()
|
2022-12-08 20:40:37 +00:00 |
|
Mario
|
0840fc42f9
|
php warning
|
2022-11-02 18:49:36 +00:00 |
|
Mario
|
40ae6b396f
|
fix php warnings
|
2022-10-26 18:12:56 +00:00 |
|
Mario
|
7ca289edd0
|
fix php warnings
|
2022-10-20 19:25:01 +00:00 |
|
Mario
|
bf434818d7
|
fix php warnings
|
2022-10-20 13:16:03 +00:00 |
|
Mario
|
2f21dc50b4
|
fix mod poke
|
2022-09-27 08:59:08 +00:00 |
|
Mario
|
118a5edebc
|
fix warnings and regressions
|
2022-09-15 09:19:55 +00:00 |
|
Mario
|
1d56b9a1bb
|
php8: warning fixes
|
2022-09-14 12:31:19 +00:00 |
|
Mario
|
480862d714
|
php8: fix more warnings
|
2022-09-11 14:58:40 +00:00 |
|
Mario
|
990a3af2a7
|
php8: random cleanup and warning fixes
|
2022-09-08 20:02:22 +00:00 |
|