- Sep 24, 2014
-
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- Sep 23, 2014
-
-
Morris Jobke authored
Check for blacklisted characters
-
Volkan Gezer authored
fix filepicker home icon being partly hidden, fix #10169
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/11264 (This should in future get moved to the mountpoint class - but that is something for @icewind1991 ;-))
-
Lukas Reschke authored
Do not show exception to the end-user - use a proper error page instead
-
Vincent Petry authored
Moved WebDAV check to client side JS
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
DragnDrop Upload text style
-
Thomas Müller authored
send browsers timezone back tp the server on login
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
Fix icon classes, disappeared delete icon
-
Vincent Petry authored
Fix share key pattern matching
-
Vincent Petry authored
Instead of inaccurate pattern matching, use the list of users who we know have access to the file to build the list of share keys. This covers the following cases: - Move/copy files into a subfolder within a share - Unsharing from a user - Deleting files directlry / moving share keys to trashbin
-
Thomas Müller authored
Use only lower-case letters
-
Lukas Reschke authored
Do only follow HTTP and HTTPS redirects
-
Vincent Petry authored
- Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server
-
Vincent Petry authored
remove post setup check
-
Lukas Reschke authored
first check if a private key exists, if not it is always a recovery szenario
-
Lukas Reschke authored
Use non-empty defaults for preview cmd line
-
Jenkins for ownCloud authored
-
Thomas Müller authored
fixing directory seperators
-
Thomas Müller authored
Fix autotest.sh for whitespace in paths
-
- Sep 22, 2014
-
-
Morris Jobke authored
WebDAV now throws 403 when deletion did not work
-
Morris Jobke authored
Add a configuration switch for enabled preview mimetypes
-
Victor Dubiniuk authored
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/11239
-
Clark Tomlinson authored
-
Lukas Reschke authored
We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests
-
Thomas Müller authored
-
Clark Tomlinson authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Morris Jobke authored
Revert "Travis support"
-
Lukas Reschke authored
-
Vincent Petry authored
Added extra check to avoid deleting key folders
-
Morris Jobke authored
This reverts commit 472d896c. Conflicts: .travis.yml
-
Morris Jobke authored
Reenable file proxy when renaming between mount points
-
Morris Jobke authored
Fix oc stream seek
-