]> git.mxchange.org Git - friendica.git/history - src/Core/Config
Merge remote-tracking branch 'upstream/develop' into user-defined-channels
[friendica.git] / src / Core / Config /
2023-05-02 Hypolite PetovanMerge pull request #13070 from xundeenergie/fix-share-via
2023-04-23 Tobias DiekershoffMerge branch '2023.03-rc' into stable
2023-03-31 MichaelMerge remote-tracking branch 'upstream/2023.03-rc'...
2023-03-31 PhilippMerge pull request #12952 from MrPetovan/bug/fatal...
2023-03-29 Hypolite PetovanMerge pull request #12956 from annando/server-blocked
2023-03-28 Hypolite PetovanMerge pull request #12949 from nupplaphil/bug/site_env_view
2023-03-27 Philippadapt minor changers / fix tests
2023-03-27 PhilippApply suggestions from code review
2023-03-27 PhilippFixup and adding tests
2023-03-27 PhilippAdd conditional help text for disabled fields
2023-03-27 PhilippDisable setting fields in case we use environment variables
2023-02-20 Hank GrabowskiMerge branch 'develop' into mastodon-instance-v2-implem...
2023-02-20 PhilippMerge pull request #12821 from HankG/notifications...
2023-02-20 Hank GrabowskiMerge branch 'develop' into blocks-and-mutes-fixes
2023-02-20 Hank GrabowskiMerge branch 'develop' into fix-blocks-listing
2023-02-20 Hypolite PetovanMerge pull request #12814 from nupplaphil/bug/config_mu...
2023-02-20 Philipplanguage and static
2023-02-20 PhilippFix multiple serialized values
2023-02-13 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-02-13 Hypolite PetovanMerge pull request #12772 from nupplaphil/feat/config_h...
2023-02-12 Philippremove maybeSerialize (always serialize)
2023-02-12 Philippadhere php-cs
2023-02-12 PhilippFix and adapt tests
2023-02-10 Philippadd license
2023-02-10 PhilippRevert node.config.php into Config table
2023-02-10 PhilippAdd exception if lock wasn't successful
2023-01-22 MichaelMerge remote-tracking branch 'upstream/develop' into api
2023-01-22 MichaelDebug message removed
2023-01-22 MichaelMore configs moved to key values
2023-01-21 Hypolite PetovanMerge pull request #12711 from nupplaphil/bug/config_to...
2023-01-21 PhilippAdd support for toString/Serializable
2023-01-17 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-01-15 PhilippMerge pull request #12678 from MrPetovan/bug/12677...
2023-01-15 Hypolite PetovanMerge pull request #12674 from nupplaphil/bug/config_ty...
2023-01-15 PhilippApply feedback and describe the encoding method
2023-01-14 PhilippConfig: Improve the node.config.php transformation
2023-01-13 Hypolite PetovanMerge pull request #12663 from nupplaphil/sec/xss_404
2023-01-11 Hypolite PetovanMerge pull request #12655 from annando/fix-communication
2023-01-11 Hypolite PetovanMerge pull request #12653 from nupplaphil/bug/config_re...
2023-01-11 PhilippImprove encapsulation
2023-01-11 PhilippAssure that deleted cat/keys are working as expected
2023-01-11 PhilippRevert Cache delete() behavior to stable version
2023-01-08 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-01-08 Hypolite PetovanMerge pull request #12637 from annando/ostatus-subscription
2023-01-08 Hypolite PetovanMerge pull request #12632 from nupplaphil/bug/more_config
2023-01-08 PhilippFix "null" addon list
2023-01-08 PhilippAdd test for Addon failures
2023-01-08 PhilippFix loading empty node.config.php
2023-01-07 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-01-07 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-01-07 Hypolite PetovanMerge pull request #12627 from nupplaphil/feat/config_w...
2023-01-07 Philippomg .. wrong assertion ..
2023-01-07 PhilippFix warning text
2023-01-07 PhilippAdd warning message in case node.config.php isn't writable
2023-01-07 Hypolite PetovanMerge pull request #12622 from nupplaphil/bug/config
2023-01-06 PhilippAdapt doc
2023-01-06 PhilippApply suggestions from code review
2023-01-06 PhilippUpdate src/Core/Config/ValueObject/Cache.php
2023-01-06 PhilippUpdate src/Core/Config/Util/ConfigFileManager.php
2023-01-06 PhilippAdd doc
2023-01-06 Philippadd description
2023-01-06 PhilippUpdate src/Core/Config/Util/ConfigFileManager.php
2023-01-06 PhilippConfig fixing
2023-01-06 PhilippConfig fixings
2023-01-06 PhilippSome improvements
2023-01-05 Michael VogelMerge pull request #12615 from MrPetovan/task/12601...
2023-01-04 Hypolite PetovanMerge pull request #12605 from nupplaphil/feat/addons_load
2023-01-04 PhilippUse addons config entries instead of the addon table
2023-01-04 Hypolite PetovanMerge pull request #12606 from nupplaphil/bug/file_put
2023-01-04 PhilippJust commit config transactions if something changed
2023-01-04 PhilippMake flock writing easier
2023-01-04 PhilippMake BaseURL check/save transactional and make the...
2023-01-03 PhilippFix config read/write locking
2023-01-03 Hypolite PetovanMerge pull request #12593 from nupplaphil/feat/node...
2023-01-03 PhilippUpdate src/Core/Config/Model/ConfigTransaction.php
2023-01-03 PhilippRemove get() from config transaction interface
2023-01-03 PhilippApply suggestions
2023-01-03 PhilippEscape single quotes and backslashes
2023-01-03 PhilippIntroduce ISetConfigValuesTransactional for transaction...
2023-01-03 PhilippApply suggestions from code review
2023-01-03 PhilippUse toConfigValue in case of serialized, legacy data
2023-01-03 PhilippRefactor IManageConfigValues interface
2023-01-03 PhilippRemove unnecessary classes
2023-01-03 PhilippIntroduce lightweight Config model
2023-01-03 PhilippIntroduce ConfigFileManager for config files
2023-01-03 PhilippIntroduce ConfigFileTransformer for Config files
2023-01-01 PhilippMerge pull request #12562 from MrPetovan/bug/notices
2023-01-01 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-01-01 Michael VogelMerge pull request #12591 from MrPetovan/task/2023...
2023-01-01 Hypolite PetovanHappy New Year 2023!
2022-12-11 MichaelMerge remote-tracking branch 'origin/2022.12-rc' into...
2022-11-04 PhilippMerge pull request #12094 from MrPetovan/task/hide...
2022-11-04 Hypolite PetovanDeprecate default value parameters in Session and Confi...
2022-01-24 Tobias DiekershoffMerge pull request #11180 from annando/announce-notific...
2022-01-23 PhilippMerge pull request #11141 from urbalazs/language-names
2022-01-23 PhilippFix config usage during install process
2022-01-03 PhilippMerge pull request #11136 from urbalazs/error-message...
2022-01-02 Hypolite PetovanMerge pull request #11131 from urbalazs/copyright-missing
2022-01-02 Balázs ÚrAdd missing copyright text
2022-01-02 PhilippMerge pull request #11129 from urbalazs/copyright-2022
next