Mario
a5000ba311
Merge branch 'dev' into 'dev'
...
Fix Opengraph images inside zmg opening tag
See merge request hubzilla/core!2020
2022-06-21 08:52:47 +00:00
Max Kostikov
5e2bb874c8
Fix Opengraph images inside zmg opening tag
2022-06-14 23:19:09 +02:00
Mario
5e112b395d
oembed: implement a max oembed size which defaults to 1MB and do not try to oembed text previews
2022-06-03 08:51:54 +00:00
Mario
ae780c977b
move article and card categories widgets to addons
2022-05-24 09:18:41 +00:00
Mario
e146a67f4b
fix photo permission if a photo description is available and use the filename as default photo description if uploading via the editor
2022-05-23 18:56:09 +00:00
Mario
8534366a31
move photo flag feature entry to core
2022-05-21 08:25:14 +00:00
Mario
c1dc16a89d
make sure we use source.content when rendering events to correctly render observer related content. fix wrong media types.
2022-05-16 20:44:53 +00:00
Mario
62b1ff4ba1
add the title in forum post reshares
2022-05-14 18:30:39 +00:00
Mario
ee3d6fcfee
use addr for webfinger and name for the real name in the userinfo array
2022-05-09 08:23:55 +00:00
Mario
bd55ae15f2
cleanup channel apps
2022-05-07 07:09:31 +00:00
Mario
2ca80118bf
more cleanup
2022-05-06 19:10:28 +00:00
Mario
4c7c5137c5
check if addons have been removed from the filesystem and also remove them from the db if that is the case
2022-04-22 07:42:31 +00:00
Mario
3e38a24f0a
fix PHP error
2022-03-31 10:07:15 +00:00
Mario
62ac0ff21e
streamline comment policy with downstream
2022-03-23 19:01:42 +00:00
Harald Eilertsen
b02f6a1dae
Add function is_local_url() to check if url is local.
2022-03-20 15:34:24 +01: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
1beadfc6e7
Merge branch 'volse-fix-stylesheet-root-path' into 'dev'
...
Use correct base url for stylesheets and js.
See merge request hubzilla/core!2015
2022-03-17 08:23:02 +00:00
Mario
740fa058aa
remove logging
2022-03-04 18:43:54 +00:00
Mario
37f56e1efd
event fixes
2022-03-04 18:43:21 +00:00
Mario
db14dbacc9
streamline event activity handling
2022-03-04 15:05:58 +00:00
Harald Eilertsen
34ffff3947
Remove now unused function script_path.
2022-03-03 19:50:07 +01:00
Harald Eilertsen
65ed3818ec
Use correct base url for stylesheets and js.
...
Use z_root instead of script_path when formatting stylesheet and
javascript links for the head section. script_path does not preserve
information about the port if the site uses a nonstandard port.
2022-03-03 19:47:33 +01:00
Mario
c8417df6f1
fix duplicate ids in login form and move login/register buttons into the hamburger menu on small screens
2022-03-03 16:52:04 +00:00
Mario
6930c4e23b
fix feedutils regression
2022-03-01 20:06:10 +00:00
Mario
01b9f2dfcf
enhanced content filters
2022-03-01 10:14:05 +00:00
Mario
2a60f1cc6e
merge branch pdledit_gui into dev - many widgets still miss their description and requirements (this is work in progress)
2022-02-20 20:18:24 +00: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
139ffae367
fix another deprecation warning
2022-02-11 09:51:21 +00:00
Mario
e74359fcfe
3rd arg in str_replace() can not be null
2022-02-11 09:10:19 +00:00
Mario
35877b1382
allow to override the DB charset via the $db_charset variable in .htconfig.php
2022-02-10 18:57:44 +00:00
Mario
c185685f2d
pdo: add the charset to the connection string
2022-02-09 08:57:27 +00:00
Mario
daee5b3477
since we do not use feedutils for ostatus anymore, we can now safely use import_author_rss() instead of import_author_unknown()
2022-02-09 08:45:19 +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
Mario
2a15d2c421
more PHP 8.1 deprecated warnings
2022-02-02 12:40:09 +00:00
Mario
eb20789821
allow zotfinger to recurse through all known hublocs if the one we got does not exist (404) or got removed (410). add functions for updating tables from array and deleting hublocs.
2022-02-01 10:01:56 +00:00
Mario Vavti
6c808abcfc
PHP 8.1 band-aid
2022-01-31 09:49:00 +01:00
Mario
b13a9f57af
fix for #1659
2022-01-27 21:10:13 +00:00
Mario
e8069c0d93
use item_hidden instead of item_notshown for forum comment announces
2022-01-26 13:58:03 +00:00
Mario
f06c970628
port z_curl_error() from zap
2022-01-23 20:23:40 +00:00
Mario
7acc775c91
wrong function name
2022-01-21 07:46:12 +00:00
Mario
c6b459cf96
drop_item() requires the item id not the item array
2022-01-19 19:11:49 +00:00
Mario
d98d56c3b5
provide a spinner for edit connection action in threads
2022-01-19 11:24:42 +00:00
Mario
465c5c8cfb
make sure to use the correct default role
2022-01-18 10:26:13 +01:00
Mario
57ff667438
pwa improvements according to lighthouse
2022-01-13 10:18:53 +00:00
Mario
abe3039926
ux improvements
2022-01-12 21:08:29 +00:00
Mario
f8149face5
toc: add headings
2022-01-11 09:17:39 +00:00
Mario
5b50454b4d
make toc bbcode find its own container by default
2022-01-09 20:44:30 +00:00
Mario
b5e4c08fc5
fix get_tags() parsing toc bbcodes
2022-01-09 18:25:17 +00:00