]> git.mxchange.org Git - friendica.git/history - src/Core
Properly handle feed item creation date with surrounding whitespace
[friendica.git] / src / Core /
2023-01-15 Hypolite PetovanMerge pull request #12679 from nupplaphil/feat/reduce_c...
2023-01-15 PhilippReplace Config-Cache dependency with Config-Model ...
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-14 PhilippMerge pull request #12666 from MrPetovan/bug/12661...
2023-01-14 Michael VogelMerge pull request #12667 from MrPetovan/bug/12665...
2023-01-14 Hypolite PetovanRemove App dependency from Hook::callSingle
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-10 PhilippMerge pull request #12645 from MrPetovan/bug/warnings
2023-01-10 Hypolite PetovanOnly show line number if it's provided in System::callstack
2023-01-10 Hypolite PetovanMerge pull request #12644 from annando/improve-ignore
2023-01-09 PhilippMerge pull request #12642 from MrPetovan/bug/fatal...
2023-01-09 Hypolite PetovanAdd line number to output in System::callstack
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 PhilippFilter disabled addons with "null"
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 Hypolite PetovanMerge pull request #12628 from nupplaphil/bug/typeerror
2023-01-07 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-01-07 PhilippFix addons problem more elegant
2023-01-07 PhilippFix other foreach() troubles at Addon.php
2023-01-07 PhilippDon't ksort() on null
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-07 PhilippExecute critical worker tasks, even if we're in daemon...
2023-01-06 PhilippFix Update::run()
2023-01-06 PhilippApply Update::check() suggestions
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/Update.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-06 PhilippCheck 'config' table as fallback for migrations
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 PhilippUpdate src/Core/Addon.php
2023-01-04 Philippsort addon array
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 PhilippMerge pull request #12611 from haheute/photo-view-typo
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 #12604 from nupplaphil/bug/marco_r
2023-01-03 PhilippFix empty fetchResult curResult at Link::fetchMimeType...
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-02 Michael VogelMerge pull request #12585 from MrPetovan/task/4090...
2023-01-02 Hypolite PetovanRemove dependency to the second parameter of XML::fromArray
2023-01-02 Hypolite PetovanMerge pull request #12597 from annando/activity-distrib...
2023-01-01 Michael VogelMerge pull request #12586 from MrPetovan/task/entitize...
2023-01-01 Michael VogelMerge pull request #12589 from MrPetovan/bug/warnings
2023-01-01 Hypolite PetovanReplace direct database calls and anonymous arrays...
2023-01-01 Hypolite PetovanConvert Directory Search results into contact-looking...
2023-01-01 PhilippMerge pull request #12562 from MrPetovan/bug/notices
2023-01-01 Hypolite PetovanMerge pull request #12592 from annando/server-status
2023-01-01 MichaelSet the server status directly after transmission
2023-01-01 Hypolite PetovanMerge pull request #12587 from annando/inbox-gsid
2023-01-01 MichaelClose the database
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 MichaelIncrease the year
2023-01-01 MichaelUse server id on direct delivery
2023-01-01 Hypolite PetovanHappy New Year 2023!
2022-12-31 Hypolite PetovanMerge pull request #12583 from annando/delivery-queue
2022-12-31 MichaelChanges after review
2022-12-31 MichaelBulk delivery added for all protocols
next