| Commit message (Expand) | Author | Age | Files | Lines |
* | Happy new year! | Thomas Müller | 2016-01-12 | 6 | -6/+9 |
* | Remove deprecated shipped flag from info.xml which has no use anymore | Joas Schilling | 2016-01-07 | 1 | -1/+0 |
* | Add ownCloud min and max version for shipped apps | Joas Schilling | 2016-01-07 | 1 | -1/+1 |
* | Remove deprecated function OC_User::getManager | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
* | Merge pull request #20545 from owncloud/scan-storage-in-background-job | Thomas Müller | 2015-12-03 | 4 | -3/+32 |
|\ |
|
| * | Move files/ajax/scan.php to background job | Lukas Reschke | 2015-11-28 | 4 | -3/+32 |
* | | Inject the database connection | Joas Schilling | 2015-11-30 | 1 | -0/+1 |
|/ |
|
* | Update app version for Webdav impl of files GUI | Vincent Petry | 2015-11-22 | 1 | -1/+1 |
* | Move index.php from files to AppFramework | Lukas Reschke | 2015-11-16 | 2 | -3/+8 |
* | Update license headers | Lukas Reschke | 2015-10-26 | 2 | -2/+2 |
* | Merge pull request #19838 from owncloud/remove-files-remote.php | Thomas Müller | 2015-10-20 | 1 | -55/+0 |
|\ |
|
| * | Remove apps/files/appinfo/remote.php - this is no longer used | Thomas Müller | 2015-10-16 | 1 | -55/+0 |
* | | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+4 |
|/ |
|
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 2 | -6/+2 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -3/+2 |
* | Add a Sabre plugin that emits an event for apps | Joas Schilling | 2015-09-17 | 1 | -1/+2 |
* | Remove DEBUG constant and use config value | Morris Jobke | 2015-08-24 | 2 | -1/+10 |
* | Merge pull request #18127 from owncloud/dav-request-tests | Thomas Müller | 2015-08-12 | 1 | -42/+14 |
|\ |
|
| * | split out creating the sabre dav server to it's own factory | Robin Appelman | 2015-08-11 | 1 | -42/+14 |
* | | Use DI | Roeland Jago Douma | 2015-08-10 | 1 | -4/+1 |
* | | Moved core apps to the capabilities manager | Roeland Jago Douma | 2015-08-10 | 2 | -9/+12 |
|/ |
|
* | add condition to update query | Bjoern Schiessle | 2015-07-27 | 1 | -1/+1 |
* | Add an update script to reset the value | Joas Schilling | 2015-07-24 | 2 | -1/+97 |
* | Remove ajax/mimeicon.php and its route | Roeland Jago Douma | 2015-07-09 | 1 | -2/+0 |
* | Fixing ctor calls and ctor itself to not break usage in calendar and contacts... | Thomas Müller | 2015-06-29 | 1 | -1/+1 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 2 | -1/+1 |
* | Remove hard-dependency on disabled output_buffering | Lukas Reschke | 2015-05-04 | 1 | -0/+2 |
* | Block old legacy clients | Lukas Reschke | 2015-04-20 | 1 | -0/+1 |
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 1 | -1/+1 |
* | Merge pull request #15437 from owncloud/deleteorphanedfiles | Thomas Müller | 2015-04-10 | 1 | -0/+1 |
|\ |
|
| * | [command] delete orphaned file cache entries | Morris Jobke | 2015-04-08 | 1 | -0/+1 |
* | | Move tag related code into a helper so we can test the query without a view | Joas Schilling | 2015-03-30 | 1 | -1/+3 |
* | | Use DI for the objects where possible | Joas Schilling | 2015-03-30 | 1 | -1/+4 |
|/ |
|
* | Merge pull request #15227 from owncloud/ocetag-header | Vincent Petry | 2015-03-27 | 1 | -0/+1 |
|\ |
|
| * | Copy Etag header to OC-Etag for sabre calls | Vincent Petry | 2015-03-26 | 1 | -0/+1 |
* | | Merge pull request #15214 from owncloud/no-php-timeouts-on-webdav-master | Morris Jobke | 2015-03-26 | 1 | -0/+4 |
|\ \ |
|
| * | | no php execution timeout for webdav | Thomas Müller | 2015-03-26 | 1 | -0/+4 |
| |/ |
|
* / | Update license headers | Jenkins for ownCloud | 2015-03-26 | 5 | -29/+104 |
|/ |
|
* | No longer directly output OC_Image for thumbnails | Roeland Jago Douma | 2015-03-24 | 1 | -3/+4 |
* | Use a closure for the files app entry and deprecate old methods | Joas Schilling | 2015-03-17 | 1 | -17/+22 |
* | Adding a more meaningful message for sabre dav exception - fixes #14516 | Thomas Müller | 2015-03-11 | 1 | -1/+1 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 5 | -100/+32 |
* | Remove locks plugin. | Thomas Müller | 2015-02-25 | 1 | -2/+0 |
* | Show a empty response for GET on non-files instead of the Browser Plugin | Lukas Reschke | 2015-02-23 | 1 | -1/+2 |
* | Sabre Update to 2.1 | Vincent Petry | 2015-02-23 | 1 | -11/+22 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 5 | -32/+100 |
* | Move displaying of files related activities to files app | Joas Schilling | 2015-02-13 | 1 | -0/+7 |
* | Remove duplicated definition of APIController | Joas Schilling | 2015-01-26 | 1 | -12/+0 |
* | Merge pull request #12865 from owncloud/files-tags-webdav | Morris Jobke | 2014-12-19 | 1 | -0/+1 |
|\ |
|
| * | Returns and update tags through WebDAV PROPFIND and PROPPATCH | Vincent Petry | 2014-12-17 | 1 | -0/+1 |