]>
git.mxchange.org Git - friendica.git/log
Michael [Sat, 7 Jan 2023 17:16:44 +0000 (17:16 +0000)]
Updated messages.po
Michael [Sat, 7 Jan 2023 17:14:40 +0000 (17:14 +0000)]
Merge remote-tracking branch 'upstream/develop' into mod-item
Hypolite Petovan [Sat, 7 Jan 2023 16:41:44 +0000 (11:41 -0500)]
Merge pull request #12627 from nupplaphil/feat/config_warning
Check `node.config.php` file permission
Philipp [Sat, 7 Jan 2023 14:50:03 +0000 (15:50 +0100)]
Update messages.po
Philipp [Sat, 7 Jan 2023 14:49:55 +0000 (15:49 +0100)]
omg .. wrong assertion ..
Philipp [Sat, 7 Jan 2023 14:30:45 +0000 (15:30 +0100)]
Fix warning text
Philipp [Sat, 7 Jan 2023 14:28:49 +0000 (15:28 +0100)]
Update src/Module/Admin/Summary.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Philipp [Sat, 7 Jan 2023 14:18:23 +0000 (15:18 +0100)]
Update messages.po
Philipp [Sat, 7 Jan 2023 14:16:55 +0000 (15:16 +0100)]
Add warning message in case node.config.php isn't writable
Hypolite Petovan [Sat, 7 Jan 2023 13:45:53 +0000 (08:45 -0500)]
Merge pull request #12622 from nupplaphil/bug/config
`node.config.php` bugfixings
Philipp [Sat, 7 Jan 2023 12:43:16 +0000 (13:43 +0100)]
Execute critical worker tasks, even if we're in daemon mode
Philipp [Fri, 6 Jan 2023 16:54:36 +0000 (17:54 +0100)]
Merge pull request #12619 from MrPetovan/task/12617-remove-no_auto_update
Remove system.no_auto_update personal config key and assume default value of true
Philipp [Fri, 6 Jan 2023 16:50:56 +0000 (17:50 +0100)]
Fix Update::run()
Philipp [Fri, 6 Jan 2023 11:50:14 +0000 (12:50 +0100)]
Move Update::check() into daemon loop
Philipp [Fri, 6 Jan 2023 11:50:32 +0000 (12:50 +0100)]
Apply Update::check() suggestions
Philipp [Fri, 6 Jan 2023 11:50:14 +0000 (12:50 +0100)]
Apply Update::check() suggestions
Philipp [Fri, 6 Jan 2023 11:47:00 +0000 (12:47 +0100)]
Adapt doc
Philipp [Fri, 6 Jan 2023 11:46:06 +0000 (12:46 +0100)]
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Philipp [Fri, 6 Jan 2023 11:43:04 +0000 (12:43 +0100)]
Update src/Core/Config/ValueObject/Cache.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Philipp [Fri, 6 Jan 2023 11:42:56 +0000 (12:42 +0100)]
Update src/Core/Update.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Philipp [Fri, 6 Jan 2023 11:42:43 +0000 (12:42 +0100)]
Update src/Core/Config/Util/ConfigFileManager.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Philipp [Fri, 6 Jan 2023 02:06:11 +0000 (03:06 +0100)]
Add doc
Philipp [Fri, 6 Jan 2023 01:53:23 +0000 (02:53 +0100)]
add description
Philipp [Fri, 6 Jan 2023 01:54:28 +0000 (02:54 +0100)]
remove print_r
Philipp [Fri, 6 Jan 2023 01:16:35 +0000 (02:16 +0100)]
Update src/Core/Config/Util/ConfigFileManager.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Philipp [Fri, 6 Jan 2023 00:12:54 +0000 (01:12 +0100)]
Add license
Philipp [Fri, 6 Jan 2023 00:10:57 +0000 (01:10 +0100)]
Config fixing
- unlock/close the `node.config.php` in every circumstances
Philipp [Fri, 6 Jan 2023 00:02:47 +0000 (01:02 +0100)]
Config fixings
- Delete now really overwrites static default/setting.config.php keys
- Delete now really overwrites static default/setting.config.php categories
- The Update::check() routine is added to different places
- Merge the given config file with the new config before writing
- Remove ConfigTransaction::get() because it's no more reliable
Philipp [Thu, 5 Jan 2023 21:13:10 +0000 (22:13 +0100)]
Some improvements
- Move $_SERVER into ConfigFileManager constructor
- Rename "creatConfigFileLoader" to "createConfigFileManager"
- Rename variable "loader" to "manager" in all tests
Philipp [Thu, 5 Jan 2023 20:42:35 +0000 (21:42 +0100)]
Check 'config' table as fallback for migrations
Philipp [Thu, 5 Jan 2023 17:28:39 +0000 (18:28 +0100)]
Merge pull request #12621 from MrPetovan/bug/12620-api-push-boolean
Cast alert types to boolean in Api\Mastodon\Subscription
Hypolite Petovan [Thu, 5 Jan 2023 16:54:01 +0000 (11:54 -0500)]
Cast alert types to boolean in Api\Mastodon\Subscription
Hypolite Petovan [Thu, 5 Jan 2023 15:44:03 +0000 (10:44 -0500)]
Update main translation file after removing a string
Hypolite Petovan [Thu, 5 Jan 2023 15:27:03 +0000 (10:27 -0500)]
Remove system.no_auto_update personal config key and assume default value of true
- By popular request, the behavior with false was too perturbating
Hypolite Petovan [Thu, 5 Jan 2023 15:23:25 +0000 (10:23 -0500)]
Replace $_GET references with $request in Update classes
Michael Vogel [Thu, 5 Jan 2023 11:37:00 +0000 (12:37 +0100)]
Merge pull request #12615 from MrPetovan/task/12601-update-gserver-block
Drop UpdateGServer worker task if domain is blocked
Hypolite Petovan [Thu, 5 Jan 2023 03:36:51 +0000 (22:36 -0500)]
Merge pull request #12618 from nupplaphil/no_config_purge
Don't wipe `config` or `addon` data
Philipp [Thu, 5 Jan 2023 01:40:38 +0000 (02:40 +0100)]
Don't wipe `config` or `addon` data
Hypolite Petovan [Wed, 4 Jan 2023 22:13:52 +0000 (17:13 -0500)]
Merge pull request #12605 from nupplaphil/feat/addons_load
Move table `addons` into `node.config.php`
Philipp [Wed, 4 Jan 2023 22:12:41 +0000 (23:12 +0100)]
Update src/Core/Addon.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael [Wed, 4 Jan 2023 21:52:02 +0000 (21:52 +0000)]
Preview of attached links work again
Philipp [Wed, 4 Jan 2023 00:05:02 +0000 (01:05 +0100)]
sort addon array
Philipp [Tue, 3 Jan 2023 19:24:48 +0000 (20:24 +0100)]
Use addons config entries instead of the addon table
Philipp [Tue, 3 Jan 2023 18:54:05 +0000 (19:54 +0100)]
Move 'addon' table into config
Hypolite Petovan [Wed, 4 Jan 2023 16:42:54 +0000 (11:42 -0500)]
Drop UpdateContact worker task if contact is blocked
Hypolite Petovan [Wed, 4 Jan 2023 16:39:22 +0000 (11:39 -0500)]
Drop UpdateGServer worker task if domain is blocked
Hypolite Petovan [Wed, 4 Jan 2023 16:38:46 +0000 (11:38 -0500)]
Add UriInterface-enabled isUriBlocked method in Util\Network
Hypolite Petovan [Wed, 4 Jan 2023 16:38:08 +0000 (11:38 -0500)]
Add UriInterface-enabled cleanUri method in Model\GServer
- Tests!
Hypolite Petovan [Wed, 4 Jan 2023 19:40:31 +0000 (14:40 -0500)]
Merge pull request #12606 from nupplaphil/bug/file_put
Fix config read/write locking
Philipp [Wed, 4 Jan 2023 18:55:22 +0000 (19:55 +0100)]
Just commit config transactions if something changed
Hypolite Petovan [Wed, 4 Jan 2023 16:45:12 +0000 (11:45 -0500)]
Merge pull request #12614 from haheute/photo-view-direction
improve previous / next function in photo gallery
Hannes Heute [Wed, 4 Jan 2023 15:58:45 +0000 (16:58 +0100)]
remove parentheses
Hannes Heute [Wed, 4 Jan 2023 13:25:33 +0000 (14:25 +0100)]
improve previous / next function in photo gallery
Michael [Wed, 4 Jan 2023 10:59:28 +0000 (10:59 +0000)]
Functionality is split
Philipp [Wed, 4 Jan 2023 08:47:29 +0000 (09:47 +0100)]
Merge pull request #12611 from haheute/photo-view-typo
small typo
Hannes Heute [Wed, 4 Jan 2023 08:18:24 +0000 (09:18 +0100)]
small typo
Philipp [Wed, 4 Jan 2023 07:16:40 +0000 (08:16 +0100)]
Make flock writing easier
Philipp [Wed, 4 Jan 2023 07:14:00 +0000 (08:14 +0100)]
Make BaseURL check/save transactional and make the whole process easier
Michael [Wed, 4 Jan 2023 06:52:40 +0000 (06:52 +0000)]
Post processing centralized
Michael [Wed, 4 Jan 2023 05:44:52 +0000 (05:44 +0000)]
Code cleanup for mod/item.php
Philipp [Tue, 3 Jan 2023 22:06:17 +0000 (23:06 +0100)]
Fix config read/write locking
Philipp [Tue, 3 Jan 2023 22:58:55 +0000 (23:58 +0100)]
Add more special chars at tests
Philipp [Tue, 3 Jan 2023 22:58:33 +0000 (23:58 +0100)]
Fix keyValue() call at daemon.php
Philipp [Tue, 3 Jan 2023 22:55:51 +0000 (23:55 +0100)]
Reduce config->set() load for worker executions
Hypolite Petovan [Tue, 3 Jan 2023 20:14:15 +0000 (15:14 -0500)]
Merge pull request #12604 from nupplaphil/bug/marco_r
Some Bugfixings (thx to Marco R.)
Philipp [Tue, 3 Jan 2023 20:06:16 +0000 (21:06 +0100)]
Fix empty fetchResult curResult at Link::fetchMimeType (thx to Marco R.)
Philipp [Tue, 3 Jan 2023 20:05:58 +0000 (21:05 +0100)]
Fix empty fetchResult at ExternalStorage (thx to Marco R.)
Hypolite Petovan [Tue, 3 Jan 2023 16:43:55 +0000 (11:43 -0500)]
Merge pull request #12593 from nupplaphil/feat/node.config.php
Replace `config` with `node.config.php`
Philipp [Tue, 3 Jan 2023 16:39:32 +0000 (17:39 +0100)]
Update src/Core/Config/Model/ConfigTransaction.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Philipp [Tue, 3 Jan 2023 16:26:48 +0000 (17:26 +0100)]
Remove get() from config transaction interface
Philipp [Tue, 3 Jan 2023 16:24:05 +0000 (17:24 +0100)]
Apply suggestions
Philipp [Tue, 3 Jan 2023 14:40:57 +0000 (15:40 +0100)]
Make PHP-CS happy
Philipp [Tue, 3 Jan 2023 14:36:36 +0000 (15:36 +0100)]
Escape single quotes and backslashes
Philipp [Tue, 3 Jan 2023 13:18:53 +0000 (14:18 +0100)]
Introduce ISetConfigValuesTransactional for transactional config behaviour
Philipp [Tue, 3 Jan 2023 12:16:19 +0000 (13:16 +0100)]
Revert BaseURL
Philipp [Mon, 2 Jan 2023 01:27:05 +0000 (02:27 +0100)]
Fix Admin\Site
Philipp [Mon, 2 Jan 2023 01:25:41 +0000 (02:25 +0100)]
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Philipp [Sun, 1 Jan 2023 21:18:57 +0000 (22:18 +0100)]
add another test
Philipp [Sun, 1 Jan 2023 21:09:40 +0000 (22:09 +0100)]
Check if table exists
Philipp [Wed, 28 Dec 2022 02:32:52 +0000 (03:32 +0100)]
Use toConfigValue in case of serialized, legacy data
Philipp [Wed, 28 Dec 2022 01:57:57 +0000 (02:57 +0100)]
Remove deprecated Mode::DBCONFIGAVAILABLE
Philipp [Wed, 28 Dec 2022 01:07:38 +0000 (02:07 +0100)]
Refactor IManageConfigValues interface
Philipp [Sun, 1 Jan 2023 20:10:41 +0000 (21:10 +0100)]
adapt tests
Philipp [Tue, 27 Dec 2022 23:20:20 +0000 (00:20 +0100)]
Remove unnecessary classes
Philipp [Tue, 27 Dec 2022 23:18:29 +0000 (00:18 +0100)]
Introduce lightweight Config model
Philipp [Sun, 1 Jan 2023 20:10:37 +0000 (21:10 +0100)]
Introduce ConfigFileManager for config files
Philipp [Sun, 1 Jan 2023 17:50:02 +0000 (18:50 +0100)]
Introduce ConfigFileTransformer for Config files
Michael Vogel [Mon, 2 Jan 2023 12:15:32 +0000 (13:15 +0100)]
Merge pull request #12585 from MrPetovan/task/4090-mod-oexchange
Remove obsolete OExchange module and reference
Hypolite Petovan [Sat, 31 Dec 2022 17:55:13 +0000 (12:55 -0500)]
Remove obsolete OExchange module and reference
- Protocol looks unsupported for a decade now
Hypolite Petovan [Sat, 31 Dec 2022 16:59:19 +0000 (11:59 -0500)]
Remove dependency to the second parameter of XML::fromArray
Hypolite Petovan [Mon, 2 Jan 2023 00:19:25 +0000 (19:19 -0500)]
Merge pull request #12597 from annando/activity-distribution
Don't distribute unsigned remote activities
Michael Vogel [Sun, 1 Jan 2023 23:56:13 +0000 (00:56 +0100)]
Merge pull request #12586 from MrPetovan/task/entitize-delivery-queue
Add Entity-Factory-Repository for deliver-queue
Michael Vogel [Sun, 1 Jan 2023 23:53:26 +0000 (00:53 +0100)]
Merge pull request #12589 from MrPetovan/bug/warnings
Address a few warnings in Search\Acl
Hypolite Petovan [Sat, 31 Dec 2022 19:37:04 +0000 (14:37 -0500)]
Remove unused static methods related to delivery-queue
Hypolite Petovan [Sat, 31 Dec 2022 19:36:47 +0000 (14:36 -0500)]
Replace direct database calls and anonymous arrays by repository calls and entity objects
Hypolite Petovan [Sat, 31 Dec 2022 19:27:42 +0000 (14:27 -0500)]
Create entity-related classes for delivery-queue table
Hypolite Petovan [Sun, 1 Jan 2023 04:13:50 +0000 (23:13 -0500)]
Convert Directory Search results into contact-looking records
- Address https://github.com/friendica/friendica/issues/12488#issuecomment-
1368216631
Hypolite Petovan [Sun, 1 Jan 2023 03:42:37 +0000 (22:42 -0500)]
Remove dependency to DI in Search\Acl module
Michael [Sun, 1 Jan 2023 23:37:17 +0000 (23:37 +0000)]
Don't distribute unsigned remote activities
Philipp [Sun, 1 Jan 2023 23:34:21 +0000 (00:34 +0100)]
Merge pull request #12562 from MrPetovan/bug/notices
Ward againt contact_id = 0 in UpdateContact worker