Summary | API extension |
Queue | Ansel |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | duck (at) obala (dot) net |
Created | 02/12/2009 (5984 days ago) |
Due | |
Updated | 03/02/2009 (5966 days ago) |
Assigned | 02/12/2009 (5984 days ago) |
Resolved | 03/02/2009 (5966 days ago) |
Milestone | |
Patch | Yes |
State ⇒ Resolved
catches these even if it's a full image download. I don't see
permission to download a full image as implicit permission to see an
otherwise locked gallery.
http://cvs.horde.org/diff.php/ansel/lib/api.php?rt=horde&r1=1.132&r2=1.133&ty=u
New Attachment: api[2].diff
a webdav mount of a remote ansel install...
it if you prefer.
xmlrpc so it should be supported and this won't work unless it is
encoded.
to have a full read-write api.
to do this - I do this in my iPhoto plugin for example, to get the the
gallery default images, but I can see the usefulness of having this
method as well. I think we should be able to specify the encoding we
want when requesting the image - the reverse of how the upload works,
where we need to specify the encoding that we are using during upload.
data directly.
a webdav mount of a remote ansel install...
New Attachment: ansel.php
New Attachment: api[1].diff
2) All parameters with default values in a function signature must
follow all parameters that do not have a default value.
3) Your not checking age restrictions or password protected galleries
before returning the image data.
will sening the raw, binary image data actually work over XML/RPC or
JSON/RPC?
it if you prefer. But we need a way to make it accessible via the API
to have a full read-write api. OTOH even the browse call sends raw
data directly.
State ⇒ Feedback
2) All parameters with default values in a function signature must
follow all parameters that do not have a default value.
3) Your not checking age restrictions or password protected galleries
before returning the image data.
That being said, I'm not so sure this api method is a good idea - will
sening the raw, binary image data actually work over XML/RPC or
JSON/RPC?
State ⇒ Assigned
and we try to access an non defined method in the error message
composition
Priority ⇒ 1. Low
State ⇒ New
New Attachment: api.diff
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Ansel
Summary ⇒ API extension
Type ⇒ Enhancement
- fix warnings in saveImage regarding type of image content passed
- added method to return image view raw data