]> git.mxchange.org Git - friendica.git/history - src
Merge remote-tracking branch 'upstream/develop' into fix-it
[friendica.git] / src /
2018-06-29 MichaelMerge remote-tracking branch 'upstream/develop' into...
2018-06-29 MichaelDelete item content for older item records
2018-06-29 Tobias DiekershoffMerge pull request #5300 from annando/fix-it
2018-06-29 MichaelNew worker to fix empty icid
2018-06-29 MichaelFix for: empty posts and comments that hadn't been...
2018-06-28 Hypolite PetovanMerge pull request #5294 from annando/use-gravity
2018-06-28 MichaelStandards and some more replace item calls
2018-06-27 MichaelFix for fetching false fer... (sorry) verbs
2018-06-27 MichaelRemove comment
2018-06-27 MichaelRemove unneeded logging
2018-06-27 MichaelWe now store the verb in the item-content as well
2018-06-27 MichaelUse gravity instead of verb
2018-06-27 MichaelFix mail import
2018-06-26 Hypolite PetovanMerge pull request #5167 from VVelox/develop
2018-06-26 Hypolite PetovanMerge pull request #5289 from annando/item-central...
2018-06-26 Zane C. Bowers-Hadleyremove duplicate check
2018-06-26 MichaelStandard stuff
2018-06-25 MichaelFix shadow posts
2018-06-25 MichaelDelete of item-content should work now
2018-06-25 MichaelUse a constant fieldlist
2018-06-25 MichaelAdded workarounds to fetch the complete item content
2018-06-25 Michael"author-link" and "owner-link" aren't stored anymore...
2018-06-25 MichaelRemove unneeded code
2018-06-25 MichaelContent is now stored exclusively in item-content,...
2018-06-24 MichaelWe now only store the content in item-content
2018-06-24 MichaelWe now store item content centrally
2018-06-24 MichaelNew table for storing item content
2018-06-24 Hypolite PetovanMerge pull request #5284 from annando/item-content
2018-06-24 MichaelThe fetch function now centrally controls the content
2018-06-23 Tobias DiekershoffMerge pull request #5280 from annando/issue-5276
2018-06-23 MichaelFixes Issue 5276 and an endless loop in item::update
2018-06-23 Tobias DiekershoffMerge pull request #5279 from annando/issue-5278
2018-06-23 MichaelSmall corrections to the database definition
2018-06-22 Hypolite PetovanMerge pull request #4836 from Angristan/patch-1
2018-06-22 Hypolite PetovanMerge pull request #5277 from annando/native-pdo
2018-06-22 Hypolite PetovanMerge pull request #5270 from rabuzarus/201820_-_fix_mo...
2018-06-21 rabuzarusfix hovercard for not logged in users
2018-06-21 rabuzarusMerge develop into 201820_-_fix_mod_redir
2018-06-21 Michael VogelMerge pull request #5267 from miqrogroove/patch-2
2018-06-21 Hypolite PetovanMerge pull request #5261 from annando/and-again-abstraction
2018-06-21 Hypolite PetovanMerge pull request #5265 from miqrogroove/patch-1
2018-06-21 miqrogrooveWorkaround for Bugs in Class dba
2018-06-21 MichaelStandards and a new function to fetch content
2018-06-21 Hypolite PetovanMerge pull request #5263 from miqrogroove/patch-1
2018-06-21 miqrogrooveUpdate DBClean.php
2018-06-21 miqrogrooveUpdate DBClean.php
2018-06-21 miqrogrooveUpdate DBClean.php
2018-06-21 miqrogrooveMake Conversation Cleanup Configurable
2018-06-21 MichaelSome of the last direct SQL calls to the item table...
2018-06-21 Hypolite PetovanMerge pull request #5259 from rabuzarus/20180616_-_magi...
2018-06-21 rabuzarusport hubzillas OpenWebAuth - don't initiate magic auth...
2018-06-20 Hypolite PetovanMerge pull request #5253 from rabuzarus/20180616_-_magi...
2018-06-20 rabuzarusport hubzillas OpenWebAuth - fix method call
2018-06-20 Hypolite PetovanMerge pull request #5258 from Quix0r/rewrites/curly...
2018-06-20 Roland HäderContinued a bit:
2018-06-20 MichaelReplace old database queries with the new ones
2018-06-20 Roland Haederwas a bit confusing for me or I was not sleeping to...
2018-06-20 Roland HaederPHP5 does not support native type-hints, except `array...
2018-06-20 Roland Haederfixed comment and explained one
2018-06-20 Roland Haederold behaviour restored
2018-06-20 Roland Haederadded curely branches + reverted back to old behaviour...
2018-06-20 Roland Haederbetter comment added by @Hypolite
2018-06-20 Roland Häderadded more curly braces + a bit more usage of dbm:...
2018-06-20 Roland Haederwas a bit confusing for me or I was not sleeping to...
2018-06-20 Roland Haederfixed comment and explained one
2018-06-20 Roland Haederadded curely branches + reverted back to old behaviour...
2018-06-20 Roland Haederbetter comment added by @Hypolite
2018-06-20 Roland Haederold behaviour restored
2018-06-20 rabuzarusport hubzillas OpenWebAuth - fix wrong table name ...
2018-06-20 rabuzarusport hubzillas OpenWebAuth - fix some code standards...
2018-06-20 rabuzarusport hubzillas OpenWebAuth - rename Verify class to...
2018-06-20 rabuzarusport hubzillas OpenWebAuth - rename verify table to...
2018-06-20 rabuzarusport hubzillas OpenWebAuth - HTTPSignature - comment...
2018-06-20 rabuzarusport hubzillas OpenWebAuth - rework the HTTPHeaders...
2018-06-20 rabuzarusport hubzillas OpenWebAuth - use random_bytes() in...
2018-06-20 rabuzarusport hubzillas OpenWebAuth - rename some methods and...
2018-06-20 Hypolite PetovanMerge pull request #5251 from miqrogroove/patch-1
2018-06-20 miqrogrooveAdd Comments to Worker Exponent Implementation
2018-06-20 miqrogrooveMake Load Exponent Configurable
2018-06-20 miqrogrooveUnify Worker Load Formulas
2018-06-20 Tobias DiekershoffMerge pull request #5249 from annando/linear-load-optional
2018-06-20 MichaelMakes the linear load calculation optional
2018-06-20 Hypolite PetovanMerge pull request #5248 from miqrogroove/patch-2
2018-06-19 miqrogrooveUpdate Worker.php
2018-06-19 miqrogrooveFix logic errors in tooMuchWorkers()
2018-06-19 Hypolite PetovanMerge pull request #5246 from annando/abstraction-encore
2018-06-19 Hypolite PetovanMerge pull request #5245 from miqrogroove/patch-1
2018-06-19 Michael"shadow" does not exist
2018-06-19 MichaelMany "fetch_first" had been replaced
2018-06-19 MichaelFix: network had been empty
2018-06-19 miqrogrooveUpdate Emailer.php
2018-06-19 miqrogrooveAdd Missing Fifth Argument to mail() Function Call
2018-06-19 Hypolite PetovanMerge pull request #5238 from annando/more-abstraction
2018-06-19 rabuzarusport hubzillas OpenWebAuth - use Contact::getIdForURL...
2018-06-19 MichaelMerge remote-tracking branch 'upstream/develop' into...
2018-06-19 MichaelTypo
2018-06-19 rabuzarusport hubzillas OpenWebAuth - add some notes to the...
2018-06-19 rabuzarusport hubzillas OpenWebAuth - readd some ActivityPup...
2018-06-19 MichaelNew item functions, improved feed cache behaviour
2018-06-18 rabuzarusport hubzillas OpenWebAuth - remote authentification
next