- Jan 26, 2015
-
-
Björn Schießle authored
certificate manager should always use a \OC\Files\View otherwise we will get problems for different primary storages
-
Björn Schießle authored
-
Björn Schießle authored
use uid provided by setupfs hook to mount server2server shares, otherwise mount will fail for public link shares
-
Joas Schilling authored
-
- Jan 25, 2015
-
-
Jenkins for ownCloud authored
-
- Jan 24, 2015
-
-
Jenkins for ownCloud authored
-
- Jan 23, 2015
-
-
Björn Schießle authored
-
Joas Schilling authored
Also correctly return the exception for all cases when adding/removing favos
-
Jenkins for ownCloud authored
-
- Jan 22, 2015
-
-
Jenkins for ownCloud authored
-
- Jan 21, 2015
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/13580
-
Björn Schießle authored
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
Moved external share JS code into a small plugin to make it testable. Added unit test for the external share dialog logic + ajax calls.
-
Vincent Petry authored
-
Jenkins for ownCloud authored
-
- Jan 20, 2015
-
-
Arthur Schiwon authored
-
Robin Appelman authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- Jan 19, 2015
-
-
Georg Ehrke authored
-
Morris Jobke authored
* fixes #13460
-
Lukas Reschke authored
-
Björn Schießle authored
-
Jenkins for ownCloud authored
-
Vincent Petry authored
-
Vincent Petry authored
-
- Jan 18, 2015
-
-
Jenkins for ownCloud authored
-
- Jan 17, 2015
-
-
Volkan Gezer authored
-
Lukas Reschke authored
There are a lot of clients that support multiple WebDAV accounts in the same application. However, they resent all the cookies they received from one of the accounts also to the other one. In the case of ownCloud this means that we will always show the user from the session and not the user that is specified in the basic authentication header. This patch adds a workaround the following way: 1. If the user authenticates via the Sabre Auth Connector add a hint to the session that this was authorized via Basic Auth (this is to prevent logout CSRF) 2. If the request contains this hint and the username specified in the basic auth header differs from the one in the session relogin the user using basic auth Fixes https://github.com/owncloud/core/issues/11400 and https://github.com/owncloud/core/issues/13245 and probably some other issues as well. This requires proper testing also considering LDAP / Shibboleth and whatever instances.
-
Jenkins for ownCloud authored
-
- Jan 16, 2015
-
-
Sugaroverdose authored
minimum browser window width ≈ 1280px
-
Sugaroverdose authored
as expected with inline-block span
-
Morris Jobke authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Sugaroverdose authored
-
Jenkins for ownCloud authored
-
- Jan 15, 2015
-
-
Vincent Petry authored
-