summaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
Commit message (Collapse)AuthorAgeFilesLines
* Add doc to config.sample for enforce LDAP home folder naming ruleMorris Jobke2015-09-251-0/+15
| | | | * ref #16891
* add example for 3rdparty configurationCarla Schroder2015-09-231-1/+3
|
* Minor text typosPhil Davis2015-09-211-1/+1
| | | | that I noticed while looking at some code.
* Merge pull request #19059 from owncloud/logginglevelsThomas Müller2015-09-161-1/+1
|\ | | | | correction to logging levels
| * correction to logging levelsCarla Schroder2015-09-151-1/+1
| |
* | Update options descriptionVictor Dubiniuk2015-09-151-7/+6
| |
* | ImprovementsVictor Dubiniuk2015-09-151-1/+1
| |
* | Add versions obligationVictor Dubiniuk2015-09-151-0/+28
|/
* Merge pull request #18658 from owncloud/configurable-tempFrank Karlitschek2015-09-121-0/+10
|\ | | | | Configurable temporary directory
| * Add config.sample.php parameter for tempdirectoryRobin McCorkell2015-09-061-0/+10
| |
* | update config sampleRobin Appelman2015-09-021-4/+2
|/
* Remove DEBUG constant and use config valueMorris Jobke2015-08-241-6/+8
| | | | | * introduces config.php option 'debug' that defaults to false * migrate DEBUG constant to config value
* Merge pull request #18369 from owncloud/occ-logMorris Jobke2015-08-201-4/+5
|\ | | | | occ commands to manage logging
| * config.sample.php logging documentation clarificationRobin McCorkell2015-08-191-4/+5
| |
* | clean up typos in config.sample.phpCarla Schroder2015-08-171-16/+17
|/
* Merge pull request #18065 from owncloud/new-trashbin-retentionThomas Müller2015-08-121-10/+28
|\ | | | | New trashbin retention
| * Enhance trashbin expiration settingsVictor Dubiniuk2015-08-101-10/+28
| |
* | Set default `forwarded_for_headers` to 'HTTP_X_FORWARDED_FOR'Robin McCorkell2015-08-101-1/+7
|/
* Disable filesystem_check_changes by defaultVincent Petry2015-07-291-1/+1
| | | | | | | | | | 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.
* [config sample] improve RST markup and wordingMorris Jobke2015-07-071-16/+26
|
* [config sample] Update info about appstoreMorris Jobke2015-07-071-1/+0
|
* refine sample config textMorris Jobke2015-07-061-9/+12
|
* [config sample] merge Miscellaneous & All other optionsMorris Jobke2015-07-061-87/+86
|
* Rename experimental to transactional file lockingVincent Petry2015-06-261-3/+3
|
* [config.sample.php] set correct default value for skeletondirectoryMorris Jobke2015-06-191-1/+1
|
* Remove MSSQL completely from listLukas Reschke2015-06-171-2/+0
|
* remove mssql from supported dbsCarla Schroder2015-06-171-1/+0
|
* Properly quote memcache.lockingLukas Reschke2015-06-021-1/+1
|
* add seperate config option for locking memcache backendRobin Appelman2015-06-011-0/+6
|
* Added config switch for file lockingVincent Petry2015-06-011-0/+13
|
* fix formatting errorCarla Schroder2015-05-281-2/+2
|
* Conditional loggingMorris Jobke2015-05-081-0/+21
| | | | | | | | | | | | | | | * 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
* Reword configuration textLukas Reschke2015-04-201-5/+8
|
* WordingLukas Reschke2015-04-201-1/+1
|
* Block old legacy clientsLukas Reschke2015-04-201-0/+8
| | | | | | | | | | | This Pull Request introduces a SabreDAV plugin that will block all older clients than 1.6.1 to connect and sync with the ownCloud instance. This has multiple reasons: 1. Old ownCloud client versions before 1.6.0 are not properly working with sticky cookies for load balancers and thus generating sessions en masse 2. Old ownCloud client versions tend to be horrible buggy In some cases we had in 80minutes about 10'000 sessions created by a single user. While this change set does not really "fix" the problem as 3rdparty legacy clients are affected as well, it is a good work-around and hopefully should force users to update their client
* Memcache\Redis Add DB Select FunctionalityMichael Telatynski2015-04-151-2/+3
|
* Merge pull request #15314 from owncloud/app-categories-15274Lukas Reschke2015-04-091-0/+9
|\ | | | | Add different trust levels to AppStore interface
| * Fix wordingLukas Reschke2015-04-081-1/+1
| |
| * Add experimental applications switchLukas Reschke2015-04-031-0/+9
| | | | | | | | Allows administrators to disable or enabled experimental applications as well as show the trust level.
* | Introducing the maximum size previewOlivier Paroz2015-04-071-2/+2
|/ | | | | | The first time we're asked to generate a preview we'll generate one of the maximum dimension indicated in the configuration and all future resizing requests will be done on that preview in order to not waste time converting the same file over and over. One of the fixes required for #12465
* Split image provider in one sub-class per media typeOlivier Paroz2015-04-021-2/+10
|
* fix typo in config.sample.phpMorris Jobke2015-03-181-1/+1
|
* Merge pull request #13648 from oparoz/sfnt-fonts-previewMorris Jobke2015-03-111-0/+1
|\ | | | | Add support for font previews
| * Add support for font previewsOlivier Paroz2015-02-241-0/+1
| |
* | Refactor \OC\Memcache\FactoryRobin McCorkell2015-03-051-4/+26
| | | | | | | | | | | | | | | | | | | | Caches divided up into two groups: distributed and local. 'Low latency' is an alias for local caches, while the standard `create()` call tries to get distributed caches first, then local caches. Memcache backend is set in `config.php`, with the keys `memcache.local` and `memcache.distributed`. If not set, `memcache.distributed` defaults to the value of `memcache.local`.
* | Merge pull request #14651 from ↵Morris Jobke2015-03-041-19/+0
|\ \ | | | | | | | | | | | | owncloud/add-some-headers-to-htaccess-for-my-best-friend-jenkins Let users configure security headers in their Webserver
| * | Let users configure security headers in their WebserverLukas Reschke2015-03-021-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doing this in the PHP code is not the right approach for multiple reasons: 1. A bug in the PHP code prevents them from being added to the response. 2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud) 3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations. This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS.
* | | Merge pull request #14586 from owncloud/proper-appcodechecker-docuThomas Müller2015-03-031-2/+3
|\ \ \ | |/ / |/| | proper description of appcodechecker in config sample
| * | proper description of appcodechecker in config sampleMorris Jobke2015-02-271-2/+3
| |/
* | fix link for Preview documentationMorris Jobke2015-03-021-2/+2
| |