- Sep 26, 2014
-
-
Clark Tomlinson authored
-
Lukas Reschke authored
catch and log exception in OC_Helper::cleanTmp()
-
Thomas Müller authored
-
Thomas Müller authored
Fix dav permissions for folders
-
Jenkins for ownCloud authored
-
- Sep 25, 2014
-
-
Robin Appelman authored
Don't keep the full info of all children in memory
-
Vincent Petry authored
Don't complain about non-writable datadirs before we're installed
-
Robin Appelman authored
-
Robin Appelman authored
-
Jenkins for ownCloud authored
-
- Sep 24, 2014
-
-
Morris Jobke authored
Clarify possible preview providers for type Office
-
Morris Jobke authored
Disable external code coverage
-
Lukas Reschke authored
-
Lukas Reschke authored
a
-
Clark Tomlinson authored
Show a proper error message when trying to scan the filesystem for a non...
-
Thomas Müller authored
Show login again instead of JSON if CSRF check fails
-
Robin Appelman authored
-
Robin Appelman authored
-
Lukas Reschke authored
user/backed: use pow of two for backed action constants
-
Morris Jobke authored
Drop only if exists
-
Lukas Reschke authored
-
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
-
Tigran Mkrtchyan authored
the current implementation limits number of possible backed actions to 8 as it uses pow of 16 for constants. This change introduces pow of two and allows up-to 32 actions to be defined. The old values are preserved for backward compatibility.
-
Lukas Reschke authored
Previously a JSON error page was shown to the user in-case the CSRF token was not valid. This was confusing and prevented people from login. With this at least the login page is shown again and not a JSON error message. I consider this as sufficient since adding a new error page just for this sake would uneededly make lib/base.php even more cluttered and this is a edge-case which optimally should anyways not happen that often. This can be tested by opening the login page, then clearing the cookies, and trying to login.
-
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
-