]> git.mxchange.org Git - friendica.git/history - src/Model/Contact.php
Renamed function
[friendica.git] / src / Model / Contact.php
2019-08-30 Michael VogelRenamed function
2019-08-30 Michael VogelType hints, corrected wrong documentation
2019-08-29 Michael VogelAvoid not performing unarchiving
2019-08-29 Michael VogelDon't handle deleted contacts / removed unneeded parameter
2019-08-29 Michael VogelFixed query (not all duplicates had been found)
2019-08-29 Michael VogelCheck fpr duplicated contacts upon inserting them
2019-08-29 Michael VogelMerge remote-tracking branch 'upstream/2019.09-rc'...
2019-08-28 Michael VogelNew contact table functions with check for duplicates
2019-08-28 Hypolite PetovanMerge pull request #7578 from annando/archive
2019-08-28 Michael VogelChanged array name, fixed bug that prevented testing...
2019-08-28 Hypolite PetovanMerge pull request #7580 from annando/issue-7563
2019-08-28 Michael VogelCheck if the Diaspora endpoint is archived
2019-08-28 Hypolite PetovanMerge pull request #7577 from nupplaphil/bug/friendica...
2019-08-28 Michael VogelFixed count, added to-do
2019-08-27 Philipp HolzerFixing PHP Fatal Error for Model\Contact (usage of...
2019-08-27 Michael VogelDon't transmit content to already archived contacts
2019-08-26 PhilippMerge pull request #7569 from vinzv/7556-frio-make...
2019-08-26 Hypolite PetovanMerge pull request #7566 from annando/merge-duplicates
2019-08-26 MichaelIssue 7559: Merge contact duplicates
2019-08-19 PhilippMerge pull request #7541 from vinzv/patch-2
2019-08-19 PhilippMerge pull request #7540 from vinzv/patch-1
2019-08-15 Michael VogelMerge pull request #7514 from MrPetovan/bug/7507-allow...
2019-08-15 Hypolite PetovanMerge pull request #7518 from nupplaphil/bug/lock_unlink
2019-08-15 Hypolite PetovanMerge pull request #7517 from nupplaphil/task/prepare_app
2019-08-15 Philipp HolzerMoved BaseURL to App namespace (because similar type...
2019-07-27 Hypolite PetovanMerge pull request #7434 from annando/contact-protocol
2019-07-27 PhilippMerge pull request #7435 from annando/select-to-array
2019-07-27 MichaelChanged "Contact::select" to "Contact::selectToArray"
2019-07-23 Hypolite PetovanMerge pull request #7424 from TiMESPLiNTER/fix/respect...
2019-07-23 Hypolite PetovanMerge pull request #7420 from annando/reshare-contact
2019-07-23 MichaelFix contact issues with fake reshares from Twitter
2019-07-18 Michael VogelMerge pull request #7400 from MrPetovan/bug/7397-frio...
2019-07-18 Michael VogelMerge pull request #7402 from MrPetovan/bug/7401-node...
2019-07-18 Hypolite PetovanMerge pull request #7399 from annando/only-sharer
2019-07-17 MichaelAdded the option to only receive top level posts from...
2019-07-14 Hypolite PetovanMerge pull request #7372 from nupplaphil/task/simplify_...
2019-07-14 PhilippMerge pull request #7378 from MrPetovan/task/4854-frio...
2019-07-14 Hypolite PetovanMerge pull request #7376 from annando/contact-update
2019-07-14 MichaelUse an insert to avoid duplicates and for analyzing
2019-07-13 MichaelFix wrong variable
2019-07-13 MichaelFix duplicated contacts due to relay probing
2019-07-12 MichaelSimplify the contact update in "getIdForURL"
2019-07-12 MichaelMerge remote-tracking branch 'upstream/develop' into...
2019-07-12 MichaelFetch more comtact data from probing, remove duplicated...
2019-07-08 Jeroen De MeerleerMerge remote-tracking branch 'friendica.github.com...
2019-07-07 Hypolite PetovanMerge pull request #7348 from annando/item-received
2019-07-07 MichaelUse "received" instead of "created" when displaying...
2019-07-07 Hypolite PetovanMerge pull request #7339 from annando/gcontact-update
2019-07-05 MichaelBasepath function now uses the contact field
2019-07-04 MichaelSimplified the Contact update
2019-07-04 MichaelWe now handling the contact type
2019-07-04 MichaelNew fields in contact table / don't update on probe
2019-07-03 PhilippMerge pull request #7336 from MrPetovan/bug/globalcommu...
2019-07-03 MichaelUpdate gcontact when public contact is updated
2019-07-02 MichaelUpdate the gcontact entry when the public contact entry...
2019-07-02 Hypolite PetovanMerge pull request #7334 from annando/federated-protocol
2019-07-01 MichaelNow without array_merge
2019-07-01 MichaelRemoved comment line
2019-07-01 MichaelNew constant for federated protocols
2019-06-28 MichaelMerge remote-tracking branch 'upstream/develop' into...
2019-06-28 Hypolite PetovanMerge pull request #7323 from annando/contact-discovery
2019-06-28 MichaelAvoid overwriting of avatars for feeds
2019-06-27 MichaelArchive/unarchive the contacts
2019-06-24 MichaelMerge remote-tracking branch 'upstream/develop' into...
2019-06-24 MichaelMoving functionality to the contact model
2019-06-24 MichaelMerge remote-tracking branch 'upstream/master' into...
2019-06-23 Hypolite PetovanMerge branch 'master' into develop
2019-06-23 Hypolite PetovanMerge branch '2019.06-rc'
2019-06-23 MichaelConstantly updating public contacts
2019-06-22 Michael VogelMerge pull request #7291 from MrPetovan/bug/2209-update...
2019-06-22 Michael VogelMerge pull request #7286 from MrPetovan/bug/invading...
2019-06-20 Hypolite PetovanMerge pull request #7288 from annando/fix-search
2019-06-20 Hypolite PetovanMerge pull request #7287 from annando/issue-6477
2019-06-20 MichaelIssue 6477: Use the correct content-type to resize...
2019-06-20 Hypolite PetovanMerge pull request #7284 from annando/fix-fatal
2019-06-19 Hypolite PetovanMerge pull request #7282 from annando/issue-6477
2019-06-19 MichaelMerge remote-tracking branch 'upstream/2019.06-rc'...
2019-06-19 MichaelIssue 6477: Automatically repair self contact avatar
2019-06-15 PhilippMerge pull request #7273 from MrPetovan/bug/notices
2019-06-15 Hypolite PetovanFix undefined index addr notices in Model\Contact:...
2019-06-12 PhilippMerge pull request #7250 from MrPetovan/bug/6410-normal...
2019-06-12 PhilippMerge pull request #7256 from MrPetovan/bug/7249-remote...
2019-06-11 Hypolite PetovanRework Profile::sidebar profile link conditions
2019-06-11 Hypolite PetovanAdd new Model\Contact::canReceivePrivateMessages method
2019-06-10 Hypolite PetovanPrevents an endless loop when only the non-public conta...
2019-06-10 Hypolite PetovanMerge pull request #7245 from annando/unify-constants
2019-06-10 Hypolite PetovanMerge pull request #7244 from nupplaphil/task/hidden_string
2019-06-10 Hypolite PetovanMerge pull request #7242 from nupplaphil/bugs/6917...
2019-06-10 Hypolite PetovanMerge pull request #7243 from nupplaphil/bugs/6918...
2019-06-10 Philipp HolzerCheck $contact['id']
2019-05-28 PhilippMerge pull request #7201 from annando/mail-db-error
2019-05-28 PhilippMerge pull request #7200 from annando/tag-process
2019-05-26 PhilippMerge pull request #7184 from annando/add-tag
2019-05-25 PhilippMerge pull request #7170 from MrPetovan/bug/6981-contac...
2019-05-20 Hypolite PetovanUse self::isBlocked and self:isBlockedByUser in Model...
2019-05-20 Hypolite PetovanPrevent contact relationships with node- or user-level...
2019-05-20 Hypolite PetovanAdd return value to Model\Contact::addRelationship...
2019-05-20 Hypolite PetovanRefactor Model\Contact::addRelationship
2019-05-16 PhilippMerge pull request #7145 from MrPetovan/task/7141-conta...
2019-05-15 Hypolite PetovanAdd block reason editing in Model\Contact
next