summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/owncloud/core into downstream-160611Arthur Schiwon2016-06-1119-166/+857
|\
| * Merge pull request #24990 from owncloud/fix_24868Vincent Petry2016-06-101-6/+3
| |\
| | * Wrap publicwebdav in sharePermission maskRoeland Jago Douma2016-06-061-6/+3
| * | Merge pull request #24080 from owncloud/support-calendar-class-propertyVincent Petry2016-06-1011-153/+751
| |\ \
| | * | Filter confidential calendar objects in shared calendarsThomas Müller2016-06-094-3/+322
| | * | Added unit testing for the migration stepThomas Müller2016-06-095-126/+254
| | * | Implement classification migration as repair stepThomas Müller2016-06-095-58/+106
| | * | Bump dav app version and fix variable renameThomas Müller2016-06-092-3/+3
| | * | Add migration stepThomas Müller2016-06-094-1/+61
| | * | Extract CLASS property from calendar object and store it in the databaseThomas Müller2016-06-093-26/+69
| * | | Merge pull request #25046 from owncloud/fix-the-realmVincent Petry2016-06-103-4/+12
| |\ \ \
| | * | | Use the correct realm for basic authentication - fixes #23427Thomas Müller2016-06-093-4/+12
| | |/ /
| * | | Merge pull request #25043 from owncloud/webdav-download-mimetypeVincent Petry2016-06-105-3/+91
| |\ \ \
| | * | | DAV now returns file name with Content-Disposition headerVincent Petry2016-06-095-3/+91
| | |/ /
* | | | Merge pull request #19 from nextcloud/files-dropLukas Reschke2016-06-101-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | block webdav access if share is not readableBjoern Schiessle2016-06-091-0/+5
| * | | Better handling of forbidden files in davRobin Appelman2016-06-092-0/+4
| * | | Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-093-27/+46
| * | | add test for deleting ghost files over davRobin Appelman2016-06-091-0/+59
| | |/ | |/|
* | | Allow login by email address via webdav as well - fixes #24791Thomas Müller2016-06-091-2/+2
| |/ |/|
* | Better handling of forbidden files in davRobin Appelman2016-06-072-0/+4
* | Merge pull request #24813 from owncloud/delete-ghost-filesVincent Petry2016-06-071-0/+59
|\ \
| * | add test for deleting ghost files over davRobin Appelman2016-06-031-0/+59
| |/
* / Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-063-27/+46
|/
* Merge pull request #24935 from owncloud/2fa-block-davVincent Petry2016-06-026-6/+80
|\
| * 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
* Merge pull request #24559 from owncloud/2faVincent Petry2016-05-231-0/+1
|\
| * 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 against remot...Arthur Schiwon2016-05-202-4/+5
* | 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
* | Act on effective system tag canAssign permissionVincent Petry2016-05-201-1/+8
* | 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
|/
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-1294-7/+8
* use the UID for creating the session token, not the login nameChristoph Wurst2016-05-112-7/+14