Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix checkstyle for files app | Jörn Friedrich Dreyer | 2012-11-29 | 5 | -22/+29 |
| | |||||
* | make sure the output buffer is closed when handeling webdav | Robin Appelman | 2012-11-25 | 1 | -0/+2 |
| | |||||
* | prepare SQL query only once, that's what prepared statements are for. Should ↵ | Arthur Schiwon | 2012-11-05 | 1 | -2/+2 |
| | | | | improve upgrade time with larger setups | ||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 3 | -4/+4 |
| | |||||
* | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -1/+1 |
| | |||||
* | adapted comments to the code changes | Björn Schießle | 2012-11-01 | 2 | -2/+2 |
| | |||||
* | load logging apps for webdav connections | Björn Schießle | 2012-11-01 | 2 | -2/+3 |
| | | | | Backport of de1b95c | ||||
* | fix checking quota in webdav, adding a sabredav plugin | scambra | 2012-10-30 | 1 | -0/+1 |
| | |||||
* | Use files remote webdav in compatibility files/webdav.php | Bart Visscher | 2012-10-29 | 1 | -2/+2 |
| | |||||
* | Merge branch 'routing' | Bart Visscher | 2012-10-27 | 1 | -0/+12 |
|\ | | | | | | | | | | | Conflicts: core/lostpassword/index.php core/lostpassword/resetpassword.php | ||||
| * | Merge branch 'master' into routing | Bart Visscher | 2012-10-17 | 2 | -10/+10 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php | ||||
| * | | Implement route for download in OC_Search_Provider_File | Bart Visscher | 2012-09-28 | 1 | -0/+12 |
| | | | |||||
* | | | Make Jenkins more happy. | Felix Moeller | 2012-10-23 | 1 | -1/+1 |
| |/ |/| | | | | | This is NoSpaceAfterComma | ||||
* | | escape identifiers in queries | Jörn Friedrich Dreyer | 2012-10-02 | 1 | -9/+9 |
| | | |||||
* | | automatically remove and prevent installation of apps with a require version ↵ | Frank Karlitschek | 2012-10-02 | 1 | -1/+1 |
|/ | | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5 | ||||
* | - take webdav namespace for properties into account | Björn Schießle | 2012-09-26 | 2 | -10/+12 |
| | | | | - change update routine to add the namesapce to all stored properties | ||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 2 | -4/+4 |
| | |||||
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -2/+0 |
| | |||||
* | add backticks to SQL, use limit parameter instead of LIMIT SQL | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -6/+6 |
| | |||||
* | Chunked upload: Support reusing local chunks | Bart Visscher | 2012-07-27 | 3 | -1/+66 |
| | |||||
* | fix broken properties in the database | Bjoern Schiessle | 2012-07-23 | 1 | -2/+2 |
| | |||||
* | update routine to fix broken file properties in db | Bjoern Schiessle | 2012-07-23 | 2 | -1/+12 |
| | |||||
* | fix remote and public.php | Robin Appelman | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -1/+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 | 1 | -1/+1 |
| | |||||
* | mark the apps as part of the shipped package and increase the requirement to ↵ | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 |
| | | | | ownCloud 4 | ||||
* | try to remove deprecated files from /files on update | Arthur Schiwon | 2012-05-16 | 1 | -0/+34 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | cache app types during install or update | Robin Appelman | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | selective app loading for remote/public | Robin Appelman | 2012-05-14 | 2 | -0/+4 |
| | |||||
* | load remote and public paths from info.xml during upgrade instead of setting ↵ | Robin Appelman | 2012-05-11 | 3 | -2/+5 |
| | | | | them every time | ||||
* | improve remote.php and create public.php | Georg Ehrke | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | fix webdav, bloody merge conflicts | Georg Ehrke | 2012-05-07 | 1 | -1/+0 |
| | |||||
* | fix merge conflicts | Georg Ehrke | 2012-05-07 | 2 | -3/+2 |
|\ | |||||
| * | added a nice API to get the installes Apps with names, urls and icon from ↵ | Frank Karlitschek | 2012-05-05 | 1 | -0/+1 |
| | | | | | | | | | | | | the outside. This is useful for some nice upcoming desktop and mobile integration | ||||
| * | Fix loading by apptype in webdav | Bart Visscher | 2012-05-05 | 1 | -4/+1 |
| | | |||||
* | | Working remote.php with webdav and caldav | Bart Visscher | 2012-05-06 | 1 | -1/+1 |
| | | |||||
* | | push changes | Georg Ehrke | 2012-05-05 | 2 | -9/+1 |
|/ | |||||
* | fix writing of webdav.php | Georg Ehrke | 2012-05-05 | 1 | -1/+1 |
| | |||||
* | fix writing in remote folder | Georg Ehrke | 2012-05-05 | 3 | -8/+3 |
| | |||||
* | Changed $APPROOT to $APPSROOT as in ↵ | Thomas Tanghus | 2012-05-04 | 1 | -1/+1 |
| | | | | https://gitorious.org/owncloud/owncloud/merge_requests/116 | ||||
* | fix install | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | add require_once('../lib/base.php'); to webdav.php | Georg Ehrke | 2012-05-02 | 1 | -0/+1 |
| | |||||
* | create folder 'remote' for the remote services like caldav, carddav and webdav | Georg Ehrke | 2012-05-02 | 3 | -0/+59 |
| | |||||
* | files is not internal any more, part II | Arthur Schiwon | 2012-05-02 | 1 | -0/+1 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | add a info.xml to files | Frank Karlitschek | 2012-04-29 | 1 | -0/+10 |
| |