]> git.mxchange.org Git - friendica.git/history - src/Model
The "follow" activity is now stored in the "item-activity" table
[friendica.git] / src / Model /
2019-02-10 MichaelThe "follow" activity is now stored in the "item-activi...
2019-02-10 MichaelThe function moved from the user to the contact class
2019-02-10 MichaelRemoved test output
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 marcin mikołajczakfix typo
2019-02-09 Hypolite PetovanAdd alias field to ActivityPub contacts
2019-02-08 Hypolite PetovanMerge pull request #6611 from annando/worker-performance
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 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-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 Tobias DiekershoffMerge pull request #6582 from MrPetovan/bug/6570-fix...
2019-02-04 Hypolite PetovanMerge pull request #6583 from annando/priority
2019-02-03 MichaelLower priority for removing users
2019-02-03 Philipp Holzer4) Adding Factories to other entrypoints
2019-02-03 Hypolite PetovanMerge pull request #6576 from nupplaphil/cache_lock_mock
2019-01-30 Peter LiebetrauMerge pull request #2 from friendica/develop
2019-01-30 Michael VogelMerge pull request #6556 from MrPetovan/bug/6554-fix...
2019-01-30 Hypolite PetovanFix greedy regular expression and move code block escap...
2019-01-29 Hypolite PetovanMerge pull request #6554 from Ixiter/develop-bbcode...
2019-01-29 Peter LiebetrauBBcode, Tags - changes for #pullrequestreview-197771905
2019-01-29 Peter LiebetrauBBcode, Tags - moved [code] escaping before BBCode...
2019-01-29 Peter LiebetrauBBcode, Tags - fixed doubbbllee trroubbllee
2019-01-29 Peter LiebetrauBBcode, Tags - fix BBCode created tags in [code] blocks...
2019-01-29 Hypolite PetovanMerge pull request #6541 from annando/mentions
2019-01-29 Michael VogelMerge pull request #6546 from fabrixxm/fix/issue6545
2019-01-29 fabrixxmFilesystem storage: handle basepath with trailing slash
2019-01-29 fabrixxmFilesystem storage: set permission on folders and files
2019-01-28 MichaelDisplay mentioned users and in the comment box by default
2019-01-24 Hypolite PetovanMerge pull request #6515 from annando/connector-posts
2019-01-24 MichaelFix: Connector posts now do work again (postopts hadn...
2019-01-24 Michael VogelMerge pull request #6508 from nupplaphil/logger_enh
2019-01-23 Michael VogelMerge pull request #6485 from MrPetovan/bug/fixes-after...
2019-01-23 Hypolite PetovanFix possibly undefined variables
2019-01-23 Hypolite PetovanFix types in doc blocks/prototypes
2019-01-23 Hypolite PetovanRemove unused variable in Model\Item
2019-01-23 Hypolite PetovanFix method scope in Model\Attach
2019-01-22 Michael VogelMerge pull request #6487 from MrPetovan/bug/critical...
2019-01-22 Hypolite PetovanFix wrong class constant in Model\APContact
2019-01-21 Hypolite PetovanImprove page flags doc block in Model\User
2019-01-21 Hypolite PetovanFix bad rebase in Model/Contact
2019-01-21 Hypolite PetovanFix wrong operators in Model\Item and Model\Contact
2019-01-21 Hypolite PetovanFix method parameter type in Model\Attach
2019-01-21 Hypolite PetovanFix calls to DBA::select missing parameters
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 PetovanUpdate HTML::contactBlock and Profile::load with new...
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 fabrixxmUpdate "storage" console command
2019-01-21 fabrixxmItem model, fix deletion of all attachments
2019-01-21 fabrixxmFix Attach model store() and storeFile()
2019-01-21 fabrixxmPhoto model. Small fix to `update()`
2019-01-21 fabrixxmAttach: store, update, delete. Model and views
2019-01-21 fabrixxmMove mod/attach to src, add Attach model, update attach...
2019-01-21 Hypolite PetovanReplace deprecated Addon::callHooks with Hook::callAll
2019-01-21 Hypolite PetovanReplace misuses ItemDeliveryData::FIELD_LIST with LEGAC...
2019-01-21 Hypolite PetovanHonor item delivery data legacy fields
2019-01-21 Hypolite PetovanUnit test fix
2019-01-21 Hypolite PetovanAdd delivery queue number manipulation
2019-01-21 Hypolite PetovanFix various documentation issues/unused variables
2019-01-21 Hypolite PetovanAdd missing methods to Storage\SystemResource
2019-01-21 fabrixxmMethod getPhoto of Photo model should return false...
2019-01-21 fabrixxmUse DBA::exists() in Photo::exists()
2019-01-21 fabrixxmRemove resourceid parameter from Photo::exists()
2019-01-21 fabrixxmUse Model\Photo as much as possible
2019-01-21 fabrixxmRemove empty line before code
2019-01-21 fabrixxmPhoto model: set edited and updated on update, fix...
2019-01-21 fabrixxmAdd storage options form in admin/site page
2019-01-21 fabrixxmAdd storage backend manager class
2019-01-21 fabrixxmAdd Database storage backend
2019-01-21 fabrixxmStorage: throw StorageException on errors
2019-01-21 fabrixxmPhoto model: fix docs, don't update "created" field
2019-01-21 fabrixxmCode standards
2019-01-21 fabrixxmPhoto model: set updated field in update()
2019-01-21 fabrixxmAdd update() to Photo model
2019-01-21 fabrixxmCode standards
2019-01-21 fabrixxmFilesystem storage: add "index.html" files in dirs
2019-01-21 fabrixxmModel/Photo: use self select functions, reuse backend...
2019-01-21 fabrixxmAddress code standards issues
2019-01-21 fabrixxmAdd Filesystem storage backend and store photo via...
2019-01-21 fabrixxmAdd IStorage interface
2019-01-21 fabrixxmPluggable storage backends: first steps
2019-01-21 fabrixxmMove Photo module, update Photo model
2019-01-21 Jeroen De MeerleerTranslated gender etc. in profile view
2019-01-19 Tobias DiekershoffMerge pull request #6471 from annando/ap-bcc
2019-01-19 Hypolite PetovanMerge pull request #6470 from rabuzarus/20190118_-_some...
next