Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-22 | 130 | -212/+174 |
| | |||||
* | Merge pull request #24732 from owncloud/autoloader_fix | Vincent Petry | 2016-05-21 | 4 | -22/+2 |
|\ | | | | | Autoloader fix | ||||
| * | Move Template to PSR-4 | Roeland Jago Douma | 2016-05-20 | 1 | -0/+0 |
| | | |||||
| * | Fix unit tests | Roeland Jago Douma | 2016-05-20 | 1 | -15/+1 |
| | | |||||
| * | Only allow loading of legacy (lib/private/legacy) by default | Roeland Jago Douma | 2016-05-20 | 1 | -5/+1 |
| | | |||||
| * | \OCP is handled by composer autoloader | Roeland Jago Douma | 2016-05-20 | 1 | -2/+0 |
| | | |||||
* | | Merge pull request #24696 from owncloud/lock-jobs-while-executing | Vincent Petry | 2016-05-21 | 13 | -140/+257 |
|\ \ | | | | | | | Lock jobs while executing them, to allow multiple executors to run in… | ||||
| * | | Do not lock the cron anymore so we can have multiple workers | Joas Schilling | 2016-05-21 | 2 | -38/+0 |
| | | | |||||
| * | | Lock jobs while executing them, to allow multiple executors to run in parallel | Joas Schilling | 2016-05-21 | 7 | -101/+148 |
| | | | |||||
| * | | Add a method to lock a table | Joas Schilling | 2016-05-21 | 6 | -2/+110 |
| |/ | |||||
* | | Merge pull request #24307 from owncloud/systemtags-perminterface | Vincent Petry | 2016-05-21 | 30 | -414/+1305 |
|\ \ | | | | | | | Add interface methods for permission check for system tags | ||||
| * | | Increase version for DB addition | Vincent Petry | 2016-05-20 | 1 | -1/+1 |
| | | | |||||
| * | | Make it possible to exclude admin groups from groups select2 | Vincent Petry | 2016-05-20 | 1 | -5/+10 |
| | | | |||||
| * | | Some tweaks for systemtagmanager | Vincent Petry | 2016-05-20 | 3 | -67/+2 |
| | | | |||||
| * | | Rename "not-assignble" to "restricted" | Vincent Petry | 2016-05-20 | 4 | -4/+4 |
| | | | |||||
| * | | Add app to shipped.json | Vincent Petry | 2016-05-20 | 1 | -0/+1 |
| | | | |||||
| * | | Update integration tests for system tags with groups | Vincent Petry | 2016-05-20 | 3 | -17/+232 |
| | | | |||||
| * | | Adjust DAV SystemTagPlugin unit tests for groups | Vincent Petry | 2016-05-20 | 2 | -79/+244 |
| | | | |||||
| * | | Fix system tags DAV plugin tests | Vincent Petry | 2016-05-20 | 1 | -50/+20 |
| | | | |||||
| * | | Fix system tag update code | Vincent Petry | 2016-05-20 | 1 | -0/+4 |
| | | | |||||
| * | | Add admin-only system tag groups property | Vincent Petry | 2016-05-20 | 1 | -4/+39 |
| | | | | | | | | | | | | For setting/getting system tag groups | ||||
| * | | Act on effective system tag canAssign permission | Vincent Petry | 2016-05-20 | 8 | -37/+109 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Fix system tags DAV unit tests | Vincent Petry | 2016-05-20 | 6 | -160/+269 |
| | | | |||||
| * | | Bring back admin permissions to change system tag permissions | Vincent Petry | 2016-05-20 | 2 | -9/+19 |
| | | | |||||
| * | | Add system tag assignability check with groups | Vincent Petry | 2016-05-20 | 2 | -1/+34 |
| | | | | | | | | | | | | | | | | | | 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 methods | Vincent Petry | 2016-05-20 | 4 | -0/+135 |
| | | | | | | | | | | | | | | | Added systemtag to group mapping table. Added methods in ISystemTagManager to get/set the group mappings. | ||||
| * | | Updated canUser* functions in SystemTagManager to accept objects | Vincent Petry | 2016-05-20 | 9 | -140/+77 |
| | | | |||||
| * | | Add interface methods for permission check | Vincent Petry | 2016-05-20 | 10 | -78/+343 |
| |/ | | | | | | | | | | | Instead of checking for admin perm, use interface method canUserAssignTag and canUserSeeTag to check for permissions. Allows for more flexible implementation. | ||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-21 | 8 | -20/+104 |
|/ | |||||
* | Merge pull request #22576 from owncloud/folder_scroll_fix | Vincent Petry | 2016-05-20 | 1 | -0/+21 |
|\ | | | | | Add scrolling when dragging files. Fixes #12329 | ||||
| * | added back the jquery animations | Erik Pellikka | 2016-05-13 | 1 | -6/+11 |
| | | |||||
| * | code style fix | Erik Pellikka | 2016-05-13 | 1 | -11/+3 |
| | | |||||
| * | code style fix | Erik Pellikka | 2016-05-13 | 1 | -3/+2 |
| | | |||||
| * | code style fix | Erik Pellikka | 2016-05-13 | 1 | -2/+6 |
| | | |||||
| * | added elseif | Erik Pellikka | 2016-05-13 | 1 | -1/+1 |
| | | |||||
| * | fixed to work with share links as well | Erik Pellikka | 2016-05-13 | 1 | -3/+4 |
| | | |||||
| * | typo fix | Erik Pellikka | 2016-05-13 | 1 | -2/+2 |
| | | |||||
| * | Tweaking | Erik Pellikka | 2016-05-13 | 1 | -7/+7 |
| | | |||||
| * | Avoids jumping if window is smaller than 300 pixels in height | Morris Jobke | 2016-05-13 | 1 | -2/+3 |
| | | | | | | | | | | * divides the area where the scroll should be triggered by 2 * uses the minimum value of the above and 300 | ||||
| * | Add scrolling when dragging files | Erik Pellikka | 2016-05-13 | 1 | -0/+19 |
| | | |||||
* | | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 257 | -180/+171 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 #24702 from owncloud/background-scan-occ | Vincent Petry | 2016-05-20 | 1 | -3/+12 |
|\ \ | | | | | | | add --unscanned option to files:scan to triger a background scan | ||||
| * | | add "unscanned" option to files:scan to triger a background scan | Robin Appelman | 2016-05-19 | 1 | -3/+12 |
| | | | |||||
* | | | Merge pull request #24728 from owncloud/no-more-test_-files | Vincent Petry | 2016-05-20 | 4 | -8/+12 |
|\ \ \ | | | | | | | | | Fix autoloader for Test* files | ||||
| * | | | Add PSR-4 loading for Test\ and Tests\ | Joas Schilling | 2016-05-19 | 1 | -0/+2 |
| | | | | |||||
| * | | | Create a Fallback in the old autoloader for PSR-4 Test\TestCase | Joas Schilling | 2016-05-19 | 3 | -0/+10 |
| | | | | |||||
| * | | | No more Test_* files exist, remove autoloading | Joas Schilling | 2016-05-19 | 2 | -9/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-20 | 12 | -4/+42 |
| | | | | |||||
* | | | | Merge pull request #24585 from owncloud/files_external_lazy | Vincent Petry | 2016-05-19 | 5 | -16/+224 |
|\ \ \ \ | | | | | | | | | | | Load external storage backends/auth mechanisms lazily | ||||
| * | | | | Add tests for backend/auth mechanism providers | Robin McCorkell | 2016-05-11 | 1 | -0/+76 |
| | | | | |