]> git.mxchange.org Git - friendica.git/history - src/Protocol
[frio] Prevent unwanted textaera resizing in comment forms
[friendica.git] / src / Protocol /
2019-02-14 Hypolite PetovanMerge pull request #6655 from annando/worker-limit
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-11 Hypolite PetovanMerge pull request #6638 from Ixiter/develop-markdown...
2019-02-11 Hypolite PetovanMerge pull request #6632 from annando/check-follow
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 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 Hypolite PetovanAdd context to some logger calls in ActivityPub\Processor
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 PetovanRemove implicit mentions from incoming ActivityPub...
2019-02-08 Hypolite PetovanAdd missing non-empty data condition to Protocol\Portab...
2019-02-08 Hypolite PetovanAdd PortableContact constants
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-06 Hypolite PetovanMerge pull request #6600 from annando/false-notifications
2019-02-06 MichaelThe automatic follow request is currently deactivated...
2019-02-03 Hypolite PetovanMerge pull request #6576 from nupplaphil/cache_lock_mock
2019-02-03 Hypolite PetovanMerge pull request #6578 from Ixiter/develop-markdown...
2019-01-31 Michael VogelMerge pull request #6562 from MrPetovan/task/4090-move...
2019-01-31 Hypolite PetovanMerge pull request #6568 from annando/ap-mentions
2019-01-31 Hypolite PetovanMerge pull request #6567 from annando/ap-auto-follow
2019-01-31 Hypolite PetovanMerge pull request #6566 from annando/ap-debug
2019-01-30 MichaelAP: Automatically send follow requests for reshared...
2019-01-30 MichaelAP: Debug option to deliver via AP first
2019-01-30 Tobias DiekershoffMerge pull request #6565 from annando/ap-follow-note
2019-01-30 MichaelAP: Follow a note to receive all upcoming activities
2019-01-30 Tobias DiekershoffMerge pull request #6563 from annando/ap-forum
2019-01-30 MichaelAp: Clarify message distribution for forum posts
2019-01-30 Peter LiebetrauMerge pull request #2 from friendica/develop
2019-01-29 Hypolite PetovanMerge pull request #6554 from Ixiter/develop-bbcode...
2019-01-28 Michael VogelMerge pull request #6539 from nupplaphil/logger_uid
2019-01-28 Hypolite PetovanMerge pull request #6536 from annando/ap-forum-2
2019-01-28 MichaelAnother preparation for forum posts via AP
2019-01-24 Hypolite PetovanMerge pull request #6515 from annando/connector-posts
2019-01-24 Hypolite PetovanMerge pull request #6513 from annando/dfrn-reply
2019-01-24 MichaelDFRN comments are now stored as comments again
2019-01-24 Michael VogelMerge pull request #6508 from nupplaphil/logger_enh
2019-01-24 Hypolite PetovanMerge pull request #6504 from annando/fix-fatal
2019-01-23 MichaelParameters redone
2019-01-23 MichaelFix for several fatal errors
2019-01-23 Michael VogelMerge pull request #6485 from MrPetovan/bug/fixes-after...
2019-01-23 Hypolite PetovanUpdate array notation in Protocol\DFRN
2019-01-23 Hypolite PetovanRemove unused code/use statements
2019-01-23 Hypolite PetovanFix types in doc blocks/prototypes
2019-01-23 Michael VogelMerge pull request #6336 from MrPetovan/bug/6334-get...
2019-01-23 Hypolite PetovanReplace REGISTER_* constants by Module\Register::*...
2019-01-22 Michael VogelMerge pull request #6487 from MrPetovan/bug/critical...
2019-01-22 Hypolite PetovanFix default value of contact parameter of OStatus:...
2019-01-22 Hypolite PetovanExtract title determination from OStatus::entryHeader...
2019-01-21 Hypolite PetovanFix unused $kw variable in Protocol\Diaspora
2019-01-21 Hypolite PetovanFix missing $ in front of variable names
2019-01-21 Hypolite PetovanFix potential bugs without expected behavior change
2019-01-21 Hypolite PetovanMove Contact::ACCOUNT_TYPE_* constants to User::ACCOUNT...
2019-01-21 Hypolite PetovanMove Contact::Page_* constants to User::PAGE_FLAGS_*
2019-01-21 Hypolite PetovanRemove unused code
2019-01-21 Hypolite PetovanRefactor namespaces
2019-01-21 Hypolite PetovanUpdate more PHPDoc, including in include/
2019-01-21 Hypolite PetovanUpdate PHPDoc in mod/
2019-01-21 Hypolite PetovanFix PHPDoc comments project-wide
2019-01-21 Hypolite PetovanReplace deprecated Addon::callHooks with Hook::callAll
2019-01-21 Hypolite PetovanRemove/replace killme() with *exit()
2019-01-21 Tobias DiekershoffMerge pull request #6474 from tobiasd/2019.01-CHANGELOG
2019-01-21 Hypolite PetovanMerge pull request #6476 from annando/ap-reshare
2019-01-20 MichaelAP Bugfix: We hadn't transmitted an tag url at all ...
2019-01-20 MichaelWe only need to fetch the content once
2019-01-20 MichaelImproved ID detection
2019-01-20 MichaelAP: Only reshare stuff that is AP content
2019-01-20 Michael VogelMerge pull request #6475 from tobiasd/20190120-unescape...
2019-01-19 Tobias DiekershoffMerge pull request #6471 from annando/ap-bcc
2019-01-19 MichaelTransmit via BCC if contact is hidden, don't store...
2019-01-18 Hypolite PetovanMerge pull request #6460 from annando/relaying
2019-01-17 MichaelSimplyfies AP relaying, fixes relaying of public contacts
2019-01-17 Tobias DiekershoffMerge pull request #6456 from annando/long-url
2019-01-16 Hypolite PetovanMerge pull request #6455 from annando/issue-6282
2019-01-16 MichaelIssue 6282: Update the contact data regularly (includin...
2019-01-14 Hypolite PetovanMerge pull request #6447 from annando/peertube
2019-01-14 Hypolite PetovanMerge pull request #6446 from annando/approve
2019-01-14 MichaelEnable communication with Peertube
2019-01-14 Tobias DiekershoffMerge pull request #6444 from MrPetovan/bug/5932-fix...
2019-01-14 Hypolite PetovanFix undefined offset notices in Protocol\Email
2019-01-13 Hypolite PetovanMerge pull request #6435 from annando/nextcloud
2019-01-13 MichaelMaking Friendica compatible to Nextcloud Social
2019-01-12 Hypolite PetovanMerge pull request #6434 from AndyHee/2019.01-rc
2019-01-12 Hypolite PetovanMerge pull request #6433 from annando/issue-6282
2019-01-12 MichaelIssue 6282: Update the forum status of contacts
2019-01-12 Hypolite PetovanMerge pull request #6432 from annando/deleted-pending
2019-01-12 MichaelDon't show deleted contacts, changed "pending" behaviour
2019-01-11 Hypolite PetovanMerge pull request #6422 from annando/private-answer
next