Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #479 from nextcloud/add-bruteforce-throttler | Lukas Reschke | 2016-07-21 | 5 | -25/+275 |
|\ | | | | | Implement brute force protection | ||||
| * | Mitigate race condition | Lukas Reschke | 2016-07-20 | 2 | -9/+49 |
| | | |||||
| * | Implement brute force protection | Lukas Reschke | 2016-07-20 | 5 | -25/+235 |
| | | | | | | | | | | | | | | | | | | 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 #476 from nextcloud/port-same-site-cookies | Lukas Reschke | 2016-07-20 | 2 | -94/+431 |
|\ \ | | | | | | | [master] Port Same-Site Cookies to master | ||||
| * | | [master] Port Same-Site Cookies to master | Lukas Reschke | 2016-07-20 | 2 | -94/+431 |
| |/ | | | | | | | Fixes https://github.com/nextcloud/server/issues/50 | ||||
* | | Merge pull request #475 from nextcloud/ocs-middleware | Roeland Douma | 2016-07-20 | 1 | -0/+108 |
|\ \ | | | | | | | Add OCS Middleware | ||||
| * | | Add unit tests | Roeland Jago Douma | 2016-07-20 | 1 | -0/+108 |
| |/ | |||||
* | | Merge pull request #471 from nextcloud/storage-fopenspecialchars | Morris Jobke | 2016-07-20 | 1 | -6/+20 |
|\ \ | |/ |/| | Added storage tests for fopen with special chars | ||||
| * | Added storage tests for fopen with special chars | Vincent Petry | 2016-07-20 | 1 | -6/+20 |
| | | | | | | | | | | | | This makes it possible to test special chars with unit tests. There is already a test for directories but there was none for file names. | ||||
* | | Merge pull request #402 from nextcloud/smb-notifications | Morris Jobke | 2016-07-20 | 1 | -1/+26 |
|\ \ | |/ |/| | smb update notifications | ||||
| * | Save the files external mount id in the mount cache table | Robin Appelman | 2016-07-13 | 1 | -1/+26 |
| | | |||||
* | | Add route tests | Roeland Jago Douma | 2016-07-18 | 1 | -0/+131 |
| | | |||||
* | | Merge pull request #381 from nextcloud/postgres-setup | Roeland Douma | 2016-07-15 | 1 | -8/+8 |
|\ \ | | | | | | | use pdo for postgres setup | ||||
| * | | fix test | Robin Appelman | 2016-07-13 | 1 | -8/+8 |
| |/ | |||||
* | | Merge pull request #395 from nextcloud/user-preferences-occ | Roeland Douma | 2016-07-15 | 1 | -0/+464 |
|\ \ | | | | | | | Allow to change user preferences via occ | ||||
| * | | Use argument instead of value | Joas Schilling | 2016-07-14 | 1 | -20/+18 |
| | | | |||||
| * | | FIx my email | Joas Schilling | 2016-07-13 | 1 | -1/+1 |
| | | | |||||
| * | | Add tests for set/get/delete/list | Joas Schilling | 2016-07-13 | 1 | -5/+234 |
| | | | |||||
| * | | Make sure the exception is catched | Joas Schilling | 2016-07-13 | 1 | -5/+31 |
| | | | |||||
| * | | Add tests for checkInput() | Joas Schilling | 2016-07-13 | 1 | -0/+211 |
| | | | |||||
* | | | Cleanup ManagerTest | Roeland Jago Douma | 2016-07-14 | 1 | -12/+32 |
|/ / | | | | | | | | | * Fix deprecated getMock call * No longer requires DB | ||||
* | | Merge pull request #392 from nextcloud/roottest_nodb | Joas Schilling | 2016-07-13 | 1 | -20/+39 |
|\ \ | | | | | | | RootTest does not require DB | ||||
| * | | RootTest does not require DB | Roeland Jago Douma | 2016-07-13 | 1 | -20/+39 |
| |/ | | | | | | | | | | | * Removed from DB group * Also mock the manager * Fixed deprecated getMock warnings | ||||
* / | Fix failing tests after db split | Roeland Jago Douma | 2016-07-13 | 2 | -5/+5 |
|/ | |||||
* | Some UtilTests require DB | Roeland Jago Douma | 2016-07-11 | 1 | -0/+8 |
| | | | | In the current setup there is no DI so no way to mock them. | ||||
* | LegacyGroupTest need DB | Roeland Jago Douma | 2016-07-11 | 1 | -0/+6 |
| | | | | | Those old tests make it impossible in the current state to abstract away. | ||||
* | Improve ManagerTest | Roeland Jago Douma | 2016-07-11 | 2 | -207/+205 |
| | | | | | * No DB required * Fixed phpunit 5.4 warnings | ||||
* | Improve GroupTest | Roeland Jago Douma | 2016-07-11 | 1 | -43/+124 |
| | | | | * No longer require DB | ||||
* | Merge pull request #364 from nextcloud/ca-bundle-tests | Björn Schießle | 2016-07-11 | 1 | -0/+92 |
|\ | | | | | add test for needsRebundling() check | ||||
| * | add test for needsRebundling() check | Bjoern Schiessle | 2016-07-11 | 1 | -0/+92 |
| | | |||||
* | | Improve NodeTest | Roeland Jago Douma | 2016-07-11 | 1 | -123/+76 |
|/ | | | | | | * Do not use DB * Fix phpunit-5.4 warnigns * Moved commong stuff to setup | ||||
* | Merge pull request #347 from nextcloud/drop-windows-foo | Lukas Reschke | 2016-07-11 | 12 | -175/+9 |
|\ | | | | | Remove unneeded checks if it runs on a Windows machine | ||||
| * | Fix some more tests | Joas Schilling | 2016-07-11 | 1 | -96/+1 |
| | | |||||
| * | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 11 | -79/+8 |
| | | | | | | | | * the setup check is still there | ||||
* | | Merge pull request #351 from nextcloud/improve_filetest_unittest | Morris Jobke | 2016-07-11 | 1 | -237/+153 |
|\ \ | | | | | | | Improve FileTest | ||||
| * | | Improve FileTest | Roeland Jago Douma | 2016-07-08 | 1 | -237/+153 |
| |/ | | | | | | | | | | | * No longer requires DB * Fixed phpunit 5.4 warnings * Moved common stuff to Setup phase | ||||
* | | Mock logger | Roeland Jago Douma | 2016-07-11 | 1 | -3/+3 |
| | | |||||
* | | Fix phpunit-5.4 wargning | Roeland Jago Douma | 2016-07-11 | 13 | -116/+185 |
| | | | | | | | | | | * getMock is deprecated. * \PDOStatement mocking fails hard on phpunit 4.8 | ||||
* | | Correction is no longer required in php7 | Roeland Jago Douma | 2016-07-08 | 1 | -1/+1 |
| | | |||||
* | | Fix phpunit Trait warning | Roeland Jago Douma | 2016-07-08 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #314 from jernst/master | Lukas Reschke | 2016-07-07 | 1 | -1/+30 |
|\ | | | | | Allow wildcard * to be used in trusted domains | ||||
| * | Disallow certain malformed domain names even if they match the trusted ↵ | Johannes Ernst | 2016-07-06 | 1 | -0/+4 |
| | | | | | | | | | | | | domain expression Stricter checking for valid domain names | ||||
| * | Trusted domain wildcard checking made shorter, supporting multiple * | Johannes Ernst | 2016-07-06 | 1 | -1/+26 |
| | | | | | | | | Added test cases | ||||
* | | Revert "occ web executor (#24957)" | Morris Jobke | 2016-07-07 | 1 | -143/+0 |
| | | | | | | | | This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c. | ||||
* | | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 11 | -37/+100 |
|\| | |||||
| * | Changed name of default logfile from owncloud.log to nextcloud.log. | Thomas Pulzer | 2016-07-04 | 3 | -6/+6 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-07-01 | 8 | -4/+1603 |
| |\ | |||||
| * | | Set content-type to "application/octet-stream" | Lukas Reschke | 2016-06-30 | 1 | -1/+5 |
| | | | | | | | | | | | | Some browsers such as Firefox on Microsoft Windows otherwise do offer to open the file directly which is kinda silly. | ||||
| * | | Merge pull request #206 from nextcloud/ci-mysql | Morris Jobke | 2016-06-30 | 1 | -0/+8 |
| |\ \ | | | | | | | | | Add mysql job to CI | ||||
| | * | | mysql only works with 3 byte UTF-8 | Morris Jobke | 2016-06-29 | 1 | -0/+8 |
| | | | |