]> git.mxchange.org Git - friendica.git/history - src
Replace global $a with BaseObject::getApp()
[friendica.git] / src /
2018-07-16 Hypolite PetovanReplace global $a with BaseObject::getApp()
2018-07-16 Hypolite PetovanReplace global $lang with system.language
2018-07-16 Hypolite PetovanFix Memached config value format usage
2018-07-16 Hypolite PetovanReplace direct accesses to App->config by Config::get...
2018-07-16 Hypolite PetovanFix dbesc as a constant notice message
2018-07-16 Hypolite PetovanImprove comparison in App->loadDatabase()
2018-07-16 Hypolite PetovanUpdate use of environment variables in loadDatabase
2018-07-16 Hypolite PetovanRework App modes
2018-07-16 Hypolite PetovanStandards: Rename App methods
2018-07-16 Hypolite PetovanFix wrong urlpath determination
2018-07-16 Hypolite PetovanFix config mentions (no doc)
2018-07-16 Hypolite PetovanAdd addon config hook
2018-07-16 Hypolite PetovanUpdate install procedure
2018-07-16 Hypolite PetovanUpdate config console command
2018-07-16 Hypolite PetovanPrevent infinite loops with Config when App is in insta...
2018-07-16 Hypolite PetovanRemove extraneous dba::connect calls
2018-07-16 Hypolite PetovanSet BaseObject::setApp in App
2018-07-16 Hypolite PetovanRename App->path to App->urlpath
2018-07-16 Hypolite PetovanCentralize startup steps in Friendica\App
2018-07-16 Hypolite PetovanAdd new INI config files
2018-07-16 Tobias DiekershoffMerge pull request #5386 from annando/dfrn-unknown...
2018-07-16 MichaelEnsure that "follow" requests can be processed
2018-07-16 MichaelDon't accept posts from unknown owners
2018-07-15 Michael VogelNext item structure works (#5380)
2018-07-15 Michael VogelMerge pull request #5372 from MrPetovan/task/add-mastod...
2018-07-15 Hypolite PetovanRework smilies class and module
2018-07-15 Hypolite PetovanFix function comments in Util\Network
2018-07-15 Michael VogelMerge pull request #5370 from MrPetovan/develop
2018-07-14 miqrogrooveFix Broken Profile Links (#5286)
2018-07-14 Hypolite PetovanMerge pull request #16 from MrPetovan/imgbot
2018-07-13 Roland HäderFixes for some E_NOTICE and type-hints added (#5358)
2018-07-11 Tobias DiekershoffMerge pull request #5363 from annando/daemin
2018-07-11 Michaelworkaround for stalling worker processes when running...
2018-07-10 Roland Häder"Imported" name spaces (#5361)
2018-07-10 Michael VogelUse a process identifier for logging that contains...
2018-07-10 Michael VogelSeveral more warnings ... (#5340)
2018-07-09 Andreas Neustifter[frio] Improve Group Editing (#5349)
2018-07-09 Andreas Neustifter[Suggestion] Move New User Tip Link (#5342)
2018-07-09 Michael VogelMerge pull request #5351 from nupplaphil/system_guid
2018-07-09 Philipp Holzerbugfix isempty...
2018-07-09 Philipp Holzerempty is not isset ...
2018-07-09 Philipp Holzermoved get_guid to System::createGUID
2018-07-08 Hypolite PetovanMerge pull request #5338 from annando/warnings
2018-07-08 MichaelAdded missing "use
2018-07-08 Hypolite PetovanMerge pull request #5339 from nupplaphil/redis_serialize
2018-07-08 MichaelSome more places ...
2018-07-08 MichaelAvoid "Trying to get property of non-object"
2018-07-08 Philipp HolzerMerge branch 'develop' of https://github.com/friendica...
2018-07-08 Philipp HolzerRedis serialize instead of json because of objects
2018-07-08 MichaelWarnings fixed
2018-07-08 Michael VogelMerge pull request #5332 from annando/fix-lock
2018-07-08 Michaelurgent bugfix: Wrong function name for locks
2018-07-08 Hypolite PetovanMerge pull request #5328 from annando/item-activities
2018-07-08 MichaelOnly build tag and file when really needed
2018-07-08 MichaelImprove test behaviour
2018-07-08 MichaelHopefully this fixes the tests
2018-07-08 MichaelMerge branch 'item-activities' of github.com:annando...
2018-07-08 MichaelAvoid undefined index
2018-07-08 Michael VogelMerge branch 'develop' into item-activities
2018-07-07 MichaelBetter not check too strict
2018-07-07 MichaelDon't use isset
2018-07-07 MichaelClear legacy item fields
2018-07-07 MichaelFix: Ensure that the value is set.
2018-07-07 Hypolite PetovanMerge pull request #5331 from nupplaphil/lock_tests_fixings
2018-07-07 MichaelMore item abstraction / making remote deletion work...
2018-07-07 Philipp HolzerFixed memcache & unittests
2018-07-07 Philipp HolzerAdded Unittests for cache
2018-07-07 Philipp Holzerbug in memcached clear function
2018-07-07 Philipp Holzerbug in redis delete function
2018-07-07 MichaelAvoid storing an icid value when iaid is stored/Fix...
2018-07-07 Philipp HolzerAdded Lock Unittests & Bugfixings
2018-07-07 MichaelJust some code cleanup
2018-07-07 MichaelRemoving of likes should work now on comments as well
2018-07-07 MichaelRemoving of orphaned activity and content data
2018-07-06 MichaelBetter handling of empty content
2018-07-06 Michael VogelMerge pull request #5314 from MrPetovan/task/4889-fix...
2018-07-06 Hypolite PetovanMerge pull request #5327 from tobiasd/20180706-issue4753
2018-07-06 Tobias Diekershoffadded forgotten trim
2018-07-06 Tobias Diekershoffadmins can forbid some nicknames from being registered
2018-07-06 MichaelNew index that is needed for the expiry
2018-07-06 MichaelExpire does work now for activities as well
2018-07-06 MichaelAdded warning
2018-07-06 MichaelUnified content that is stored for a like
2018-07-06 MichaelNew post update to fill the item-activity table
2018-07-06 MichaelUpdate does work now
2018-07-05 MichaelSet iaid after update
2018-07-05 MichaelImprove expire for item-content and item-activity
2018-07-05 MichaelWe now store activities in a separate table
2018-07-05 Hypolite PetovanMerge pull request #5325 from nupplaphil/lock_followup
2018-07-05 Philipp HolzerAbstractCacheDriver now working for each CacheDriver
2018-07-05 Philipp HolzerAbstractCacheDriver now working for each CacheDriver
2018-07-05 Philipp HolzerBugfixings for Cache-Lock
2018-07-05 Hypolite PetovanMerge pull request #5291 from nupplaphil/lock_abstraction
2018-07-05 Philipp HolzerFixings
2018-07-05 Philipp Holzercode standards / simplifications
2018-07-04 Philipp Holzermerged from develop and increased DB-version
2018-07-04 Philipp HolzerAdding multihost - locking
2018-07-04 Hypolite PetovanMerge pull request #5324 from annando/issue-5322
2018-07-04 MichaelFixes issue 5322 - events now again are having a plink
2018-07-04 Hypolite PetovanMerge pull request #5323 from annando/unlike
next