]> git.mxchange.org Git - friendica.git/history - src/Module/Photo.php
Added parameters
[friendica.git] / src / Module / Photo.php
2019-11-05 MichaelAdded parameters
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-08-06 Hypolite PetovanMerge pull request #7465 from nupplaphil/task/dice_cach...
2019-08-04 MichaelMerge remote-tracking branch 'upstream/develop' into...
2019-08-04 Hypolite PetovanMerge pull request #7466 from annando/api-alt
2019-08-04 MichaelAPI: We now transmit the text description there as...
2019-06-23 Hypolite PetovanMerge branch '2019.06-rc'
2019-05-05 Hypolite PetovanMerge pull request #7095 from annando/ap-connect
2019-05-03 PhilippMerge pull request #7000 from MrPetovan/task/6999-no...
2019-05-02 PhilippMerge pull request #7068 from MrPetovan/task/7047-theme...
2019-05-02 Hypolite PetovanReplace System::httpExit() by HTTPException throwing
2019-05-02 PhilippMerge pull request #7067 from MrPetovan/task/remove...
2019-05-02 PhilippMerge branch 'develop' into task/mod_hostxrd
2019-05-02 Hypolite PetovanMerge pull request #7065 from nupplaphil/task/mod_add_r...
2019-05-01 Philipp HolzerAdd routes for current BaseModules
2019-04-26 PhilippMerge pull request #7046 from friendica/MrPetovan-patch...
2019-04-26 Hypolite PetovanFix "Illegal string offset 'title'/'description'" notic...
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