summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Allow apps to register SystemTags pluginsJoas Schilling2016-07-182-2/+21
* Fix doc blocksJoas Schilling2016-07-181-0/+5
* Fix TODO and bring in abstraction (similar to comments)Joas Schilling2016-07-184-28/+21
* Merge pull request #379 from nextcloud/create_federated_share_on_mountMorris Jobke2016-07-181-1/+1
|\
| * remove unused parameterBjoern Schiessle2016-07-141-1/+1
* | Merge pull request #407 from nextcloud/dav_phpunit_fixesMorris Jobke2016-07-1536-179/+472
|\ \
| * | Fix PHPUnit 5.4 warnings in DAV appRoeland Jago Douma2016-07-1536-179/+472
| |/
* / PasswordLoginForbidden is not a FATAL exceptionRoeland Jago Douma2016-07-141-0/+3
|/
* Fix test using private propertriesRobin Appelman2016-07-082-2/+2
* Fix type hintingRobin Appelman2016-07-082-2/+2
* Fix undefined propertiesRobin Appelman2016-07-083-0/+14
* Merge branch 'master' into sync-masterMorris Jobke2016-07-076-5/+57
|\
| * Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer2016-07-042-2/+2
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-012-8/+15
| |\
| * | fix error messageBjoern Schiessle2016-06-301-1/+1
| * | Fix testsLukas Reschke2016-06-301-0/+20
| * | Add proper throws PHP docsLukas Reschke2016-06-301-2/+13
| * | Add required $message parameterLukas Reschke2016-06-301-2/+2
| * | add some additonal permission checks to the webdav backendBjoern Schiessle2016-06-301-1/+16
| * | get only vcard which match both the address book id and the vcard uriBjoern Schiessle2016-06-282-1/+6
| * | Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-2613-41/+390
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-218-86/+176
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/owncloud/core into downstream-160611Arthur Schiwon2016-06-1119-166/+857
| |\ \ \ \
| * \ \ \ \ 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
* | | | | | | Add all properties while creating a subscription (#25318)Thomas Citharel2016-07-012-11/+22
| |_|_|_|_|/ |/| | | | |
* | | | | | get only vcards which match both the address book id and the vcard uri (#25294)Björn Schießle2016-06-292-1/+5
* | | | | | fix a ImageExportPlugin Test (#25215)Georg Ehrke2016-06-272-8/+15
| |_|_|_|/ |/| | | |
* | | | | 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
| |/ / /