Issue 8546: Added option to not use prepared statements
[friendica.git/.git] / src /
2020-04-28 MichaelIssue 8546: Added option to not use prepared statements
2020-04-27 MichaelMerge branch 'develop' of github.com:annando/friendica...
2020-04-26 Hypolite PetovanMerge pull request #8545 from nupplaphil/bug/subdir
2020-04-26 Hypolite PetovanMerge pull request #8537 from annando/views
2020-04-26 MichaelRenamed comment
2020-04-26 PhilippTemplate Engine with Subdirectory
2020-04-26 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-26 MichaelQueries had been simplified
2020-04-26 MichaelMerge branch 'views' of github.com:annando/friendica...
2020-04-26 Michael VogelUpdate src/Model/Profile.php
2020-04-26 Michael VogelUpdate src/Model/Profile.php
2020-04-26 Michael VogelUpdate src/Model/Profile.php
2020-04-25 Michael VogelUpdate src/Model/Profile.php
2020-04-25 Michael VogelUpdate src/Model/Profile.php
2020-04-25 MichaelDocumentation and unneeded stuff removed
2020-04-25 MichaelAdded check and repair for missing self contact
2020-04-25 MichaelDuplicated fields renamed
2020-04-24 MichaelThree more joins replaced with views
2020-04-24 MichaelThe workerqueue is now using a view as well
2020-04-24 MichaelPrticipation is now a view as well
2020-04-24 MichaelThere is now a pending view
2020-04-24 MichaelRemoved query for "updated" in gcontact
2020-04-24 MichaelSome more places with owner-view
2020-04-24 MichaelAnd some more view calls added
2020-04-24 MichaelNext join replaced by view
2020-04-24 MichaelMore joins replaced by view calls
2020-04-24 MichaelOwner-view added
2020-04-24 MichaelDBView is View
2020-04-24 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-24 Hypolite PetovanMerge pull request #8539 from annando/ap-update-create
2020-04-23 MichaelAP: Interpret "update" as "create" when item isn't...
2020-04-23 MichaelAP: Interpret "update" as "create" when item isn't...
2020-04-23 MichaelImproved definition style
2020-04-23 MichaelWe now can define views
2020-04-23 Hypolite PetovanMerge pull request #8520 from annando/term2tag
2020-04-22 MichaelCode standards
2020-04-21 Hypolite PetovanMerge pull request #8532 from annando/fix-image-description
2020-04-21 MichaelFix: Image descriptions now work again
2020-04-21 Michael VogelMerge pull request #8531 from MrPetovan/bug/8523-frio...
2020-04-21 Michael VogelMerge pull request #8530 from MrPetovan/task/8498-move...
2020-04-20 Hypolite PetovanUpdate log string in Module\Contact\Poke
2020-04-20 Hypolite PetovanMove poke module to src/
2020-04-20 MichaelAdded documentation
2020-04-20 MichaelSwitchable contact probing
2020-04-20 MichaelStore implicit mentions
2020-04-20 MichaelFix: Wrong variable
2020-04-19 MichaelImproved logging
2020-04-19 MichaelHashtag handling with Diaspora improved
2020-04-19 MichaelUpdate item-uri with guid if given
2020-04-19 MichaelDon't store URL with hashtags / OStatus-Diaspora-Improv...
2020-04-18 MichaelCentral function to fetch the type for a given hash
2020-04-18 MichaelTags can now be added and removed from photos
2020-04-18 MichaelUse constants
2020-04-18 MichaelHybrid mode for non resolvable contacts
2020-04-18 MichaelStore mentioned contacts in another way
2020-04-18 MichaelFixes RegExp
2020-04-18 MichaelImproved body scanning, increased length
2020-04-17 MichaelUse the new function when adding additional tags
2020-04-17 MichaelAdded documentation
2020-04-17 MichaelUse "store" when possible
2020-04-17 MichaelWe now store the tags in two separate tables
2020-04-16 MichaelDon't insert empty terms
2020-04-16 MichaelAdded uri-id to the constant
2020-04-16 MichaelSpaces
2020-04-15 MichaelAdded documentation header
2020-04-15 MichaelUse name or nick
2020-04-15 MichaelUse the name as name
2020-04-15 MichaelFunction had been moved
2020-04-15 MichaelUse the own constants
2020-04-15 MichaelNew model class for tag
2020-04-15 MichaelSpaces and newlines
2020-04-15 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-15 Hypolite PetovanMerge pull request #8519 from annando/item-select
2020-04-15 MichaelThe old fields are not existing anymore
2020-04-15 MichaelThe old fields don't exist anymore
2020-04-15 MichaelWhitespace removed
2020-04-15 MichaelMerge branch 'item-select' of github.com:annando/friend...
2020-04-15 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-15 MichaelFix: some selected item fields hadn't been selected
2020-04-15 MichaelFix: some selected item fields hadn't been selected
2020-04-15 MichaelFix for missing fields
2020-04-15 MichaelThe new tag table should work for feeds no as well
2020-04-14 MichaelDon't use "sensitive"
2020-04-14 MichaelCorrections for DFRN, added support for OStatus
2020-04-14 MichaelStore the tags with DFRN as well
2020-04-14 MichaelImproved logging
2020-04-14 MichaelStore tags for Diaspora - shorten tags when needed
2020-04-13 MichaelStoring mentions in Diaspora and AP
2020-04-13 MichaelTerm constants updated
2020-04-13 Hypolite PetovanMerge pull request #8512 from annando/no-sign
2020-04-13 MichaelThe "sign" table had been removed
2020-04-06 Michael VogelMerge pull request #8504 from MrPetovan/task/8489-ap...
2020-04-05 Hypolite PetovanAdd cache and CORS headers to ActivityPub endpoints
2020-04-05 Hypolite PetovanRework Module/Objects
2020-04-05 Hypolite PetovanAdd Network::checkEtagModified method
2020-04-05 Hypolite PetovanMerge pull request #8496 from annando/issue-8493
2020-04-05 Hypolite PetovanMerge pull request #8494 from annando/ap-fix-comments
2020-04-05 Hypolite PetovanMerge pull request #8500 from lynn-stephenson/develop
2020-04-05 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-04 Hypolite PetovanMerge pull request #8497 from annando/issue-8495
next