index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
rest
Age
Commit message (
Expand
)
Author
2010-09-01
Make RENAME TABLE operations idempotent so that in case there's a
Bharat Mediratta
2010-08-15
We use UTF-8 everywhere. Fixes ticket #1285.
Bharat Mediratta
2010-08-09
Force the charset to UTF-8 when viewing the HTML form of REST output.
Bharat Mediratta
2010-08-08
"REST api" --> "REST API".
Bharat Mediratta
2010-08-08
Add a button to the user profile page to let you reset your REST API
Bharat Mediratta
2010-08-08
Add JSONP support. You must specify &output=jsonp?callback=<js_function>
Bharat Mediratta
2010-08-08
Create a registry of REST resources and call it "registry".. Pretty
Bharat Mediratta
2010-07-27
Merge branch 'master' into dialog
Tim Almdal
2010-07-27
Update the mock so that all responses return arrays, not stdClass().
Bharat Mediratta
2010-07-23
More patches as part of #1225. Change the 'core' modules to use the json::reply
Tim Almdal
2010-07-20
Fix internationalization of REST key.
Bharat Mediratta
2010-07-16
POST requests create a new entity and should result in a 201 Created
Bharat Mediratta
2010-07-16
Trap 404s and return Rest_Exception instead. Fixes ticket #1213.
Bharat Mediratta
2010-06-20
Remove trailing ?>
Bharat Mediratta
2010-06-20
Rename error_rest.php to error_rest.json.php so that we specify the
Bharat Mediratta
2010-06-19
$response is optional in the Rest_Exception constructor.
Bharat Mediratta
2010-06-19
Throw exceptions as appropriate, but allow the Kohana exception
Bharat Mediratta
2010-06-19
Oops. Fix up a bad instance of $user in rest::access_key() introduced
Bharat Mediratta
2010-06-18
Simplify rest::get_access_key($user) to rest::access_key() that
Bharat Mediratta
2010-06-18
change single to double quotes.
Bharat Mediratta
2010-06-15
Guard against relationships() not returning an array.
Bharat Mediratta
2010-06-15
Update the description.
Bharat Mediratta
2010-06-13
Merge branch 'master' into talmdal_dev
Tim Almdal
2010-06-11
Send back the REST API version as a header. It's on every request,
Bharat Mediratta
2010-06-10
Tweak the error response for rest requests to make it easier for the client t...
Tim Almdal
2010-06-08
Don't use the standard error formatting for exceptions that have occurred as ...
Tim Almdal
2010-06-08
The status message for an HTTP 400 status should always be 'Bad Request', if ...
Tim Almdal
2010-06-07
Merge branch 'master' into talmdal_dev
Tim Almdal
2010-06-07
If the identity provider changes then delete all the rest user_access_keys, a...
Tim Almdal
2010-06-06
Merge branch 'master' into talmdal_dev
Tim Almdal
2010-06-05
Add an advanced setting to allow developers to allow guest access to
Bharat Mediratta
2010-04-21
Merge branch 'master' into talmdal_dev
Tim Almdal
2010-04-17
Update tests to reflect recent changes to the REST API.
Bharat Mediratta
2010-04-07
Merge bharat_dev rest implementation
Tim Almdal
2010-04-06
Merge branch 'master' into talmdal_dev
Tim Almdal
2010-04-04
REST changes: Allow PUT and POST requests to modify members, not
Bharat Mediratta
2010-03-31
Merge branch 'master' into talmdal_dev
Tim Almdal
2010-03-30
Rest -> REST
Bharat Mediratta
2010-03-30
Rename "access_token" to "access_key" in the code for consistency.
Bharat Mediratta
2010-03-30
Rename "user_access_tokens" table to "user_access_keys" as step 1 of a
Bharat Mediratta
2010-03-21
If the access token is not set, then look in the post data.
Tim Almdal
2010-03-13
Merge branch 'master' into talmdal_dev
Tim Almdal
2010-03-13
Whitespace correction
Tim Almdal
2010-03-13
Changes to support updating the child elements within an album. In this chang...
Tim Almdal
2010-03-13
Update tests to reflect the fact that you have to be logged in to do anything.
Bharat Mediratta
2010-03-13
Guests don't get access to the REST API.
Bharat Mediratta
2010-03-05
Update tests to reflect the fact that you have to be logged in to do anything.
Bharat Mediratta
2010-03-03
Guests don't get access to the REST API.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-24
Remove redundant print statement. rest::reply() does the print so having the ...
Tim Almdal
[next]