- Mar 06, 2015
-
-
Morris Jobke authored
adjust list of errors, more compact and readable
-
Lukas Reschke authored
Fix totally broken AppStore code...
-
Thomas Müller authored
[sqlite] Use an atomic implementation on sqlite for insertIfNotExist() + use it in the file cache ...
-
Thomas Müller authored
-
Jan-Christoph Borchardt authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- Mar 05, 2015
-
-
Lukas Reschke authored
As it turned out the AppStore code was completely broken when it came from apps delivered from the appstore, this meant: 1. You could not disable and then re-enable an application that was installed from the AppStore. It simply failed hard. 2. You could not disable apps from the categories but only from the "Activated" page 3. It did not show the activation state from any category page This code is completely static and thus testing it is impossible. We really have to stop with "let's add yet another feature in already existing static code". Such stuff has to get refactored first. That said, this code works from what I can say when clicking around in the AppStore page GUI. However, it may easily be that it does not work with updates or whatsever as I have no chance to test that since the AppStore code is not open-source and it is impossible to write unit-tests for that. Fixes https://github.com/owncloud/core/issues/14711
-
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
-