]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
2020-01-22 nupplaPhilMove mod/notifications to Module\Notification
2020-01-22 Hypolite PetovanMerge pull request #8150 from nupplaphil/task/prepare_e...
2020-01-22 nupplaPhilRevert Repo::select()/selectFirst() changes
2020-01-22 Hypolite PetovanMerge pull request #8154 from nupplaphil/bug/7998-redirect
2020-01-22 nupplaPhilMake non-deterministic redirect in case of unknown...
2020-01-22 PhilippMerge pull request #8152 from SpencerDub/patch-1
2020-01-22 SpencerDubFix "accout" typo
2020-01-21 nupplaPhilAdd properties to PermissionSet Model
2020-01-21 nupplaPhilAdd DI:: call
2020-01-21 nupplaPhilIntroduce "order" and "limit" argument instead of ...
2020-01-21 nupplaPhilMove "Notify::getTab()" to notification module since...
2020-01-21 Hypolite PetovanMerge pull request #8149 from annando/fix-warning
2020-01-21 MichaelFix: unknown variable
2020-01-21 PhilippMerge pull request #8148 from annando/remote-comment
2020-01-21 MichaelRemotely commenting on Peertube posts now does work
2020-01-20 PhilippMerge pull request #8147 from annando/fetch-post
2020-01-20 MichaelFix for AP posts where the URL don't match
2020-01-20 PhilippMerge pull request #8146 from MrPetovan/task/7817-custo...
2020-01-20 Hypolite PetovanRemove superfluous variable type hint in Module\Setting...
2020-01-20 Hypolite PetovanAdd trace for admin in exceptionpages
2020-01-20 Hypolite PetovanClarify update.php doc and mention Database\PostUpdate
2020-01-20 Hypolite PetovanFix birthday display and setting
2020-01-20 Hypolite PetovanMove Permission Set over to DDD
2020-01-20 Hypolite PetovanImprove Base collection, model and repository
2020-01-20 Hypolite PetovanEnable Model lazy updating based on only the changed...
2020-01-20 Hypolite PetovanAdd "Yourself" ACL choice and allow multiple ACL select...
2020-01-20 Hypolite PetovanEnable meta groups in Model\Group::getIdsByContactId
2020-01-20 Hypolite PetovanRename PermissionSet::fetchIDForPost to PermissionSet...
2020-01-20 Hypolite PetovanNormalize the return value type of Session::getRemoteCo...
2020-01-20 Hypolite PetovanImprove ForumManager::profileAdvanced logic
2020-01-20 Hypolite PetovanRemove duplicate profile_uid key in App->profile array
2020-01-20 Hypolite PetovanMove profile-related templates to sub-folder
2020-01-20 Hypolite PetovanMove /profile_photo to Module\Settings\Profile\Photo
2020-01-20 PhilippMerge pull request #8144 from tobiasd/20200120-msg
2020-01-20 Tobias Diekershoffregen messages.po
2020-01-20 PhilippMerge pull request #8143 from annando/issue-8136
2020-01-20 MichaelIssue 8136: Optical enhancements for delegation page
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...
next