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
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-04-01
Beef up the random number generator by using Joomla's new implementation.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-12-15
Consolidate all the random code into a random helper that offers:
Bharat Mediratta
2010-12-15
Use mt_rand() instead of rand() since it provides better portability.
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-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