Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimized image size | Lukas Reschke | 2012-08-18 | 1 | -0/+0 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 4 | -5/+0 |
| | |||||
* | CSRF checks | Lukas Reschke | 2012-07-07 | 1 | -0/+1 |
| | |||||
* | prevent XSS | Frank Karlitschek | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -2/+0 |
| | | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty. | ||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 3 | -3/+3 |
| | |||||
* | mark the apps as part of the shipped package and increase the requirement to ↵ | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 |
| | | | | ownCloud 4 | ||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 6 | -0/+0 |
| | |||||
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 3 | -3/+3 |
| | |||||
* | port appconfig | Frank Karlitschek | 2012-05-02 | 2 | -2/+2 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 2 | -4/+4 |
| | |||||
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | port linkto and serverHost | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | ported checkLoggedIn and checkAdmin | Frank Karlitschek | 2012-05-01 | 3 | -3/+3 |
| | |||||
* | ported addSyript and other small stuff | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | port to use the new public api | Frank Karlitschek | 2012-05-01 | 1 | -2/+2 |
| | |||||
* | remove the require_once lib base from all (or nearly all) files | Georg Ehrke | 2012-04-17 | 2 | -2/+2 |
| | |||||
* | keep version numbers in their own files for faster reading | Robin Appelman | 2012-04-14 | 2 | -1/+1 |
| | |||||
* | Ability to save an arbitrary number of external sites | rok | 2012-03-07 | 9 | -164/+189 |
| | |||||
* | External: Use OC_Util::checkLoggedIn | Bart Visscher | 2012-02-14 | 1 | -6/+1 |
| | |||||
* | Disable save button while saving. Streamlined code. | Tom Needham | 2011-11-29 | 4 | -26/+26 |
| | |||||
* | new "external" application. you can integrate external application like ↵ | Frank Karlitschek | 2011-10-22 | 10 | -0/+549 |
roundcube, squirellmail or a wiki into ownCloud. |