- 13 Jan, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 12 Jan, 2015 20 commits
-
-
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
Check for the posix extension - refs https://github.com/owncloud/core/pull/13282#issuecomment-69602645
-
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
-
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
-
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
-
- 11 Jan, 2015 12 commits
-
-
Thomas Müller authored
l10n: delete permanently fix
-
Volkan Gezer authored
-
Thomas Müller authored
version up
-
Volkan Gezer authored
-
Volkan Gezer authored
it seems we have forgotten to use named FileAction
-
Volkan Gezer authored
keep spaces out of translation
-
Volkan Gezer authored
32-bit typo fix
-
Volkan Gezer authored
-
Volkan Gezer authored
otherwise translators cannot notice it on Transifex
-
Volkan Gezer authored
-
Jenkins for ownCloud authored
-
Frank Karlitschek authored
-
- 10 Jan, 2015 7 commits
-
-
Volkan Gezer authored
Don't double encode string
-
Morris Jobke authored
Simplify isValidPath and add unit tests
-
Morris Jobke authored
Verify whether value is already normalized
-
Morris Jobke authored
Use isset() instead of strlen()
-
Morris Jobke authored
Cache results of `normalizePath`
-
Morris Jobke authored
Add CSRF check to search
-
Lukas Reschke authored
Apparently `normalizer_normalize` is not verifying itself whether the string needs to be converted or not. Or does it at least not very performantly. This simple change leads to a 4% performance gain on the processing of normalizeUnicode. Since this method is called quite often (i.e. for every file path) this has actually a measurable impact. For examples searches are now 200ms faster on my machine. Still not perfect but way to go. Part of https://github.com/owncloud/core/issues/13221
-