summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Fix apps/Joas Schilling2016-07-21168-279/+538
|
* Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-216-3/+21
|\ | | | | Implement brute force protection
| * Implement brute force protectionLukas Reschke2016-07-206-3/+21
| | | | | | | | | | | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
* | Merge pull request #466 from nextcloud/escape-special-charactersLukas Reschke2016-07-201-1/+1
|\ \ | | | | | | Escape special characters (#25429)
| * | Escape special characters (#25429)Aaron Wood2016-07-201-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Use correct method in the AbstractMapping class * Change the getNamesBySearch method so that input can be properly escaped while still supporting matches * Don't escape hardcoded wildcard
* | Merge pull request #464 from nextcloud/master-change-load-orderRoeland Douma2016-07-201-1/+4
|\ \ | | | | | | [master] Change load order of auth backends so that we can throw an exception …
| * | Change load order of auth backends so that we can throw an exception in ↵Thomas Müller2016-07-201-1/+4
| |/ | | | | | | OCA\DAV\Connector\Sabre\Auth - fixes #25362 (#25476)
* / 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
|\ | | | | SystemTags for everything not just files
| * 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
|\ \ | |/ |/| Theming fixes
| * 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
|\ \ | | | | | | Create federated share on mount
| * | 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 app
| * | Fix PHPUnit 5.4 warnings in DAV appRoeland Jago Douma2016-07-1536-179/+472
| |/ | | | | | | * getMock is deprecated
* / PasswordLoginForbidden is not a FATAL exceptionRoeland Jago Douma2016-07-141-0/+3
|/ | | | | | | It is just a 'Sabre\DAV\Exception\NotAuthenticated' exception with some special meaning. So just log it as DEBUG and not as FATAL.
* 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
| |\ \ \ \ \ | | | | | | | | | | | | | | add "hide file list" option
| | * | | | | 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
| |_|_|_|_|/ |/| | | | | | | | | | | Fixes #24469
* | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | When an internal server error occurs while creating or updating a comment, display a proper error notification in the UI.
* | | | | Contacts API: replace raw image data with url (#25081)Georg Ehrke2016-06-2111-39/+384
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add uri to AddressBookImpl array * Introduce ImageExportPlugin for CardDav * add plugin to v1 routes * replace binary contact photo with link * update tests * Adding unit tests
* | | | PasswordLoginForbidden must extend NotAuthenticatedVincent Petry2016-06-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | The auth code from Sabre will forward NotAuthenticated exceptions but in the case of a generic exception, it is packaged as "service not available".
* | | | 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
| | | |