summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Move EntityEvent to PSR-4Joas Schilling2016-05-231-0/+0
* | | | | | | Make the root collection neutral so it does not only work for filesJoas Schilling2016-05-231-0/+76
| |_|/ / / / |/| | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-238-8/+24
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-224-12/+20
* | | | | | Merge pull request #24732 from owncloud/autoloader_fixVincent Petry2016-05-213-7/+1
|\ \ \ \ \ \
| * | | | | | Move Template to PSR-4Roeland Jago Douma2016-05-201-0/+0
| * | | | | | Only allow loading of legacy (lib/private/legacy) by defaultRoeland Jago Douma2016-05-201-5/+1
| * | | | | | \OCP is handled by composer autoloaderRoeland Jago Douma2016-05-201-2/+0
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #24696 from owncloud/lock-jobs-while-executingVincent Petry2016-05-219-36/+179
|\ \ \ \ \ \
| * | | | | | Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling2016-05-213-34/+69
| * | | | | | Add a method to lock a tableJoas Schilling2016-05-216-2/+110
| |/ / / / /
* | | | | | Some tweaks for systemtagmanagerVincent Petry2016-05-203-67/+2
* | | | | | Act on effective system tag canAssign permissionVincent Petry2016-05-201-1/+1
* | | | | | Add system tag assignability check with groupsVincent Petry2016-05-201-0/+13
* | | | | | Add systemtag_group table and get/set methodsVincent Petry2016-05-202-0/+75
* | | | | | Updated canUser* functions in SystemTagManager to accept objectsVincent Petry2016-05-203-47/+15
* | | | | | Add interface methods for permission checkVincent Petry2016-05-204-1/+170
|/ / / / /
* | / / / Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-2/+0
| |/ / / |/| | |
* | | | Merge pull request #24728 from owncloud/no-more-test_-filesVincent Petry2016-05-201-3/+5
|\ \ \ \
| * | | | Create a Fallback in the old autoloader for PSR-4 Test\TestCaseJoas Schilling2016-05-191-0/+4
| * | | | No more Test_* files exist, remove autoloadingJoas Schilling2016-05-191-3/+1
* | | | | Merge pull request #24721 from owncloud/public_psr4Vincent Petry2016-05-1962-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix broken exception namingRoeland Jago Douma2016-05-191-3/+3
| * | | | Move \OCP to PSR-4Roeland Jago Douma2016-05-1961-1/+1
* | | | | Merge pull request #24725 from owncloud/ocs-provider-psr4Vincent Petry2016-05-191-0/+96
|\ \ \ \ \
| * | | | | Move OCS Provider to PSR-4 namespaceJoas Schilling2016-05-191-0/+96
* | | | | | Merge pull request #24722 from owncloud/notification_psr4Vincent Petry2016-05-195-0/+0
|\ \ \ \ \ \
| * | | | | | Move \OCP\Notification to PSR-4Roeland Jago Douma2016-05-185-0/+0
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #24724 from owncloud/mail_psr4Vincent Petry2016-05-191-0/+0
|\ \ \ \ \ \
| * | | | | | Move \OCP\Mail to PSR-4Roeland Jago Douma2016-05-181-0/+0
| |/ / / / /
* | | | | | Merge pull request #24723 from owncloud/migration_psr4Vincent Petry2016-05-192-0/+0
|\ \ \ \ \ \
| * | | | | | Move \OCP\Migration to PSR-4Roeland Jago Douma2016-05-182-0/+0
| |/ / / / /
* | | | | | Merge pull request #24720 from owncloud/systemtag_psr4Vincent Petry2016-05-198-0/+0
|\ \ \ \ \ \
| * | | | | | Move \OCP\SystemTag to PSR-4Roeland Jago Douma2016-05-188-0/+0
| |/ / / / /
* | | | | | Merge pull request #24719 from owncloud/security_psr4Vincent Petry2016-05-196-0/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Move \OCP\Security to PSR-4Roeland Jago Douma2016-05-186-0/+0
| |/ / / /
* | | | | Merge pull request #24660 from owncloud/no-token-login-for-disabled-usersVincent Petry2016-05-191-0/+4
|\ \ \ \ \
| * | | | | don't allow token login for disabled usersChristoph Wurst2016-05-181-0/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #24718 from owncloud/route_psr4Vincent Petry2016-05-192-0/+0
|\ \ \ \ \
| * | | | | Move \OCP\Route to PSR-4Roeland Jago Douma2016-05-182-0/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #24717 from owncloud/preview_psr4Vincent Petry2016-05-191-0/+0
|\ \ \ \ \
| * | | | | Move \OCP\Preview to PSR-4Roeland Jago Douma2016-05-181-0/+0
| |/ / / /
* | | | | Merge pull request #24710 from owncloud/lock_psr4Vincent Petry2016-05-192-0/+0
|\ \ \ \ \
| * | | | | Move \OCP\Lock to PSR-4Roeland Jago Douma2016-05-182-0/+0
| |/ / / /
* | / / / add method to query all user auth tokensChristoph Wurst2016-05-183-0/+54
| |/ / / |/| | |
* | | | Merge pull request #24707 from owncloud/l10n_psr4Vincent Petry2016-05-181-0/+0
|\ \ \ \
| * | | | Move \OCP\L10N to PSR-4Roeland Jago Douma2016-05-181-0/+0
* | | | | Merge pull request #24691 from owncloud/fixchunkttlVincent Petry2016-05-181-1/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow chunk GC mtime tolerance for unfinished part chunksVincent Petry2016-05-181-1/+3
* | | | | Merge pull request #24706 from owncloud/http_psr4Vincent Petry2016-05-183-0/+0
|\ \ \ \ \ | |_|/ / / |/| | | |