- Jan 14, 2015
-
-
Morris Jobke authored
Read version and product name from update template
-
Thomas Müller authored
Download the current public folder only
-
Björn Schießle authored
update script for new server-to-server sharing
-
Lukas Reschke authored
[encryption] fix download of public shared files
-
Thomas Müller authored
The files_external app might need the password so autologin must be disabled
-
Björn Schießle authored
adapt decrypt all to the new folder structure
-
Vincent Petry authored
During upgrade, the config settings aren't always available due to base.php changes. This fix makes the update info page read the product name and version from the update template, which already had them.
-
Olivier Paroz authored
From within a shared/public directory, when drilling down folders, some users want to be able to download what they're currently looking at, not the whole shared folder. The whole archive is always a click away anyway since a user can click on the home button.
-
Joas Schilling authored
-
Morris Jobke authored
Get rid of `stripslashes()`
-
Jenkins for ownCloud authored
-
- Jan 13, 2015
-
-
Morris Jobke authored
Fix annotations in file view
-
Morris Jobke authored
-
Lukas Reschke authored
This conversions are actually totally unneeded and probably left-overs from ages where the safe_mode was still a valid thing.
-
Björn Schießle authored
set accept to 1 (=true) for all server-to-server shares on update, at this point in time all shares are created by the first version of server-to-server sharing and are accepted if they were added to the table
-
Morris Jobke authored
Fix PHP doc and enforce type
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Morris Jobke authored
drop dead code - ref #13301
-
Björn Schießle authored
-
Morris Jobke authored
-
Bernhard Posselt authored
Fix Basic Auth in master for applications
-
Thomas Müller authored
Fix searchCommon to properly match path name
-
Joas Schilling authored
add https:// placeholder for From Link feature. closes #13255
-
Björn Schießle authored
adapt decrypt all and restore/delete key backups to the new folder structure for encryption key introduced with OC8
-
Vincent Petry authored
drop useless "!!! No reuse of etag" - fixes #13187
-
Robin McCorkell authored
Use json_encode on string
-
Lukas Reschke authored
It's better to encode the string to prevent possible (yet unknown) bugs in combination with PHP's type juggling. Previously the boolean statements evaluated to either an empty string (false) or a not empty one (true, then it was 1). Not it always evaluates to false or true. This also removes a stray - that was not intended there but shouldn't have produced any bugs. Just to increase readability. Thanks @nickvergessen for spotting. Addresses https://github.com/owncloud/core/pull/13235/files#r22852319
-
Morris Jobke authored
Use a special filter expression for Oracle to filter the prefix - fixes ...
-
Morris Jobke authored
-
Thomas Müller authored
usage of const in JS is supported in IE11+
-
Morris Jobke authored
Adding repair step to fix missing etags - fixes #12172
-
Morris Jobke authored
Properly update internal file info with updated tags
-
Morris Jobke authored
-
Jenkins for ownCloud authored
-
- Jan 12, 2015
-
-
Lukas Reschke authored
Check for the posix extension
-
Thomas Müller authored
don't show no files yet when mask is in place, fixes #13141
-
Thomas Müller authored
-
Thomas Müller authored
Check for the posix extension - refs https://github.com/owncloud/core/pull/13282#issuecomment-69602645
-
Volkan Gezer authored
-