]>
git.mxchange.org Git - friendica.git/log
Philipp [Mon, 14 Aug 2023 17:30:29 +0000 (19:30 +0200)]
Update db_user-contact.md
Michael Vogel [Sun, 13 Aug 2023 03:27:37 +0000 (05:27 +0200)]
Merge pull request #13342 from MrPetovan/bug/13333-exception-home-page
[frio] Add a <section> tag to the home page default template
Hypolite Petovan [Sat, 12 Aug 2023 09:31:42 +0000 (11:31 +0200)]
Merge pull request #13291 from Quix0r/features/config-blocklist-published
Configuration key added to publish/hide blocklist
Hypolite Petovan [Sat, 12 Aug 2023 08:18:53 +0000 (10:18 +0200)]
[frio] Add a <section> tag to the home page default template
- This is required to make page wrapper display correctly
Hypolite Petovan [Thu, 10 Aug 2023 21:20:11 +0000 (23:20 +0200)]
Merge pull request #13338 from annando/resize-to-size
New function to resize an image to not exceed a given file size
Hypolite Petovan [Thu, 10 Aug 2023 21:18:46 +0000 (23:18 +0200)]
Merge pull request #13337 from annando/block-chatgpt
Add a ChatGPT role for the built in robots.txt
Hypolite Petovan [Thu, 10 Aug 2023 21:17:43 +0000 (23:17 +0200)]
Merge pull request #13336 from annando/moderator
Preparations for a moderator role
Michael [Thu, 10 Aug 2023 21:16:43 +0000 (21:16 +0000)]
Updated messages.po
Hypolite Petovan [Thu, 10 Aug 2023 21:16:07 +0000 (23:16 +0200)]
Merge pull request #13335 from annando/no-twitter
The twitter addon is no import connector anymore
Michael [Thu, 10 Aug 2023 21:12:35 +0000 (21:12 +0000)]
New function to resize an image to not exceed a given file size
Michael [Thu, 10 Aug 2023 21:10:12 +0000 (21:10 +0000)]
Add a ChatGPT role for the built in robots.txt
Michael [Thu, 10 Aug 2023 21:06:08 +0000 (21:06 +0000)]
Preparations for a moderator role
Michael [Wed, 9 Aug 2023 20:29:45 +0000 (20:29 +0000)]
The twitter addon is no import connector anymore
Michael Vogel [Sat, 5 Aug 2023 18:27:17 +0000 (20:27 +0200)]
Merge pull request #13310 from MrPetovan/bug/13217-mirroring-blocked
Prevent post mirroring by blocked users
Tobias Diekershoff [Fri, 4 Aug 2023 04:29:47 +0000 (06:29 +0200)]
Merge pull request #13331 from annando/paging-search
Fix: Pagination in search result works again
Michael [Thu, 3 Aug 2023 20:36:19 +0000 (20:36 +0000)]
Improved logging
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
Michael [Thu, 3 Aug 2023 05:46:08 +0000 (05:46 +0000)]
Fix: Pagination in search result works again
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, 26 Jul 2023 05:50:15 +0000 (07:50 +0200)]
Prevent post mirroring by blocked users
Hypolite Petovan [Wed, 26 Jul 2023 05:49:55 +0000 (07:49 +0200)]
Prevent polling contact of blocked users
Hypolite Petovan [Wed, 26 Jul 2023 05:27:55 +0000 (07:27 +0200)]
[Database 1524] Fix contact-user.remote_self field type from boolean to integer
- Move MIRROR_* constants to LocalRelationship entity
- Convert boolean LocalRelationship->isRemoteSelf field to integer LocalRelationship->remoteSelf
Hypolite Petovan [Wed, 26 Jul 2023 05:15:24 +0000 (07:15 +0200)]
Add constants for the Fetch Further Information field
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
Roland Häder [Wed, 26 Jul 2023 07:44:39 +0000 (09:44 +0200)]
Renamed to 'public' after feedback
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>
Roland Häder [Mon, 17 Jul 2023 12:56:56 +0000 (14:56 +0200)]
Fixed:
- allow administrator to choose whether the blocklist is published under
`/about` or later any other API (e.g. common is
`/api/v1/instance/domain_blocks`).
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