| Age | Commit message (Collapse) | 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 | |
| random::hash() random::string() random::percent() random::int() So that we don't have lots of different ways to get random values all over the code. Follow-on to #1527. | |||
| 2010-12-15 | Use mt_rand() instead of rand() since it provides better portability. | Bharat Mediratta | |
| Fixes #1527. | |||
| 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 | |
| key. This is useful if you think it's been compromised in some way. Fixes ticket #1226. | |||
| 2010-06-07 | If the identity provider changes then delete all the rest user_access_keys, ↵ | Tim Almdal | |
| as they are no longer valid. (i.e. all the related users have been deleted.) | |||
| 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 | |
| multi step process to refer to REST access keys as "access_key" everywhere. Bump the rest module to version 2. | |||
| 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 | |
| "display_all" is too coarse, and we should be letting event handlers make the appropriate decision on what to display and when. This duplicates some code, but it's now very clear in the event handlers what's getting shown. Throw a 404 if we try to view the user profile for a missing user. The only feature change in this should be that we now display the name, full name and website for a user to any other registered user, which makes sense since these are typically public fields. Don't show any of the edit buttons unless identity::is_writable() | |||
| 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 | |
| clauses and deletes all the entries in the table unless an array of id's are passed as the parameter. This fix used the Database_builder to specify any where conditions. Thanks psvo for find the first one. :-) | |||
| 2010-01-02 | Correct file structure tests, Have the tests delete the userid they create ↵ | Tim Almdal | |
| so as not to impact other tests. | |||
| 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 | |
| Implement an api to format the errors and success messages Removed the custom routing... urls are now /rest/<module_name>/<resource> | |||
| 2009-12-07 | The rest framework that the new gallery3 remote interface will be built on. ↵ | Tim Almdal | |
| At the moment, there are no handlers to perform any functionality. | |||
