Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #24935 from owncloud/2fa-block-dav | Vincent Petry | 2016-06-02 | 6 | -6/+80 |
|\ | | | | | block DAV if 2FA challenge needs to be solved first | ||||
| * | block DAV if 2FA challenge needs to be solved first | Christoph Wurst | 2016-06-01 | 6 | -6/+80 |
| | | |||||
* | | Catch the ForbiddenException to make sure it gets handled | Joas Schilling | 2016-06-01 | 1 | -0/+3 |
|/ | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 112 | -79/+308 |
| | |||||
* | Update DAV unit tests to PSR-4 | Joas Schilling | 2016-05-25 | 62 | -112/+122 |
| | |||||
* | Fix local execution | Joas Schilling | 2016-05-25 | 2 | -0/+5 |
| | |||||
* | do not allow client password logins if token auth is enforced or 2FA is enabled | Christoph Wurst | 2016-05-24 | 2 | -6/+5 |
| | |||||
* | when generating browser/device token, save the login name for later password ↵ | Christoph Wurst | 2016-05-24 | 2 | -6/+6 |
| | | | | checks | ||||
* | Merge pull request #24559 from owncloud/2fa | Vincent Petry | 2016-05-23 | 1 | -0/+1 |
|\ | | | | | two factor auth | ||||
| * | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #22690 from owncloud/fix-comments-href-remote.php-files | Vincent Petry | 2016-05-23 | 2 | -4/+5 |
|\ \ | |/ |/| | ensure comments-href returns a value also when propfind is done again… | ||||
| * | ensure comments-href returns a value also when propfind is done against ↵ | Arthur Schiwon | 2016-05-20 | 2 | -4/+5 |
| | | | | | | | | remote.php/files | ||||
* | | Fix unit tests | Joas Schilling | 2016-05-23 | 3 | -30/+37 |
| | | |||||
* | | Make the root collection neutral so it does not only work for files | Joas Schilling | 2016-05-23 | 3 | -30/+40 |
| | | |||||
* | | Remove unused UserFolder | Joas Schilling | 2016-05-23 | 2 | -15/+5 |
| | | |||||
* | | 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 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | 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 |
| | | |||||
* | | Updated canUser* functions in SystemTagManager to accept objects | Vincent Petry | 2016-05-20 | 5 | -64/+47 |
| | | |||||
* | | Add interface methods for permission check | Vincent Petry | 2016-05-20 | 5 | -77/+91 |
|/ | | | | | | Instead of checking for admin perm, use interface method canUserAssignTag and canUserSeeTag to check for permissions. Allows for more flexible implementation. | ||||
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 94 | -7/+8 |
| | | | | | | * Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 | ||||
* | use the UID for creating the session token, not the login name | Christoph Wurst | 2016-05-11 | 2 | -7/+14 |
| | |||||
* | create session token for DAV clients (sync clients) | Christoph Wurst | 2016-05-11 | 1 | -0/+1 |
| | |||||
* | Merge pull request #24400 from owncloud/cache_shareManager | Vincent Petry | 2016-05-06 | 1 | -4/+5 |
|\ | | | | | Cache shareManager | ||||
| * | Cache shareManager | Roeland Jago Douma | 2016-05-02 | 1 | -4/+5 |
| | | | | | | | | | | There is no need to call \OC::$server->getShareManager for each Node. We have it available so better pass it around. | ||||
* | | Merge pull request #24389 from owncloud/login-by-email | Lukas Reschke | 2016-05-03 | 3 | -0/+26 |
|\ \ | | | | | | | Allow login by email address | ||||
| * | | Fixing local event delivery for calendar events based on the email address | Thomas Müller | 2016-05-02 | 3 | -0/+26 |
| |/ | |||||
* / | Add background job declaration of dav app to info.xml | Thomas Müller | 2016-05-03 | 4 | -7/+3 |
|/ | |||||
* | firstoccurence and lastoccurence have a length now - triggering BIGINT on ↵ | Thomas Müller | 2016-04-29 | 2 | -1/+3 |
| | | | | postgres - refs #24221 | ||||
* | Test an event in the far future - refs #24221 | Thomas Müller | 2016-04-29 | 1 | -3/+5 |
| | |||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 1 | -1/+3 |
| | |||||
* | Merge pull request #23918 from owncloud/cruds-for-federated-shares | Björn Schießle | 2016-04-22 | 3 | -40/+88 |
|\ | | | | | bring back CRUDS permissions for federated shares | ||||
| * | return correct share permissions on propfind | Björn Schießle | 2016-04-18 | 3 | -40/+88 |
| | | |||||
* | | Merge pull request #24151 from owncloud/create-personal-calendar | Thomas Müller | 2016-04-22 | 2 | -1/+83 |
|\ \ | | | | | | | Personal calendar should be generated even if the birthday calendar a… | ||||
| * | | Personal calendar should be generated even if the birthday calendar already ↵ | Thomas Müller | 2016-04-21 | 2 | -1/+83 |
| | | | | | | | | | | | | exists - fixes #24082 | ||||
* | | | Birthday calendar should never have write acl - fixes #24154 | Thomas Müller | 2016-04-21 | 4 | -8/+27 |
|/ / | |||||
* | | Merge pull request #23919 from owncloud/cyclyc-share-dep-example | Thomas Müller | 2016-04-20 | 1 | -1/+1 |
|\ \ | | | | | | | SharedStorage to new sharing code + cleanup | ||||
| * | | Fix related logic | Roeland Jago Douma | 2016-04-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #24076 from ↵ | Lukas Reschke | 2016-04-19 | 2 | -18/+89 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/fix-initial-calendar-and-addressbook-names Fix displayname for initial calendars and address books | ||||
| * | | | Fix displayname for initial calendars and address books - fixes #24057 | Thomas Müller | 2016-04-18 | 2 | -18/+89 |
| |/ / | |||||
| * | | Revert "Fix displayname for initial calendars and address books - fixes #24057" | Thomas Müller | 2016-04-18 | 2 | -89/+18 |
| | | | | | | | | | | | | This reverts commit a5d3e5ed6893b35dc473a479105d95f03a403999. | ||||
| * | | Fix displayname for initial calendars and address books - fixes #24057 | Thomas Müller | 2016-04-18 | 2 | -18/+89 |
| |/ | |||||
* / | Add data-fingerprint property to webdav | Roeland Jago Douma | 2016-04-18 | 5 | -12/+101 |
|/ | |||||
* | Merge pull request #23268 from ↵ | Thomas Müller | 2016-04-18 | 1 | -0/+1 |
|\ | | | | | | | | | owncloud/range-requests-should-not-block-the-session Close session for publicwebdav | ||||
| * | Close session for publicwebdav | Lukas Reschke | 2016-03-15 | 1 | -0/+1 |
| | | | | | | | | We need to close the session otherwise streaming will lead to a blocked ownCloud. | ||||
* | | Move share-permissions property namespace | Roeland Jago Douma | 2016-04-15 | 1 | -1/+1 |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/23741 |