]> git.mxchange.org Git - friendica.git/history - src/Core
Missing gravity
[friendica.git] / src / Core /
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 Hypolite PetovanMerge pull request #8134 from nupplaphil/task/di_l10n
2020-01-19 nupplaPhilfix L10n path after move
2020-01-19 nupplaPhiladd missing namespaces/fix wrong class-names
2020-01-19 nupplaPhilcleanups
2020-01-19 nupplaPhilMove L10n class from L10n subdir to Core (replacing...
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 PhilippMerge pull request #8135 from annando/brief
2020-01-19 MichaelSome more added lines
2020-01-19 Michael@brief is removed completely
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 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 #8122 from annando/additional
2020-01-17 Hypolite PetovanMerge pull request #8123 from nupplaphil/bu/8103_photo_...
2020-01-17 nupplaPhilAdd legacy backend storage functionality
2020-01-17 nupplaPhilImprove impossible exception-handler for storage move
2020-01-17 nupplaPhilRename bool flag for user backend
2020-01-17 nupplaPhilFix loading SystemResource files
2020-01-15 Hypolite PetovanMerge pull request #8118 from annando/spamcheck
2020-01-15 Hypolite PetovanMerge pull request #8079 from ozero/patch-1
2020-01-12 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-01-12 Tobias DiekershoffMerge pull request #8102 from annando/servertest
2020-01-12 Hypolite PetovanMerge pull request #8100 from annando/statistics
2020-01-12 Tobias DiekershoffMerge pull request #8099 from annando/statistics
2020-01-11 PhilippMerge pull request #8095 from annando/local-delivery
2020-01-11 PhilippMerge pull request #8094 from annando/deletecontact
2020-01-11 PhilippMerge pull request #8089 from mexon/mat/repair-contact...
2020-01-11 PhilippMerge pull request #8093 from annando/postcount
2020-01-10 Hypolite PetovanMerge pull request #8072 from nupplaphil/task/Cache_to_DI
2020-01-10 Hypolite PetovanMerge pull request #8062 from nupplaphil/Make-Storage
2020-01-10 nupplaPhilImplement Hook::callAll('storage_instance') call for...
2020-01-10 nupplaPhil- Fixing SystemResource
2020-01-10 nupplaPhilMake Storage testable & add tests
2020-01-08 Hypolite PetovanMerge pull request #8077 from annando/notifications
2020-01-08 Hypolite PetovanMerge pull request #8075 from annando/html-escaping
2020-01-08 Hypolite PetovanMerge pull request #8071 from nupplaphil/task/Lock_to_lock
2020-01-07 Hypolite PetovanMerge pull request #8073 from annando/issue-8067
2020-01-06 nupplaPhilMove remaining namespaces and delete Core\Cache.php
2020-01-06 nupplaPhilMove Cache::get() to DI::cache()->get()
2020-01-06 nupplaPhilMove Cache::set() to DI::cache()->set()
2020-01-06 nupplaPhilRemove unused function Cache::delete()
2020-01-06 nupplaPhilMove Cache::clear() to DI::cache()->clear()
2020-01-06 nupplaPhilRemove unused method Cache::getAllKeys()
2020-01-06 nupplaPhilReplace Lock::release() with DI::lock()->release()...
2020-01-06 nupplaPhilReplace Lock::acquire() with DI::lock()->acquire()
2020-01-06 PhilippMerge pull request #8063 from MrPetovan/bug/8058-use...
2020-01-05 Hypolite PetovanAllow special groups in default user permissions
2020-01-05 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-01-05 Tobias DiekershoffMerge pull request #8057 from annando/notice-error
2020-01-05 Hypolite PetovanMerge pull request #8055 from nupplaphil/task/remove_ge...
2020-01-04 nupplaPhilRemove get_server() in favor of Search::getGlobalDirect...
2020-01-04 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-01-04 Michael VogelMerge pull request #8053 from nupplaphil/task/remove_ge...
2020-01-04 nupplaPhilRemove unused killme()
2020-01-04 nupplaPhilRemove get_app() in favor of DI::app()
2020-01-01 Hypolite PetovanMerge pull request #8046 from annando/develop
2020-01-01 MichaelRelocated functions from PortableContact to GServer
2020-01-01 PhilippMerge pull request #8044 from annando/contact-adding
2019-12-30 PhilippMerge pull request #8037 from MrPetovan/bug/notices
2019-12-30 Hypolite PetovanMerge pull request #8036 from nupplaphil/task/redundant...
2019-12-30 nupplaPhilRemove deprecated call
2019-12-30 nupplaPhilMove redundant System::baseUrl() to DI::baseUrl() calls
2019-12-30 Hypolite PetovanAdd missing return statement in Core\L10n
2019-12-30 Hypolite PetovanMerge pull request #8033 from annando/contact-logging
2019-12-29 Hypolite PetovanMerge pull request #8019 from nupplaphil/task/replace_g...
2019-12-29 Hypolite PetovanMerge pull request #8028 from annando/probe-timeout
2019-12-29 nupplaPhilCreating interfaces for Config/PConfig & fix tests
2019-12-29 nupplaPhilRemove deprecated App::module - replace with DI::module...
2019-12-29 nupplaPhilRemove deprecated App::getBaseURL() - process methods...
2019-12-29 nupplaPhilRemove deprecated App::getHostName() - process methods...
2019-12-29 nupplaPhilRemove deprecated App::removeBaseURL - process methods...
2019-12-29 nupplaPhilRefactor deprecated App - process methods to DI::proces...
2019-12-29 nupplaPhilRefactor deprecated App::internalRedirect() to DI:...
2019-12-29 nupplaPhilRefactor dynamic App::getMode() to static DI::mode()
2019-12-29 nupplaPhilRefactor dynamic App::getProfiler() to static DI::profi...
2019-12-29 nupplaPhilRefactor dynamic App::getLogger() to static DI::logger()
2019-12-29 nupplaPhilRefactor dynamic App::getConfig() to static DI::config()
2019-12-29 nupplaPhilReplace BaseObject class with DI::* calls
2019-12-29 nupplaPhilIntroduce new DI container
2019-12-29 Hypolite PetovanMerge pull request #8026 from nupplaphil/task/l10n_immu...
2019-12-29 nupplaPhilCheck for same language
2019-12-29 Hypolite PetovanMerge pull request #8022 from nupplaphil/task/mod_hcard
2019-12-29 Hypolite PetovanMerge pull request #8021 from nupplaphil/task/mod_openid
2019-12-29 Hypolite PetovanMerge pull request #8027 from nupplaphil/task/session_r...
2019-12-28 nupplaPhilSession - Remove unneeded cookie parameter
2019-12-28 nupplaPhilMake L10n immutable
2019-12-24 Hypolite PetovanMerge pull request #7996 from annando/poco-cleanup
2019-12-24 Hypolite PetovanMerge pull request #7995 from annando/probe-hubzilla
next