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-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
2010-02-20
When using rest::reply(), don't call var_export() if the response is empty.
Bharat Mediratta
2010-02-19
Refactor away the "display_all" construct in User_Profile_Controller.
Bharat Mediratta
2010-02-14
If the return object is empty still return the empty object in the json respo...
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-29
Use ? or & as appropriate when appending output=html.
Bharat Mediratta
2010-01-29
Use var_export instead of print_r for better clarity.
Bharat Mediratta
2010-01-28
Do all the html::clean|purify calls in the views and not the controller. Also...
Tim Almdal
2010-01-25
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-24
Add the active notifications and rest api key to user profile page.
Tim Almdal
2010-01-23
Update tests for recent REST changes.
Bharat Mediratta
2010-01-22
output_type --> output
Bharat Mediratta
2010-01-22
Reshape the rest code to be more consistent with regards to
Bharat Mediratta
2010-01-21
whitespace.
Bharat Mediratta
2010-01-20
Improve robustness in resolve() against bad urls..
Bharat Mediratta
2010-01-20
Rewrite the tests to be simpler and more direct.
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
Move rest::send_headers back into Rest_Exception.
Bharat Mediratta
2010-01-19
Make Rest_Exception extend Kohana_Exception so that we can let it
Bharat Mediratta
2010-01-19
Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.
Bharat Mediratta
2010-01-19
Don't send headers if they're already sent.
Bharat Mediratta
2010-01-19
Use $input instead of Input::instance()
Bharat Mediratta
2010-01-19
Use an appropriate json content type
Bharat Mediratta
2010-01-19
Change rest::url() to take a module name and a resource. The module
Bharat Mediratta
2010-01-19
Have the rest calls return an array and print it out in the
Bharat Mediratta
2010-01-19
Add rest::url() for convenience.
Bharat Mediratta
2010-01-17
Catch ORM_Validation_Exception and turn it into a 400 Bad Request with
Bharat Mediratta
2010-01-10
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-09
Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any where
Tim Almdal
2010-01-08
Change url parsing in resolve() to ignore the query string.
Bharat Mediratta
2010-01-04
Further progress on refining the REST server side code.
Bharat Mediratta
[prev]
[next]