- Mar 05, 2015
-
-
Robin McCorkell authored
Caches divided up into two groups: distributed and local. 'Low latency' is an alias for local caches, while the standard `create()` call tries to get distributed caches first, then local caches. Memcache backend is set in `config.php`, with the keys `memcache.local` and `memcache.distributed`. If not set, `memcache.distributed` defaults to the value of `memcache.local`.
-
- Mar 04, 2015
-
-
Morris Jobke authored
Avatars in share dialog fixes
-
Vincent Petry authored
Update scanFile() and scanChildren() to the new signature of the parent ...
-
Morris Jobke authored
Remove unnecessary backslashes from translations
-
Morris Jobke authored
Let users configure security headers in their Webserver
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- Mar 03, 2015
-
-
Roeland Jago Douma authored
* Avatar for "xxxx share with you..." to the left * Avatars for groups and remote shares (use default placeholder) * Modified and added unit tests * Use the same css for all the avatars in the dropdown
-
Joas Schilling authored
Jenkins #14650
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
use `dbtableprefix` for temp table and index names
-
Thomas Müller authored
Read from IRequest instead of reading twice
-
Vincent Petry authored
-
Thomas Müller authored
Add a repair step to delete old tables
-
Thomas Müller authored
proper description of appcodechecker in config sample
-
Joas Schilling authored
-
Thomas Müller authored
[Master] Remove hacky Substring support for MSSQL
-
Morris Jobke authored
fix for loading spinner reappearing after errors in db-connection
-
Vincent Petry authored
Remove "Download from URL" feature
-
Jenkins for ownCloud authored
-
martin-rueegg authored
-
- Mar 02, 2015
-
-
Sebastian Bolt authored
-
Lukas Reschke authored
Allow configuring background job mode from the console
-
Thomas Müller authored
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/13326
-
Thomas Müller authored
-
Christian Kampka authored
-
Lukas Reschke authored
Doing this in the PHP code is not the right approach for multiple reasons: 1. A bug in the PHP code prevents them from being added to the response. 2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud) 3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations. This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS.
-
Thomas Müller authored
Maintenance mode message might be misleading
-
Vincent Petry authored
Disable the cache updater when doing the encryption migration
-
Lukas Reschke authored
Cleanup config.sample.php
-
Joas Schilling authored
-
Morris Jobke authored
-
Morris Jobke authored
-
Thomas Müller authored
Don't swallow errors in console.php
-
Thomas Müller authored
fix files external test run and add common-tests option
-
Joas Schilling authored
-
Morris Jobke authored
Add detection for invalid CLI configuration for settings page
-