Commit Graph

149 Commits (1efa338a520e2d73b0b6027dd0a9e0cb496a0d9d)

Author SHA1 Message Date
Frank Karlitschek 87101e6638 Merge pull request #9018 from owncloud/dbms-socket-support
Refactor OC_DB::connect() to properly support sockets.
10 years ago
josh4trunks 55ccd6da51 Update notes on dbhost 10 years ago
Vincent Petry da889ff029 Added experimental switch to count external storage data in quota
This includes all mountpoints except the Shared one in
the used space calculation.

Added unit tests for ext storage inclusion in quota calculation
10 years ago
Owen Winkler da6aae28ad Merge pull request #8607 from owncloud/filescan_app_hook
Allow apps to control via a hook skipping add/remove a file during filescan
10 years ago
Volkan Gezer bb8ee2e9af fix wording 10 years ago
ringmaster 16ae63bdfd Updates per comments on PR:
* 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
10 years ago
Lukas Reschke 62eb5cd6b0 Add a warning to the configuration file
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.
10 years ago
ringmaster 26d169b27c Use 'filesystem_check_enable' as a config option. 10 years ago
Robin Appelman 151c48494e Add a config option fro setting the filesystem watcher policy 10 years ago
Andreas Fischer e381d7d180 Merge pull request #8440 from wakeup/master
Minor changes in config.sample

* wakeup/master:
  Update config.sample.php
  Minor changes in config.sample
10 years ago
Volkan Gezer 1a0fc49018 Update config.sample.php 10 years ago
Volkan Gezer 6dfc63a240 Minor changes in config.sample
* appcodechecker accepts boolean.
* using different ports in trusted domains

Partially fixes #330
10 years ago
Thomas Müller 7c0340c63c Merge pull request #7852 from josh4trunks/basic_auth_fix
Fixes login / logout when HTTP Basic Headers are avilable.
10 years ago
Lukas Reschke 2bea7ec2e7 Add another example to the trusted_domains config
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.
10 years ago
Lukas Reschke c92a138489 Preventing access to the config folder
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 :-)
10 years ago
josh4trunks 2d9b46e3b9 Remove missed stuff from merge 10 years ago
josh4trunks 4ddf5d92f2 Fixes login / logout when HTTP Basic Headers are avilable. 10 years ago
Vincent Petry cf361b6b4a Allow using "/" in "overwritewebroot"
Whenever the reverse proxy is using "/" as the webroot, it is now
possible to set that value in "overwritewebroot"
10 years ago
Vincent Petry 040f430f0c Merge pull request #7829 from owncloud/cachefolderlocation
Cache folder is now configurable
10 years ago
Vincent Petry 10c9b8eb99 Cache folder is now configurable
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.
10 years ago
kondou 547b563464 Log last cron execution
Fixes #2012
10 years ago
kondou da19109f40 Config to disable basic_auth username chacking
This can be confusing and/or annoying
10 years ago
Lukas Reschke c9ab11a9bd Merge pull request #7259 from owncloud/overwritehost-always
Add overwritehost config on setup and upgrade
10 years ago
Lukas Reschke fe44ac264b Add overwritehost config on setup and upgrade 10 years ago
Thomas Müller f19276f7bc Merge branch 'master' into no-css-js-delivery-via-php
Conflicts:
	config/config.sample.php
10 years ago
Lukas Reschke c869e0116b Merge pull request #6999 from kofemann/mount-config
mount: make location of mount.json configurable
10 years ago
Lukas Reschke 2955d9b483 Indentation 10 years ago
Thomas Müller 8cf73ca42f integrate assetic for asset pipeline-ing 10 years ago
Andreas Fischer bbfd97ce03 Merge pull request #6247 from owncloud/memcached-multiple-servers
Add support for multiple memcached servers.

* owncloud/memcached-multiple-servers:
  Readd support for memcached_server config variable.
  Add support for multiple memcached servers.
10 years ago
Vincent Petry 912da8d277 Added session_keepalive setting
When session_keepalive is true (default) the heartbeat will be send as
often as the half of the session timeout value.
10 years ago
Tigran Mkrtchyan 8cc9727520 mount: make location of mount.json configurable
do not share users data with config files

Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
10 years ago
Jens-Christian Fischer 3ca85cd841 updated config.sample.php with mail_from_address parameter 11 years ago
Andreas Fischer 320353c237 Add support for multiple memcached servers. 11 years ago
Andreas Fischer 5db73c05fb Document memcached settings in config.sample.php 11 years ago
Robin Appelman 9eca2471b3 Merge branch 'master' into backgroundscan-reuse-etag 11 years ago
Robin Appelman e888bdda30 get rid of failing test that don't cause additional downloads 11 years ago
Bjoern Schiessle 6b7fdda4f5 config switch to disable auto expire for the trash bin 11 years ago
Robin Appelman a609a53647 add documentation for single user config option to config.sample.php 11 years ago
Wikinaut 63952aaeab Update config.sample.php
/* 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.
*/
11 years ago
Frank Karlitschek 6a60a47d59 add options to disable the check for a working .htaccess file in data and 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. 11 years ago
Morris Jobke 0641365a10 Merge pull request #4780 from AxelRb/master
On an auth failure the uid and the IP address should be logged to the st...
11 years ago
Axel Roenn 08a0435704 Added the config option to log ip addresses , default false 11 years ago
Bjoern Schiessle 6a411833b9 let admin specify timezone for log file entries 11 years ago
kondou 65413a95dc Merge branch 'master' into oc_avatars
Conflicts:
	config/config.sample.php
11 years ago
blizzz 431cf06e99 Merge pull request #4672 from owncloud/ocs_cleanup
Ocs cleanup
11 years ago
Owen Winkler 9a263a500a Employ config option for OpenSSL config file, if provided.
This should help make OpenSSL configuration on Windows servers easier by allowing the openssl.cnf file to be set directly in the ownCloud config, rather than in SetEnv commands that don't exist and are hard to replicate in IIS.
11 years ago
Owen Winkler fb34f49913 Start a branch for easier OpenSSL configuration. 11 years ago
kondou 76b1b5b6a3 Provide 'enable_avatars' in config.php, to disable avatars 11 years ago
Frank Karlitschek a5633bb155 remove the config option that is no longer needed 11 years ago
Georg Ehrke b7758d0f8d Merge master into oc_preview 11 years ago