Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document an example wait timeout for MySQL in case the web hoster is killing ↵ | Thomas Müller | 2016-04-12 | 1 | -1/+2 |
| | | | | | | the connection too early - fixes #15407 This reverts commit e9a9af3493caa7e839e18cda0c8ea2d8dd7bfd22. | ||||
* | Revert "Document an example wait timeout for MySQL in case the web hoster is ↵ | Thomas Müller | 2016-04-12 | 1 | -2/+1 |
| | | | | | | killing the connection too early - fixes #15407" This reverts commit acad7b30bef8ec11f6e57ee7bfcafec4b8795e03. | ||||
* | Document an example wait timeout for MySQL in case the web hoster is killing ↵ | Thomas Müller | 2016-04-12 | 1 | -1/+2 |
| | | | | the connection too early - fixes #15407 | ||||
* | Make lock ttl configurable | Robin Appelman | 2016-04-07 | 1 | -0/+9 |
| | |||||
* | Minor grammar in config.sample.php | Phil Davis | 2016-03-03 | 1 | -1/+1 |
| | | | | Fix this here in the source so it will propogate into the documentation. Edit was already applied in https://github.com/owncloud/documentation/pull/2208 but needs to be done here at the source. | ||||
* | Add Versions app header to config.sample.php | RealRancor | 2016-03-02 | 1 | -0/+6 |
| | |||||
* | add config sample | Robin Appelman | 2016-03-01 | 1 | -0/+8 |
| | |||||
* | Revert "setting to skip migration tests by default" | Morris Jobke | 2016-02-03 | 1 | -9/+0 |
| | |||||
* | Merge pull request #22084 from owncloud/configphp-fixes | Thomas Müller | 2016-02-03 | 1 | -15/+15 |
|\ | | | | | small corrections; Web is capitalized, webroot is one lowercase word | ||||
| * | small corrections; Web is capitalized, webroot is one lowercase word | Carla Schroder | 2016-02-03 | 1 | -15/+15 |
| | | |||||
* | | setting to skip migration tests by default | Morris Jobke | 2016-02-03 | 1 | -0/+9 |
|/ | | | | | | | * 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 | ||||
* | Allow custom implementation of system tag managers | Vincent Petry | 2016-01-20 | 1 | -0/+7 |
| | | | | | | | Added config.php option to replace the default implementation of system tag manager and system tag object mapper. Also adjusted the comments manager factory to inject the server container | ||||
* | [Share 2.0] Add share provider factory | Roeland Jago Douma | 2016-01-13 | 1 | -0/+16 |
| | | | | | | | * Add providers * Add share manager to server container * Use share manager from server container * Properly get the share manager | ||||
* | Merge pull request #21336 from owncloud/system-root-certs | Thomas Müller | 2016-01-12 | 1 | -0/+5 |
|\ | | | | | Allow admins to add system wide root certificates | ||||
| * | Add a config option to enable certificate management | Robin Appelman | 2016-01-12 | 1 | -0/+5 |
| | | |||||
* | | Add config switch to disable the .well-known URL check | Morris Jobke | 2016-01-12 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #21139 from owncloud/makeswifturltypeconfigurable | Thomas Müller | 2016-01-08 | 1 | -0/+2 |
|\ | | | | | make url type configurable | ||||
| * | make url type configurable | Jörn Friedrich Dreyer | 2015-12-11 | 1 | -0/+2 |
| | | |||||
* | | remove mention of 'filesystem_check_changes' => 2 from the config sample | Robin Appelman | 2016-01-07 | 1 | -3/+0 |
| | | |||||
* | | Update config.sample.php | JohannesKleine | 2015-12-31 | 1 | -1/+1 |
| | | | | | | I corrected the word order. | ||||
* | | enforce_home_folder_naming_rule cannot be configured in config.php | blizzz | 2015-12-16 | 1 | -16/+0 |
|/ | |||||
* | add icommentsmanger and icomment implementation | Arthur Schiwon | 2015-12-09 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | register CommentsManager service, allow override, document in config.sample.php don't insert autoincrement ids in tests, because of dislikes from oracle and pgsql specify timezone in null date only accepts strings for ID parameter that can be converted to int replace forgotten hardcoded IDs in tests react on deleted users react on file deletion Postgresql compatibility lastInsertId needs *PREFIX* with the table name do not listen for file deletion, because it is not reliable (trashbin, external storages) add runtime cache for comments | ||||
* | Allow specifying a custom reset-password-url | Joas Schilling | 2015-12-07 | 1 | -0/+8 |
| | |||||
* | Support pretty URLs | Lukas Reschke | 2015-12-01 | 1 | -1/+0 |
| | | | | | | | | | | | | This changeset allows ownCloud to run with pretty URLs, they will be used if mod_rewrite and mod_env are available. This means basically that the `index.php` in the URL is not shown to the user anymore. Also the not deprecated functions to generate URLs have been modified to support this behaviour, old functions such as `filePath` will still behave as before for compatibility reasons. Examples: http://localhost/owncloud/index.php/s/AIDyKbxiRZWAAjP => http://localhost/owncloud/s/AIDyKbxiRZWAAjP http://localhost/owncloud/index.php/apps/files/ => http://localhost/owncloud/apps/files/ Due to the way our CSS and JS is structured the .htaccess uses some hacks for the final result but could be worse... And I was just annoyed by all that users crying for the removal of `index.php` ;-) | ||||
* | Add support for Redis password auth | Lukas Reschke | 2015-10-30 | 1 | -0/+5 |
| | | | | | | 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. | ||||
* | Revert "setting to skip migration tests by default" | Morris Jobke | 2015-10-27 | 1 | -9/+0 |
| | | | | This reverts commit 7cbdd9b90bcea3566b7d0198f23da3d427e6ef45. | ||||
* | Add syslog_tag docu to sample config | Steffen Lindner | 2015-10-23 | 1 | -0/+8 |
| | |||||
* | Restructure config.sample.php of master | RealRancor | 2015-10-13 | 1 | -31/+31 |
| | |||||
* | Merge pull request #19207 from RealRancor/fix_mount.json_dir | Thomas Müller | 2015-10-06 | 1 | -1/+2 |
|\ | | | | | Path to mount.json needs to be absolute in config.sample.php | ||||
| * | Path to mount.json needs to be absolute in config.sample.php | RealRancor | 2015-09-29 | 1 | -1/+2 |
| | | |||||
* | | Add notice about X-Forwarded-For | Lukas Reschke | 2015-10-05 | 1 | -0/+3 |
| | | |||||
* | | setting to skip migration tests by default | Morris Jobke | 2015-10-01 | 1 | -0/+9 |
| | | | | | | | | | | | | | | * 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 | ||||
* | | Markup fixes to trash bin section | Carla Schroder | 2015-09-30 | 1 | -23/+30 |
|/ | |||||
* | Add doc to config.sample for enforce LDAP home folder naming rule | Morris Jobke | 2015-09-25 | 1 | -0/+15 |
| | | | | * ref #16891 | ||||
* | add example for 3rdparty configuration | Carla Schroder | 2015-09-23 | 1 | -1/+3 |
| | |||||
* | Move mimetype files into /resources/config/ | Lukas Reschke | 2015-09-22 | 2 | -244/+0 |
| | |||||
* | Move certificate bundle into resources/config/ | Lukas Reschke | 2015-09-22 | 1 | -3988/+0 |
| | |||||
* | Minor text typos | Phil Davis | 2015-09-21 | 1 | -1/+1 |
| | | | | that I noticed while looking at some code. | ||||
* | Merge pull request #19059 from owncloud/logginglevels | Thomas Müller | 2015-09-16 | 1 | -1/+1 |
|\ | | | | | correction to logging levels | ||||
| * | correction to logging levels | Carla Schroder | 2015-09-15 | 1 | -1/+1 |
| | | |||||
* | | Update options description | Victor Dubiniuk | 2015-09-15 | 1 | -7/+6 |
| | | |||||
* | | Improvements | Victor Dubiniuk | 2015-09-15 | 1 | -1/+1 |
| | | |||||
* | | Add versions obligation | Victor Dubiniuk | 2015-09-15 | 1 | -0/+28 |
|/ | |||||
* | Merge pull request #18658 from owncloud/configurable-temp | Frank Karlitschek | 2015-09-12 | 1 | -0/+10 |
|\ | | | | | Configurable temporary directory | ||||
| * | Add config.sample.php parameter for tempdirectory | Robin McCorkell | 2015-09-06 | 1 | -0/+10 |
| | | |||||
* | | update config sample | Robin Appelman | 2015-09-02 | 1 | -4/+2 |
|/ | |||||
* | Remove DEBUG constant and use config value | Morris Jobke | 2015-08-24 | 1 | -6/+8 |
| | | | | | * introduces config.php option 'debug' that defaults to false * migrate DEBUG constant to config value | ||||
* | Merge pull request #18369 from owncloud/occ-log | Morris Jobke | 2015-08-20 | 1 | -4/+5 |
|\ | | | | | occ commands to manage logging | ||||
| * | config.sample.php logging documentation clarification | Robin McCorkell | 2015-08-19 | 1 | -4/+5 |
| | | |||||
* | | clean up typos in config.sample.php | Carla Schroder | 2015-08-17 | 1 | -16/+17 |
|/ |