1
1
Fork 0
Commit graph

11534 commits

Author SHA1 Message Date
f984e385c8 Escape HTML in system messages
- Thanks to Laura Pîrcălăboiu for the report
2023-08-02 16:59:08 +02:00
ecfbf317ae Fix reference to username field in Contact::updateSelfFromUserID
- Profile isn't updated with the display name in the account settings
2023-08-02 16:58:14 +02:00
7ad8894871 Improvements for Youtube posta via API 2023-08-01 14:27:56 +00:00
737422330a
Merge pull request #13323 from annando/relay
Improvements for relays like relay.fedi.buzz
2023-07-30 20:53:14 +02:00
639d160c24 Improvements for relais like relay.fedi.buzz 2023-07-30 17:46:37 +00:00
6bcf5cb823
Make InstanceManager strategy naming convention case insensitive. 2023-07-29 13:20:02 +02:00
4073400bfb
Merge pull request #13298 from nupplaphil/feat/strategies
[Hook] Introduce some more strategies
2023-07-28 19:50:37 +02:00
bed13f71bd
use default_key 2023-07-28 18:55:06 +02:00
0c6efe50c3
Remove unused parameter 2023-07-28 17:39:13 +02:00
acf52a9783
Added a lot of constants :-) 2023-07-28 17:39:13 +02:00
9ff89a970a
Rename NAME to constant 2023-07-28 17:39:12 +02:00
9f18222a06
Unify "Capability" 2023-07-26 21:44:31 +02:00
8ed94037d5
Move PConfig to strategies 2023-07-26 19:18:23 +02:00
58f56c7d7d
Move KeyValuePairStorage to strategies 2023-07-26 19:18:09 +02:00
f2c02a79b9
Move Cache to strategies 2023-07-26 19:17:43 +02:00
8c06f96531 Rework Module\ToggleMobile to check for local links
- Remove dependency on DI class
- Remove dependency on request/session superglobals
- Remove dependency on App class
2023-07-26 19:11:39 +02:00
148c1c7e1a Add new BaseUrl->isLocalUri and BaseUrl->isLocalUrl methods
- Deprecate Util\Network->isLocalLink to reduce dependency on DI class
2023-07-26 19:11:39 +02:00
Michael Vogel
f1da323b07
Merge pull request #13307 from MrPetovan/bug/13240-event-private
Fix item.private value in Model\Event::getItemArrayForId
2023-07-26 07:38:21 +02:00
9e434c15dc API: Description added at picture upload 2023-07-25 21:27:12 +00:00
e468870e87 Fix item.private value in Model\Event::getItemArrayForId
- The $event array doesn't have a `private` key because the event table doesn't have a `private` field.
2023-07-25 22:48:37 +02:00
7e8a44c15b Remove duplicate fields in Model\Event::getItemArrayForId
- Fix formatting in Model\Event
2023-07-25 22:47:27 +02:00
592e829347 Fix wrong field name in Model\Mail 2023-07-25 22:44:03 +02:00
e5b887b462
Merge pull request #13306 from annando/buffer
Fix v1/instance endpoint to make Buffer work
2023-07-25 22:20:36 +02:00
8d49ea29d2 Fix v1/instance endpoint to make Buffer work 2023-07-25 20:14:26 +00:00
bb98046846 Remove useless call to gethostbyname()
- This function doesn't return a falsy value even when no IP address was able to be retrieved for the given host name
- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1638505285
2023-07-25 15:37:33 +02:00
407e6389b3 Fix JsonLD parsing problems with GoToSocial 2023-07-25 04:33:55 +00:00
6fd4839441 Reformatted code 2023-07-23 20:20:46 +00:00
61af2e8006 Issue 13020: Fix OAuth connection with Buffer 2023-07-23 20:05:10 +00:00
db1dc143f1 Merge remote-tracking branch 'upstream/develop' into restricted-access 2023-07-23 14:30:43 +00:00
9e726eadee Coded reformatted 2023-07-23 14:27:08 +00:00
60c7bc90e6 Removed unneeded check 2023-07-23 13:59:01 +00:00
aee420152f
Merge pull request #13246 from nupplaphil/feat/addons
Introduce dynamic hook loading
2023-07-23 06:58:46 -04:00
f0563df991 Fix notice 2023-07-22 16:00:09 +00:00
15eb840792 Merge remote-tracking branch 'upstream/develop' into restricted-access 2023-07-22 12:38:03 +00:00
7538f6a346 Issue 13289: Ensure to not respect deactivated connector networks 2023-07-22 10:49:42 +00:00
579b7065bd full instead of limited 2023-07-22 01:40:21 +00:00
cba656383e
Adhere feedback
- rename hooks.config.php to strategies.config.php
- change all corresponding classes and tests
2023-07-21 22:42:24 +02:00
26aa38341f The access to the profile and the list of followers/followings can now be restricted 2023-07-21 07:06:55 +00:00
Philipp
e659a03140
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-07-17 20:20:21 +02:00
3a0c18713e
Remove unused ProfilerLogger factory 2023-07-17 01:41:02 +02:00
8dbbf882a8
Fix SyslogLogger and tests 2023-07-17 01:16:29 +02:00
bca6abf4ab
Fix logger classes and tests 2023-07-17 01:06:11 +02:00
903ecc2a76
Make PHP-CS happy 2023-07-17 00:15:16 +02:00
93af6f0564
Add tests for InstanceManager and remove Decorator hook logic (avoid complex Dice logic) 2023-07-17 00:10:15 +02:00
527622df4a
Add tests for HookFileManager 2023-07-16 22:41:56 +02:00
7e322c21b3 Removed unneeded parameter 2023-07-16 16:48:24 +00:00
e92d25a258
Remove unnecessary trailing slashes 2023-07-16 18:43:36 +02:00
e9699b8e55
Some more PHP-CS 2023-07-16 18:43:35 +02:00
82f3e4ad86
Make PHP-CS happy 2023-07-16 18:43:35 +02:00
89a31e43b2
Fix license check 2023-07-16 18:43:35 +02:00