Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\SystemTag to PSR-4 | Roeland Jago Douma | 2016-04-22 | 4 | -0/+0 |
| | |||||
* | Move \OC\Encryption to PSR-4 | Roeland Jago Douma | 2016-04-22 | 16 | -0/+0 |
| | |||||
* | Merge pull request #24187 from ↵ | Thomas Müller | 2016-04-22 | 1 | -2/+2 |
|\ | | | | | | | | | owncloud/fs-initmountpoint-rethrowifusernotfoundagain Mark $usersSetup only if user was found in initMountPoints | ||||
| * | Mark $usersSetup only if user was found in initMountPoints | Vincent Petry | 2016-04-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | initMountPoints is marking a user as successfully initialized too early. If the user was not found an NoUserException was thrown, the second time initMountPoints is called would not rethrow the exception and happily continue. This fix makes sure that we consistently throw NoUserException when initMountPoints is called repeatedly with invalid users. | ||||
* | | Merge pull request #24200 from owncloud/appframework_psr4 | Thomas Müller | 2016-04-22 | 22 | -14/+14 |
|\ \ | | | | | | | Move \OC\AppFramework to PSR-4 | ||||
| * | | Fix inconsistent nameing of AppFramework | Roeland Jago Douma | 2016-04-22 | 5 | -12/+12 |
| | | | |||||
| * | | Move \OC\AppFramework to PSR-4 | Roeland Jago Douma | 2016-04-22 | 22 | -2/+2 |
| | | | | | | | | | | | | * Also moved the autoloader setup a bit up since we need it in initpaths | ||||
* | | | Merge pull request #24124 from owncloud/encryped-size-progation | Thomas Müller | 2016-04-22 | 2 | -1/+11 |
|\ \ \ | |/ / |/| | | dont do optimized size propagation for encrypted files | ||||
| * | | dont do optimized size propagation for encrypted files | Robin Appelman | 2016-04-21 | 2 | -1/+11 |
| | | | |||||
* | | | Merge pull request #23918 from owncloud/cruds-for-federated-shares | Björn Schießle | 2016-04-22 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | bring back CRUDS permissions for federated shares | ||||
| * | | | if share-permissions exists we use this information as indicator to check if ↵ | Björn Schießle | 2016-04-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | the file has changed or not | ||||
| * | | | ask for share-permissions on propfind | Björn Schießle | 2016-04-20 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge pull request #24085 from owncloud/feedback-on-app-migrations | Thomas Müller | 2016-04-22 | 4 | -37/+126 |
|\ \ \ \ | |_|_|/ |/| | | | App migration steps need to push feedback to the user .... | ||||
| * | | | Adding pre- and post-migration repair steps | Thomas Müller | 2016-04-22 | 4 | -27/+106 |
| | | | | |||||
| * | | | Remove deprecated HTTPHelper from InfoParser | Thomas Müller | 2016-04-22 | 2 | -13/+23 |
| | |/ | |/| | |||||
* | | | Merge pull request #24166 from owncloud/drop-old-calendar-and-contacts-tables | Thomas Müller | 2016-04-22 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | Drop old calendar and contacts tables | ||||
| * | | | Drop old calendar and contacts tables - fixes #21889 | Thomas Müller | 2016-04-22 | 1 | -0/+7 |
| | | | | |||||
* | | | | Merge pull request #24191 from owncloud/setup_psr4 | Roeland Douma | 2016-04-22 | 5 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | Move \OC\Setup to PSR-4 | ||||
| * | | | | Move \OC\Repair to PSR-4 | Roeland Jago Douma | 2016-04-22 | 5 | -0/+0 |
| |/ / / | |||||
* | | | | Merge pull request #24183 from owncloud/change-background-job-sort-order | Thomas Müller | 2016-04-22 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Change the sort order of background jobs to be DESC instead of ASC | ||||
| * | | | | Change the sort order of background jobs to be DESC instead of ASC | Joas Schilling | 2016-04-22 | 1 | -3/+3 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In theory, if your instance ever creates more jobs then your system cron can handle, the default background jobs get never executed anymore. Because everytime when the joblist returns the next job it looks for the next ID, however there is always a new next ID, so it will never wrap back to execute the low IDs. But when we change the sort order to be DESC, we make sure that these low IDs are always executed, before the system jumps back up to execute the new IDs. | ||||
* / / / | Throw NoUserException when attempting to init mount point for null user | Vincent Petry | 2016-04-22 | 1 | -0/+3 |
|/ / / | | | | | | | | | | | | | | | | | | | In some scenarios initMountPoints is called with an empty user, and also there is no user in the session. In such cases, it is unsafe to let the code move on with an empty user. | ||||
* | | | Merge pull request #24173 from owncloud/master-certificate | Vincent Petry | 2016-04-22 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | [master] Ignore certificate file if it starts with file:// | ||||
| * | | | [master] Ignore certificate file if it starts with file:// | Lukas Reschke | 2016-04-21 | 1 | -0/+7 |
| |/ / | |||||
* / / | Move \OC\Repair to PSR-4 | Roeland Jago Douma | 2016-04-21 | 18 | -0/+0 |
|/ / | |||||
* | | Merge pull request #24135 from owncloud/also-write-htaccess-from-cli | Thomas Müller | 2016-04-21 | 1 | -7/+15 |
|\ \ | | | | | | | Write .htaccess also from CLI | ||||
| * | | Write .htaccess also from CLI | Lukas Reschke | 2016-04-20 | 1 | -7/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new updater as shipped with ownCloud 9.0.x invokes `occ` via `shell_exec`. This means that the `\OC::$CLI` code is used when updating. This removes the manual `.htaccess` modifications, effectively leading to the fact that URLs without index.php in it stop working. This also affects share URLs which could be considered a rather serious regression. - User installs 9.0.0 via web - User shares /s/1234 - User updates to 9.0.1 via ownCloud updater - Link to /s/1234 is broken, /index.php/s/1234 works | ||||
* | | | Merge pull request #24133 from owncloud/tagging_psr4 | Joas Schilling | 2016-04-21 | 2 | -0/+0 |
|\ \ \ | | | | | | | | | Move \OC\Tagging to PSR-4 | ||||
| * | | | Move \OC\Tagging to PSR-4 | Roeland Jago Douma | 2016-04-20 | 2 | -0/+0 |
| |/ / | |||||
* | | | Merge pull request #24127 from owncloud/handle-app-loading-error | Thomas Müller | 2016-04-20 | 3 | -5/+13 |
|\ \ \ | |/ / |/| | | Handle app loading error | ||||
| * | | In case an app has issues while loading the app is disabled and request ↵ | Thomas Müller | 2016-04-20 | 1 | -2/+10 |
| | | | | | | | | | | | | processing continues | ||||
| * | | Catch class Error on all root entrypoints | Thomas Müller | 2016-04-20 | 1 | -1/+1 |
| | | | |||||
| * | | With PHP7 Throwable is the new base interface for all Exception and Error - ↵ | Thomas Müller | 2016-04-20 | 1 | -2/+2 |
| | | | | | | | | | | | | we should be capable to log Throwable as well | ||||
* | | | Merge pull request #23951 from owncloud/cleanlocks-chunk | Thomas Müller | 2016-04-20 | 1 | -7/+18 |
|\ \ \ | | | | | | | | | chunk the cleaning up of shared locks | ||||
| * | | | Let the querybuilder convert | Roeland Jago Douma | 2016-04-14 | 1 | -4/+2 |
| | | | | |||||
| * | | | chunk the cleaning up of shared locks | Robin Appelman | 2016-04-14 | 1 | -7/+20 |
| | | | | |||||
* | | | | Merge pull request #23919 from owncloud/cyclyc-share-dep-example | Thomas Müller | 2016-04-20 | 10 | -50/+203 |
|\ \ \ \ | | | | | | | | | | | SharedStorage to new sharing code + cleanup | ||||
| * | | | | Move moveFromCache to CacheJail | Roeland Jago Douma | 2016-04-19 | 1 | -0/+16 |
| | | | | | |||||
| * | | | | Move copy- and moveFromStorage to jail | Roeland Jago Douma | 2016-04-19 | 1 | -0/+26 |
| | | | | | |||||
| * | | | | Only construct the storage when we start using it | Robin Appelman | 2016-04-19 | 4 | -16/+92 |
| | | | | | |||||
| * | | | | Fix resolve path | Roeland Jago Douma | 2016-04-19 | 1 | -2/+7 |
| | | | | | |||||
| * | | | | Fix related logic | Roeland Jago Douma | 2016-04-19 | 4 | -23/+47 |
| | | | | | |||||
| * | | | | cache the scanner/updater/cache in the wrapper storage | Robin Appelman | 2016-04-19 | 2 | -12/+18 |
| | | | | | |||||
* | | | | | Merge pull request #24098 from owncloud/fix_23782 | Thomas Müller | 2016-04-20 | 1 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | When calling file_put_contents clear the checksum | ||||
| * | | | | | When the scanner detects a file is changed clear checksum | Roeland Jago Douma | 2016-04-19 | 1 | -0/+2 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #23782 and #23783 If the file scanner detects a changed file we clear the checksum while we update the cache. * Unit test added | ||||
* | | / / | Move \OC\Preview to PSR-4 | Roeland Jago Douma | 2016-04-20 | 25 | -0/+0 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #24075 from owncloud/no-html-on-cli | Lukas Reschke | 2016-04-20 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | In case of fatal php errors and other unhandled exceptions no html er… | ||||
| * | | | | In case of fatal php errors and other unhandled exceptions no html error ↵ | Thomas Müller | 2016-04-18 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | page is expected to be displayed in the console | ||||
* | | | | | Merge pull request #24116 from owncloud/fix_24095 | Thomas Müller | 2016-04-20 | 1 | -3/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | preserve information if it is a rename operation or not | ||||
| * | | | | | preserve information if it is a rename operation or not | Björn Schießle | 2016-04-20 | 1 | -3/+4 |
| | | | | | |