summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Show error message when posting an invalid commentVincent Petry2016-06-242-2/+6
* Contacts API: replace raw image data with url (#25081)Georg Ehrke2016-06-2111-39/+384
* PasswordLoginForbidden must extend NotAuthenticatedVincent Petry2016-06-171-2/+2
* throw PasswordLoginForbidden on DAVChristoph Wurst2016-06-173-3/+60
* add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-172-6/+29
* Move birthday calendar generation to a live migration job (#25135)Thomas Müller2016-06-165-66/+84
* create session token only for clients that support cookiesChristoph Wurst2016-06-131-12/+5
* create session token on all APIsChristoph Wurst2016-06-131-2/+1
* 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
| |/ /
* / / 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
|/