- 04 Mar, 2015 12 commits
-
-
Vincent Petry authored
Add unit test for selection overlay actions in trashbin
-
Vincent Petry authored
-
Morris Jobke authored
Add a test for ObjectStore\NoopScanner
-
Thomas Müller authored
adding a windows smb config for testing to ci
-
Joas Schilling authored
-
Morris Jobke authored
Avatars in share dialog fixes
-
Robin McCorkell authored
Since aa821ecc leading and trailing slashes are trimmed in the file cache paths
-
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
-
- 03 Mar, 2015 18 commits
-
-
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
-
Robin McCorkell authored
We were using the SMB and SFTP backends, which since Icewind's new SMB library results in an actual attempted connection just by constructing the storage. This commit replaces all references to real storages (except when necessary) with a dummy storage class.
-
Thomas Müller authored
-
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
-
- 02 Mar, 2015 10 commits
-
-
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
-