Avoid memory issue in exception
[friendica.git/.git] / src /
2019-02-19 MichaelAvoid memory issue in exception
2019-02-14 Hypolite PetovanMerge pull request #6657 from nupplaphil/6652-installer-fix
2019-02-14 Philipp Holzeradded type-hint
2019-02-14 Philipp Holzerfixing #6652 Manual installer bricked
2019-02-14 Hypolite PetovanMerge pull request #6655 from annando/worker-limit
2019-02-14 MichaelThe process id is currently not supported.
2019-02-14 MichaelThe setting "worker_fetch_limit" now only has an impact...
2019-02-14 Tobias DiekershoffMerge pull request #6653 from rabuzarus/20190214_-_frio...
2019-02-13 Hypolite PetovanMerge pull request #6651 from annando/config-mentions...
2019-02-13 Hypolite PetovanMerge pull request #6650 from rabuzarus/20190213_-_fix_...
2019-02-13 MichaelWe should return something ;-)
2019-02-13 MichaelNew configuration to disable the automatic mentions...
2019-02-13 Michael VogelMerge pull request #6649 from MrPetovan/bug/6647-includ...
2019-02-13 Hypolite PetovanInclude new lines in implicit mention regular expression
2019-02-13 Hypolite PetovanMerge pull request #6648 from annando/issue-6603
2019-02-13 MichaelIndentions
2019-02-13 MichaelIssue 6603: Events are now fetchable via AP
2019-02-12 Hypolite PetovanMerge pull request #6646 from annando/fix-loxk
2019-02-12 MichaelShould fix "DB Error 1205: Lock wait timeout exceeded...
2019-02-12 Tobias DiekershoffMerge pull request #6642 from annando/worker-timezone
2019-02-12 MichaelEnsure that "strtotime" returns the correct timestamp
2019-02-12 Hypolite PetovanMerge pull request #6640 from annando/worker-stats
2019-02-11 Hypolite PetovanMerge pull request #6639 from annando/delete-removal
2019-02-11 MichaelFix: Workerqueue processes had been killed too early
2019-02-11 MichaelDon't send single item delete commands to protocols...
2019-02-11 Hypolite PetovanMerge pull request #6638 from Ixiter/develop-markdown...
2019-02-11 Peter LiebetrauACL network - fixed preselected acl items
2019-02-11 MichaelFix worker statistics
2019-02-11 Tobias DiekershoffMerge pull request #6637 from annando/fix-jpm
2019-02-11 MichaelFix: Corected config value name
2019-02-11 Hypolite PetovanMerge pull request #6632 from annando/check-follow
2019-02-10 MichaelRevert the storing of the "follow" activity
2019-02-10 MichaelThe "follow" activity is now stored in the "item-activi...
2019-02-10 MichaelThis now should really prevent sending the follow reque...
2019-02-10 MichaelMultiples follows shouldn't be send anymore
2019-02-10 MichaelPrevent multiple send follow requests
2019-02-10 Hypolite PetovanMerge pull request #6627 from annando/check-follow
2019-02-10 MichaelThe function moved from the user to the contact class
2019-02-10 Hypolite PetovanMerge pull request #6626 from nupplaphil/config_test
2019-02-10 Philipp HolzerAdding ConfigCacheLoaderTest
2019-02-10 MichaelRemoved test output
2019-02-10 Philipp HolzerAdding ConfigCacheTest
2019-02-10 MichaelMerge branch 'check-follow' of github.com:annando/frien...
2019-02-10 MichaelDon't store multiple follow request from a single person
2019-02-10 Tobias DiekershoffMerge pull request #6616 from m4sk1n/patch-1
2019-02-10 Hypolite PetovanMerge pull request #6619 from annando/worker-again
2019-02-09 Michael VogelMerge pull request #6614 from MrPetovan/task/6552-add...
2019-02-09 Michael VogelMerge pull request #6608 from MrPetovan/bug/6386-fix...
2019-02-09 MichaelFurtner improval of the worker speed
2019-02-09 Hypolite PetovanAdd context to some logger calls in ActivityPub\Processor
2019-02-09 marcin mikołajczakfix typo
2019-02-09 Michael VogelMerge pull request #6615 from MrPetovan/bug/6336-restor...
2019-02-09 Michael VogelMerge pull request #6612 from MrPetovan/bug/6605-cache...
2019-02-09 Michael VogelMerge pull request #6613 from MrPetovan/task/6238-add...
2019-02-09 Hypolite PetovanFix delivery data increment in APDelivery
2019-02-09 Hypolite PetovanAdd "delivery done" label
2019-02-09 Hypolite PetovanAdd query path capabilities to /itemsource
2019-02-09 Hypolite PetovanPrepend implicit author mentions in outgoing Diaspora...
2019-02-09 Hypolite PetovanPrepend implicit mentions to outgoing ActivityPub messages
2019-02-09 Hypolite PetovanToggle explicit mentions in comment boxes with explicit...
2019-02-09 Hypolite PetovanAdd explicit_mentions feature setting
2019-02-09 Hypolite PetovanRemove implicit mentions from incoming ActivityPub...
2019-02-09 Hypolite PetovanAdd alias field to ActivityPub contacts
2019-02-09 Hypolite PetovanCache config adapter connection status to reduce number...
2019-02-08 Hypolite PetovanMerge pull request #6611 from annando/worker-performance
2019-02-08 MichaelImproved worker performance (changed keys, changed...
2019-02-08 Hypolite PetovanAdd missing non-empty data condition to Protocol\Portab...
2019-02-08 Hypolite PetovanAdd PortableContact constants
2019-02-08 Hypolite PetovanMerge pull request #6605 from nupplaphil/config_mock
2019-02-07 Philipp HolzerRefactor ConfigMockTrait to mocked ConfigCache
2019-02-07 Hypolite PetovanMerge pull request #6577 from rabuzarus/20190129_-_jot_...
2019-02-07 Hypolite PetovanMerge pull request #6601 from annando/false-notifications
2019-02-07 MichaelHopefully final fix for false notifications
2019-02-07 Hypolite PetovanAdd missing App parameter in addon (un)install calls
2019-02-06 Hypolite PetovanMerge pull request #6600 from annando/false-notifications
2019-02-06 MichaelThe automatic follow request is currently deactivated...
2019-02-06 Hypolite PetovanMerge pull request #6593 from tobiasd/20190206-can
2019-02-06 Hypolite PetovanMerge pull request #6598 from annando/worker-index
2019-02-06 Hypolite PetovanMerge pull request #6581 from nupplaphil/config_refact
2019-02-06 Tobias DiekershoffMerge pull request #6596 from annando/worker-jpm
2019-02-06 Tobias DiekershoffMerge pull request #6595 from annando/notice
2019-02-06 Tobias DiekershoffMerge pull request #6594 from annando/delete-item
2019-02-06 MichaelSeparate config options to display the worker jobs...
2019-02-06 MichaelPartly Reverted #6583
2019-02-06 MichaelSome small notice prevented
2019-02-05 Philipp Holzermethod refactoring & docblock
2019-02-05 Philipp Holzercodeblock updates
2019-02-05 Philipp Holzerbugfixing ini-loading
2019-02-05 Philipp Holzercodeblock updates
2019-02-05 Philipp HolzerCreating legacy config loading method
2019-02-05 Philipp Holzerremoving code for now
2019-02-05 Philipp HolzerAdding unittest for empty setApp()
2019-02-05 Philipp Holzermove isDirectoryUsable to System
2019-02-05 Philipp HolzerRefactoring ConfigCacheLoader methods
2019-02-05 Philipp HolzerRemoved implicit ::getApp() instance and added docblock
2019-02-05 Tobias DiekershoffMerge pull request #6590 from MrPetovan/bug/6585-diaspo...
2019-02-05 Hypolite PetovanRemove asterisk provision altogether in Markdown::toBBCode
2019-02-05 Hypolite PetovanMerge pull request #6589 from rabuzarus/20190204_-_show...
2019-02-05 Hypolite PetovanMerge pull request #6587 from rabuzarus/20190204_-_magi...
2019-02-04 rabuzarususe magic Links for forums listed in the advanced profi...
next