]> git.mxchange.org Git - friendica.git/history - src/Module/Photo.php
Merge pull request #6784 from nupplaphil/task/image_to_model
[friendica.git] / src / Module / Photo.php
2019-03-22 Tobias DiekershoffMerge branch '2019.03-RC'
2019-03-19 PhilippMerge pull request #6907 from MrPetovan/bug/6855-wrap...
2019-03-19 Hypolite PetovanMerge pull request #6908 from annando/sig-auth
2019-03-19 MichaelEnable remote authentication with HTTP Signatures
2019-03-19 PhilippMerge pull request #6905 from annando/ap-summary-text
2019-03-19 Hypolite PetovanMerge pull request #6906 from annando/http-sign-photo
2019-03-18 MichaelUse HTTP-Signature to authenticate when fetching photos.
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-21 Hypolite PetovanRefactor namespaces
2019-01-21 Hypolite PetovanRemove/replace killme() with *exit()
2019-01-21 fabrixxmMethod getPhoto of Photo model should return false...
2019-01-21 fabrixxmFix Module\Photo exit with error
2019-01-21 fabrixxmCode standards
2019-01-21 fabrixxmCode standards
2019-01-21 fabrixxmprofile_photo: use Photo model function to get photo...
2019-01-21 fabrixxmMore code standard
2019-01-21 fabrixxmAddress code standards issues
2019-01-21 fabrixxmReturn default profile photo if no profile photo is set
2019-01-21 fabrixxmPluggable storage backends: first steps
2019-01-21 fabrixxmMove Photo module, update Photo model