aboutsummaryrefslogtreecommitdiffstats
path: root/include/photos.php
Commit message (Collapse)AuthorAgeFilesLines
* big changes to photo->store() which is now photo->save() and takes an array ↵friendica2013-08-071-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 ↵friendica2013-07-181-4/+9
| | | | PHOTO_THING's
* add photos and albums enumeration to Red API (will allow us to export either ↵friendica2013-05-291-3/+36
| | | | all our photos or individual albums using a script)
* convert most red photos to zmgfriendica2013-05-281-2/+2
|
* photo driver abstractionfriendica2013-04-251-1/+3
|
* turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵friendica2013-04-151-4/+4
| | | | means we can zidify them)
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-211-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_uploadfriendica2013-03-211-3/+3
|
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* partial cleanup of mod/profile_photo - needs a LOT morefriendica2013-02-051-0/+1
|
* convert wall_upload to use the photo apifriendica2013-02-051-1/+3
|
* debugging the photo apifriendica2013-02-021-4/+4
|
* more progress on photos apifriendica2013-02-021-1/+37
|
* photos cont.friendica2013-01-261-1/+45
|
* more photo backend stufffriendica2013-01-261-1/+28
|
* further baby steps on the photos APIfriendica2013-01-251-1/+25
|
* start on photos reworkfriendica2013-01-251-0/+226