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
Harald Eilertsen
8c19ab8f9f
Add helper to escape URLs.
...
The escaping makes the URL safe for display and for use in HTML element
attributes (such as href="..." etc), but does not guarantee that the URL
itself is valid after conversion. This should be good enough for
mitigating XSS issues caused by injecting html or javascript into a URL.
Also probably good enough for _most_ normal URLs, but there may be
devils hidden in the details somewhere.
2022-03-20 15:34:24 +01:00
Mario
c0350861ef
php8 warnings
2022-02-13 19:31:51 +00:00
Mario
a7ec1805e3
address deprecation warnings
2022-02-13 18:58:12 +00:00
Mario
1740ae2104
more PHP 8.1 deprecated warnings
2022-02-02 17:58:29 +00:00
Mario
d8372f8433
more PHP 8.1 deprecated warnings
2022-02-02 12:44:39 +00:00