Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix phpdoc in Comments | Roeland Jago Douma | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | Increment the versions and adjust the capitilization | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | fix #724 by using step instead of job | Bernhard Posselt | 2016-08-04 | 1 | -2/+2 |
| | |||||
* | Adding quota plugin to new dav endpoint (#25615) | Thomas Müller | 2016-07-29 | 1 | -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 available | Robin Appelman | 2016-07-27 | 8 | -6/+85 |
| | |||||
* | Also increase the min version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #517 from nextcloud/fix-typo | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ | | | | | Fix typo in docs | ||||
| * | Use app name from stable9 | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ \ | |/ |/| | Bump version | ||||
| * | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #496 from nextcloud/fix-config-generation | Morris Jobke | 2016-07-21 | 1 | -1/+1 |
|\ \ | | | | | | | Make the changes from doc fix persistant | ||||
| * | | Change the app name | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| |/ | |||||
* | | Update with robin | Joas Schilling | 2016-07-21 | 34 | -34/+34 |
| | | |||||
* | | 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 |