Commit graph

41181 commits

Author SHA1 Message Date
Philipp
dc0dee77d0
Merge pull request #14940 from haheute/support-youtube-without-www
Support YouTube links without www
2025-05-25 22:28:43 +02:00
5c6b7d9293
Fix PHP-CS 2025-05-25 22:22:53 +02:00
Philipp
592eede9cd
Merge pull request #14887 from mf-fx/fix_typo
Fix typos
2025-05-25 19:35:20 +02:00
69ee39b725
Add tests 2025-05-25 19:17:17 +02:00
Philipp
415e7b5f8b
Merge pull request #14942 from annando/clean-input
Clean input values
2025-05-25 10:10:59 +02:00
Philipp
5e1755dc8f
Merge pull request #14943 from annando/warnings
Fix some warnings
2025-05-25 09:56:46 +02:00
2335af9bf2 Fix some warnings 2025-05-24 19:13:18 +00:00
0db3d4a70f Clean input values 2025-05-24 19:08:35 +00:00
cluster15
6e84c0ade7 Added casts to binary for regexp comparison in mysql. mysql rejects comparison of UTF with binary strings.
see https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-22.html#mysqld-8-0-22-feature
The SQL statements also work for mariadb.
2025-05-23 09:56:28 +02:00
423ab06010 escape the dots 2025-05-22 02:10:10 +02:00
978dda0b4e same order (watch, embed, shorts) 2025-05-20 22:54:00 +02:00
70e57b54c3 Support YouTube links without www. 2025-05-20 22:16:18 +02:00
Art4
da413283da Remove function call of global namespace 2025-05-20 12:06:01 +00:00
Philipp
8e0a3d00bb
Merge pull request #14892 from annando/reshare-profile
Use alias for profile link in reshare
2025-05-18 16:07:22 +02:00
35ae7278f7 Added test 2025-05-18 13:35:25 +00:00
3af5caa950 Use alias for profile link in reshare 2025-05-18 10:53:14 +00:00
Marcus Funch
78d28ae24b Add translations for fixed typos in Conversation.php, Create.php, Channels.php 2025-05-17 22:03:09 +02:00
Michael Vogel
f49172e9c0
Merge pull request #14927 from nupplaphil/dependabot/composer/guzzlehttp/oauth-subscriber-0.8.1
Bump guzzlehttp/oauth-subscriber from 0.6.0 to 0.8.1
2025-05-17 17:45:27 +02:00
Michael Vogel
6cad772abd
Merge pull request #14928 from nupplaphil/dependabot/composer/smarty/smarty-4.5.3
Bump smarty/smarty from 4.5.1 to 4.5.3
2025-05-17 17:44:24 +02:00
Michael Vogel
777fc8615c
Merge pull request #14926 from nupplaphil/fix/item_html_empy
Fix empty HTML content loading (500)
2025-05-17 17:39:46 +02:00
Art4
0078423b48 Ignore hidden addon folders 2025-05-16 08:46:16 +00:00
Art4
638496e553 Hard deprecate Friendica\Core\Addon class 2025-05-15 07:34:17 +00:00
Art4
7b7d542c8f Remove unused AddonProxy class 2025-05-15 07:33:50 +00:00
Art4
6b71010de6 Remove debug line from #14931 2025-05-15 07:23:37 +00:00
Art4
7f55714296 Replace AddonProxy with AddonManagerHelper 2025-05-15 07:18:34 +00:00
Art4
44c8cd118c Fix code style 2025-05-15 07:15:23 +00:00
Art4
075e9eaaa9 Replace test addon with vfs files 2025-05-15 07:14:11 +00:00
Art4
367f7bd377 Remove unused AddonProxy 2025-05-15 07:00:36 +00:00
Art4
5cf2b7d7bd Implement reloadAddons() 2025-05-15 06:59:37 +00:00
Philipp
0165e22064
Merge pull request #14933 from haheute/fix-photo-tag-remove-redirect
Fix redirect for photo remove tag page and only show the link if tags…
2025-05-14 20:16:44 +02:00
58ac3fbb29 Fix redirect for photo remove tag page and only show the link if tags exist. 2025-05-14 18:47:15 +02:00
Art4
33398298d5 Implement uninstallAddon 2025-05-14 14:54:14 +00:00
Art4
a39850871e Implement installAddon 2025-05-14 11:37:47 +00:00
Art4
88dcd755a9 Replace glob() with stream safe alternative scandir() 2025-05-14 09:52:33 +00:00
Art4
5f7de9d028 remove name parameter 2025-05-14 08:20:49 +00:00
Art4
08b60c2558 Merge branch 'develop' into rework-addon-class 2025-05-14 07:53:31 +00:00
Art4
8b40d65e6c Implement getAvailableAddons 2025-05-14 07:52:53 +00:00
Philipp
2475095da0
Merge pull request #14931 from Art4/remove-dependency-from-addon-class
Move contact fetching into module
2025-05-14 09:01:50 +02:00
Philipp
292b55ede6
Merge pull request #14932 from Art4/fix-14930
Add missing EventDispatcher dependency in Profile module
2025-05-13 20:03:10 +02:00
Art4
0599801b37 implement getVisibleEnablesAddons and getEnabledAddonsWithAdminSettings 2025-05-13 14:16:10 +00:00
Art4
93a171765a Implement loading addons in AddonManagerHelper 2025-05-13 14:04:57 +00:00
Art4
20d9855101 Add EventDispatcher dependency in Profile Module 2025-05-13 12:01:51 +00:00
Art4
f97b01a69a move contact fetching into admin module 2025-05-13 11:26:05 +00:00
Art4
e2a2cf5d6e Create AddonManagerHelper 2025-05-13 10:48:41 +00:00
Art4
6a058793f0 Fix warning if author or maintainer is missing in addon info 2025-05-13 08:14:09 +00:00
Art4
d88119139f Merge branch 'develop' into rework-addon-class 2025-05-13 07:06:09 +00:00
Philipp
3481c3ad15
Merge pull request #14853 from Art4/eventdispatcher-part3
Replace Hooks with EventDispatcher Part 3
2025-05-13 08:32:27 +02:00
Art4
02fae146e6 Fix code style 2025-05-13 06:18:41 +00:00
Art4
b2bbcc4965 Fix PHPStan errors 2025-05-13 06:12:16 +00:00
Art4
ea172010f8 Merge branch 'develop' into eventdispatcher-part3 2025-05-12 14:32:53 +00:00