]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
2023-01-07 Hypolite PetovanMerge pull request #12609 from annando/mod-item
2023-01-07 Michael VogelApply suggestions from code review
2023-01-07 MichaelUnbneeded strlen removed
2023-01-07 MichaelChanges after review
2023-01-07 MichaelMore simplifications
2023-01-07 MichaelSimplified code
2023-01-07 MichaelUpdated messages.po
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 PhilippUpdate messages.po
2023-01-07 Philippomg .. wrong assertion ..
2023-01-07 PhilippFix warning text
2023-01-07 PhilippUpdate src/Module/Admin/Summary.php
2023-01-07 PhilippUpdate messages.po
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 PhilippMerge pull request #12619 from MrPetovan/task/12617...
2023-01-06 PhilippFix Update::run()
2023-01-06 PhilippMove Update::check() into daemon loop
2023-01-06 PhilippApply Update::check() suggestions
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 Philippremove print_r
2023-01-06 PhilippUpdate src/Core/Config/Util/ConfigFileManager.php
2023-01-06 PhilippAdd license
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 PhilippMerge pull request #12621 from MrPetovan/bug/12620...
2023-01-05 Hypolite PetovanCast alert types to boolean in Api\Mastodon\Subscription
2023-01-05 Hypolite PetovanUpdate main translation file after removing a string
2023-01-05 Hypolite PetovanRemove system.no_auto_update personal config key and...
2023-01-05 Hypolite PetovanReplace $_GET references with $request in Update classes
2023-01-05 Michael VogelMerge pull request #12615 from MrPetovan/task/12601...
2023-01-05 Hypolite PetovanMerge pull request #12618 from nupplaphil/no_config_purge
2023-01-05 PhilippDon't wipe `config` or `addon` data
2023-01-04 Hypolite PetovanMerge pull request #12605 from nupplaphil/feat/addons_load
2023-01-04 PhilippUpdate src/Core/Addon.php
2023-01-04 MichaelPreview of attached links work again
2023-01-04 Philippsort addon array
2023-01-04 PhilippUse addons config entries instead of the addon table
2023-01-04 PhilippMove 'addon' table into config
2023-01-04 Hypolite PetovanDrop UpdateContact worker task if contact is blocked
2023-01-04 Hypolite PetovanDrop UpdateGServer worker task if domain is blocked
2023-01-04 Hypolite PetovanAdd UriInterface-enabled isUriBlocked method in Util...
2023-01-04 Hypolite PetovanAdd UriInterface-enabled cleanUri method in Model\GServer
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 Hypolite PetovanMerge pull request #12614 from haheute/photo-view-direction
2023-01-04 Hannes Heuteremove parentheses
2023-01-04 Hannes Heuteimprove previous / next function in photo gallery
2023-01-04 MichaelFunctionality is split
2023-01-04 PhilippMerge pull request #12611 from haheute/photo-view-typo
2023-01-04 Hannes Heutesmall typo
2023-01-04 PhilippMake flock writing easier
2023-01-04 PhilippMake BaseURL check/save transactional and make the...
2023-01-04 MichaelPost processing centralized
2023-01-04 MichaelCode cleanup for mod/item.php
2023-01-03 PhilippFix config read/write locking
2023-01-03 PhilippAdd more special chars at tests
2023-01-03 PhilippFix keyValue() call at daemon.php
2023-01-03 PhilippReduce config->set() load for worker executions
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 PhilippFix empty fetchResult at ExternalStorage (thx to Marco R.)
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 PhilippMake PHP-CS happy
2023-01-03 PhilippEscape single quotes and backslashes
2023-01-03 PhilippIntroduce ISetConfigValuesTransactional for transaction...
2023-01-03 PhilippRevert BaseURL
2023-01-03 PhilippFix Admin\Site
2023-01-03 PhilippApply suggestions from code review
2023-01-03 Philippadd another test
2023-01-03 PhilippCheck if table exists
2023-01-03 PhilippUse toConfigValue in case of serialized, legacy data
2023-01-03 PhilippRemove deprecated Mode::DBCONFIGAVAILABLE
2023-01-03 PhilippRefactor IManageConfigValues interface
2023-01-03 Philippadapt tests
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 obsolete OExchange module and reference
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 PetovanRemove unused static methods related to delivery-queue
next