summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* do not allow client password logins if token auth is enforced or 2FA is enabledChristoph Wurst2016-05-241-2/+1
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-241-1/+1
* 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-231-3/+3
|\ \ | |/ |/|
| * ensure comments-href returns a value also when propfind is done against remot...Arthur Schiwon2016-05-201-3/+3
* | 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-201-16/+25
* | 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-202-5/+62
* | 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-1288-1/+479
* use the UID for creating the session token, not the login nameChristoph Wurst2016-05-111-4/+4
* 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
* | Fixing local event delivery for calendar events based on the email addressThomas Müller2016-05-022-0/+11
|/
* Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-222-4/+33
|\
| * return correct share permissions on propfindBjörn Schießle2016-04-182-4/+33
* | Merge pull request #24151 from owncloud/create-personal-calendarThomas Müller2016-04-221-1/+2
|\ \
| * | Personal calendar should be generated even if the birthday calendar already e...Thomas Müller2016-04-211-1/+2
* | | Birthday calendar should never have write acl - fixes #24154Thomas Müller2016-04-211-6/+7
|/ /
* | 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-191-18/+18
|\ \ \
| * | | Fix displayname for initial calendars and address books - fixes #24057Thomas Müller2016-04-181-18/+18
| |/ /
| * | Revert "Fix displayname for initial calendars and address books - fixes #24057"Thomas Müller2016-04-181-18/+18
| * | Fix displayname for initial calendars and address books - fixes #24057Thomas Müller2016-04-181-18/+18
| |/
* / Add data-fingerprint property to webdavRoeland Jago Douma2016-04-183-4/+40
|/
* Move share-permissions property namespaceRoeland Jago Douma2016-04-151-1/+1
* Translate contacts birthday - fixes #23982Thomas Müller2016-04-142-10/+21
* 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-134-471/+0
|/
* Merge pull request #20118 from owncloud/chunked-upload-davThomas Müller2016-04-138-2/+509
|\
| * Fix unit test of file pluginThomas Müller2016-04-121-1/+1
| * 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-127-1/+500
* | always return the complete permissions the file was shared withBjörn Schießle2016-04-121-8/+0
|/
* Merge pull request #23868 from owncloud/scrutinizer-patch-2Thomas Müller2016-04-111-1/+1
|\
| * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-04-081-1/+1
* | Adding VCFExportPluginThomas Müller2016-04-101-0/+2
|/
* Merge pull request #23510 from owncloud/birthdays-on-shared-addressbooksThomas Müller2016-04-083-27/+90
|\
| * Propagate birthday to group shares as wellThomas Müller2016-03-232-25/+65
| * Propagate birthdays of shared addressbooks to the sharee's birthday calendar ...Thomas Müller2016-03-232-19/+42