]> git.mxchange.org Git - friendica.git/log
friendica.git
2 years ago[frio] Larger clickable area for tabs
Damian Wajer [Tue, 17 Jan 2023 18:05:24 +0000 (19:05 +0100)]
[frio] Larger clickable area for tabs

2 years agoMerge pull request #12695 from MrPetovan/bug/fatal-errors
Philipp [Thu, 19 Jan 2023 07:09:03 +0000 (08:09 +0100)]
Merge pull request #12695 from MrPetovan/bug/fatal-errors

Address a few fatal errors

2 years agoMerge pull request #12694 from MrPetovan/task/allow-colon
Philipp [Thu, 19 Jan 2023 07:08:35 +0000 (08:08 +0100)]
Merge pull request #12694 from MrPetovan/task/allow-colon

Allow colon in password

2 years agoDefault maintenance reason to empty string in Module\Maintenance
Hypolite Petovan [Thu, 19 Jan 2023 02:01:07 +0000 (21:01 -0500)]
Default maintenance reason to empty string in Module\Maintenance

- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1383250546

2 years agoTruncate integer values before inserting them
Hypolite Petovan [Thu, 19 Jan 2023 01:58:49 +0000 (20:58 -0500)]
Truncate integer values before inserting them

- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1383250353

2 years agoCreate base `sub/direction.tpl` template from vier
Hypolite Petovan [Thu, 19 Jan 2023 01:49:08 +0000 (20:49 -0500)]
Create base `sub/direction.tpl` template from vier

- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1383249754

2 years agoUpdated main translation file after editing strings
Hypolite Petovan [Thu, 19 Jan 2023 01:42:10 +0000 (20:42 -0500)]
Updated main translation file after editing strings

2 years agoAllow colon in password
Hypolite Petovan [Thu, 19 Jan 2023 01:33:39 +0000 (20:33 -0500)]
Allow colon in password

- It was disallowed because of a too strict intepretation of RFC2617

2 years agoFix wrong logic in password allowed regular expression
Hypolite Petovan [Thu, 19 Jan 2023 01:27:29 +0000 (20:27 -0500)]
Fix wrong logic in password allowed regular expression

2 years agoMerge pull request #12690 from annando/statistics
Hypolite Petovan [Wed, 18 Jan 2023 13:37:20 +0000 (08:37 -0500)]
Merge pull request #12690 from annando/statistics

Nodeinfo data has moved to key values

2 years agoNodeinfo data has moved to key values
Michael [Wed, 18 Jan 2023 05:04:37 +0000 (05:04 +0000)]
Nodeinfo data has moved to key values

2 years agoMerge pull request #12680 from nupplaphil/feat/addon_logger
Hypolite Petovan [Tue, 17 Jan 2023 21:37:03 +0000 (16:37 -0500)]
Merge pull request #12680 from nupplaphil/feat/addon_logger

Introduce new Hook logic

2 years agoMerge pull request #12688 from annando/blocked-server
Hypolite Petovan [Tue, 17 Jan 2023 21:02:21 +0000 (16:02 -0500)]
Merge pull request #12688 from annando/blocked-server

News "blocked" field on the gserver table

2 years agoMerge remote-tracking branch 'upstream/develop' into blocked-server
Michael [Tue, 17 Jan 2023 19:25:09 +0000 (19:25 +0000)]
Merge remote-tracking branch 'upstream/develop' into blocked-server

2 years agoFix Introspection
Philipp [Tue, 17 Jan 2023 19:11:48 +0000 (20:11 +0100)]
Fix Introspection

2 years agoAdd whitespace ..
Philipp [Tue, 17 Jan 2023 18:23:20 +0000 (19:23 +0100)]
Add whitespace ..

2 years agoAdhere feedback
Philipp [Tue, 17 Jan 2023 18:15:37 +0000 (19:15 +0100)]
Adhere feedback

2 years agoApply suggestions from code review
Philipp [Tue, 17 Jan 2023 18:12:33 +0000 (19:12 +0100)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoNews "blocked" field on the gserver table
Michael [Tue, 17 Jan 2023 17:25:19 +0000 (17:25 +0000)]
News "blocked" field on the gserver table

2 years agoMerge pull request #12687 from DanielSiepmann/12686-fix-feed-creation-date-with-white...
Hypolite Petovan [Tue, 17 Jan 2023 15:19:02 +0000 (10:19 -0500)]
Merge pull request #12687 from DanielSiepmann/12686-fix-feed-creation-date-with-whitespace

Properly handle feed item creation date with surrounding whitespace

2 years agoProperly handle feed item creation date with surrounding whitespace
Daniel Siepmann [Tue, 17 Jan 2023 06:17:01 +0000 (07:17 +0100)]
Properly handle feed item creation date with surrounding whitespace

Some feeds might have whitespace around the creation date.
This can't be parsed by DateTimeFormat methods.
Therefore the incoming creation date is trimmed to not contain any
surrounding whitespace for proper handling.

Relates: #12686

2 years agoAdhere PHP-CS..
Philipp [Mon, 16 Jan 2023 21:25:26 +0000 (22:25 +0100)]
Adhere PHP-CS..

2 years agoIntroduce new Hook logic
Philipp [Sun, 15 Jan 2023 21:31:19 +0000 (22:31 +0100)]
Introduce new Hook logic
- InstanceManager for computing strategies and to allow decorators
- Adapting Core\Logger to use it

2 years agoAdd Dice.php patch
Philipp [Mon, 16 Jan 2023 20:12:47 +0000 (21:12 +0100)]
Add Dice.php patch

2 years agoMerge pull request #12679 from nupplaphil/feat/reduce_config_dependency
Hypolite Petovan [Sun, 15 Jan 2023 16:13:41 +0000 (11:13 -0500)]
Merge pull request #12679 from nupplaphil/feat/reduce_config_dependency

Replace Config-Cache dependency with Config-Model

2 years agoReplace Config-Cache dependency with Config-Model (no more DB-waiting necessary)
Philipp [Sun, 15 Jan 2023 15:12:25 +0000 (16:12 +0100)]
Replace Config-Cache dependency with Config-Model (no more DB-waiting necessary)

2 years agoRemove BasePath dependency from App\Mode
Philipp [Sun, 15 Jan 2023 12:46:01 +0000 (13:46 +0100)]
Remove BasePath dependency from App\Mode

2 years agoMerge pull request #12678 from MrPetovan/bug/12677-addon_admin
Philipp [Sun, 15 Jan 2023 14:55:08 +0000 (15:55 +0100)]
Merge pull request #12678 from MrPetovan/bug/12677-addon_admin

Remove App dependency from addon admin form method

2 years agoRemove App dependency from addon admin form method
Hypolite Petovan [Sun, 15 Jan 2023 14:42:18 +0000 (09:42 -0500)]
Remove App dependency from addon admin form method

2 years agoMerge pull request #12674 from nupplaphil/bug/config_typesafe
Hypolite Petovan [Sun, 15 Jan 2023 14:38:29 +0000 (09:38 -0500)]
Merge pull request #12674 from nupplaphil/bug/config_typesafe

Config: Improve the node.config.php transformation

2 years agoApply feedback and describe the encoding method
Philipp [Sun, 15 Jan 2023 10:57:43 +0000 (11:57 +0100)]
Apply feedback and describe the encoding method

2 years agoMerge pull request #12673 from annando/andstatus-api
Philipp [Sun, 15 Jan 2023 00:01:06 +0000 (01:01 +0100)]
Merge pull request #12673 from annando/andstatus-api

API: Accept "redirect_uris" as both array and string

2 years agoConfig: Improve the node.config.php transformation
Philipp [Sat, 14 Jan 2023 23:53:51 +0000 (00:53 +0100)]
Config: Improve the node.config.php transformation
- Add more types
- Improvement for assoziative arrays and key-value arrays
- Add a lot more tests

2 years agoAdded Documentation, updated messages.po
Michael [Sat, 14 Jan 2023 21:20:04 +0000 (21:20 +0000)]
Added Documentation, updated messages.po

2 years agoAPI: Accept "redirect_uris" as both array and string
Michael [Sat, 14 Jan 2023 21:07:47 +0000 (21:07 +0000)]
API: Accept "redirect_uris" as both array and string

2 years agoMerge pull request #12666 from MrPetovan/bug/12661-public-calendar-export
Philipp [Sat, 14 Jan 2023 18:20:20 +0000 (19:20 +0100)]
Merge pull request #12666 from MrPetovan/bug/12661-public-calendar-export

Enable calendar export for public_calendar = true

2 years agoMerge pull request #12667 from MrPetovan/bug/12665-monolog
Michael Vogel [Sat, 14 Jan 2023 16:07:33 +0000 (17:07 +0100)]
Merge pull request #12667 from MrPetovan/bug/12665-monolog

Remove App dependency from Hook::callSingle

2 years agoEnable calendar export for public_calendar = true
Hypolite Petovan [Sat, 14 Jan 2023 00:20:55 +0000 (19:20 -0500)]
Enable calendar export for public_calendar = true

2 years agoUpdate tests after removing App dependency from hook calls
Hypolite Petovan [Sat, 14 Jan 2023 14:46:49 +0000 (09:46 -0500)]
Update tests after removing App dependency from hook calls

2 years agoRemove App dependency from Hook::callSingle
Hypolite Petovan [Sat, 14 Jan 2023 02:10:59 +0000 (21:10 -0500)]
Remove App dependency from Hook::callSingle

- This was causing a circular dependency with the logger_instance hook

2 years agoMerge pull request #12671 from annando/lock-config
Hypolite Petovan [Sat, 14 Jan 2023 14:50:38 +0000 (09:50 -0500)]
Merge pull request #12671 from annando/lock-config

Added default config for the lock driver

2 years agoMerge pull request #12670 from annando/fix-avatar-cache
Hypolite Petovan [Sat, 14 Jan 2023 14:47:21 +0000 (09:47 -0500)]
Merge pull request #12670 from annando/fix-avatar-cache

Ensure to reset the avatar paths when deleting avatar cache

2 years agoAdded default config for the lock driver
Michael [Sat, 14 Jan 2023 14:44:49 +0000 (14:44 +0000)]
Added default config for the lock driver

2 years agoEnsure to reset the avatar paths when deleting avatar cache
Michael [Sat, 14 Jan 2023 13:10:43 +0000 (13:10 +0000)]
Ensure to reset the avatar paths when deleting avatar cache

2 years agoMerge pull request #12663 from nupplaphil/sec/xss_404
Hypolite Petovan [Fri, 13 Jan 2023 18:57:41 +0000 (13:57 -0500)]
Merge pull request #12663 from nupplaphil/sec/xss_404

Security: Use htmlspecialchars() for user input in Arguments class

2 years agoSecurity: Use htmlspecialchars() for user input in Arguments class
Philipp [Wed, 11 Jan 2023 22:09:40 +0000 (23:09 +0100)]
Security: Use htmlspecialchars() for user input in Arguments class

2 years agoMerge pull request #12659 from DanielSiepmann/12658-fix-feed-urls-with-whitespace
Hypolite Petovan [Thu, 12 Jan 2023 12:57:30 +0000 (07:57 -0500)]
Merge pull request #12659 from DanielSiepmann/12658-fix-feed-urls-with-whitespace

Properly handle feed item urls with surrounding whitespace

2 years agoMerge pull request #12657 from annando/display-blocked
Hypolite Petovan [Thu, 12 Jan 2023 12:48:44 +0000 (07:48 -0500)]
Merge pull request #12657 from annando/display-blocked

Mode depending control for the behaviour with blocked contacts

2 years agoProperly handle feed item urls with surrounding whitespace
Daniel Siepmann [Thu, 12 Jan 2023 12:43:49 +0000 (13:43 +0100)]
Properly handle feed item urls with surrounding whitespace

Some feeds might have whitespace around the URLs of each item.
This can't be handled by parse_url.
Therefore the incoming url is trimmed to not contain any surrounding
whitespace for proper handling.

Relates: #12658

2 years agoUpdated messages.po - again
Michael [Thu, 12 Jan 2023 07:06:24 +0000 (07:06 +0000)]
Updated messages.po - again

2 years agoFix "Undefined constant Friendica\Content\Conversation::PARCEL_DIASPORA"
Michael [Thu, 12 Jan 2023 06:57:31 +0000 (06:57 +0000)]
Fix "Undefined constant Friendica\Content\Conversation::PARCEL_DIASPORA"

2 years agoUpdated messages.po
Michael [Thu, 12 Jan 2023 06:35:49 +0000 (06:35 +0000)]
Updated messages.po

2 years agoMode depending control for the behaviour with blocked contacts
Michael [Thu, 12 Jan 2023 06:25:55 +0000 (06:25 +0000)]
Mode depending control for the behaviour with blocked contacts

2 years agoMerge pull request #12655 from annando/fix-communication
Hypolite Petovan [Wed, 11 Jan 2023 22:04:41 +0000 (17:04 -0500)]
Merge pull request #12655 from annando/fix-communication

Fix: Forum posts from some contacts weren't distributed

2 years agoFix: Forum posts from some contacts weren't distributed
Michael [Wed, 11 Jan 2023 21:55:32 +0000 (21:55 +0000)]
Fix: Forum posts from some contacts weren't distributed

2 years agoMerge pull request #12653 from nupplaphil/bug/config_revert_null
Hypolite Petovan [Wed, 11 Jan 2023 21:06:28 +0000 (16:06 -0500)]
Merge pull request #12653 from nupplaphil/bug/config_revert_null

Revert Cache delete() behavior to stable version

2 years agoImprove encapsulation
Philipp [Wed, 11 Jan 2023 21:00:29 +0000 (22:00 +0100)]
Improve encapsulation

2 years agoAssure that deleted cat/keys are working as expected
Philipp [Wed, 11 Jan 2023 20:53:34 +0000 (21:53 +0100)]
Assure that deleted cat/keys are working as expected
- A deleted cache-key would delete a merged cache-key as well
- Deleting a key in the Model results in reloading the config to assure any value from underlying files

2 years agoRevert Cache delete() behavior to stable version
Philipp [Wed, 11 Jan 2023 20:10:59 +0000 (21:10 +0100)]
Revert Cache delete() behavior to stable version

2 years agoMerge pull request #12635 from MrPetovan/task/12629-contact-threads-tab
Philipp [Wed, 11 Jan 2023 18:50:38 +0000 (19:50 +0100)]
Merge pull request #12635 from MrPetovan/task/12629-contact-threads-tab

Replace remaining mentions of "Status" by "Conversations" or "Posts"

2 years agoUpdate main translation file after changing strings
Hypolite Petovan [Sun, 8 Jan 2023 06:37:24 +0000 (01:37 -0500)]
Update main translation file after changing strings

2 years agoReplace remaining mentions of "Status" by "Conversations" or "Posts"
Hypolite Petovan [Sun, 8 Jan 2023 06:32:18 +0000 (01:32 -0500)]
Replace remaining mentions of "Status" by "Conversations" or "Posts"

2 years agoConvert Content\Nav to dynamic object
Hypolite Petovan [Sun, 8 Jan 2023 06:17:06 +0000 (01:17 -0500)]
Convert Content\Nav to dynamic object

- Remove DI dependency in Module\Apps

2 years agoMerge pull request #12647 from MrPetovan/bug/12607-image-user-theme
Michael Vogel [Wed, 11 Jan 2023 06:44:57 +0000 (07:44 +0100)]
Merge pull request #12647 from MrPetovan/bug/12607-image-user-theme

Enable profile user theme on single photo display

2 years agoEnable profile user theme on single photo display
Hypolite Petovan [Wed, 11 Jan 2023 01:40:35 +0000 (20:40 -0500)]
Enable profile user theme on single photo display

2 years agoMerge pull request #12645 from MrPetovan/bug/warnings
Philipp [Tue, 10 Jan 2023 18:23:52 +0000 (19:23 +0100)]
Merge pull request #12645 from MrPetovan/bug/warnings

Replace HTML regular expression by HTML::extractCharset in ParseUrl::getSiteInfo

2 years agoOnly show line number if it's provided in System::callstack
Hypolite Petovan [Tue, 10 Jan 2023 15:41:20 +0000 (10:41 -0500)]
Only show line number if it's provided in System::callstack

- Address https://github.com/friendica/friendica/issues/12488#issuecomment-1377373973

2 years agoReplace HTML regular expression by HTML::extractCharset in ParseUrl::getSiteInfo
Hypolite Petovan [Tue, 10 Jan 2023 06:08:34 +0000 (01:08 -0500)]
Replace HTML regular expression by HTML::extractCharset in ParseUrl::getSiteInfo

- Address https://github.com/friendica/friendica/issues/12488#issuecomment-1374537440

2 years agoAdd implementation of HTTP Media Type
Hypolite Petovan [Tue, 10 Jan 2023 06:07:14 +0000 (01:07 -0500)]
Add implementation of HTTP Media Type

- Add charset extraction from DOMDocument
- TESTS!

2 years agoMerge pull request #12644 from annando/improve-ignore
Hypolite Petovan [Tue, 10 Jan 2023 14:05:48 +0000 (09:05 -0500)]
Merge pull request #12644 from annando/improve-ignore

Improve the ignore behaviour

2 years agoMoved permission assigning / simplified block check
Michael [Tue, 10 Jan 2023 05:59:25 +0000 (05:59 +0000)]
Moved permission assigning / simplified block check

2 years agoMerge pull request #12642 from MrPetovan/bug/fatal-errors
Philipp [Mon, 9 Jan 2023 22:14:05 +0000 (23:14 +0100)]
Merge pull request #12642 from MrPetovan/bug/fatal-errors

Address a few Fatal Errors

2 years agoCheck image property is set in Object\Image
Hypolite Petovan [Mon, 9 Jan 2023 15:29:56 +0000 (10:29 -0500)]
Check image property is set in Object\Image

- Property was either an object or null, strict comparison with "false" was inaccurate
- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1374888800

2 years agoCheck for URI ID existence in Post\Media::insert
Hypolite Petovan [Mon, 9 Jan 2023 15:27:45 +0000 (10:27 -0500)]
Check for URI ID existence in Post\Media::insert

- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1374538325

2 years agoAdd line number to output in System::callstack
Hypolite Petovan [Mon, 9 Jan 2023 15:22:19 +0000 (10:22 -0500)]
Add line number to output in System::callstack

2 years agoInclude other unique key column in condition in Model\Tag:store
Hypolite Petovan [Mon, 9 Jan 2023 14:52:04 +0000 (09:52 -0500)]
Include other unique key column in condition in Model\Tag:store

- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1372640002

2 years agoUpdated messages.po
Michael [Mon, 9 Jan 2023 17:29:42 +0000 (17:29 +0000)]
Updated messages.po

2 years agoMerge remote-tracking branch 'upstream/develop' into improve-ignore
Michael [Mon, 9 Jan 2023 17:23:10 +0000 (17:23 +0000)]
Merge remote-tracking branch 'upstream/develop' into improve-ignore

2 years agoMerge pull request #12641 from MrPetovan/bug/warnings
Michael Vogel [Mon, 9 Jan 2023 17:20:58 +0000 (18:20 +0100)]
Merge pull request #12641 from MrPetovan/bug/warnings

Add yet another case to DateTimeFormat::fix

2 years agoAdd yet another case to DateTimeFormat::fix
Hypolite Petovan [Mon, 9 Jan 2023 13:51:20 +0000 (08:51 -0500)]
Add yet another case to DateTimeFormat::fix

- Address https://github.com/friendica/friendica/issues/12488#issuecomment-1372637862

2 years agoMerge pull request #12643 from annando/item-origin
Hypolite Petovan [Mon, 9 Jan 2023 16:34:56 +0000 (11:34 -0500)]
Merge pull request #12643 from annando/item-origin

Fix some warnings on item creation

2 years agoUpdated messages.po again
Michael [Mon, 9 Jan 2023 16:25:02 +0000 (16:25 +0000)]
Updated messages.po again

2 years agoImprove ignoring of messages
Michael [Mon, 9 Jan 2023 16:23:39 +0000 (16:23 +0000)]
Improve ignoring of messages

2 years agoUpdated messages.po
Michael [Mon, 9 Jan 2023 16:18:35 +0000 (16:18 +0000)]
Updated messages.po

2 years agoFix some warnings on item creation
Michael [Mon, 9 Jan 2023 15:55:35 +0000 (15:55 +0000)]
Fix some warnings on item creation

2 years agoMerge pull request #12638 from annando/collapse
Hypolite Petovan [Mon, 9 Jan 2023 00:23:57 +0000 (19:23 -0500)]
Merge pull request #12638 from annando/collapse

Posts from contacts can now be collapsed

2 years agoUpdated "messages.po" again
Michael [Sun, 8 Jan 2023 23:26:26 +0000 (23:26 +0000)]
Updated "messages.po" again

2 years agoMerge branch 'collapse' of github.com:annando/friendica into collapse
Michael [Sun, 8 Jan 2023 23:15:35 +0000 (23:15 +0000)]
Merge branch 'collapse' of github.com:annando/friendica into collapse

2 years agoUpdated mesages.po
Michael [Sun, 8 Jan 2023 23:15:15 +0000 (23:15 +0000)]
Updated mesages.po

2 years agoApply suggestions from code review
Michael Vogel [Sun, 8 Jan 2023 22:13:31 +0000 (23:13 +0100)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoRemoce test code
Michael [Sun, 8 Jan 2023 19:01:12 +0000 (19:01 +0000)]
Remoce test code

2 years agoUpdate routine to transfer the blockem list to collapsed
Michael [Sun, 8 Jan 2023 18:59:07 +0000 (18:59 +0000)]
Update routine to transfer the blockem list to collapsed

2 years agoChanged messages.po
Michael [Sun, 8 Jan 2023 18:28:34 +0000 (18:28 +0000)]
Changed messages.po

2 years agoAdded "collapsed" list
Michael [Sun, 8 Jan 2023 18:28:19 +0000 (18:28 +0000)]
Added "collapsed" list

2 years agoMerge remote-tracking branch 'upstream/develop' into collapse
Michael [Sun, 8 Jan 2023 17:47:21 +0000 (17:47 +0000)]
Merge remote-tracking branch 'upstream/develop' into collapse

2 years agoPosts from contacts can now be collapsed
Michael [Sun, 8 Jan 2023 17:40:05 +0000 (17:40 +0000)]
Posts from contacts can now be collapsed

2 years agoMerge pull request #12637 from annando/ostatus-subscription
Hypolite Petovan [Sun, 8 Jan 2023 12:58:22 +0000 (07:58 -0500)]
Merge pull request #12637 from annando/ostatus-subscription

OStatus: Fix PubSubHubBub subscription

2 years agoApply suggestions from code review
Michael Vogel [Sun, 8 Jan 2023 12:00:58 +0000 (13:00 +0100)]
Apply suggestions from code review

Co-authored-by: Philipp <admin+Github@philipp.info>
2 years agoMerge pull request #12636 from MrPetovan/bug/12625-api-not-implemented
Philipp [Sun, 8 Jan 2023 10:03:06 +0000 (11:03 +0100)]
Merge pull request #12636 from MrPetovan/bug/12625-api-not-implemented

Update API unsupported test

2 years agoFix test
Michael [Sun, 8 Jan 2023 10:00:25 +0000 (10:00 +0000)]
Fix test