aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24127 from owncloud/handle-app-loading-errorThomas Müller2016-04-204-7/+15
|\
| * In case an app has issues while loading the app is disabled and request proce...Thomas Müller2016-04-201-2/+10
| * Catch class Error on all root entrypointsThomas Müller2016-04-201-1/+1
| * With PHP7 Throwable is the new base interface for all Exception and Error - w...Thomas Müller2016-04-202-4/+4
* | Merge pull request #23951 from owncloud/cleanlocks-chunkThomas Müller2016-04-201-7/+18
|\ \
| * | Let the querybuilder convertRoeland Jago Douma2016-04-141-4/+2
| * | chunk the cleaning up of shared locksRobin Appelman2016-04-141-7/+20
* | | Merge pull request #23919 from owncloud/cyclyc-share-dep-exampleThomas Müller2016-04-2011-50/+211
|\ \ \
| * | | Move moveFromCache to CacheJailRoeland Jago Douma2016-04-191-0/+16
| * | | Move copy- and moveFromStorage to jailRoeland Jago Douma2016-04-191-0/+26
| * | | Only construct the storage when we start using itRobin Appelman2016-04-195-16/+100
| * | | Fix resolve pathRoeland Jago Douma2016-04-191-2/+7
| * | | Fix related logicRoeland Jago Douma2016-04-194-23/+47
| * | | cache the scanner/updater/cache in the wrapper storageRobin Appelman2016-04-192-12/+18
* | | | Merge pull request #24098 from owncloud/fix_23782Thomas Müller2016-04-201-0/+2
|\ \ \ \
| * | | | When the scanner detects a file is changed clear checksumRoeland Jago Douma2016-04-191-0/+2
| |/ / /
* | | / Move \OC\Preview to PSR-4Roeland Jago Douma2016-04-2025-0/+0
| |_|/ |/| |
* | | Merge pull request #24075 from owncloud/no-html-on-cliLukas Reschke2016-04-202-8/+6
|\ \ \
| * | | In case of fatal php errors and other unhandled exceptions no html error page...Thomas Müller2016-04-182-8/+6
* | | | Merge pull request #24116 from owncloud/fix_24095Thomas Müller2016-04-201-3/+4
|\ \ \ \
| * | | | preserve information if it is a rename operation or notBjörn Schießle2016-04-201-3/+4
* | | | | Merge pull request #23760 from owncloud/fix-setup-mysqlThomas Müller2016-04-201-1/+1
|\ \ \ \ \
| * | | | | Fix conditional check in MySQL setupRobin McCorkell2016-04-201-1/+1
* | | | | | Move \OC\Mail to PSR-4Roeland Jago Douma2016-04-202-0/+0
|/ / / / /
* | | | | Merge pull request #24094 from owncloud/move_dummy_group_backend_to_testThomas Müller2016-04-201-213/+0
|\ \ \ \ \
| * | | | | Move the group dummy backend to testRoeland Jago Douma2016-04-191-213/+0
| | |_|/ / | |/| | |
* | | | | Merge pull request #24103 from owncloud/diagnostics_psr4Thomas Müller2016-04-206-0/+0
|\ \ \ \ \
| * | | | | Move \OC\Diagnostics to PSR-4Roeland Jago Douma2016-04-196-0/+0
* | | | | | Merge pull request #23980 from owncloud/remember-email-when-setting-expiratio...Jan-Christoph Borchardt2016-04-201-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | extract mail view for sending share invitationsChristoph Wurst2016-04-191-0/+1
| | |/ / / | |/| | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-202-8/+10
| |/ / / |/| | |
* | | | Merge pull request #24079 from owncloud/console_psr4Thomas Müller2016-04-192-0/+0
|\ \ \ \
| * | | | Move \OC\Console to PSR-4Roeland Jago Douma2016-04-192-0/+0
| |/ / /
* | | | Merge pull request #24004 from owncloud/dont-transfer-files-to-not-ready-userThomas Müller2016-04-192-0/+31
|\ \ \ \ | |/ / / |/| | |
| * | | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-152-0/+31
* | | | Merge pull request #24074 from owncloud/integritycheck_psr4Thomas Müller2016-04-197-1/+1
|\ \ \ \
| * | | | Fix use statementRoeland Jago Douma2016-04-181-1/+1
| * | | | Move OC\IntegrityCheck to PSR-4Roeland Jago Douma2016-04-187-0/+0
* | | | | Merge pull request #23903 from owncloud/fix-user-data-folder-creation-for-apa...Thomas Müller2016-04-191-0/+4
|\ \ \ \ \
| * | | | | Fixes #23899Thomas Müller2016-04-111-0/+4
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-194-16/+22
* | | | | | Merge pull request #23973 from owncloud/share_move_post_delete_from_group_hookThomas Müller2016-04-197-48/+73
|\ \ \ \ \ \
| * | | | | | Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-137-48/+73
* | | | | | | Move logout to controllerLukas Reschke2016-04-186-35/+15
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #23911 from owncloud/split-upgrade-commandChristoph Wurst2016-04-182-65/+134
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove deprecated HTTPHelperThomas Müller2016-04-181-8/+22
| * | | | | Move version check code out of class UpdaterThomas Müller2016-04-182-65/+120
* | | | | | Suggest cli based updater in case the instance is bigger - #23913Thomas Müller2016-04-181-12/+34
|/ / / / /
* | | | | Merge pull request #23947 from owncloud/login-to-ctrlLukas Reschke2016-04-183-43/+20
|\ \ \ \ \
| * | | | | Keep used username in URLLukas Reschke2016-04-151-1/+8