summaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12984 from owncloud/ldap-user-cleanup-masterLukas Reschke2015-01-091-1/+15
|\ | | | | Ldap user cleanup master
| * LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-191-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LDAP User Cleanup 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 Conflicts: apps/user_ldap/ajax/clearMappings.php apps/user_ldap/appinfo/app.php apps/user_ldap/lib/access.php apps/user_ldap/lib/helper.php apps/user_ldap/tests/helper.php core/register_command.php lib/private/preferences.php lib/private/user.php add ldap:check-user to check user existance on the fly Conflicts: apps/user_ldap/lib/helper.php forgotten file PHPdoc fixes, no code change and don't forget to adjust tests
* | allow css/js asset directory to be relocated (#13053)Adam Williamson2015-01-051-0/+10
|/ | | | | | | | | | This allows the directory where CSS/JS asset collections are written to be changed, in case SERVERROOT is not writeable. Note it does *not* allow the expected URL to be changed: whatever directory is used, the server must be configured to serve it at WEBROOT/assets. It may be possible to add another config parameter to allow the admin to specify a custom asset URL, but I thought I'd keep the first implementation simple.
* Add Redis cache implementation, prefer over memcached, tests & config sampleJörn Friedrich Dreyer2014-12-101-1/+13
|
* Officially deprecated passwordsaltLukas Reschke2014-12-031-0/+3
| | | | Hopefully this prevents people from using it in the future.
* add proper description what database is supported by CE and EEMorris Jobke2014-12-031-7/+13
|
* Merge pull request #12310 from kampka/masterThomas Müller2014-12-021-2/+4
|\ | | | | Implement a logger to log to error_log
| * Implement a logger to log to error_logChristian Kampka2014-12-011-2/+4
| |
* | Merge pull request #12419 from owncloud/read-only-configThomas Müller2014-12-011-0/+9
|\ \ | | | | | | Allow read-only configuration
| * | Allow read-only configurationLukas Reschke2014-11-251-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
* | | Adjust sample configLukas Reschke2014-11-281-1/+1
| | |
* | | Merge pull request #12432 from owncloud/nosqliteVincent Petry2014-11-281-2/+4
|\ \ \ | | | | | | | | Add notes that SQLite is CE only
| * | | Markup correctionsCarla Schroder2014-11-251-3/+2
| | | |
| * | | Add notes that SQLite is CE onlyCarla Schroder2014-11-251-2/+5
| |/ /
* | | added comment that App Store is disabled for EECarla Schroder2014-11-251-0/+1
| | |
* | | Merge pull request #12420 from owncloud/sqlite-wal-2Morris Jobke2014-11-261-0/+6
|\ \ \ | |/ / |/| | adding new config parameter for sqlite to specify the journal mode
| * | adding new config parameter for sqlite to specify the journal modeThomas Müller2014-11-251-0/+6
| | |
* | | The class name is Movie NOT MoviesOlivier Paroz2014-11-251-1/+1
|/ /
* / Ignore port for trusted domainsLukas Reschke2014-11-181-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. Conflicts: lib/private/request.php
* Merge pull request #11917 from owncloud/fix-11909Thomas Müller2014-11-111-0/+6
|\ | | | | Add checkbox to enforce SSL for subdomains
| * Migrate "setsecurity.php" to the AppFrameworkLukas Reschke2014-11-031-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Add switch to enforce SSL for subdomains Add unit tests Add test for boolean values Camel-case Fix ugly JS
* | Add OCP\Security\IHasherLukas Reschke2014-11-061-0/+6
| | | | | | | | | | | | | | Public interface for hashing which also works with legacy ownCloud hashes and supports updating the legacy hash via a passed reference. Follow-up of https://github.com/owncloud/core/pull/10219#issuecomment-61624662 Requires https://github.com/owncloud/3rdparty/pull/136
* | fix config.sample.php linebreakMorris Jobke2014-11-041-6/+8
|/
* Allow any outgoing XHR connectionsLukas Reschke2014-10-301-1/+1
| | | | Quickfix for https://github.com/owncloud/core/issues/11064
* fix style of generated documentationMorris Jobke2014-10-291-1/+2
|
* Merge pull request #11786 from owncloud/MakeSupportedDBsConfigurableLukas Reschke2014-10-271-0/+17
|\ | | | | Make supported DBs configurable within config.php
| * 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".
* | add driver options to config samplesJörn Friedrich Dreyer2014-10-271-0/+7
|/
* Make files non executableLukas Reschke2014-10-241-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
|
* Merge pull request #11521 from owncloud/configsamplephpLukas Reschke2014-10-161-11/+28
|\ | | | | small corrections to config.sample.php
| * commented out instanceid and passwordsaltCarla Schroder2014-10-141-3/+5
| |
| * some small tweaksCarla Schroder2014-10-141-9/+18
| |
| * small corrections to config.sample.phpCarla Schroder2014-10-101-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
* Additional changes to config.sample.php and typo fixesMorris Jobke2014-10-091-29/+32
|
* apply @carlaschroder's changes from owncloud/documentation#594Morris Jobke2014-10-091-160/+216
|
* Fixes in config.sample.phpMorris Jobke2014-10-081-15/+31
| | | | | | | | | * owncloud -> ownCloud * add default value * proper comment style * fix line wrapping and minor typo * remove duplication * add Vincents proposals
* re-arrange the config options and sort them in a semantical wayMorris Jobke2014-10-081-172/+278
|
* unify style of config.sample.phpMorris Jobke2014-10-081-215/+455
| | | | | | | * use ' instead of " for config option * place default parameters where useful into sample * use proper comment block * limit line size to 80 characters
* New generic class for Imagemagick conversionsOlivier Paroz2014-10-041-1/+4
|
* Clear up confusion of log_rotate_size config valueDan Bartram2014-09-271-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-241-1/+5
| | | | a
* Merge pull request #11242 from owncloud/fix-10284Lukas Reschke2014-09-231-1/+1
|\ | | | | Use non-empty defaults for preview cmd line
| * Use non-empty defaultsVictor Dubiniuk2014-09-221-1/+1
| |
* | Add a configuration switch for enabled preview mimetypesLukas Reschke2014-09-221-0/+23
|/
* Reword the descriptionLukas Reschke2014-09-161-1/+1
| | | The old one was just horrible wrong.
* Merge branch 'master' into securityutilsLukas Reschke2014-08-311-0/+6
|\ | | | | | | | | Conflicts: lib/private/util.php
| * Add support for getting the real client IP behind proxiesLukas Reschke2014-08-271-0/+6
| | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/10624 Fix copy paste fail Add unittest for comma separated headers Revert 3rdparty