- Jan 14, 2015
-
-
Lukas Reschke authored
This has no other reason than preventing some insane automated scanners from reporting this as security bug (which it obviously isn't as the cookie contains nothing of value) Thus it generally results in an happier Lukas and hopefully less reports to our support and security mail addresses...
-
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.
-
Morris Jobke authored
Fix PHP doc and enforce type
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Morris Jobke authored
drop dead code - ref #13301
-
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
-
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
-
Vincent Petry authored
The internal path was matched without the last "/" which caused "files_trashbin" to also match when the internal path was "files". This adds the missing slash for the comparison.
-
Joas Schilling authored
Fixes issues when renaming favorite file
-
Vincent Petry authored
This fixes an issue when renaming files from a flat list view like "Favorites" or "Shared with you", in which case the path needs to be present in the response to make sure the data-path attribute is properly set in the JS side.
-
Vincent Petry authored
To make it possible for the web UI to correctly display the tag/favorite information after a rename, this information is now returned in the rename response
-
Vincent Petry authored
Whenever tags are updated, they need to be updated in the file list's file info array as well. This commit also adds unit tests and makes sure that whichever tags are sent back by the server after update are used when updating attributes/fileinfo.
-
Morris Jobke authored
Check array size, before using the 3rd element from it
-
Morris Jobke authored
Check for current user to have the same id then the owner of the config ...
-
Morris Jobke authored
Send the proper original name for uploaded files
-
Morris Jobke authored
fix retrieval of user groups
-
Joas Schilling authored
-
Thomas Müller authored
-