Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix apps/ | Joas Schilling | 2016-07-21 | 168 | -279/+538 |
| | |||||
* | Merge pull request #479 from nextcloud/add-bruteforce-throttler | Lukas Reschke | 2016-07-21 | 6 | -3/+21 |
|\ | | | | | Implement brute force protection | ||||
| * | Implement brute force protection | Lukas Reschke | 2016-07-20 | 6 | -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-characters | Lukas Reschke | 2016-07-20 | 1 | -1/+1 |
|\ \ | | | | | | | Escape special characters (#25429) | ||||
| * | | Escape special characters (#25429) | Aaron Wood | 2016-07-20 | 1 | -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-order | Roeland Douma | 2016-07-20 | 1 | -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üller | 2016-07-20 | 1 | -1/+4 |
| |/ | | | | | | | OCA\DAV\Connector\Sabre\Auth - fixes #25362 (#25476) | ||||
* / | Cast share id to string (#25402) | Vincent Petry | 2016-07-20 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #394 from nextcloud/tags-for-everything | Morris Jobke | 2016-07-19 | 8 | -51/+68 |
|\ | | | | | SystemTags for everything not just files | ||||
| * | Fix non-existing exception class | Joas Schilling | 2016-07-18 | 5 | -25/+25 |
| | | |||||
| * | Allow apps to register SystemTags plugins | Joas Schilling | 2016-07-18 | 2 | -2/+21 |
| | | |||||
| * | Fix doc blocks | Joas Schilling | 2016-07-18 | 1 | -0/+5 |
| | | |||||
| * | Fix TODO and bring in abstraction (similar to comments) | Joas Schilling | 2016-07-18 | 4 | -28/+21 |
| | | |||||
* | | Merge pull request #405 from nextcloud/theming-fixes | Björn Schießle | 2016-07-18 | 2 | -2/+2 |
|\ \ | |/ |/| | Theming fixes | ||||
| * | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #379 from nextcloud/create_federated_share_on_mount | Morris Jobke | 2016-07-18 | 1 | -1/+1 |
|\ \ | | | | | | | Create federated share on mount | ||||
| * | | remove unused parameter | Bjoern Schiessle | 2016-07-14 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #407 from nextcloud/dav_phpunit_fixes | Morris Jobke | 2016-07-15 | 36 | -179/+472 |
|\ \ | | | | | | | Fix PHPUnit 5.4 warnings in DAV app | ||||
| * | | Fix PHPUnit 5.4 warnings in DAV app | Roeland Jago Douma | 2016-07-15 | 36 | -179/+472 |
| |/ | | | | | | | * getMock is deprecated | ||||
* / | PasswordLoginForbidden is not a FATAL exception | Roeland Jago Douma | 2016-07-14 | 1 | -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 propertries | Robin Appelman | 2016-07-08 | 2 | -2/+2 |
| | |||||
* | Fix type hinting | Robin Appelman | 2016-07-08 | 2 | -2/+2 |
| | |||||
* | Fix undefined properties | Robin Appelman | 2016-07-08 | 3 | -0/+14 |
| | |||||
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 6 | -5/+57 |
|\ | |||||
| * | Changed name of default logfile from owncloud.log to nextcloud.log. | Thomas Pulzer | 2016-07-04 | 2 | -2/+2 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-07-01 | 2 | -8/+15 |
| |\ | |||||
| * | | fix error message | Bjoern Schiessle | 2016-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Fix tests | Lukas Reschke | 2016-06-30 | 1 | -0/+20 |
| | | | |||||
| * | | Add proper throws PHP docs | Lukas Reschke | 2016-06-30 | 1 | -2/+13 |
| | | | |||||
| * | | Add required $message parameter | Lukas Reschke | 2016-06-30 | 1 | -2/+2 |
| | | | |||||
| * | | add some additonal permission checks to the webdav backend | Bjoern Schiessle | 2016-06-30 | 1 | -1/+16 |
| | | | |||||
| * | | get only vcard which match both the address book id and the vcard uri | Bjoern Schiessle | 2016-06-28 | 2 | -1/+6 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 13 | -41/+390 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-21 | 8 | -86/+176 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611 | Arthur Schiwon | 2016-06-11 | 19 | -166/+857 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge pull request #19 from nextcloud/files-drop | Lukas Reschke | 2016-06-10 | 1 | -0/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | add "hide file list" option | ||||
| | * | | | | | block webdav access if share is not readable | Bjoern Schiessle | 2016-06-09 | 1 | -0/+5 |
| | | | | | | | |||||
| | * | | | | | Better handling of forbidden files in dav | Robin Appelman | 2016-06-09 | 2 | -0/+4 |
| | | | | | | | |||||
| | * | | | | | Fix checkMove() implementation for dav v2 - fixes #24776 (#24971) | Thomas Müller | 2016-06-09 | 3 | -27/+46 |
| | | | | | | | |||||
| | * | | | | | add test for deleting ghost files over dav | Robin Appelman | 2016-06-09 | 1 | -0/+59 |
| | | | | | | | |||||
* | | | | | | | Add all properties while creating a subscription (#25318) | Thomas Citharel | 2016-07-01 | 2 | -11/+22 |
| |_|_|_|_|/ |/| | | | | | | | | | | | Fixes #24469 | ||||
* | | | | | | get only vcards which match both the address book id and the vcard uri (#25294) | Björn Schießle | 2016-06-29 | 2 | -1/+5 |
| | | | | | | |||||
* | | | | | | fix a ImageExportPlugin Test (#25215) | Georg Ehrke | 2016-06-27 | 2 | -8/+15 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Show error message when posting an invalid comment | Vincent Petry | 2016-06-24 | 2 | -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 Ehrke | 2016-06-21 | 11 | -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 NotAuthenticated | Vincent Petry | 2016-06-17 | 1 | -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 DAV | Christoph Wurst | 2016-06-17 | 3 | -3/+60 |
| | | | | |||||
* | | | | add PasswordLoginForbiddenException | Christoph Wurst | 2016-06-17 | 2 | -6/+29 |
| | | | | |||||
* | | | | Move birthday calendar generation to a live migration job (#25135) | Thomas Müller | 2016-06-16 | 5 | -66/+84 |
| | | | | |||||
* | | | | create session token only for clients that support cookies | Christoph Wurst | 2016-06-13 | 1 | -12/+5 |
| | | | |