summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24935 from owncloud/2fa-block-davVincent Petry2016-06-026-6/+80
|\ | | | | block DAV if 2FA challenge needs to be solved first
| * block DAV if 2FA challenge needs to be solved firstChristoph Wurst2016-06-016-6/+80
| |
* | Catch the ForbiddenException to make sure it gets handledJoas Schilling2016-06-011-0/+3
|/
* Update license headersLukas Reschke2016-05-26112-79/+308
|
* Update DAV unit tests to PSR-4Joas Schilling2016-05-2562-112/+122
|
* Fix local executionJoas Schilling2016-05-252-0/+5
|
* do not allow client password logins if token auth is enforced or 2FA is enabledChristoph Wurst2016-05-242-6/+5
|
* when generating browser/device token, save the login name for later password ↵Christoph Wurst2016-05-242-6/+6
| | | | checks
* Merge pull request #24559 from owncloud/2faVincent Petry2016-05-231-0/+1
|\ | | | | two factor auth
| * Add two factor auth to coreChristoph Wurst2016-05-231-0/+1
| |
* | Merge pull request #22690 from owncloud/fix-comments-href-remote.php-filesVincent Petry2016-05-232-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 Schiwon2016-05-202-4/+5
| | | | | | | | remote.php/files
* | Fix unit testsJoas Schilling2016-05-233-30/+37
| |
* | Make the root collection neutral so it does not only work for filesJoas Schilling2016-05-233-30/+40
| |
* | Remove unused UserFolderJoas Schilling2016-05-232-15/+5
| |
* | Adjust DAV SystemTagPlugin unit tests for groupsVincent Petry2016-05-202-79/+244
| |
* | Fix system tags DAV plugin testsVincent Petry2016-05-201-50/+20
| |
* | Fix system tag update codeVincent Petry2016-05-201-0/+4
| |
* | Add admin-only system tag groups propertyVincent Petry2016-05-201-4/+39
| | | | | | | | For setting/getting system tag groups
* | Act on effective system tag canAssign permissionVincent Petry2016-05-201-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 testsVincent Petry2016-05-206-160/+269
| |
* | Bring back admin permissions to change system tag permissionsVincent Petry2016-05-202-9/+19
| |
* | Updated canUser* functions in SystemTagManager to accept objectsVincent Petry2016-05-205-64/+47
| |
* | Add interface methods for permission checkVincent Petry2016-05-205-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 Schilling2016-05-1294-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 nameChristoph Wurst2016-05-112-7/+14
|
* create session token for DAV clients (sync clients)Christoph Wurst2016-05-111-0/+1
|
* Merge pull request #24400 from owncloud/cache_shareManagerVincent Petry2016-05-061-4/+5
|\ | | | | Cache shareManager
| * Cache shareManagerRoeland Jago Douma2016-05-021-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-emailLukas Reschke2016-05-033-0/+26
|\ \ | | | | | | Allow login by email address
| * | Fixing local event delivery for calendar events based on the email addressThomas Müller2016-05-023-0/+26
| |/
* / Add background job declaration of dav app to info.xmlThomas Müller2016-05-034-7/+3
|/
* firstoccurence and lastoccurence have a length now - triggering BIGINT on ↵Thomas Müller2016-04-292-1/+3
| | | | postgres - refs #24221
* Test an event in the far future - refs #24221Thomas Müller2016-04-291-3/+5
|
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+3
|
* Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-223-40/+88
|\ | | | | bring back CRUDS permissions for federated shares
| * return correct share permissions on propfindBjörn Schießle2016-04-183-40/+88
| |
* | Merge pull request #24151 from owncloud/create-personal-calendarThomas Müller2016-04-222-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üller2016-04-212-1/+83
| | | | | | | | | | | | exists - fixes #24082
* | | Birthday calendar should never have write acl - fixes #24154Thomas Müller2016-04-214-8/+27
|/ /
* | Merge pull request #23919 from owncloud/cyclyc-share-dep-exampleThomas Müller2016-04-201-1/+1
|\ \ | | | | | | SharedStorage to new sharing code + cleanup
| * | Fix related logicRoeland Jago Douma2016-04-191-1/+1
| | |
* | | Merge pull request #24076 from ↵Lukas Reschke2016-04-192-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 #24057Thomas Müller2016-04-182-18/+89
| |/ /
| * | Revert "Fix displayname for initial calendars and address books - fixes #24057"Thomas Müller2016-04-182-89/+18
| | | | | | | | | | | | This reverts commit a5d3e5ed6893b35dc473a479105d95f03a403999.
| * | Fix displayname for initial calendars and address books - fixes #24057Thomas Müller2016-04-182-18/+89
| |/
* / Add data-fingerprint property to webdavRoeland Jago Douma2016-04-185-12/+101
|/
* Merge pull request #23268 from ↵Thomas Müller2016-04-181-0/+1
|\ | | | | | | | | owncloud/range-requests-should-not-block-the-session Close session for publicwebdav
| * Close session for publicwebdavLukas Reschke2016-03-151-0/+1
| | | | | | | | We need to close the session otherwise streaming will lead to a blocked ownCloud.
* | Move share-permissions property namespaceRoeland Jago Douma2016-04-151-1/+1
| | | | | | | | Fixes https://github.com/owncloud/core/issues/23741