aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* update appstore api urlFrank Karlitschek2014-07-171-1/+1
|
* Add comment to overwrite* configs about CLI/cron problemsJoas Schilling2014-07-071-4/+4
|
* Support for multiple default appsVincent Petry2014-07-011-1/+5
| | | | | If a default app isn't visible for the user, try the next one. Else fallback to the "files" app.
* add disclaimer to objectstore example configJörn Friedrich Dreyer2014-06-231-1/+5
|
* add autocreate config option for containers, implement autocreate and delete ↵Jörn Friedrich Dreyer2014-06-181-0/+1
| | | | of containers, use generated container names for tests
* add 'objectstore' configuration exampleJörn Friedrich Dreyer2014-06-181-0/+23
|
* if file doesn't exist, check parent folderBjoern Schiessle2014-06-141-0/+0
|
* Merge pull request #9018 from owncloud/dbms-socket-supportFrank Karlitschek2014-06-131-1/+1
|\ | | | | Refactor OC_DB::connect() to properly support sockets.
| * Update notes on dbhostjosh4trunks2014-06-051-1/+1
| |
* | Added experimental switch to count external storage data in quotaVincent Petry2014-06-041-1/+3
|/ | | | | | | This includes all mountpoints except the Shared one in the used space calculation. Added unit tests for ext storage inclusion in quota calculation
* Merge pull request #8607 from owncloud/filescan_app_hookOwen Winkler2014-05-301-1/+4
|\ | | | | Allow apps to control via a hook skipping add/remove a file during filescan
| * Updates per comments on PR:ringmaster2014-05-301-2/+2
| | | | | | | | | | | | * Use "filesystem_cache_readonly" config setting, update comment in config.sample * Use $this->cacheActive to cache config setting * Add public Scanner::setCacheActive() to set $cacheActive programmatically
| * Use 'filesystem_check_enable' as a config option.ringmaster2014-05-271-1/+4
| |
* | fix wordingVolkan Gezer2014-05-301-1/+1
| |
* | Add a warning to the configuration fileLukas Reschke2014-05-291-0/+6
|/ | | | | Some people believe that they should copy the sample config to the "real" config. I noticed this several times in IRC and on the bugtracker. I guess this warning should be enough to avoid this in the future.
* Add a config option fro setting the filesystem watcher policyRobin Appelman2014-05-231-1/+10
|
* Merge pull request #8440 from wakeup/masterAndreas Fischer2014-05-031-2/+2
|\ | | | | | | | | | | | | | | Minor changes in config.sample * wakeup/master: Update config.sample.php Minor changes in config.sample
| * Update config.sample.phpVolkan Gezer2014-05-031-1/+1
| |
| * Minor changes in config.sampleVolkan Gezer2014-05-031-2/+2
| | | | | | | | | | | | * appcodechecker accepts boolean. * using different ports in trusted domains Partially fixes #330
* | Merge pull request #7852 from josh4trunks/basic_auth_fixThomas Müller2014-04-281-3/+0
|\ \ | |/ |/| Fixes login / logout when HTTP Basic Headers are avilable.
| * Remove missed stuff from mergejosh4trunks2014-04-031-3/+0
| |
| * Fixes login / logout when HTTP Basic Headers are avilable.josh4trunks2014-04-031-3/+3
| |
* | Add another example to the trusted_domains configLukas Reschke2014-04-261-1/+1
| | | | | | | | Users often ask in IRC or the forum how to add another domain. Hopefully they will be able to find it out on their own if we have an example with two domains.
* | Preventing access to the config folderLukas Reschke2014-04-241-0/+12
|/ | | | | It isn't uncommon that admins create a backup file of the config (i.e. `config.php.bak`) before performing any changes. This would allow everybody to read the backup of the configuration file which contain several secret and critical values. I don't believe this is worth a backport or getting added to the installer. It's just a nice to have. People that create public readable backups of their configuration are the one to blame, not us :-)
* Allow using "/" in "overwritewebroot"Vincent Petry2014-03-311-1/+1
| | | | | Whenever the reverse proxy is using "/" as the webroot, it is now possible to set that value in "overwritewebroot"
* Merge pull request #7829 from owncloud/cachefolderlocationVincent Petry2014-03-281-2/+11
|\ | | | | Cache folder is now configurable
| * Cache folder is now configurableVincent Petry2014-03-241-2/+11
| | | | | | | | | | | | When using an external cache folder, it is automatically mounted in FileSystem::initFileSystem so that any app can use it transparently by creating a view on the "/$user/cache" directory.
* | Log last cron executionkondou2014-03-121-0/+3
|/ | | | Fixes #2012
* Config to disable basic_auth username chackingkondou2014-02-261-0/+3
| | | | This can be confusing and/or annoying
* Merge pull request #7259 from owncloud/overwritehost-alwaysLukas Reschke2014-02-221-0/+3
|\ | | | | Add overwritehost config on setup and upgrade
| * Add overwritehost config on setup and upgradeLukas Reschke2014-02-211-0/+3
| |
* | Merge branch 'master' into no-css-js-delivery-via-phpThomas Müller2014-02-211-0/+3
|\ \ | | | | | | | | | | | | Conflicts: config/config.sample.php
| * \ Merge pull request #6999 from kofemann/mount-configLukas Reschke2014-02-201-0/+3
| |\ \ | | |/ | |/| mount: make location of mount.json configurable
| | * mount: make location of mount.json configurableTigran Mkrtchyan2014-01-291-0/+3
| | | | | | | | | | | | | | | | | | do not share users data with config files Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
* | | IndentationLukas Reschke2014-02-201-2/+2
| | |
* | | integrate assetic for asset pipeline-ingThomas Müller2014-02-201-0/+3
|/ /
* | Merge pull request #6247 from owncloud/memcached-multiple-serversAndreas Fischer2014-02-081-2/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | Add support for multiple memcached servers. * owncloud/memcached-multiple-servers: Readd support for memcached_server config variable. Add support for multiple memcached servers.
| * | Add support for multiple memcached servers.Andreas Fischer2014-01-101-2/+8
| | |
* | | Added session_keepalive settingVincent Petry2014-02-041-0/+7
| |/ |/| | | | | | | When session_keepalive is true (default) the heartbeat will be send as often as the half of the session timeout value.
* | updated config.sample.php with mail_from_address parameterJens-Christian Fischer2014-01-241-0/+6
|/
* Document memcached settings in config.sample.phpAndreas Fischer2013-12-091-0/+3
|
* Merge branch 'master' into backgroundscan-reuse-etagRobin Appelman2013-12-061-2/+5
|\
| * config switch to disable auto expire for the trash binBjoern Schiessle2013-12-041-2/+5
| |
* | get rid of failing test that don't cause additional downloadsRobin Appelman2013-12-061-0/+0
|/
* add documentation for single user config option to config.sample.phpRobin Appelman2013-11-251-0/+3
|
* Update config.sample.phpWikinaut2013-11-121-1/+5
| | | | | | | /* Enable maintenance mode to disable ownCloud If you want to prevent users to login to ownCloud before you start doing some maintenance work, you need to set the value of the maintenance parameter to true. Please keep in mind that users who are already logged-in are kicked out of ownCloud instantly. */
* add options to disable the check for a working .htaccess file in data and ↵Frank Karlitschek2013-10-171-0/+6
| | | | for a working WebDAV server. This are advanced settings that are needed in special situations where our check fail and the user runs into an http timeout.
* Merge pull request #4780 from AxelRb/masterMorris Jobke2013-10-101-0/+3
|\ | | | | On an auth failure the uid and the IP address should be logged to the st...
| * Added the config option to log ip addresses , default falseAxel Roenn2013-10-091-0/+3
| |
* | let admin specify timezone for log file entriesBjoern Schiessle2013-10-071-0/+3
| |