summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-216-3/+21
|\
| * Implement brute force protectionLukas Reschke2016-07-206-3/+21
* | Merge pull request #466 from nextcloud/escape-special-charactersLukas Reschke2016-07-201-1/+1
|\ \
| * | Escape special characters (#25429)Aaron Wood2016-07-201-1/+1
| |/
* | Merge pull request #464 from nextcloud/master-change-load-orderRoeland Douma2016-07-201-1/+4
|\ \
| * | Change load order of auth backends so that we can throw an exception in OCA\D...Thomas Müller2016-07-201-1/+4
| |/
* / Cast share id to string (#25402)Vincent Petry2016-07-201-1/+1
|/
* Merge pull request #394 from nextcloud/tags-for-everythingMorris Jobke2016-07-198-51/+68
|\
| * Fix non-existing exception classJoas Schilling2016-07-185-25/+25
| * 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 #405 from nextcloud/theming-fixesBjörn Schießle2016-07-182-2/+2
|\ \ | |/ |/|
| * Use the themed Defaults everywhereJoas Schilling2016-07-152-2/+2
* | 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
| |_|/ |/| |