]> git.mxchange.org Git - friendica.git/history - src/Model
Merge pull request #7417 from nupplaphil/task/app_dependencies
[friendica.git] / src / Model /
2019-07-27 Hypolite PetovanMerge pull request #7417 from nupplaphil/task/app_depen...
2019-07-27 Philipp HolzerRefactoring Profile:: selectors
2019-07-27 Philipp Holzerimprove Profile model
2019-07-27 Philipp HolzerReplace q() call with Profile::get() method
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 MichaelSome more
2019-07-27 MichaelReplaced some " with '
2019-07-27 MichaelChanged "Contact::select" to "Contact::selectToArray"
2019-07-27 MichaelChanged "Photo::select(" to "Photo::selectToArray("
2019-07-27 MichaelChanged Attach::select to Attach::selectToArray
2019-07-27 MichaelAdded "selectToArray" functions in DBA and Item
2019-07-25 PhilippMerge pull request #7425 from MrPetovan/task/2fa-ping...
2019-07-24 Hypolite PetovanMerge pull request #7430 from annando/contact-not-archived
2019-07-24 Hypolite PetovanMerge pull request #7429 from annando/empty-nick
2019-07-24 MichaelSupport for empty nick names
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-22 PhilippMerge pull request #7419 from MrPetovan/task/7338-app...
2019-07-22 Hypolite PetovanEnable app-specific password authentication for API...
2019-07-22 Hypolite PetovanAdd two-factor app-specific password settings page
2019-07-22 Hypolite PetovanMove recovery code model to sub-folder
2019-07-22 Hypolite PetovanMerge pull request #7414 from annando/fetch-diaspora
2019-07-21 MichaelFetch Diaspora posts by url
2019-07-18 Michael VogelMerge pull request #7400 from MrPetovan/bug/7397-frio...
2019-07-18 Hypolite PetovanMerge pull request #7404 from annando/fetch-item
2019-07-18 MichaelRemoved test output
2019-07-18 MichaelMerge remote-tracking branch 'upstream/develop' into...
2019-07-18 MichaelFetch items by given uri
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-16 PhilippMerge pull request #7389 from MrPetovan/bug/7387-local_...
2019-07-16 Michael VogelMerge pull request #7386 from MrPetovan/bug/7293-hide...
2019-07-16 Hypolite PetovanEnsure $uid parameter of Feature::isEnabled to be an...
2019-07-15 Hypolite PetovanMerge pull request #7388 from annando/issue-7315
2019-07-15 Hypolite PetovanFix typo in Model\Config\PConfig
2019-07-15 Hypolite PetovanMerge pull request #7387 from nupplaphil/task/pconfig_r...
2019-07-15 Philipp Holzerminor phpdoc fixings
2019-07-15 Philipp HolzerRefactor PConfiguration
2019-07-15 PhilippMerge pull request #7382 from annando/issue-7367
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 Philipp Holzersome more minor fixups (phpdoc, unused using)
2019-07-14 Philipp HolzerImprove & fixing Tests
2019-07-14 Philipp HolzerMove Preload/JIT Configuration logic from Adapter to...
2019-07-14 Michael"defaults" is replaced
2019-07-14 MichaelUse an insert to avoid duplicates and for analyzing
2019-07-13 MichaelFix SQL problem with "not null"
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 don't update inside the probing anymore
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 MichaelUse the term-date as archive date
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-29 Hypolite PetovanMerge pull request #7328 from annando/fix-delivery
2019-06-29 MichaelItem delivery data must only be stored when there is...
2019-06-28 Hypolite PetovanMerge pull request #7324 from annando/delivery-statistics
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 MichaelCollect data about used protocols for delivery
2019-06-28 MichaelAvoid overwriting of avatars for feeds
2019-06-27 MichaelArchive/unarchive the contacts
2019-06-25 Hypolite PetovanMerge pull request #7318 from deantownsley/lessbubbles
2019-06-25 Dean TownsleyAdd spaces for standards compliance
2019-06-25 Dean TownsleyDon't try to auth for public images
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 Hypolite PetovanMerge pull request #7305 from deantownsley/imageauthfix
2019-06-23 Hypolite PetovanMerge pull request #7307 from annando/delete-events
2019-06-23 Michael Vogeltodo added
2019-06-23 MichaelConstantly updating public contacts
2019-06-23 Michael VogelFix for distribution of event deletions
2019-06-22 Dean TownsleyAdd auth to load sequence for photos
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...
next