Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing verb on items linked to photos | friendica | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | provide detailed error to remote site for the myriad of things that can go ↵ | friendica | 2013-09-10 | 1 | -2/+4 |
| | | | | wrong inside item_store(), !! this changes the return of item_store !! | ||||
* | big changes to photo->store() which is now photo->save() and takes an array ↵ | friendica | 2013-08-07 | 1 | -4/+12 |
| | | | | 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. | ||||
* | start using profile_flags in photo queries so we can start creating ↵ | friendica | 2013-07-18 | 1 | -4/+9 |
| | | | | PHOTO_THING's | ||||
* | add photos and albums enumeration to Red API (will allow us to export either ↵ | friendica | 2013-05-29 | 1 | -3/+36 |
| | | | | all our photos or individual albums using a script) | ||||
* | convert most red photos to zmg | friendica | 2013-05-28 | 1 | -2/+2 |
| | |||||
* | photo driver abstraction | friendica | 2013-04-25 | 1 | -1/+3 |
| | |||||
* | turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵ | friendica | 2013-04-15 | 1 | -4/+4 |
| | | | | means we can zidify them) | ||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -7/+7 |
| | | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present. | ||||
* | update for js_upload | friendica | 2013-03-21 | 1 | -3/+3 |
| | |||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | partial cleanup of mod/profile_photo - needs a LOT more | friendica | 2013-02-05 | 1 | -0/+1 |
| | |||||
* | convert wall_upload to use the photo api | friendica | 2013-02-05 | 1 | -1/+3 |
| | |||||
* | debugging the photo api | friendica | 2013-02-02 | 1 | -4/+4 |
| | |||||
* | more progress on photos api | friendica | 2013-02-02 | 1 | -1/+37 |
| | |||||
* | photos cont. | friendica | 2013-01-26 | 1 | -1/+45 |
| | |||||
* | more photo backend stuff | friendica | 2013-01-26 | 1 | -1/+28 |
| | |||||
* | further baby steps on the photos API | friendica | 2013-01-25 | 1 | -1/+25 |
| | |||||
* | start on photos rework | friendica | 2013-01-25 | 1 | -0/+226 |