summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 shareManagerRoeland Jago Douma2016-05-021-4/+5
* | Merge pull request #24389 from owncloud/login-by-emailLukas Reschke2016-05-033-0/+26
|\ \
| * | 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 pos...Thomas Müller2016-04-292-1/+3
* 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
|\
| * 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 already e...Thomas Müller2016-04-212-1/+83
* | | 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
|\ \
| * | Fix related logicRoeland Jago Douma2016-04-191-1/+1
* | | Merge pull request #24076 from owncloud/fix-initial-calendar-and-addressbook-...Lukas Reschke2016-04-192-18/+89
|\ \ \
| * | | 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
| * | 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 owncloud/range-requests-should-not-block-the-s...Thomas Müller2016-04-181-0/+1
|\
| * Close session for publicwebdavLukas Reschke2016-03-151-0/+1
* | Move share-permissions property namespaceRoeland Jago Douma2016-04-151-1/+1
* | Translate contacts birthday - fixes #23982Thomas Müller2016-04-144-16/+52
* | Merge pull request #23975 from owncloud/change-default-calendar-and-contacts-...Thomas Müller2016-04-141-2/+4
|\ \
| * | Use better names for the default calendars and addressbooks - fixes #23720Thomas Müller2016-04-131-2/+4
* | | Remove dav migration for 9.1Thomas Müller2016-04-1315-1476/+0
|/ /
* | Merge pull request #20118 from owncloud/chunked-upload-davThomas Müller2016-04-1312-15/+741
|\ \
| * | Fix unit test of file pluginThomas Müller2016-04-122-14/+21
| * | Fix chunk file moveThomas Müller2016-04-121-1/+9
| * | Initial implementation of the new chunked upload - as specified in https://dr...Thomas Müller2016-04-1210-1/+712