Nextcloud Server
Go to file
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
.idea
3rdparty@a79a7ee86b Remove phpmailer from 3rdparty 2015-05-06 08:34:15 +02:00
apps improved admin settings 2015-05-08 11:41:38 +02:00
build
config Conditional logging 2015-05-08 15:58:33 +02:00
core [tx-robot] updated from transifex 2015-05-08 01:54:52 -04:00
l10n
lib Conditional logging 2015-05-08 15:58:33 +02:00
ocs Fix usage of deprecated private constants 2015-04-18 10:30:02 +02:00
settings Merge pull request #16168 from owncloud/cron-errors 2015-05-08 11:23:19 +02:00
tests Conditional logging 2015-05-08 15:58:33 +02:00
themes
.bowerrc
.gitignore
.gitmodules
.htaccess
.jshintrc
.mailmap
.scrutinizer.yml Enable code coverage on scrutinizer 2015-04-30 13:18:15 +02:00
.tag
.user.ini
AUTHORS
autotest-external.sh Replace replace with sed statement 2015-04-29 09:53:45 +02:00
autotest-hhvm.sh Combine autotest-hhvm.sh with autotest.sh 2015-05-04 16:37:23 +02:00
autotest-js.sh
autotest.cmd
autotest.sh Combine autotest-hhvm.sh with autotest.sh 2015-05-04 16:37:23 +02:00
bower.json
buildjsdocs.sh
console.php Fix error message when wrong user on console 2015-04-28 22:51:19 +02:00
CONTRIBUTING.md Simplify even more 2015-04-27 15:39:37 +02:00
COPYING-AGPL
COPYING-README
cron.php Removed OC_BackgroundJob - reduce class overhead 2015-04-18 23:37:32 +02:00
db_structure.xml
index.html
index.php
indie.json
issue_template.md
occ
public.php
README.md
remote.php
robots.txt
status.php
version.php 8.1.0 beta 1 2015-05-07 18:55:00 -04:00

ownCloud

ownCloud gives you freedom and control over your own data. A personal cloud which runs on your own server.

Build Status on Jenkins CI

Git master: Build Status

Quality:

  • Scrutinizer: Scrutinizer Quality Score
  • CodeClimate: Code Climate

Depencencies:

Dependency Status

Dependency Status

Installation instructions

https://doc.owncloud.org/server/8.0/developer_manual/app/index.html

Contribution Guidelines

https://owncloud.org/contribute/

Get in touch

Important notice on translations

Please submit translations via Transifex: https://www.transifex.com/projects/p/owncloud/

Transifex

For more detailed information about translations: http://doc.owncloud.org/server/8.0/developer_manual/core/translation.html