aboutsummaryrefslogtreecommitdiffstats
path: root/include/photos.php
Commit message (Collapse)AuthorAgeFilesLines
...
* support title and description (and dates which were done earlier) for ↵friendica2014-08-131-0/+4
| | | | friendica photo import
* provide a way to preserve photo timestamps when importing (rather than ↵friendica2014-08-121-0/+5
| | | | uploading)
* Friendica photo import tool. This will bring in all your photos from the ↵friendica2014-08-121-5/+5
| | | | chosen Friendica account and import them into Red. Note that profile photos will also be imported, but will not be scaled for profiles, nor will they be attached to any profiles. They will appear however in your Profile Photos album. Photos that had any access restrictions in Friendica will be made private to only you. Comments and likes, captions, and tags are not transferred, only the actual photos. You will only be able to do this once. If something goes wrong but any photos were imported, a pconfig called frphotos.complete will be set and you'll have to remove it to start over. If you should remove this to start over, we also check each photo and will not over-write a photo you already brought over.
* nothing going on here. nothing to see. move along.friendica2014-08-101-31/+48
|
* oh this is nice... http://kmkeen.com/jshon - this is what we need to make ↵friendica2014-06-181-3/+4
| | | | shred -- well "shred". I also had to change the photos album list API a bit to fix any imagined and/or real parsing issues and also fixed shred so it can find its auxiliary files.
* add photo count to photo album listfriendica2014-06-171-2/+3
|
* Merge https://github.com/friendica/red into zpullfriendica2014-03-251-1/+5
|\
| * Fix wall photo uploads.Thomas Willingham2014-03-251-1/+5
| |
* | missed onefriendica2014-03-251-1/+0
| |
* | ensure wall_upload always has width and height if the image is validfriendica2014-03-251-1/+5
|/
* add width and height to uploaded photo bodymarijus2014-03-221-1/+3
|
* use border-box for everythingmarijus2014-03-221-1/+1
|
* missing filename in uploaded photos (we don't really use this, but we will ↵friendica2014-01-221-0/+1
| | | | need to have a filename to export via DAV or API and the original filename would be the most likely choice).
* 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 ↵friendica2014-01-071-4/+2
| | | | include a css file that was missing from work yesterday.
* remove a couple of mysql reserved words from being used as table or row ↵friendica2013-12-221-1/+1
| | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
* 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 ↵friendica2013-09-101-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 ↵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