summaryrefslogtreecommitdiff
path: root/modules/rest/helpers/rest_event.php
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-04-01Beef up the random number generator by using Joomla's new implementation.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-12-15Consolidate all the random code into a random helper that offers:Bharat Mediratta
2010-12-15Use mt_rand() instead of rand() since it provides better portability.Bharat Mediratta
2010-08-08"REST api" --> "REST API".Bharat Mediratta
2010-08-08Add a button to the user profile page to let you reset your REST APIBharat Mediratta
2010-06-07If the identity provider changes then delete all the rest user_access_keys, a...Tim Almdal
2010-03-30Rest -> RESTBharat Mediratta
2010-03-30Rename "user_access_tokens" table to "user_access_keys" as step 1 of aBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-19Refactor away the "display_all" construct in User_Profile_Controller.Bharat Mediratta
2010-01-24Add the active notifications and rest api key to user profile page.Tim Almdal
2010-01-09Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any whereTim Almdal
2010-01-02Correct file structure tests, Have the tests delete the userid they create so...Tim Almdal
2009-12-29Found another where statement that required convertingTim Almdal
2009-12-08Rename the backing table from rest_keys to user_access_tokensTim Almdal
2009-12-07The rest framework that the new gallery3 remote interface will be built on. ...Tim Almdal