]> git.mxchange.org Git - friendica.git/history - src/Core
Merge pull request #12946 from friendica/api-permission
[friendica.git] / src / Core /
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
2022-12-31 PhilippMerge pull request #12579 from MrPetovan/bug/fatal...
2022-12-31 Hypolite PetovanAdd previous exception to unexpected worker exception...
2022-12-30 PhilippMerge pull request #12576 from MrPetovan/bug/warnings
2022-12-30 Hypolite PetovanAvoid return type exeption in HTTPSignature->post
2022-12-30 MichaelMerge remote-tracking branch 'upstream/develop' into...
2022-12-30 Hypolite PetovanMerge pull request #12574 from nupplaphil/feat/keyvalue...
2022-12-29 PhilippMake PHP-CS happy again
2022-12-29 PhilippRename Interface
2022-12-29 PhilippChange key-value table
2022-12-29 PhilippApply suggestions from code review
2022-12-29 PhilippReplace worker_daemon_mode config entry with key-value...
2022-12-29 PhilippReplace cron/worker "last" config entries with key...
2022-12-29 PhilippReplace PostUpdate key-value config entries with key...
2022-12-29 PhilippIntroduce Key-Value Pair storage provider
2022-12-29 Tobias DiekershoffMerge pull request #12564 from nnsrymni/develop
2022-12-29 PhilippMerge pull request #12543 from MrPetovan/task/12489...
2022-12-29 PhilippMerge pull request #12561 from MrPetovan/bug/12550...
2022-12-28 Hypolite PetovanAdd Core\Logger to the introspection skip class list
2022-12-28 Hypolite PetovanRemove extraneous Introspection->isTraceClassOrSkippedF...
2022-12-27 Hypolite PetovanMerge pull request #12540 from annando/forum-thread
2022-12-27 PhilippMerge pull request #12539 from annando/forum-thread
2022-12-27 MichaelDistribute forum comments only via the forum
2022-12-26 Hypolite PetovanMerge pull request #12527 from nupplaphil/feat/request_id
2022-12-26 PhilippUse X-REQUEST-ID for Logging
2022-12-26 PhilippAdapt Logger\Introspection
2022-12-26 PhilippAdapt UserSession
2022-12-25 Hypolite PetovanMerge pull request #12518 from annando/reporter
2022-12-25 MichaelWe now store the violation as well
2022-12-20 MichaelMerge remote-tracking branch 'upstream/develop' into...
2022-12-20 Tobias DiekershoffMerge pull request #12453 from tobiasd/2022.12-CHANGELOG
2022-12-18 Michael VogelMerge pull request #12458 from MrPetovan/bug/12456...
2022-12-18 Hypolite PetovanTrim terms of service rules before turning them to...
2022-12-17 MichaelMerge remote-tracking branch 'upstream/2022.12-rc'...
2022-12-15 Hypolite PetovanMerge pull request #12434 from MarekBenjamin/issue_make...
2022-12-15 Tobias DiekershoffMerge pull request #12422 from MrPetovan/bug/5095-group...
2022-12-15 Tobias DiekershoffMerge pull request #12425 from MrPetovan/task/11774...
next