aboutsummaryrefslogtreecommitdiffstats
path: root/include/photos.php
Commit message (Expand)AuthorAgeFilesLines
* missing filename in uploaded photos (we don't really use this, but we will ne...friendica2014-01-221-0/+1
* API: provide a link to photo albums in api/red/albumsfriendica2014-01-221-1/+5
* some minor cleanup on plinks for some very subtle permissions issuesfriendica2014-01-091-0/+5
* make storage limit service classes apply to accounts, not channels. Also incl...friendica2014-01-071-4/+2
* remove a couple of mysql reserved words from being used as table or row names...friendica2013-12-221-1/+1
* add 'src' parameter to api photo listfriendica2013-12-191-1/+4
* prepare for Comanchification of mod_photosfriendica2013-12-131-2/+10
* missing verb on items linked to photosfriendica2013-09-171-1/+1
* provide detailed error to remote site for the myriad of things that can go wr...friendica2013-09-101-2/+4
* big changes to photo->store() which is now photo->save() and takes an array i...friendica2013-08-071-4/+12
* start using profile_flags in photo queries so we can start creating PHOTO_THI...friendica2013-07-181-4/+9
* add photos and albums enumeration to Red API (will allow us to export either ...friendica2013-05-291-3/+36
* 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 mean...friendica2013-04-151-4/+4
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer...friendica2013-03-211-7/+7
* 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