Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #10409 from owncloud/iShallNotCopyStuffWithoutThinking | Lukas Reschke | 2014-08-19 | 1 | -0/+4 |
|\ | | | | | Add a copied_sample_config switch | ||||
| * | Add a copied_sample_config switch | Lukas Reschke | 2014-08-19 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Hopefully this will stop people from copying the sample config. I'm so annoyed by all those wrong bug reports... Add some explanation about this switch Move check to init | ||||
* | | Merge pull request #10425 from owncloud/set_default_share_folder | Björn Schießle | 2014-08-19 | 1 | -0/+5 |
|\ \ | | | | | | | Set default share folder | ||||
| * | | make share folder configurable | Bjoern Schiessle | 2014-08-18 | 1 | -0/+5 |
| |/ | |||||
* | | Make skeleton directory configurable. | Stefan Rado | 2014-08-16 | 1 | -0/+5 |
| | | |||||
* | | Move authentication failed logging to checkPassword | Lukas Reschke | 2014-08-15 | 1 | -3/+0 |
|/ | | | | Fixes https://github.com/owncloud/core/issues/10366 | ||||
* | support aes 256 | Bjoern Schiessle | 2014-07-23 | 1 | -0/+3 |
| | |||||
* | update appstore api url | Frank Karlitschek | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Add comment to overwrite* configs about CLI/cron problems | Joas Schilling | 2014-07-07 | 1 | -4/+4 |
| | |||||
* | Support for multiple default apps | Vincent Petry | 2014-07-01 | 1 | -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 config | Jörn Friedrich Dreyer | 2014-06-23 | 1 | -1/+5 |
| | |||||
* | add autocreate config option for containers, implement autocreate and delete ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -0/+1 |
| | | | | of containers, use generated container names for tests | ||||
* | add 'objectstore' configuration example | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -0/+23 |
| | |||||
* | if file doesn't exist, check parent folder | Bjoern Schiessle | 2014-06-14 | 1 | -0/+0 |
| | |||||
* | Merge pull request #9018 from owncloud/dbms-socket-support | Frank Karlitschek | 2014-06-13 | 1 | -1/+1 |
|\ | | | | | Refactor OC_DB::connect() to properly support sockets. | ||||
| * | Update notes on dbhost | josh4trunks | 2014-06-05 | 1 | -1/+1 |
| | | |||||
* | | Added experimental switch to count external storage data in quota | Vincent Petry | 2014-06-04 | 1 | -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_hook | Owen Winkler | 2014-05-30 | 1 | -1/+4 |
|\ | | | | | Allow apps to control via a hook skipping add/remove a file during filescan | ||||
| * | Updates per comments on PR: | ringmaster | 2014-05-30 | 1 | -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. | ringmaster | 2014-05-27 | 1 | -1/+4 |
| | | |||||
* | | fix wording | Volkan Gezer | 2014-05-30 | 1 | -1/+1 |
| | | |||||
* | | Add a warning to the configuration file | Lukas Reschke | 2014-05-29 | 1 | -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 policy | Robin Appelman | 2014-05-23 | 1 | -1/+10 |
| | |||||
* | Merge pull request #8440 from wakeup/master | Andreas Fischer | 2014-05-03 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | Minor changes in config.sample * wakeup/master: Update config.sample.php Minor changes in config.sample | ||||
| * | Update config.sample.php | Volkan Gezer | 2014-05-03 | 1 | -1/+1 |
| | | |||||
| * | Minor changes in config.sample | Volkan Gezer | 2014-05-03 | 1 | -2/+2 |
| | | | | | | | | | | | | * appcodechecker accepts boolean. * using different ports in trusted domains Partially fixes #330 | ||||
* | | Merge pull request #7852 from josh4trunks/basic_auth_fix | Thomas Müller | 2014-04-28 | 1 | -3/+0 |
|\ \ | |/ |/| | Fixes login / logout when HTTP Basic Headers are avilable. | ||||
| * | Remove missed stuff from merge | josh4trunks | 2014-04-03 | 1 | -3/+0 |
| | | |||||
| * | Fixes login / logout when HTTP Basic Headers are avilable. | josh4trunks | 2014-04-03 | 1 | -3/+3 |
| | | |||||
* | | Add another example to the trusted_domains config | Lukas Reschke | 2014-04-26 | 1 | -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 folder | Lukas Reschke | 2014-04-24 | 1 | -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 Petry | 2014-03-31 | 1 | -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/cachefolderlocation | Vincent Petry | 2014-03-28 | 1 | -2/+11 |
|\ | | | | | Cache folder is now configurable | ||||
| * | Cache folder is now configurable | Vincent Petry | 2014-03-24 | 1 | -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 execution | kondou | 2014-03-12 | 1 | -0/+3 |
|/ | | | | Fixes #2012 | ||||
* | Config to disable basic_auth username chacking | kondou | 2014-02-26 | 1 | -0/+3 |
| | | | | This can be confusing and/or annoying | ||||
* | Merge pull request #7259 from owncloud/overwritehost-always | Lukas Reschke | 2014-02-22 | 1 | -0/+3 |
|\ | | | | | Add overwritehost config on setup and upgrade | ||||
| * | Add overwritehost config on setup and upgrade | Lukas Reschke | 2014-02-21 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'master' into no-css-js-delivery-via-php | Thomas Müller | 2014-02-21 | 1 | -0/+3 |
|\ \ | | | | | | | | | | | | | Conflicts: config/config.sample.php | ||||
| * \ | Merge pull request #6999 from kofemann/mount-config | Lukas Reschke | 2014-02-20 | 1 | -0/+3 |
| |\ \ | | |/ | |/| | mount: make location of mount.json configurable | ||||
| | * | mount: make location of mount.json configurable | Tigran Mkrtchyan | 2014-01-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | do not share users data with config files Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de> | ||||
* | | | Indentation | Lukas Reschke | 2014-02-20 | 1 | -2/+2 |
| | | | |||||
* | | | integrate assetic for asset pipeline-ing | Thomas Müller | 2014-02-20 | 1 | -0/+3 |
|/ / | |||||
* | | Merge pull request #6247 from owncloud/memcached-multiple-servers | Andreas Fischer | 2014-02-08 | 1 | -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 Fischer | 2014-01-10 | 1 | -2/+8 |
| | | | |||||
* | | | Added session_keepalive setting | Vincent Petry | 2014-02-04 | 1 | -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 parameter | Jens-Christian Fischer | 2014-01-24 | 1 | -0/+6 |
|/ | |||||
* | Document memcached settings in config.sample.php | Andreas Fischer | 2013-12-09 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into backgroundscan-reuse-etag | Robin Appelman | 2013-12-06 | 1 | -2/+5 |
|\ | |||||
| * | config switch to disable auto expire for the trash bin | Bjoern Schiessle | 2013-12-04 | 1 | -2/+5 |
| | |