Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change search to use routing | Bart Visscher | 2012-10-29 | 1 | -5/+3 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | no more require_once() | Thomas Mueller | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
| | |||||
* | 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 |