- 29 Jul, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 28 Jul, 2015 11 commits
-
-
Robin McCorkell authored
Detect old NSS and OpenSSL versions
-
Robin McCorkell authored
Double slash for SMB storage id for compatibility
-
Vincent Petry authored
set logger in constructor
-
Lukas Reschke authored
-
Bjoern Schiessle authored
-
Lukas Reschke authored
This will detect old NSS and OpenSSL versions and show appropriate errors in the admin interface. Fixes https://github.com/owncloud/core/issues/17901
-
Morris Jobke authored
Mimetypedetector
-
Roeland Douma authored
Remote shares should be uique
-
Vincent Petry authored
-
Morris Jobke authored
Fix tooltip for modification time
-
Jenkins for ownCloud authored
-
- 27 Jul, 2015 21 commits
-
-
Vincent Petry authored
get header size before we open the file to avoid locking exception
-
Thomas Müller authored
Only set is encrypted when encryption is enabled
-
Hendrik Leppelsack authored
-
Roeland Jago Douma authored
In order to properly test the mimetype function: * constructor takes path to configdir * Added unit tests for mimetype (only if vfsStream is available)
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
* Copied unit tests from old functions
-
Bjoern Schiessle authored
-
Thomas Müller authored
check if the user is trying to scan a valid path
-
Morris Jobke authored
Implement OCP Since Check for classes and interfaces
-
Bjoern Schiessle authored
-
Lukas Reschke authored
-
Robin Appelman authored
-
Morris Jobke authored
-
Morris Jobke authored
-
Morris Jobke authored
Fix title attribute of tipsy shim
-
Morris Jobke authored
Allow classes in <h2> tags
-
Morris Jobke authored
[MASTER] Update sabre-dav to 2.1.6
-
Morris Jobke authored
LDAP: when checking group for matching filter, also take base DN into…
-
Jenkins for ownCloud authored
-
- 26 Jul, 2015 4 commits
-
-
Lukas Reschke authored
Previously something like `<h2 class="inlineblock"><?php p($l->t('Some title')) ?></h2>` was shown as `<h2 class="inlineblock">Some title` within the sidebar instead as `Some Title` due to the fact that the regex was catching these classes but was not properly running the string replace function.
-
Hendrik Leppelsack authored
-
Hendrik Leppelsack authored
Add `fallback` to shim
-
Jenkins for ownCloud authored
-
- 25 Jul, 2015 2 commits
-
-
Lukas Reschke authored
Tipsy also supported the `fallback` element which will now not work anymore. To enhance compatibility we shall also implement it in the shim. Fixes https://github.com/owncloud/core/issues/17870
-
Jenkins for ownCloud authored
-
- 24 Jul, 2015 1 commit
-
-
Thomas Müller authored
Use a hook to integrate sharing password verification
-