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
/
helpers
/
rest_event.php
Age
Commit message (
Expand
)
Author
2010-06-07
If the identity provider changes then delete all the rest user_access_keys, a...
Tim Almdal
2010-03-30
Rest -> REST
Bharat Mediratta
2010-03-30
Rename "user_access_tokens" table to "user_access_keys" as step 1 of a
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-19
Refactor away the "display_all" construct in User_Profile_Controller.
Bharat Mediratta
2010-01-24
Add the active notifications and rest api key to user profile page.
Tim Almdal
2010-01-09
Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any where
Tim Almdal
2010-01-02
Correct file structure tests, Have the tests delete the userid they create so...
Tim Almdal
2009-12-29
Found another where statement that required converting
Tim Almdal
2009-12-08
Rename the backing table from rest_keys to user_access_tokens
Tim Almdal
2009-12-07
The rest framework that the new gallery3 remote interface will be built on. ...
Tim Almdal