- Jan 13, 2015
-
-
Lukas Reschke 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
-
Morris Jobke authored
Check for existence of $_GET keys
-
Thomas Müller authored
-
Arthur Schiwon authored
-
Robin Appelman authored
-
Lukas Reschke authored
Allow dropping files on the table container
-
Vincent Petry authored
Make it possible to drop files below the table even if the table is smaller than the window height. Added a check to make sure upload is not triggered on invisible lists.
-
Björn Schießle authored
make versions of shared files downloadable
-
Thomas Müller authored
make Share/Download buttons localized again
-
Jenkins for ownCloud authored
-
- Jan 11, 2015
-
-
Thomas Müller authored
l10n: delete permanently fix
-