summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* add config-option for an image's maximum filesize when generating previewsGeorg Ehrke2015-01-221-0/+12
|
* Note in config.sample.php that certain previews are not available in ms windowsCarla Schroder2015-01-171-1/+10
|
* LDAP User CleanupArthur Schiwon2014-12-151-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | background job for user clean up adjust user backend for clean up register background job remove dead code dependency injection make Helper non-static for proper testing check whether it is OK to run clean up job. Do not forget to pass arguments. use correct method to get the config from server methods can be private, proper indirect testing is given no automatic user deletion make limit readable for test purposes make method less complex add first tests let preferences accept limit and offset for getUsersForValue DI via constructor does not work for background jobs after detecting, now we have retrieving deleted users and their details we need this method to be public for now finalize export method, add missing getter clean up namespaces and get rid of unnecessary files helper is not static anymore cleanup according to scrutinizer add cli tool to show deleted users uses are necessary after recent namespace change also remove user from mappings table on deletion add occ command to delete users fix use statement improve output big fixes / improvements PHP doc return true in userExists early for cleaning up deleted users bump version control state and interval with one config.php setting, now ldapUserCleanupInterval. 0 will disable it. enabled by default. improve doc rename cli method to be consistent with others introduce ldapUserCleanupInterval in sample config don't show last login as unix epoche start when no login happend less log output consistent namespace for OfflineUser rename GarbageCollector to DeletedUsersIndex and move it to user subdir fix unit tests add tests for deleteUser more test adjustements
* Merge pull request #12528 from owncloud/backport-12419Thomas Müller2014-12-031-0/+9
|\ | | | | Allow read-only configuration
| * Allow read-only configurationLukas Reschke2014-12-011-0/+9
| | | | | | | | | | | | | | | | | | | | Workaround required for IIS setups running ownCloud to prevent dataloss. Long-term solution would be to move some configuration settings to the database Conflicts: lib/base.php settings/admin.php
* | add proper description what database is supported by CE and EEMorris Jobke2014-12-031-7/+13
|/
* Merge pull request #11747 from owncloud/storeCredentialsOnlyInSessionIfRequiredVincent Petry2014-12-011-0/+6
|\ | | | | Store credentials only in session if required
| * Backport \OC\Security\Crypto to ownCloud 7Lukas Reschke2014-11-201-0/+6
| | | | | | | | | | Conflicts: lib/repair/repairconfig.php
* | Adjust sample configLukas Reschke2014-11-281-1/+1
| |
* | Markup correctionsCarla Schroder2014-11-281-3/+2
| |
* | Add notes that SQLite is CE onlyCarla Schroder2014-11-281-2/+5
| |
* | added comment that App Store is disabled for EECarla Schroder2014-11-261-0/+1
|/
* Ignore port for trusted domainsLukas Reschke2014-11-131-1/+1
| | | | | | This lead to a lot of confusion in the past and did not really offer any value. Let's remove the port check therefore. (it's anyways not really a part of the domain) Fixes https://github.com/owncloud/core/issues/12150 and https://github.com/owncloud/core/issues/12123 and also a problem reported by @DeepDiver1975.
* fix config.sample.php linebreakMorris Jobke2014-11-041-6/+8
|
* add driver options to config samplesJörn Friedrich Dreyer2014-11-031-0/+7
|
* fix style of generated documentationMorris Jobke2014-10-291-1/+2
|
* Make supported DBs configurable within config.phpLukas Reschke2014-10-271-0/+17
| | | | | | | | | This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake. To test this play around with the new configuration parameter "supportedDatabases". Conflicts: lib/private/util.php
* Make files non executableLukas Reschke2014-10-242-0/+0
| | | | There is not much sense in having these files marked executable, we should avoid that.
* fix the RST syntax of config.sample.phpMorris Jobke2014-10-171-3/+5
|
* read config.sample.php options and whitespace fixesMorris Jobke2014-10-171-4/+6
|
* commented out instanceid and passwordsaltCarla Schroder2014-10-171-3/+5
|
* some small tweaksCarla Schroder2014-10-171-9/+18
|
* small corrections to config.sample.phpCarla Schroder2014-10-171-6/+12
|
* Set overwritemailurl* configs on setupJoas Schilling2014-10-141-0/+7
| | | | | | | | | | | | | | Correctly use overwritemailurl value when generating absolute urls in CLI Fix #11500 Rename the config to *cli Add overwrite.cli.url to the sample config Revert separator fix, fixes unit test Backport of 0407bc097895355b90bc722e8b58afb27a40d538 from master
* Revert "Set overwrite.cli.url configs on setup"Vincent Petry2014-10-131-7/+0
| | | | | | This reverts commit 48a1e69f5e803d61edcd7d083fd8e794f5bf194d. This was backported too quickly.
* Set overwrite.cli.url configs on setupJoas Schilling2014-10-131-0/+7
| | | | | | | | | | | | Correctly use overwrite.cli.url value when generating absolute urls in CLI Fix #11500 Backport and squash of the following from master, in order: - f0fcaff9b957f1e6c04f9bfd9b8e0eb84f78bbf8 - 923de0afd9a7e717a5e1d25747caf4840633db25 - a487ce76e86940c94801da6157bcf70ed4005c1f - bd3ebdbd135b30946fdf55b41b5e96497d0c3e4a
* Additional changes to config.sample.php and typo fixesMorris Jobke2014-10-101-28/+31
|
* apply @carlaschroder's changes from owncloud/documentation#594Morris Jobke2014-10-101-164/+215
|
* style fixes in config.sample.phpMorris Jobke2014-10-081-3/+0
|
* Fixes in config.sample.phpMorris Jobke2014-10-081-45/+31
| | | | | | | | | | * owncloud -> ownCloud * add default value * proper comment style * fix line wrapping and minor typo * remove duplication * add Vincents proposals * drop master config switches while backporting
* re-arrange the config options and sort them in a semantical wayMorris Jobke2014-10-081-157/+284
| | | | | Conflicts: config/config.sample.php
* unify style of config.sample.phpMorris Jobke2014-10-081-203/+443
| | | | | | | * use ' instead of " for config option * place default parameters where useful into sample * use proper comment block * limit line size to 80 characters
* Clear up confusion of log_rotate_size config valueDan Bartram2014-09-291-1/+2
| | | | | | Remove the second comment which could be confused with suggesting an invalid value: `// 100 MiB`. To keep the easily readable example value, it has been moved into the comment header for the config item.
* Clarify possible preview providers for type OfficeLukas Reschke2014-09-251-1/+5
| | | | | | | a Conflicts: lib/private/preview.php
* Merge branch 'stable7' into backport-11211Lukas Reschke2014-09-231-1/+1
|\ | | | | | | | | Conflicts: config/config.sample.php
| * Use non-empty defaultsVictor Dubiniuk2014-09-231-1/+1
| |
* | Add a configuration switch for enabled preview mimetypesLukas Reschke2014-09-231-0/+21
|/ | | | Backport of https://github.com/owncloud/core/pull/11211 to stable7
* Reword the descriptionLukas Reschke2014-09-161-1/+1
| | | | The old one was just horrible wrong.
* make share folder configurableBjoern Schiessle2014-08-191-0/+5
|
* Make skeleton directory configurable.Stefan Rado2014-08-181-0/+5
|
* Move authentication failed logging to checkPasswordLukas Reschke2014-08-151-3/+0
| | | | Fixes https://github.com/owncloud/core/issues/10366
* support aes 256Bjoern Schiessle2014-08-131-0/+3
|
* update upstore api urlv7.0.0RC3Frank 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.