- Mar 05, 2015
-
-
Vincent Petry authored
-
Lukas Reschke authored
Refactor \OC\Memcache\Factory
-
Robin McCorkell authored
-
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`.
-
Jenkins for ownCloud authored
-
- Mar 04, 2015
-
-
Morris Jobke authored
Make sure we use Jasmine 2 for running JS unit tests
-
Morris Jobke authored
Add --show-password option to ldap:show-config
-
Vincent Petry authored
Fix PHPDoc
-
Lukas Reschke authored
That apparently went lost when changing the signature.
-
Vincent Petry authored
Add unit test for selection overlay actions in trashbin
-
Laurens Post authored
-
Vincent Petry authored
-
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
-
- 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
-
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
-