- Jan 21, 2015
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/13580
-
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
-
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
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
In file lists with no selection checkbox, the CSS selector is different. The thumbnail also needs position:absolute and a z-index to be displayed above the row's grey highlight.
-
Arthur Schiwon authored
-
Sugaroverdose authored
on src change
-
Jenkins for ownCloud authored
-
- Jan 14, 2015
-
-
Andreas Fischer authored
-
Vincent Petry authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Vincent Petry authored
-
Lukas Reschke authored
`$dir` may for example very well not get passed at well.
-