2) Refactor App->config[] into Core\PConfig
[friendica.git/.git] / src / Model /
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...
2019-01-18 rabuzarusBugfix - provide magic links for remote user in magicLink()
2019-01-18 Tobias DiekershoffMerge pull request #6461 from annando/contacts-post
2019-01-18 MichaelBugfix: Private posts of contacts hadn't been displayed...
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 MichaelNow storing the "manually approve" data / fix update...
2019-01-13 Tobias DiekershoffMerge pull request #6440 from annando/notices
2019-01-13 MichaelAvoiding some notices
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-12 Hypolite PetovanMerge pull request #6430 from tobiasd/20190112-lng
2019-01-12 Michael VogelMerge pull request #6428 from MrPetovan/bug/5148-get...
2019-01-12 Hypolite PetovanRework Profile::getThemeUid to ignore query parameter...
2019-01-10 Tobias DiekershoffMerge pull request #6419 from annando/unfollow
2019-01-10 Tobias DiekershoffMerge pull request #6356 from MrPetovan/task/6355-add...
2019-01-10 MichaelUnfollow should now work with Pleroma again
next