Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the require_once lib base from all (or nearly all) files | Georg Ehrke | 2012-04-17 | 1 | -1/+1 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 1 | -2/+2 |
| | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | ||||
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 1 | -5/+2 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | provide json interface for search | Robin Appelman | 2011-07-30 | 1 | -0/+42 |