- Aug 03, 2016
-
-
Vincent Petry authored
The repair step was a bit overeager to skip repairing so it missed the case where a group share exists without subshares but with an additional direct user share.
-
Vincent Petry authored
-
- Aug 01, 2016
-
-
Roeland Jago Douma authored
-
- Jul 29, 2016
-
-
Roeland Jago Douma authored
-
- Jul 27, 2016
-
-
Roeland Jago Douma authored
We should check against the ending substring since people could run their nextcloud in a subfolder. * Added test
-
Morris Jobke authored
-
- Jul 26, 2016
-
-
Morris Jobke authored
-
Joas Schilling authored
-
Morris Jobke authored
-
- Jul 22, 2016
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Thomas Pulzer authored
-
Robin Appelman authored
-
Roeland Jago Douma authored
-
Thomas Pulzer authored
- Updated the config sample to point to log_type='file' - Renamed the Class for logfile logging to File in namespace 'OC\Log\'. Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'. - Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'. Changed registration of the command to use 'OC\Core\Command\Log\File'. - Changed default Syslog tag to Nextcloud - Retained backwards compatibility for configs with 'logtype' => 'owncloud' - Adjusted tests for the new file log. Closes #490.
-
- Jul 20, 2016
-
-
Lukas Reschke authored
-
Lukas Reschke authored
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)
-
Roeland Jago Douma authored
-
Lukas Reschke authored
Fixes https://github.com/nextcloud/server/issues/50
-
Vincent Petry authored
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.
-
- Jul 18, 2016
-
-
Roeland Jago Douma authored
-
- Jul 14, 2016
-
-
Joas Schilling authored
-
Roeland Jago Douma authored
* Fix deprecated getMock call * No longer requires DB
-
- Jul 13, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Robin Appelman authored
-
Roeland Jago Douma authored
* Removed from DB group * Also mock the manager * Fixed deprecated getMock warnings
-
Robin Appelman authored
-
Roeland Jago Douma authored
-
- Jul 11, 2016
-
-
Roeland Jago Douma authored
In the current setup there is no DI so no way to mock them.
-
Roeland Jago Douma authored
Those old tests make it impossible in the current state to abstract away.
-
Roeland Jago Douma authored
* No DB required * Fixed phpunit 5.4 warnings
-
Roeland Jago Douma authored
* No longer require DB
-
Bjoern Schiessle authored
-
Roeland Jago Douma authored
* Do not use DB * Fix phpunit-5.4 warnigns * Moved commong stuff to setup
-
Joas Schilling authored
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
* getMock is deprecated. * \PDOStatement mocking fails hard on phpunit 4.8
-