Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make default profile photo configurable - should be functional but needs ↵ | friendica | 2013-12-19 | 1 | -3/+3 |
| | | | | admin ui | ||||
* | some work on modularising the default profile photo so we can make them site ↵ | friendica | 2013-12-09 | 1 | -3/+3 |
| | | | | selectable. Also red != friendica so we don't need all these friendica logos taking up space | ||||
* | deprecate a->get_curl_code() and $a->get_curl_headers() | friendica | 2013-12-01 | 1 | -7/+7 |
| | |||||
* | big changes to photo->store() which is now photo->save() and takes an array ↵ | friendica | 2013-08-07 | 1 | -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 logs | friendica | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | photo driver issue when updating contact photos - old class structure used ↵ | friendica | 2013-05-05 | 1 | -3/+5 |
| | | | | instead of photo_factory() | ||||
* | don't try and load an empty string as a photo | friendica | 2013-04-29 | 2 | -1/+8 |
| | |||||
* | photo driver abstraction | friendica | 2013-04-25 | 3 | -0/+830 |