Make Storage testable & add tests
[friendica.git/.git] / src / Model / Attach.php
2020-01-10 nupplaPhilMake Storage testable & add tests
2019-12-30 Hypolite PetovanMerge pull request #8033 from annando/contact-logging
2019-12-29 Hypolite PetovanMerge pull request #8019 from nupplaphil/task/replace_g...
2019-12-29 nupplaPhilReplace BaseObject class with DI::* calls
2019-12-29 nupplaPhilIntroduce new DI container
2019-10-17 MichaelMerge remote-tracking branch 'upstream/develop' into...
2019-10-15 MichaelMerge remote-tracking branch 'upstream/develop' into...
2019-08-19 PhilippMerge pull request #7541 from vinzv/patch-2
2019-08-19 PhilippMerge pull request #7540 from vinzv/patch-1
2019-07-28 Michael VogelMerge pull request #7437 from MrPetovan/bug/fatal-errors
2019-07-28 Hypolite PetovanEnsure *toArray returns an array
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 "Photo::select(" to "Photo::selectToArray("
2019-07-27 MichaelChanged Attach::select to Attach::selectToArray
2019-03-22 Tobias DiekershoffMerge branch '2019.03-RC' 2019.03
2019-02-11 Hypolite PetovanMerge pull request #6638 from Ixiter/develop-markdown...
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-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-03 Philipp Holzer4) Adding Factories to other entrypoints
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 types in doc blocks/prototypes
2019-01-23 Hypolite PetovanFix method scope in Model\Attach
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 PetovanFix PHPDoc comments project-wide
2019-01-21 fabrixxmUpdate "storage" console command
2019-01-21 fabrixxmFix Attach model store() and storeFile()
2019-01-21 fabrixxmAttach: store, update, delete. Model and views
2019-01-21 fabrixxmMove mod/attach to src, add Attach model, update attach...