summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-235-6/+37
|
* add button to add new device tokensChristoph Wurst2016-05-232-1/+4
|
* list user's auth tokens on the personal settings pageChristoph Wurst2016-05-232-2/+13
|
* [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
|\ | | | | Autoloader fix
| * 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…
| * | 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
| | | | | | | | | | | | | | | | | | Whenever the server returns true for the can-assign Webdav property of a system tag, it means the current user is allowed to assign, regardless of the value of user-assignable. This commit brings the proper logic to the web UI to make it possible for users to assign when they have the permission.
* | Add system tag assignability check with groupsVincent Petry2016-05-201-0/+13
| | | | | | | | | | | | Whenever a user is not an admin, a tag is visible but not user-assignable, check whether the user is a member of the allowed groups.
* | Add systemtag_group table and get/set methodsVincent Petry2016-05-202-0/+75
| | | | | | | | | | Added systemtag to group mapping table. Added methods in ISystemTagManager to get/set the group mappings.
* | Updated canUser* functions in SystemTagManager to accept objectsVincent Petry2016-05-203-47/+15
| |
* | Add interface methods for permission checkVincent Petry2016-05-204-1/+170
|/ | | | | | Instead of checking for admin perm, use interface method canUserAssignTag and canUserSeeTag to check for permissions. Allows for more flexible implementation.
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-2/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* Merge pull request #24728 from owncloud/no-more-test_-filesVincent Petry2016-05-201-3/+5
|\ | | | | Fix autoloader for Test* files
| * 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
|\ \ | | | | | | Move \OCP to PSR-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 namespace
| * | | 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-4
| * | | | 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-4
| * | | | 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-4
| * | | | 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-4
| * | | | 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-4
| * | | 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 users
| * | | 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-4
| * | | 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-4
| * | | 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-4
| * | | 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-4
| * | 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 chunks
| * | Allow chunk GC mtime tolerance for unfinished part chunksVincent Petry2016-05-181-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever part chunks are written, every fwrite in the write loop will reset the mtime to the current mtime. Only at the end will the touch() operation set the mtime to now + ttl, in the future. However the GC code is expecting that every chunk with mtime < now are old and must be deleted. This causes the GC to sometimes delete part chunks in which the write loop is slow. To fix this, a tolerance value is added in the GC code to allow for more time before a part chunk gets deleted.