friendica.git/.git
2020-01-20 Hypolite PetovanMerge pull request #8142 from nupplaphil/task/di_config
2020-01-19 nupplaPhilRemove unneeded Config namespace usages
2020-01-19 nupplaPhilFix tests & Router is now using Dependency Injection...
2020-01-19 nupplaPhilShorten "PConfiguration" to "PConfig" again, since...
2020-01-19 PhilippMerge pull request #8141 from annando/brief2
2020-01-19 MichaelRemoved the rest of the @brief fields
2020-01-19 nupplaPhilShorten "Configuration" to "Config" again, since the...
2020-01-19 nupplaPhilAdd missing Friendica\DI namespace to files (PHPStorm...
2020-01-19 nupplaPhilDelete Core\Config
2020-01-19 nupplaPhilMove Config::delete() to DI::config()->delete()
2020-01-19 nupplaPhilMove Config::set() to DI::config()->set()
2020-01-19 nupplaPhilMove Config::get() to DI::config()->get()
2020-01-19 nupplaPhilMove Config::load() to DI::config()->load()
2020-01-19 Hypolite PetovanMerge pull request #8140 from annando/mail-probe
2020-01-19 MichaelDon't update mail contacts when polling
2020-01-19 Hypolite PetovanMerge pull request #8134 from nupplaphil/task/di_l10n
2020-01-19 nupplaPhilfix L10n path after move
2020-01-19 PhilippMerge pull request #8139 from MrPetovan/bug/notices
2020-01-19 nupplaPhiladd missing namespaces/fix wrong class-names
2020-01-19 nupplaPhilfix forgotten use DI namespaces ...
2020-01-19 nupplaPhilcleanup
2020-01-19 nupplaPhilUpdate message.po
2020-01-19 nupplaPhiladapt pattern for extract command
2020-01-19 nupplaPhilcleanup namespace usages for L10n
2020-01-19 nupplaPhilcleanups
2020-01-19 nupplaPhilMove L10n class from L10n subdir to Core (replacing...
2020-01-19 nupplaPhilMove L10n::getPokeVerbs() calls to DI::l10n()->getPokeV...
2020-01-19 nupplaPhilMove L10n::getDayShort() calls to DI::l10n()->getDaySho...
2020-01-19 nupplaPhilMove L10n::getCurrentLang() calls to DI::l10n()->getCur...
2020-01-19 nupplaPhilMove L10n::getDay() calls to DI::l10n()->getDay() calls
2020-01-19 nupplaPhilMove L10n::withLang() calls to DI::l10n()->withLang...
2020-01-19 nupplaPhilMove L10n::tt() calls to DI::l10n()->tt() calls
2020-01-19 nupplaPhilMove L10n::t() calls to DI::l10n()->t() calls
2020-01-19 Hypolite PetovanUpdate deprecated passing glue string after array in...
2020-01-19 Hypolite PetovanUpdate deprecated offset access syntax with curly brace...
2020-01-19 Hypolite PetovanMerge pull request #8137 from annando/ap-guid
2020-01-19 MichaelAP: Create a GUID out of an URL
2020-01-19 PhilippMerge pull request #8135 from annando/brief
2020-01-19 MichaelMissing "*"
2020-01-19 MichaelAnd the rest of the new lines
2020-01-19 MichaelSome more added lines
2020-01-19 MichaelImproved formatting
2020-01-19 Michael@brief is removed completely
2020-01-18 Hypolite PetovanAdd missing use Friendica\DI statement in Util\Emailer
2020-01-18 PhilippMerge pull request #8133 from annando/brief
2020-01-18 MichaelRemove @brief in DBA.php
2020-01-18 Hypolite PetovanMerge pull request #8131 from nupplaphil/task/cleanup_lock
2020-01-18 nupplaPhilCleanUp Lock namespace
2020-01-18 Hypolite PetovanMerge pull request #8132 from annando/child-user
2020-01-18 Hypolite PetovanMerge pull request #8130 from nupplaphil/task/di_pconfig
2020-01-18 MichaelFix: You can now register an account when you haven...
2020-01-18 nupplaPhilRemove unused `use` statements & remove PConfig class
2020-01-18 nupplaPhilMove PConfig::delete() to DI::pConfig()->delete()
2020-01-18 nupplaPhilMove PConfig::set() to DI::pConfig()->set()
2020-01-18 nupplaPhilMove PConfig::get() to DI::pConfig()->get()
2020-01-18 nupplaPhilMove PConfig::load() to DI::pConfig()->load()
2020-01-18 Hypolite PetovanMerge pull request #8129 from nupplaphil/task/cleanup_cache
2020-01-18 nupplaPhilCleanUp Cache namespace
2020-01-18 Hypolite PetovanMerge pull request #8128 from nupplaphil/task/di_static...
2020-01-18 Hypolite PetovanMerge pull request #8122 from annando/additional
2020-01-18 nupplaPhilFix tests (remove superfluous second parameter)
2020-01-18 nupplaPhilRefactor DI annotations to static methods
2020-01-18 Michael VogelMerge pull request #8126 from nupplaphil/bug/cmd_storag...
2020-01-18 nupplaPhilFix Storage list
2020-01-18 PhilippMerge pull request #8124 from tobiasd/20200118-ja
2020-01-18 Tobias Diekershoffupdated JA translation THX Ozero Dien
2020-01-18 MichaelWrong wording
2020-01-17 Hypolite PetovanMerge pull request #8123 from nupplaphil/bu/8103_photo_...
2020-01-17 nupplaPhilFix Storage move command
2020-01-17 nupplaPhilFix update script
2020-01-17 nupplaPhilAdd legacy backend storage functionality
2020-01-17 nupplaPhilImprove impossible exception-handler for storage move
2020-01-17 nupplaPhilImprove impossible exception-handler for storage move
2020-01-17 nupplaPhilavoid exception throwing because of false-like return
2020-01-17 nupplaPhilRename bool flag for user backend
2020-01-17 nupplaPhilFix loading SystemResource files
2020-01-17 MichaelLink to registration added
2020-01-17 MichaelImproved notices
2020-01-17 MichaelAdditional accounts now work for the general template...
2020-01-17 MichaelAdditional accounts can now be created easily
2020-01-16 Hypolite PetovanMerge pull request #8121 from annando/delegations
2020-01-16 MichaelDelegations now work again
2020-01-16 Hypolite PetovanMerge pull request #8119 from annando/localdfrn
2020-01-16 MichaelEnsure that local contacts always are DFRN contacts
2020-01-15 Hypolite PetovanMerge pull request #8118 from annando/spamcheck
2020-01-15 Michael VogelImproved spam protection
2020-01-15 Hypolite PetovanMerge pull request #8079 from ozero/patch-1
2020-01-15 ozero dienUpdate theme.js
2020-01-15 Hypolite PetovanMerge pull request #8117 from annando/inbox
2020-01-15 Hypolite PetovanMerge pull request #8116 from annando/archive
2020-01-15 MichaelUse the "inbox" symbol as a symbol for mails
2020-01-15 MichaelThe archive functionality is working again
2020-01-14 Hypolite PetovanMerge pull request #8115 from annando/path
2020-01-14 MichaelUse only the first part of the path for the local storage
2020-01-13 Hypolite PetovanMerge pull request #8114 from annando/vier-forumlist
2020-01-13 MichaelVier: The forumlist doesn't appear on the left in wide...
2020-01-13 Hypolite PetovanMerge pull request #8113 from annando/build-query
2020-01-13 MichaelRemove "f" parameter / network page parameter cleanup
2020-01-13 Hypolite PetovanMerge pull request #8112 from annando/build-query
2020-01-13 MichaelImproved code
next