- Jun 02, 2016
-
-
Victor Dubiniuk authored
-
Vincent Petry authored
block DAV if 2FA challenge needs to be solved first
-
Vincent Petry authored
Add keepUnicode value in the cache key of normalizedPathCache
-
Vincent Petry authored
block OCS if 2FA challenge needs to be solved first
-
Vincent Petry authored
Do not show the hint when it's the same as the message
-
Vincent Petry authored
remember redirect_url when solving the 2FA challenge
-
Vincent Petry authored
Merge pull request #24949 from owncloud/ee-1325-internal-server-error-in-sync-client-on-forbidden-directurl Catch the ForbiddenException to make sure it gets handled
-
Vincent Petry authored
Fix URL for client downloads
-
Jenkins for ownCloud authored
-
- Jun 01, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Christoph Wurst authored
-
Vincent Petry authored
-
Vincent Petry authored
-
Joas Schilling authored
-
Christoph Wurst authored
-
Vincent Petry authored
Create session tokens for apache auth users
-
Christoph Wurst authored
-
Vincent Petry authored
Use a capped memory cache for the user/group cache
-
Jenkins for ownCloud authored
-
- May 31, 2016
-
-
Christoph Wurst authored
-
MTRichards authored
-
Vincent Petry authored
Hack to prevent infinite loop with LDAP + logging
-
Vincent Petry authored
Properly check for mbstring extension
-
Vincent Petry authored
Forward port of a50619200c6a08929dbe802118a6afadb376b866 to 9.1/master
-
Vincent Petry authored
Fix SMB backend registration
-
Vincent Petry authored
fixes size of the download spinner
-
Vincent Petry authored
Only show message in the UI when the checker is enabled
-
Vincent Petry authored
Add bzip2 to known mimetypes
-
Vincent Petry authored
Add a warning when the transaction isolation level is not READ_COMMITED
-
Vincent Petry authored
Allow opening the password reset link in a new window when its a URL
-
Vincent Petry authored
[decrypt_all] Check if file needs to decrypted or not for speed up large oc setups.
-
Vincent Petry authored
Add morrisjobke/webdav docker container for external storage tests
-
Lukas Reschke authored
mb_detect_encoding is in the fallback we ship in the polyfill library, mb_strcut is not. Thus this lead to a false positive and ownCloud would just break.
-
Jenkins for ownCloud authored
-
Torben Dannhauer authored
-
- May 30, 2016
-
-
Robin McCorkell authored
-
Victor Dubiniuk authored
-
Vincent Petry authored
-
Vincent Petry authored
ownCloud as remote DAV always accepts the mtime on touch, but other servers like Apache's DAV server doesn't. The latter doesn't give any visible hint in its response to detect this case, so this fix does a subsequent PROPFIND to check whether the mtime was actually set. Since a touch() operation seldom happens (only on uploads), the minor performance loss should hopefully be acceptable.
-