aboutsummaryrefslogtreecommitdiffstats
path: root/include/photo
Commit message (Collapse)AuthorAgeFilesLines
...
* deprecate a->get_curl_code() and $a->get_curl_headers()friendica2013-12-011-7/+7
|
* big changes to photo->store() which is now photo->save() and takes an array ↵friendica2013-08-071-6/+124
| | | | instead of a list of args. Also the beginning of the migration to using photo_flags to indicate special purpose photos such as profile photos and contact photos and "thing" photos.
* cleaning up issues reported in logsfriendica2013-07-281-2/+2
|
* photo driver issue when updating contact photos - old class structure used ↵friendica2013-05-051-3/+5
| | | | instead of photo_factory()
* don't try and load an empty string as a photofriendica2013-04-292-1/+8
|
* photo driver abstractionfriendica2013-04-253-0/+830