Lukas Reschke
78cad94ff4
Add support for Redis password auth
...
For enhanced security it is recommended to configure Redis to only accept connections with a password. (http://redis.io/topics/security )
This is especially critical since Redis supports the LUA scripting language and thus a simple SSRF vulnerability (as proven in http://benmmurphy.github.io/blog/2015/06/04/redis-eval-lua-sandbox-escape/ for example) may lead to a remote code execution.
2015-10-30 20:19:23 +01:00
Morris Jobke
3b249f1967
Revert "setting to skip migration tests by default"
...
This reverts commit 7cbdd9b90b
.
2015-10-27 21:25:11 +01:00
Steffen Lindner
7bbf586b9b
Add syslog_tag docu to sample config
2015-10-23 13:43:41 +02:00
RealRancor
b2ae4cab52
Restructure config.sample.php of master
2015-10-13 09:38:28 +02:00
Thomas Müller
bb4246c9a8
Merge pull request #19207 from RealRancor/fix_mount.json_dir
...
Path to mount.json needs to be absolute in config.sample.php
2015-10-06 15:31:49 +02:00
Lukas Reschke
94f2121980
Add notice about X-Forwarded-For
2015-10-05 09:10:07 +02:00
Morris Jobke
7cbdd9b90b
setting to skip migration tests by default
...
* if you install owncloud via package it is not
possible to skip migration tests
* this also allows to disable migration tests for
an instance by default
2015-10-01 14:23:25 +02:00
Carla Schroder
4e1923816c
Markup fixes to trash bin section
2015-09-30 08:50:32 -07:00
RealRancor
a4ceb5fafe
Path to mount.json needs to be absolute in config.sample.php
2015-09-29 17:05:25 +02:00
Morris Jobke
60b87048c1
Add doc to config.sample for enforce LDAP home folder naming rule
...
* ref #16891
2015-09-25 14:32:05 +02:00
Carla Schroder
4410ca5035
add example for 3rdparty configuration
2015-09-23 10:38:46 +02:00
Lukas Reschke
63b2bc136a
Move mimetype files into /resources/config/
2015-09-22 16:43:28 +02:00
Lukas Reschke
a8e8a9dfb9
Move certificate bundle into resources/config/
2015-09-22 16:43:28 +02:00
Phil Davis
a165710e99
Minor text typos
...
that I noticed while looking at some code.
2015-09-21 23:04:25 +05:45
Thomas Müller
c9c4626750
Merge pull request #19059 from owncloud/logginglevels
...
correction to logging levels
2015-09-16 09:20:47 +02:00
Carla Schroder
11555a9c06
correction to logging levels
2015-09-15 09:17:59 -07:00
Victor Dubiniuk
d57f3bf9cc
Update options description
2015-09-15 17:08:54 +03:00
Victor Dubiniuk
c3e055549e
Improvements
2015-09-15 17:08:54 +03:00
Victor Dubiniuk
7ef937d8ad
Add versions obligation
2015-09-15 17:08:54 +03:00
Frank Karlitschek
7562e4959b
Merge pull request #18658 from owncloud/configurable-temp
...
Configurable temporary directory
2015-09-12 22:04:41 +02:00
Robin McCorkell
c3a327dc38
Add config.sample.php parameter for tempdirectory
2015-09-06 18:11:34 +01:00
Robin Appelman
389c8077b0
update config sample
2015-09-02 17:31:02 +02:00
Morris Jobke
e88b380973
Remove DEBUG constant and use config value
...
* introduces config.php option 'debug' that defaults to false
* migrate DEBUG constant to config value
2015-08-24 15:14:05 +02:00
Morris Jobke
c7b0d50cb2
Merge pull request #18369 from owncloud/occ-log
...
occ commands to manage logging
2015-08-20 12:57:05 +02:00
Robin McCorkell
2663f12dc7
config.sample.php logging documentation clarification
2015-08-19 12:55:39 +01:00
Carla Schroder
05b738ac01
clean up typos in config.sample.php
2015-08-17 10:38:42 -07:00
Thomas Müller
326de6f9b4
Merge pull request #18065 from owncloud/new-trashbin-retention
...
New trashbin retention
2015-08-12 13:13:45 +02:00
Robin McCorkell
8944af57cb
Set default `forwarded_for_headers` to 'HTTP_X_FORWARDED_FOR'
2015-08-10 23:04:52 +02:00
Victor Dubiniuk
4ef2615788
Enhance trashbin expiration settings
2015-08-10 20:40:43 +02:00
Vincent Petry
7c9405a921
Disable filesystem_check_changes by default
...
This will prevent detecting remote changes done in the data folder /
root storage by default. In the rare cases where the data folder is
shared with other apps/users outside ownCloud and change detection is
needed, the admin will have to set the option explicitly from now on.
Note that this doesn't affect external storages which have their own
setting in the mount options.
2015-07-29 12:01:12 +02:00
Morris Jobke
1006ec56ce
Merge pull request #17481 from rullzer/mimetype-list
...
Move mimetypes.list.php to config/mimetypemapping.dist.json
2015-07-13 08:31:18 +02:00
Roeland Jago Douma
032ffc969e
Move mimetypealiases.json to mimetypealiases.dist.json
2015-07-10 10:17:49 +02:00
Roeland Jago Douma
eea56dc309
MimeTypes now also supports httpd/unix-directory
...
Since we both use dir and httpd/unix-directory in OC they should map to
the same icon.
Fixes #17527
2015-07-09 14:19:31 +02:00
Roeland Jago Douma
895d29adf1
Move mimetypemapping.json to mimetypemapping.dist.json
...
This allows users to create their own mapping file to extend our current
mappings. This makes sure that custom mappings are not lost on OC
upgrades.
2015-07-08 17:16:12 +02:00
Roeland Jago Douma
35fba1ef9f
Move mimetypes.list.php to config/mimetypemapping.json
...
This allows users to add new mimetypemappings (extention -> mimetype)
themself. And not have to wait until a new release for updated
mimetypes.
Fixes : #15384
2015-07-08 13:18:58 +02:00
Morris Jobke
d68b48d86f
[config sample] improve RST markup and wording
2015-07-07 15:57:38 +02:00
Morris Jobke
6fac36b589
[config sample] Update info about appstore
2015-07-07 09:13:57 +02:00
Roeland Jago Douma
c8145cdbd6
Javascript mimetype icon resolver
...
This makes it possible to retrieve the icon for mimetypes in javascript.
It makes no additional queries to the server to retrieve the mimetype.
* config/mimetypealiases.json added
* mimetype.js: this is where the logic resides to convert from mimetype
to icon url
* mimetypelist.js: generated file with a list of mimetype mapping (aliases)
and the list of icon files
* ./occ maintenance:mimetypesjs : new command for occ to gernerate
mimetypes.js
* unit tests updated and still work
* javascript tests added
* theming support
* folder of the theme is now present in javascript (OC.theme.folder)
2015-07-06 16:32:10 +02:00
Morris Jobke
44c3fa9108
refine sample config text
2015-07-06 09:11:05 +02:00
Morris Jobke
8359ca43db
[config sample] merge Miscellaneous & All other options
2015-07-06 09:07:35 +02:00
Vincent Petry
eadf789519
Rename experimental to transactional file locking
2015-06-26 11:10:10 +02:00
Morris Jobke
fc064212b9
[config.sample.php] set correct default value for skeletondirectory
2015-06-19 11:08:34 +02:00
Lukas Reschke
9e48f7f3ba
Remove MSSQL completely from list
2015-06-17 19:22:14 +02:00
Carla Schroder
ea9c21f94e
remove mssql from supported dbs
2015-06-17 07:33:57 -07:00
Lukas Reschke
b806502cdb
Properly quote memcache.locking
2015-06-02 21:46:57 +02:00
Robin Appelman
6b965d71d1
add seperate config option for locking memcache backend
2015-06-01 13:22:56 +02:00
Vincent Petry
2f4f468399
Added config switch for file locking
2015-06-01 13:22:56 +02:00
Carla Schroder
155150cad3
fix formatting error
2015-05-28 11:55:19 -07:00
Thomas Müller
a52afb040a
Merge pull request #15965 from owncloud/conditional-logging
...
Conditional logging
2015-05-19 12:00:19 +02:00
Lukas Reschke
8082433474
Update CA bundle
2015-05-12 10:07:10 +02:00