- Jul 28, 2015
-
-
Lukas Reschke authored
-
Björn Schießle authored
-
Morris Jobke authored
Mimetypedetector
-
Roeland Jago Douma authored
Remote shares should be uique
-
Morris Jobke authored
Fix tooltip for modification time
-
Jenkins for ownCloud authored
-
- Jul 27, 2015
-
-
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
-
Björn Schießle 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
-
Björn Schießle 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
-
- Jul 26, 2015
-
-
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
-
- Jul 25, 2015
-
-
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
-
- Jul 24, 2015
-
-
Thomas Müller authored
Use a hook to integrate sharing password verification
-
Thomas Müller authored
Add registerAlias method to shortcut interface registration #17714
-
Joas Schilling authored
In case encryption was not enabled, we accidently set encrypted = 1 for files inside mount points, since 8.1.0. This breaks opening the files in 8.1.1 because we fixed the code that checks if a file is encrypted. In order to fix the file, we need to reset the flag of the file. However, the flag might be set because the file is in fact encrypted because it was uploaded at a time where encryption was enabled. So we can only do this when: - Current version of ownCloud before the update is 8.1.0 or 8.2.0.(0-2) - Encryption is disabled - files_encryption is not known in the app config If the first two are not the case, we are save. However, if files_encryption values exist in the config, we might have a false negative here. Now if there is no file with unencrypted size greater 0, that means there are no files that are still encrypted with "files_encryption" encryption. So we can also safely reset the flag here. If this is not the case, we go with "better save then sorry" and don't change the flag but write a message to the ownCloud log file.
-
Roeland Jago Douma authored
Remove commented code
-
Jenkins for ownCloud authored
-
- Jul 23, 2015
-
-
Morris Jobke authored
-
Bernhard Posselt authored
Replace jQuery tipsy with bootstrap tooltip
-