nextcloud/lib
Morris Jobke e79c255cab Conditional logging
* Log condition for log level increase based on conditions. Once one of these
   conditions is met, the required log level is set to debug. This allows to
   debug specific requests, users or apps

 * Supported conditions (setting `log_condition` in `config.php`):
    - `shared_secret`: if a request parameter with the name `log_secret` is set to
                this value the condition is met
    - `users`:  if the current request is done by one of the specified users,
                this condition is met
    - `apps`:   if the log message is invoked by one of the specified apps,
                this condition is met
 * fix unit test and add app log condition test
2015-05-08 15:58:33 +02:00
..
l10n [tx-robot] updated from transifex 2015-05-07 01:56:44 -04:00
private Conditional logging 2015-05-08 15:58:33 +02:00
public improve phpdoc of cache classes 2015-05-05 16:06:28 +02:00
repair Remove unused variables 2015-04-18 16:35:19 +02:00
autoloader.php Update license headers 2015-03-26 11:44:36 +01:00
base.php Do not trigger preview hooks if enable_previews is false 2015-05-06 10:39:48 +02:00