aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Move login form into controllerLukas Reschke2016-04-153-43/+13
* | | | | Move \OC\Notification to PSR-4Roeland Jago Douma2016-04-183-0/+0
* | | | | Move \OC\Memcache to PSR-4Roeland Jago Douma2016-04-1811-0/+0
* | | | | Merge pull request #24036 from owncloud/db_psr4Morris Jobke2016-04-1731-0/+0
|\ \ \ \ \
| * | | | | Move \OC\DB to PSR-4Roeland Jago Douma2016-04-1531-0/+0
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-174-16/+24
|/ / / / /
* / / / / Move \OC\Comments to PSR-4Roeland Jago Douma2016-04-153-0/+0
|/ / / /
* | | | Move \OC\Command to PSR-4Roeland Jago Douma2016-04-156-0/+0
* | | | Move \OC\Cache to PSR-4Roeland Jago Douma2016-04-152-0/+0
* | | | Move \OC\Session to PSR-4Roeland Jago Douma2016-04-155-0/+0
* | | | Merge pull request #24007 from owncloud/security_psr4Thomas Müller2016-04-1413-0/+0
|\ \ \ \
| * | | | Move \OC\Security to PSR-4Roeland Jago Douma2016-04-1413-0/+0
| | |_|/ | |/| |
* | | | Merge pull request #23998 from owncloud/translate-birthdayThomas Müller2016-04-141-1/+2
|\ \ \ \
| * | | | Translate contacts birthday - fixes #23982Thomas Müller2016-04-141-1/+2
* | | | | Merge pull request #24005 from owncloud/3rdparty-has-to-be-in-rootThomas Müller2016-04-142-32/+8
|\ \ \ \ \
| * | | | | Kill movable 3rdpartyThomas Müller2016-04-142-32/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #23561 from owncloud/background-scan-unscannedC. Montero Luque2016-04-141-19/+31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' into background-scan-unscannedC. Montero Luque2016-03-2512-8/+50
| |\ \ \ \
| * | | | | handle completely unscanned storages in the background scannerRobin Appelman2016-03-241-19/+31
* | | | | | Merge pull request #23991 from owncloud/handle-exceptions-in-templatesThomas Müller2016-04-141-2/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Properly handle exception within templatesMorris Jobke2016-04-141-2/+7
* | | | | | Scrutinizer Auto-Fixes (#23959)Scrutinizer Auto-Fixer2016-04-141-2/+2
* | | | | | Merge pull request #19615 from owncloud/issue-15858-mount-points-return-wrong...Morris Jobke2016-04-141-4/+17
|\ \ \ \ \ \
| * | | | | | Fix Share::getUsersSharingFile() for mount pointsJoas Schilling2016-04-131-4/+17
| | |_|_|/ / | |/| | | |
* | | | | | Move \OC\Lock to PSR-4Roeland Jago Douma2016-04-144-0/+0
| |/ / / / |/| | | |
* | | | | Move \OC\App to PSR-4Roeland Jago Douma2016-04-1314-0/+0
|/ / / /
* | | | Merge pull request #23962 from owncloud/activity-psr4Thomas Müller2016-04-131-0/+0
|\ \ \ \
| * | | | Move files in \OC\Activity to PSR-4Roeland Jago Douma2016-04-131-0/+0
* | | | | Merge pull request #23963 from owncloud/lazyRootJoas Schilling2016-04-133-3/+494
|\ \ \ \ \
| * | | | | Make shareproviders use the lazy root folderRoeland Jago Douma2016-04-131-2/+2
| * | | | | Add lazyRootFolderRoeland Jago Douma2016-04-132-1/+492
| |/ / / /