summaryrefslogtreecommitdiff
path: root/rest-extras/flickr-proxy-call.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix URL used for flickr rest callsChristophe Fergeau2014-09-031-2/+2
| | | | | | https must be used, and the correct URL for uploads is up.flickr.com https://bugzilla.gnome.org/show_bug.cgi?id=735920
* flickr: Remove direct access to RestProxyCallPrivateChristophe Fergeau2014-09-031-5/+1
| | | | | | | Now that FlickrProxyCall no longer directly modifies RestProxyCall::url, it's trivial to remove all accesses to RestProxyCallPrivate. https://bugzilla.gnome.org/show_bug.cgi?id=735919
* flickr: Fix function setting regressionChristophe Fergeau2014-09-021-4/+8
| | | | | | | | | | | | | | Since commit c66b6d, RestProxyCall::url is regenerated after calling the RestProxyCall::prepare virtual method. This breaks the flickr code as it needs to reset RestProxyCall::url in order to remove the function from it. It used to do that by directly accessing RestProxyCall private data. Since c66b6d, this can be solved using only public methods as if the function is reset on the RestProxyCall in ::prepare, ::url will be regenerated to reflect that after ::prepare and ::serialize_params have been called. https://bugzilla.gnome.org/show_bug.cgi?id=708359
* Revert "Use HMAC glib implementation instead of rolling our own"Christophe Fergeau2012-06-281-0/+1
| | | | | This reverts commit 2a8dac4cc7aeca25b182bb9806ddb1881f2f4994. Pushed by mistake...
* Use HMAC glib implementation instead of rolling our ownChristophe Fergeau2012-06-171-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=658725
* Small documentation fixesRoss Burton2010-08-111-1/+7
|
* flickr: add upload support, with a special FlickrProxyCall modeRoss Burton2010-08-061-7/+46
|
* Rename duplicate PROXY_GET_PRIVATE macros, to silence the introspection ↵Ross Burton2010-08-041-1/+1
| | | | generation
* Port the proxies to use RestParamRoss Burton2010-07-081-1/+6
|
* Split the Facebook and Flickr backends to librest-extrasRoss Burton2009-10-081-0/+80