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
/
controllers
Age
Commit message (
Expand
)
Author
2013-03-02
#2031 - Add class_exists() before method_exists() if class existence is unknown.
shadlaws
2013-02-17
#2006 - Add system::mark_file_for_delete API to delete files at shutdown.
shadlaws
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-10-03
Fix the standard and REST uploaders to use a callback function to
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-12-23
Create a way for controllers to exempty themselves from maintenance
Bharat Mediratta
2010-11-22
Take into account the core.url_suffix configuration setting when
Bharat Mediratta
2010-08-08
Add a button to the user profile page to let you reset your REST API
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-19
Throw exceptions as appropriate, but allow the Kohana exception
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-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-04-07
Merge bharat_dev rest implementation
Tim Almdal
2010-03-31
Merge branch 'master' into talmdal_dev
Tim Almdal
2010-03-30
Rename "access_token" to "access_key" in the code for consistency.
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-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
2010-02-07
Create the concept of a "failed authentication" as semantically
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-30
Refactory auth::too_many_failed_logins() out of
Bharat Mediratta
2010-01-30
Protect REST login controller from brute force attacks too.
Andy Staudacher
2010-01-22
Reshape the rest code to be more consistent with regards to
Bharat Mediratta
2010-01-20
Move access key creation into a helper function.
Bharat Mediratta
2010-01-19
Let the Rest_Controller functions throw a Rest_Exception since
Bharat Mediratta
2010-01-19
Use $input instead of Input::instance()
Bharat Mediratta
2010-01-19
Have the rest calls return an array and print it out in the
Bharat Mediratta
2010-01-17
Catch ORM_Validation_Exception and turn it into a 400 Bad Request with
Bharat Mediratta
2010-01-04
Further progress on refining the REST server side code.
Bharat Mediratta
2010-01-03
Simplify the REST API code. Here's what I did:
Bharat Mediratta
2010-01-02
Remove the Rest_Exception::trigger method.
Tim Almdal
2010-01-02
Correct file structure tests, Have the tests delete the userid they create so...
Tim Almdal
2009-12-31
Remove extra debug statement in rest_controller::access_key() and restructure...
Tim Almdal
2009-12-31
Move the set_active_user and normalize_request methods to rest.php helper
Tim Almdal
2009-12-31
Create a Rest_Exception class and use it to convey status to the client inste...
Tim Almdal
2009-12-27
Clean up validation the check for duplicate names or slugs, finish converting...
Tim Almdal
2009-12-23
When normalizing the rest request don't assume that the additional arguments ...
Tim Almdal
2009-12-22
Update the api so it allows images to be uploaded.
Tim Almdal
2009-12-21
Added validation to the edit functionality, since we can't trust any input
Tim Almdal
2009-12-18
Change how request input is processed.First the input is no longer json encod...
Tim Almdal
2009-12-15
Updates the the interface based on actually using it.
Tim Almdal
2009-12-09
Use the relative url cache to look up resources instead of the relative path....
Tim Almdal
2009-12-08
Correct the error message when the item is not found; remove the check for no...
Tim Almdal
[next]