Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | Merge pull request #18065 from owncloud/new-trashbin-retention | Thomas Müller | 2015-08-12 | 1 | -10/+28 |
|\ | | | | | New trashbin retention | ||||
| * | Enhance trashbin expiration settings | Victor Dubiniuk | 2015-08-10 | 1 | -10/+28 |
| | | |||||
* | | Set default `forwarded_for_headers` to 'HTTP_X_FORWARDED_FOR' | Robin McCorkell | 2015-08-10 | 1 | -1/+7 |
|/ | |||||
* | Disable filesystem_check_changes by default | Vincent Petry | 2015-07-29 | 1 | -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. | ||||
* | Merge pull request #17481 from rullzer/mimetype-list | Morris Jobke | 2015-07-13 | 1 | -0/+171 |
|\ | | | | | Move mimetypes.list.php to config/mimetypemapping.dist.json | ||||
| * | Move mimetypemapping.json to mimetypemapping.dist.json | Roeland Jago Douma | 2015-07-08 | 1 | -0/+3 |
| | | | | | | | | | | | | This allows users to create their own mapping file to extend our current mappings. This makes sure that custom mappings are not lost on OC upgrades. | ||||
| * | Move mimetypes.list.php to config/mimetypemapping.json | Roeland Jago Douma | 2015-07-08 | 1 | -0/+168 |
| | | | | | | | | | | | | | | | | This allows users to add new mimetypemappings (extention -> mimetype) themself. And not have to wait until a new release for updated mimetypes. Fixes: #15384 | ||||
* | | Move mimetypealiases.json to mimetypealiases.dist.json | Roeland Jago Douma | 2015-07-10 | 1 | -3/+7 |
| | | |||||
* | | MimeTypes now also supports httpd/unix-directory | Roeland Jago Douma | 2015-07-09 | 1 | -59/+60 |
|/ | | | | | | | Since we both use dir and httpd/unix-directory in OC they should map to the same icon. Fixes #17527 | ||||
* | [config sample] improve RST markup and wording | Morris Jobke | 2015-07-07 | 1 | -16/+26 |
| | |||||
* | [config sample] Update info about appstore | Morris Jobke | 2015-07-07 | 1 | -1/+0 |
| | |||||
* | Javascript mimetype icon resolver | Roeland Jago Douma | 2015-07-06 | 1 | -0/+68 |
| | | | | | | | | | | | | | | | | | This makes it possible to retrieve the icon for mimetypes in javascript. It makes no additional queries to the server to retrieve the mimetype. * config/mimetypealiases.json added * mimetype.js: this is where the logic resides to convert from mimetype to icon url * mimetypelist.js: generated file with a list of mimetype mapping (aliases) and the list of icon files * ./occ maintenance:mimetypesjs : new command for occ to gernerate mimetypes.js * unit tests updated and still work * javascript tests added * theming support * folder of the theme is now present in javascript (OC.theme.folder) | ||||
* | refine sample config text | Morris Jobke | 2015-07-06 | 1 | -9/+12 |
| | |||||
* | [config sample] merge Miscellaneous & All other options | Morris Jobke | 2015-07-06 | 1 | -87/+86 |
| | |||||
* | Rename experimental to transactional file locking | Vincent Petry | 2015-06-26 | 1 | -3/+3 |
| | |||||
* | [config.sample.php] set correct default value for skeletondirectory | Morris Jobke | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | Remove MSSQL completely from list | Lukas Reschke | 2015-06-17 | 1 | -2/+0 |
| | |||||
* | remove mssql from supported dbs | Carla Schroder | 2015-06-17 | 1 | -1/+0 |
| | |||||
* | Properly quote memcache.locking | Lukas Reschke | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | add seperate config option for locking memcache backend | Robin Appelman | 2015-06-01 | 1 | -0/+6 |
| | |||||
* | Added config switch for file locking | Vincent Petry | 2015-06-01 | 1 | -0/+13 |
| | |||||
* | fix formatting error | Carla Schroder | 2015-05-28 | 1 | -2/+2 |
| | |||||
* | Merge pull request #15965 from owncloud/conditional-logging | Thomas Müller | 2015-05-19 | 1 | -0/+21 |
|\ | | | | | Conditional logging | ||||
| * | Conditional logging | Morris Jobke | 2015-05-08 | 1 | -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 | ||||
* | | Update CA bundle | Lukas Reschke | 2015-05-12 | 1 | -68/+196 |
|/ | |||||
* | Reword configuration text | Lukas Reschke | 2015-04-20 | 1 | -5/+8 |
| | |||||
* | Wording | Lukas Reschke | 2015-04-20 | 1 | -1/+1 |
| | |||||
* | Block old legacy clients | Lukas Reschke | 2015-04-20 | 1 | -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 Functionality | Michael Telatynski | 2015-04-15 | 1 | -2/+3 |
| | |||||
* | Merge pull request #15314 from owncloud/app-categories-15274 | Lukas Reschke | 2015-04-09 | 1 | -0/+9 |
|\ | | | | | Add different trust levels to AppStore interface | ||||
| * | Fix wording | Lukas Reschke | 2015-04-08 | 1 | -1/+1 |
| | | |||||
| * | Add experimental applications switch | Lukas Reschke | 2015-04-03 | 1 | -0/+9 |
| | | | | | | | | Allows administrators to disable or enabled experimental applications as well as show the trust level. | ||||
* | | Introducing the maximum size preview | Olivier Paroz | 2015-04-07 | 1 | -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 |