summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Fix phpdoc in CommentsRoeland Jago Douma2016-08-161-1/+1
|
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* fix #724 by using step instead of jobBernhard Posselt2016-08-041-2/+2
|
* Adding quota plugin to new dav endpoint (#25615)Thomas Müller2016-07-291-0/+3
| | | | | | | | * Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test
* add dav property to check if a file has a preview availableRobin Appelman2016-07-278-6/+85
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Merge pull request #517 from nextcloud/fix-typoJoas Schilling2016-07-221-1/+1
|\ | | | | Fix typo in docs
| * Use app name from stable9Joas Schilling2016-07-221-1/+1
| |
* | Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ \ | |/ |/| Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Merge pull request #496 from nextcloud/fix-config-generationMorris Jobke2016-07-211-1/+1
|\ \ | | | | | | Make the changes from doc fix persistant
| * | Change the app nameJoas Schilling2016-07-211-1/+1
| |/
* | Update with robinJoas Schilling2016-07-2134-34/+34
| |
* | 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