Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Redis cache implementation, prefer over memcached, tests & config sample | Jörn Friedrich Dreyer | 2014-12-10 | 1 | -1/+13 |
| | |||||
* | Officially deprecated passwordsalt | Lukas Reschke | 2014-12-03 | 1 | -0/+3 |
| | | | | Hopefully this prevents people from using it in the future. | ||||
* | add proper description what database is supported by CE and EE | Morris Jobke | 2014-12-03 | 1 | -7/+13 |
| | |||||
* | Merge pull request #12310 from kampka/master | Thomas Müller | 2014-12-02 | 1 | -2/+4 |
|\ | | | | | Implement a logger to log to error_log | ||||
| * | Implement a logger to log to error_log | Christian Kampka | 2014-12-01 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #12419 from owncloud/read-only-config | Thomas Müller | 2014-12-01 | 1 | -0/+9 |
|\ \ | | | | | | | Allow read-only configuration | ||||
| * | | Allow read-only configuration | Lukas Reschke | 2014-11-25 | 1 | -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 config | Lukas Reschke | 2014-11-28 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #12432 from owncloud/nosqlite | Vincent Petry | 2014-11-28 | 1 | -2/+4 |
|\ \ \ | | | | | | | | | Add notes that SQLite is CE only | ||||
| * | | | Markup corrections | Carla Schroder | 2014-11-25 | 1 | -3/+2 |
| | | | | |||||
| * | | | Add notes that SQLite is CE only | Carla Schroder | 2014-11-25 | 1 | -2/+5 |
| |/ / | |||||
* | | | added comment that App Store is disabled for EE | Carla Schroder | 2014-11-25 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #12420 from owncloud/sqlite-wal-2 | Morris Jobke | 2014-11-26 | 1 | -0/+6 |
|\ \ \ | |/ / |/| | | adding new config parameter for sqlite to specify the journal mode | ||||
| * | | adding new config parameter for sqlite to specify the journal mode | Thomas Müller | 2014-11-25 | 1 | -0/+6 |
| | | | |||||
* | | | The class name is Movie NOT Movies | Olivier Paroz | 2014-11-25 | 1 | -1/+1 |
|/ / | |||||
* / | Ignore port for trusted domains | Lukas Reschke | 2014-11-18 | 1 | -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-11909 | Thomas Müller | 2014-11-11 | 1 | -0/+6 |
|\ | | | | | Add checkbox to enforce SSL for subdomains | ||||
| * | Migrate "setsecurity.php" to the AppFramework | Lukas Reschke | 2014-11-03 | 1 | -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\IHasher | Lukas Reschke | 2014-11-06 | 1 | -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 linebreak | Morris Jobke | 2014-11-04 | 1 | -6/+8 |
|/ | |||||
* | Allow any outgoing XHR connections | Lukas Reschke | 2014-10-30 | 1 | -1/+1 |
| | | | | Quickfix for https://github.com/owncloud/core/issues/11064 | ||||
* | fix style of generated documentation | Morris Jobke | 2014-10-29 | 1 | -1/+2 |
| | |||||
* | Merge pull request #11786 from owncloud/MakeSupportedDBsConfigurable | Lukas Reschke | 2014-10-27 | 1 | -0/+17 |
|\ | | | | | Make supported DBs configurable within config.php | ||||
| * | Make supported DBs configurable within config.php | Lukas Reschke | 2014-10-27 | 1 | -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 samples | Jörn Friedrich Dreyer | 2014-10-27 | 1 | -0/+7 |
|/ | |||||
* | Make files non executable | Lukas Reschke | 2014-10-24 | 2 | -0/+0 |
| | | | | There is not much sense in having these files marked executable, we should avoid that. | ||||
* | fix the RST syntax of config.sample.php | Morris Jobke | 2014-10-17 | 1 | -3/+5 |
| | |||||
* | read config.sample.php options and whitespace fixes | Morris Jobke | 2014-10-17 | 1 | -4/+6 |
| | |||||
* | Merge pull request #11521 from owncloud/configsamplephp | Lukas Reschke | 2014-10-16 | 1 | -11/+28 |
|\ | | | | | small corrections to config.sample.php | ||||
| * | commented out instanceid and passwordsalt | Carla Schroder | 2014-10-14 | 1 | -3/+5 |
| | | |||||
| * | some small tweaks | Carla Schroder | 2014-10-14 | 1 | -9/+18 |
| | | |||||
| * | small corrections to config.sample.php | Carla Schroder | 2014-10-10 | 1 | -6/+12 |
| | | |||||
* | | Set overwritemailurl* configs on setup | Joas Schilling | 2014-10-14 | 1 | -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 fixes | Morris Jobke | 2014-10-09 | 1 | -29/+32 |
| | |||||
* | apply @carlaschroder's changes from owncloud/documentation#594 | Morris Jobke | 2014-10-09 | 1 | -160/+216 |
| | |||||
* | Fixes in config.sample.php | Morris Jobke | 2014-10-08 | 1 | -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 way | Morris Jobke | 2014-10-08 | 1 | -172/+278 |
| | |||||
* | unify style of config.sample.php | Morris Jobke | 2014-10-08 | 1 | -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 conversions | Olivier Paroz | 2014-10-04 | 1 | -1/+4 |
| | |||||
* | Clear up confusion of log_rotate_size config value | Dan Bartram | 2014-09-27 | 1 | -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 Office | Lukas Reschke | 2014-09-24 | 1 | -1/+5 |
| | | | | a | ||||
* | Merge pull request #11242 from owncloud/fix-10284 | Lukas Reschke | 2014-09-23 | 1 | -1/+1 |
|\ | | | | | Use non-empty defaults for preview cmd line | ||||
| * | Use non-empty defaults | Victor Dubiniuk | 2014-09-22 | 1 | -1/+1 |
| | | |||||
* | | Add a configuration switch for enabled preview mimetypes | Lukas Reschke | 2014-09-22 | 1 | -0/+23 |
|/ | |||||
* | Reword the description | Lukas Reschke | 2014-09-16 | 1 | -1/+1 |
| | | | The old one was just horrible wrong. | ||||
* | Merge branch 'master' into securityutils | Lukas Reschke | 2014-08-31 | 1 | -0/+6 |
|\ | | | | | | | | | Conflicts: lib/private/util.php | ||||
| * | Add support for getting the real client IP behind proxies | Lukas Reschke | 2014-08-27 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/10624 Fix copy paste fail Add unittest for comma separated headers Revert 3rdparty | ||||
* | | Add some security utilities | Lukas Reschke | 2014-08-27 | 1 | -0/+3 |
|/ | | | | | | | | | | | | | | | | | | | | | | | This adds some security utilities to core including: - A library for basic crypto operations (e.g. to encrypt passwords) - A better library for cryptographic actions which allows you to specify the charset - A library for secure string comparisions Remove .htaccess Remove .htaccess Fix typo Add public API Use timing constant comparision Remove CBC constant Adjust code Remove confusing $this | ||||
* | Merge pull request #9818 from owncloud/fix-mount-file-config | Robin McCorkell | 2014-08-24 | 1 | -1/+1 |
|\ | | | | | Comment out mount_file config option | ||||
| * | Comment out mount_file config option | Robin McCorkell | 2014-08-20 | 1 | -1/+1 |
| | | | | | | | | Prevents sample config issues with external storages. Fixes #9734 |