]>
git.mxchange.org Git - friendica.git/log
Philipp [Thu, 3 Aug 2023 12:53:01 +0000 (14:53 +0200)]
Merge pull request #13329 from MrPetovan/task/13318-redis-unix-socket
Add support for port = 0 in Redis driver
Tobias Diekershoff [Thu, 3 Aug 2023 04:27:49 +0000 (06:27 +0200)]
Merge pull request #13330 from annando/relay-tags
Fix the tag detection for relay posts
Michael [Wed, 2 Aug 2023 21:48:31 +0000 (21:48 +0000)]
Fix the tag detection for relay posts
Hypolite Petovan [Wed, 2 Aug 2023 18:42:44 +0000 (20:42 +0200)]
Add support for Unix domain sockets to Redis in setting defaults
- Add support for port = 0 in Redis driver
Hypolite Petovan [Wed, 2 Aug 2023 18:31:14 +0000 (20:31 +0200)]
[Composer] Add suggested extensions
Tobias Diekershoff [Wed, 2 Aug 2023 18:14:50 +0000 (20:14 +0200)]
Merge pull request #13327 from MrPetovan/bug/field-value-escape
Remove escaping exception for form field values
Tobias Diekershoff [Wed, 2 Aug 2023 18:13:20 +0000 (20:13 +0200)]
Merge pull request #13328 from MrPetovan/bug/escape-username
Escape HTML in system messages and in display names for inclusion in syndication link tags
Hypolite Petovan [Wed, 2 Aug 2023 14:59:46 +0000 (16:59 +0200)]
Escape HTML in display names for inclusion in syndication link tags
- Thanks to Laura Pîrcălăboiu for the report
Hypolite Petovan [Wed, 2 Aug 2023 14:59:08 +0000 (16:59 +0200)]
Escape HTML in system messages
- Thanks to Laura Pîrcălăboiu for the report
Hypolite Petovan [Wed, 2 Aug 2023 14:58:14 +0000 (16:58 +0200)]
Fix reference to username field in Contact::updateSelfFromUserID
- Profile isn't updated with the display name in the account settings
Hypolite Petovan [Wed, 2 Aug 2023 14:29:50 +0000 (16:29 +0200)]
Remove escaping exception for form field values
- This could allow code injection from a malicious query leading to a form page
- Thanks to Laura Pîrcălăboiu for the report
Hypolite Petovan [Tue, 1 Aug 2023 21:54:23 +0000 (23:54 +0200)]
Merge pull request #13325 from annando/video
Improvements for Youtube posts via API
Michael [Tue, 1 Aug 2023 14:27:56 +0000 (14:27 +0000)]
Improvements for Youtube posta via API
Hypolite Petovan [Sun, 30 Jul 2023 18:53:14 +0000 (20:53 +0200)]
Merge pull request #13323 from annando/relay
Improvements for relays like relay.fedi.buzz
Michael [Sun, 30 Jul 2023 17:46:37 +0000 (17:46 +0000)]
Improvements for relais like relay.fedi.buzz
Hypolite Petovan [Sat, 29 Jul 2023 14:04:45 +0000 (16:04 +0200)]
Merge pull request #13321 from nupplaphil/bug/redis
Make InstanceManager strategy naming convention case insensitive.
Philipp [Sat, 29 Jul 2023 11:51:03 +0000 (13:51 +0200)]
test
Philipp [Sat, 29 Jul 2023 11:20:02 +0000 (13:20 +0200)]
Make InstanceManager strategy naming convention case insensitive.
Philipp [Fri, 28 Jul 2023 18:12:25 +0000 (20:12 +0200)]
Fix Woodpecker
Hypolite Petovan [Fri, 28 Jul 2023 17:50:37 +0000 (19:50 +0200)]
Merge pull request #13298 from nupplaphil/feat/strategies
[Hook] Introduce some more strategies
Philipp [Fri, 28 Jul 2023 17:07:29 +0000 (19:07 +0200)]
add opensocial as location for db-based execution
Philipp [Fri, 28 Jul 2023 17:02:08 +0000 (19:02 +0200)]
try making php-lint faster..
Philipp [Fri, 28 Jul 2023 16:55:06 +0000 (18:55 +0200)]
use default_key
Philipp [Fri, 28 Jul 2023 15:45:31 +0000 (17:45 +0200)]
rename woodpecker "pipeline" to "steps"
Philipp [Fri, 28 Jul 2023 15:16:30 +0000 (17:16 +0200)]
Remove unused parameter
Philipp [Wed, 26 Jul 2023 21:02:09 +0000 (23:02 +0200)]
Added a lot of constants :-)
Philipp [Wed, 26 Jul 2023 20:42:40 +0000 (22:42 +0200)]
Rename NAME to constant
Philipp [Wed, 26 Jul 2023 19:43:03 +0000 (21:43 +0200)]
Add "getName()" test
Philipp [Sun, 23 Jul 2023 01:21:41 +0000 (03:21 +0200)]
Unify "Capability"
Hypolite Petovan [Wed, 26 Jul 2023 19:19:06 +0000 (21:19 +0200)]
Merge pull request #13313 from haheute/frio-alignment
fix frio alignment
Michael Vogel [Wed, 26 Jul 2023 18:26:48 +0000 (20:26 +0200)]
Merge pull request #13308 from MrPetovan/bug/13216-toggle-mobile-local
Rework Module\ToggleMobile to check for local links
Hannes Heute [Wed, 26 Jul 2023 17:59:08 +0000 (19:59 +0200)]
added class in the mobile menu, too
Philipp [Sun, 23 Jul 2023 01:19:38 +0000 (03:19 +0200)]
Move PConfig to strategies
Philipp [Sun, 23 Jul 2023 01:15:59 +0000 (03:15 +0200)]
Move KeyValuePairStorage to strategies
Philipp [Sat, 22 Jul 2023 21:57:38 +0000 (23:57 +0200)]
Move Cache to strategies
Hypolite Petovan [Tue, 25 Jul 2023 21:14:15 +0000 (23:14 +0200)]
Rework Module\ToggleMobile to check for local links
- Remove dependency on DI class
- Remove dependency on request/session superglobals
- Remove dependency on App class
Hypolite Petovan [Tue, 25 Jul 2023 21:13:01 +0000 (23:13 +0200)]
Add new BaseUrl->isLocalUri and BaseUrl->isLocalUrl methods
- Deprecate Util\Network->isLocalLink to reduce dependency on DI class
Hannes Heute [Wed, 26 Jul 2023 17:09:31 +0000 (19:09 +0200)]
fix frio alignment
Michael Vogel [Wed, 26 Jul 2023 05:38:21 +0000 (07:38 +0200)]
Merge pull request #13307 from MrPetovan/bug/13240-event-private
Fix item.private value in Model\Event::getItemArrayForId
Hypolite Petovan [Wed, 26 Jul 2023 04:31:00 +0000 (06:31 +0200)]
Merge pull request #13309 from annando/api-upload
API: Description added at picture upload
Michael Vogel [Tue, 25 Jul 2023 21:38:45 +0000 (23:38 +0200)]
Merge pull request #13305 from MrPetovan/bug/13304-item-drop-args
Restore `item/drop/{item_id}` route in mod/item
Michael [Tue, 25 Jul 2023 21:27:12 +0000 (21:27 +0000)]
API: Description added at picture upload
Hypolite Petovan [Tue, 25 Jul 2023 20:48:37 +0000 (22:48 +0200)]
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.
Hypolite Petovan [Tue, 25 Jul 2023 20:47:27 +0000 (22:47 +0200)]
Remove duplicate fields in Model\Event::getItemArrayForId
- Fix formatting in Model\Event
Hypolite Petovan [Tue, 25 Jul 2023 20:44:03 +0000 (22:44 +0200)]
Fix wrong field name in Model\Mail
Hypolite Petovan [Tue, 25 Jul 2023 20:20:36 +0000 (22:20 +0200)]
Merge pull request #13306 from annando/buffer
Fix v1/instance endpoint to make Buffer work
Michael [Tue, 25 Jul 2023 20:14:26 +0000 (20:14 +0000)]
Fix v1/instance endpoint to make Buffer work
Hypolite Petovan [Tue, 25 Jul 2023 18:16:18 +0000 (20:16 +0200)]
Restore `item/drop/{item_id}` route in mod/item
Philipp [Tue, 25 Jul 2023 18:13:16 +0000 (20:13 +0200)]
Merge pull request #13303 from MrPetovan/bug/warnings
Remove useless call to gethostbyname()
Hypolite Petovan [Tue, 25 Jul 2023 13:37:33 +0000 (15:37 +0200)]
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
Tobias Diekershoff [Tue, 25 Jul 2023 05:08:39 +0000 (07:08 +0200)]
Merge pull request #13302 from annando/gotosocial
Fix JsonLD parsing problems with GoToSocial
Michael [Tue, 25 Jul 2023 04:33:55 +0000 (04:33 +0000)]
Fix JsonLD parsing problems with GoToSocial
Tobias Diekershoff [Mon, 24 Jul 2023 04:38:02 +0000 (06:38 +0200)]
Merge pull request #13299 from annando/issue-13020
Issue 13020: Fix OAuth connection with Buffer
Michael [Sun, 23 Jul 2023 20:20:46 +0000 (20:20 +0000)]
Reformatted code
Michael [Sun, 23 Jul 2023 20:05:10 +0000 (20:05 +0000)]
Issue 13020: Fix OAuth connection with Buffer
Hypolite Petovan [Sun, 23 Jul 2023 19:00:22 +0000 (21:00 +0200)]
Merge pull request #13294 from annando/restricted-access
The access to the profile and the list of followers/followings can now be restricted
Michael [Sun, 23 Jul 2023 14:30:43 +0000 (14:30 +0000)]
Merge remote-tracking branch 'upstream/develop' into restricted-access
Michael [Sun, 23 Jul 2023 14:27:08 +0000 (14:27 +0000)]
Coded reformatted
Michael [Sun, 23 Jul 2023 13:59:01 +0000 (13:59 +0000)]
Removed unneeded check
Hypolite Petovan [Sun, 23 Jul 2023 10:58:46 +0000 (06:58 -0400)]
Merge pull request #13246 from nupplaphil/feat/addons
Introduce dynamic hook loading
Michael [Sat, 22 Jul 2023 16:00:09 +0000 (16:00 +0000)]
Fix notice
Michael [Sat, 22 Jul 2023 12:38:03 +0000 (12:38 +0000)]
Merge remote-tracking branch 'upstream/develop' into restricted-access
Tobias Diekershoff [Sat, 22 Jul 2023 11:38:18 +0000 (13:38 +0200)]
Merge pull request #13295 from annando/issue-13289
Issue 13289: Ignore unsupported networks
Michael [Sat, 22 Jul 2023 10:49:42 +0000 (10:49 +0000)]
Issue 13289: Ensure to not respect deactivated connector networks
Michael [Sat, 22 Jul 2023 01:40:21 +0000 (01:40 +0000)]
full instead of limited
Philipp [Fri, 21 Jul 2023 20:47:09 +0000 (22:47 +0200)]
Make PHP-CS happy
Philipp [Fri, 21 Jul 2023 20:41:36 +0000 (22:41 +0200)]
Adhere feedback
- rename hooks.config.php to strategies.config.php
- change all corresponding classes and tests
Michael [Fri, 21 Jul 2023 07:06:55 +0000 (07:06 +0000)]
The access to the profile and the list of followers/followings can now be restricted
Michael [Tue, 18 Jul 2023 05:06:28 +0000 (05:06 +0000)]
Merge remote-tracking branch 'upstream/develop' into develop
Philipp [Mon, 17 Jul 2023 18:20:21 +0000 (20:20 +0200)]
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Hypolite Petovan [Mon, 17 Jul 2023 12:00:53 +0000 (08:00 -0400)]
Merge pull request #13285 from annando/more-privacy
Unified BBCode conversion, improved proxy functionality
Philipp [Sun, 16 Jul 2023 23:56:13 +0000 (01:56 +0200)]
Restore LoggerInterface import
Philipp [Sun, 16 Jul 2023 23:41:02 +0000 (01:41 +0200)]
Remove unused ProfilerLogger factory
Philipp [Sun, 16 Jul 2023 23:19:37 +0000 (01:19 +0200)]
Fix PHP-CS
Philipp [Sun, 16 Jul 2023 23:16:29 +0000 (01:16 +0200)]
Fix SyslogLogger and tests
Philipp [Sun, 16 Jul 2023 23:06:11 +0000 (01:06 +0200)]
Fix logger classes and tests
Philipp [Sun, 16 Jul 2023 22:15:16 +0000 (00:15 +0200)]
Make PHP-CS happy
Philipp [Sun, 16 Jul 2023 22:13:03 +0000 (00:13 +0200)]
Add license
Philipp [Sun, 16 Jul 2023 22:10:15 +0000 (00:10 +0200)]
Add tests for InstanceManager and remove Decorator hook logic (avoid complex Dice logic)
Philipp [Sun, 16 Jul 2023 20:41:56 +0000 (22:41 +0200)]
Add tests for HookFileManager
Philipp [Sun, 16 Jul 2023 20:05:59 +0000 (22:05 +0200)]
Add tests for AddonFiles
Philipp [Sun, 16 Jul 2023 18:50:04 +0000 (20:50 +0200)]
Update woodpecker PHP version
Michael [Sun, 16 Jul 2023 16:48:24 +0000 (16:48 +0000)]
Removed unneeded parameter
Philipp [Sun, 16 Jul 2023 16:41:05 +0000 (18:41 +0200)]
add docker-translate command
Philipp [Sun, 16 Jul 2023 16:40:38 +0000 (18:40 +0200)]
Update messages.po
Philipp [Sun, 16 Jul 2023 16:38:41 +0000 (18:38 +0200)]
improve hooks.config.php
Philipp [Sun, 16 Jul 2023 16:38:34 +0000 (18:38 +0200)]
Add doc
Philipp [Wed, 5 Jul 2023 18:58:29 +0000 (20:58 +0200)]
Doc
Philipp [Sun, 2 Jul 2023 22:17:01 +0000 (00:17 +0200)]
Remove unnecessary trailing slashes
Philipp [Sun, 2 Jul 2023 22:12:59 +0000 (00:12 +0200)]
Some more PHP-CS
Philipp [Sun, 2 Jul 2023 22:08:58 +0000 (00:08 +0200)]
Make PHP-CS happy
Philipp [Sun, 2 Jul 2023 22:06:17 +0000 (00:06 +0200)]
Fix license check
Philipp [Sun, 2 Jul 2023 21:56:56 +0000 (23:56 +0200)]
Introduce dynamic hook loading
- Dynamically load addon files
- Dynamically load hooks
- Rewrite Logger-logic to use new hook logic (Monolog is working again)
Michael [Sun, 16 Jul 2023 09:48:37 +0000 (09:48 +0000)]
Revert change
Michael [Sun, 16 Jul 2023 09:41:55 +0000 (09:41 +0000)]
Merge remote-tracking branch 'upstream/develop' into more-privacy
Michael [Sun, 16 Jul 2023 09:33:57 +0000 (09:33 +0000)]
Merge remote-tracking branch 'upstream/develop' into develop
Michael [Sun, 16 Jul 2023 09:33:52 +0000 (09:33 +0000)]
Removed unused variable
Michael [Sun, 16 Jul 2023 09:32:17 +0000 (09:32 +0000)]
Simplify plaintext creation
Michael [Sun, 16 Jul 2023 07:26:20 +0000 (07:26 +0000)]
Use plaintext for names and titles
Michael [Sat, 15 Jul 2023 20:12:08 +0000 (20:12 +0000)]
Unified BBCode conversion, improved proxy functionality