nextcloud/tests/Core
Thomas Pulzer ba3f4f118e Changed logtype to file instead of owncloud.
- 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.
2016-07-22 11:44:19 +02:00
..
Command Changed logtype to file instead of owncloud. 2016-07-22 11:44:19 +02:00
Controller Mitigate race condition 2016-07-20 23:09:27 +02:00
Middleware remember redirect_url when solving the 2FA challenge 2016-06-01 14:43:47 +02:00
Templates Move tests/core/ to PSR-4 2016-05-19 11:18:25 +02:00