- 06 Feb, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 04 Feb, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 03 Feb, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 02 Feb, 2015 1 commit
-
-
Thomas Müller authored
-
- 01 Feb, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 31 Jan, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 30 Jan, 2015 2 commits
-
-
Bjoern Schiessle authored
get correct user for paths to the trash bin, needed for remote shares if the size of of trash gets calculated
-
Jenkins for ownCloud authored
-
- 29 Jan, 2015 5 commits
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Bjoern Schiessle authored
-
Thomas Müller authored
-
- 28 Jan, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 27 Jan, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 25 Jan, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 24 Jan, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 23 Jan, 2015 2 commits
-
-
Vincent Petry authored
In the case of cross-storage delete, the files are copied to the trash, then deleted. The final delete on the source storage would still reach the trash wrapper. This fix makes forwards that second call to the wrapped storage to make the final delete work. It fixes the issue with remote shares, local shares and external storage. Also, it uses a new function "renameRecursive" that renames the files and preserves the mtimes (like "copy_recursive" did in the past))
-
Jenkins for ownCloud authored
-
- 22 Jan, 2015 3 commits
-
-
Arthur Schiwon authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- 21 Jan, 2015 2 commits
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/13580
-
Jenkins for ownCloud authored
-
- 20 Jan, 2015 1 commit
-
-
Robin Appelman authored
-
- 19 Jan, 2015 4 commits
-
-
Morris Jobke authored
* fixes #13460
-
Bjoern Schiessle authored
-
Vincent Petry authored
-
Vincent Petry authored
-
- 18 Jan, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 17 Jan, 2015 2 commits
-
-
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
-
- 16 Jan, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 15 Jan, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 14 Jan, 2015 2 commits
-
-
Vincent Petry authored
-
Jenkins for ownCloud authored
-
- 13 Jan, 2015 3 commits
-
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
adapt decrypt all and restore/delete key backups to the new folder structure for encryption key introduced with OC8
-
Jenkins for ownCloud authored
-
- 12 Jan, 2015 1 commit
-
-
Joas Schilling authored
-