Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | |||||
* | | | | | Merge pull request #23760 from owncloud/fix-setup-mysql | Thomas Müller | 2016-04-20 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix conditional check in MySQL setup | ||||
| * | | | | | Fix conditional check in MySQL setup | Robin McCorkell | 2016-04-20 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Move \OC\Mail to PSR-4 | Roeland Jago Douma | 2016-04-20 | 2 | -0/+0 |
|/ / / / / | |||||
* | | | | | Merge pull request #24094 from owncloud/move_dummy_group_backend_to_test | Thomas Müller | 2016-04-20 | 1 | -213/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Move the group dummy backend to test | ||||
| * | | | | | Move the group dummy backend to test | Roeland Jago Douma | 2016-04-19 | 1 | -213/+0 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | The dummy backend is only used for testing and should thus reside in tests. | ||||
* | | | | | Merge pull request #24103 from owncloud/diagnostics_psr4 | Thomas Müller | 2016-04-20 | 6 | -0/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Move \OC\Diagnostics to PSR-4 | ||||
| * | | | | | Move \OC\Diagnostics to PSR-4 | Roeland Jago Douma | 2016-04-19 | 6 | -0/+0 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #23980 from ↵ | Jan-Christoph Borchardt | 2016-04-20 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | owncloud/remember-email-when-setting-expirationdate remember email when setting expiration date | ||||
| * | | | | extract mail view for sending share invitations | Christoph Wurst | 2016-04-19 | 1 | -0/+1 |
| |/ / / | | | | | | | | | | | | | fixes #22947 | ||||
* | | | | Merge pull request #24079 from owncloud/console_psr4 | Thomas Müller | 2016-04-19 | 2 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | Move \OC\Console to PSR-4 | ||||
| * | | | | Move \OC\Console to PSR-4 | Roeland Jago Douma | 2016-04-19 | 2 | -0/+0 |
| |/ / / | |||||
* | | | | Merge pull request #24004 from owncloud/dont-transfer-files-to-not-ready-user | Thomas Müller | 2016-04-19 | 1 | -0/+19 |
|\ \ \ \ | |/ / / |/| | | | Introduce isReadyForUser and verify in file transfer ownership | ||||
| * | | | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786 | Thomas Müller | 2016-04-15 | 1 | -0/+19 |
| | | | | |||||
* | | | | Merge pull request #24074 from owncloud/integritycheck_psr4 | Thomas Müller | 2016-04-19 | 7 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Move OC\IntegrityCheck to PSR-4 | ||||
| * | | | | Fix use statement | Roeland Jago Douma | 2016-04-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Move OC\IntegrityCheck to PSR-4 | Roeland Jago Douma | 2016-04-18 | 7 | -0/+0 |
| | | | | | |||||
* | | | | | Merge pull request #23903 from ↵ | Thomas Müller | 2016-04-19 | 1 | -0/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/fix-user-data-folder-creation-for-apache-login Ensure the user's data folder is created for IApacheBackend authentication | ||||
| * | | | | | Fixes #23899 | Thomas Müller | 2016-04-11 | 1 | -0/+4 |
| | | | | | | |||||
* | | | | | | Merge pull request #23973 from owncloud/share_move_post_delete_from_group_hook | Thomas Müller | 2016-04-19 | 4 | -46/+50 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Move post_removeFromGroup to shareManager | ||||
| * | | | | | | Move post_removeFromGroup to shareManager | Roeland Jago Douma | 2016-04-13 | 4 | -46/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The last sharing hook to be moved over. * Added unit tests * Removed old tests that relied on old behaviour * Removed old hooks.php | ||||
* | | | | | | | Move logout to controller | Lukas Reschke | 2016-04-18 | 3 | -12/+10 |
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | Testable code. Yay. | ||||
* | | | | | | Remove deprecated HTTPHelper | Thomas Müller | 2016-04-18 | 1 | -8/+22 |
| | | | | | | |||||
* | | | | | | Move version check code out of class Updater | Thomas Müller | 2016-04-18 | 2 | -65/+120 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge pull request #23947 from owncloud/login-to-ctrl | Lukas Reschke | 2016-04-18 | 2 | -42/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Move login form into controller | ||||
| * | | | | | Move login form into controller | Lukas Reschke | 2016-04-15 | 2 | -42/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | First step on getting the authorisation stuff cleaned up. This is only for the login form, all other stuff is still where it is. | ||||
* | | | | | | Move \OC\Notification to PSR-4 | Roeland Jago Douma | 2016-04-18 | 3 | -0/+0 |
| | | | | | | |||||
* | | | | | | Move \OC\Memcache to PSR-4 | Roeland Jago Douma | 2016-04-18 | 11 | -0/+0 |
| | | | | | | |||||
* | | | | | | Move \OC\DB to PSR-4 | Roeland Jago Douma | 2016-04-15 | 31 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder) | ||||
* | | | | | | Move \OC\Comments to PSR-4 | Roeland Jago Douma | 2016-04-15 | 3 | -0/+0 |
|/ / / / / |