Commit Graph

15304 Commits

Author SHA1 Message Date
Willy Kloucek
f7aee3d520 Automated changelog update [skip ci] 2022-08-16 03:28:19 +00:00
David Christofas
864438b2de add missing unprotected path 2022-08-15 16:04:14 +02:00
Willy Kloucek
5f2a070b5c Automated changelog update [skip ci] 2022-08-15 10:50:12 +00:00
Willy Kloucek
d6f03d1e30 Merge pull request #4394 from wkloucek/idp-init-empty-file
Bugfix: Autocreate IDP private key also if file exists but is empty
2022-08-15 12:49:49 +02:00
David Christofas
3ebfcbff1e add missing unprotected path 2022-08-15 11:38:04 +02:00
Willy Kloucek
19e3169800 let idp init private key also if the file already exists and is empty 2022-08-15 11:15:38 +02:00
Michael Barz
24edee982d Automated changelog update [skip ci] 2022-08-15 00:19:45 +00:00
Michael Barz
319e2401ed Automated changelog update [skip ci] 2022-08-13 01:02:36 +00:00
Michael Barz
8545687551 Automated changelog update [skip ci] 2022-08-12 13:50:34 +00:00
Michael Barz
47e52fc357 Merge pull request #4365 from rhafer/issue/4276
Add `ocis idm resetpassword` subcommand
2022-08-12 15:45:09 +02:00
David Christofas
5d45f0e856 fix logic of when to add the www-authenticate headers 2022-08-12 10:48:37 +02:00
David Christofas
036c466425 add missing unprotected paths 2022-08-12 10:48:33 +02:00
David Christofas
32f68f91ff add missing www-authentication header on failed authentication 2022-08-12 10:48:29 +02:00
David Christofas
d271ae2451 fix some authentication cases 2022-08-12 10:48:25 +02:00
David Christofas
06ffd9cf8a some more cleaning up 2022-08-12 10:48:21 +02:00
David Christofas
9347657370 remove the oidc tests since they aren't testing anything at the moment
I admit it would be better to implement the tests but I tried and it is a bit tricky since we can't mock everything we would need to mock. I'll wan to get these changes in first and later in the near future we should revisit the auth middleware architecture and refactor it a bit more to be more testable and future proof.
2022-08-12 10:48:17 +02:00
David Christofas
17a4e65f08 add tests for the public share auth middleware 2022-08-12 10:48:13 +02:00
David Christofas
7bc1305cb4 add tests for the basic auth middleware 2022-08-12 10:48:09 +02:00
David Christofas
ef020920e8 update authentication tests 2022-08-12 10:48:04 +02:00
David Christofas
ddfc01bff9 refactor unprotected paths check 2022-08-12 10:47:51 +02:00
David Christofas
f35c8b9205 clean up the authenticators middlewares 2022-08-12 10:47:48 +02:00
David Christofas
e96819bce8 rewrite the auth middleware
The old approach of the authentication middlewares had the problem that when an authenticator could not authenticate a request it would still send it to the next handler, in case that the next one can authenticate it. But if no authenticator could successfully authenticate the request, it would still be handled, which leads to unauthorized access.
2022-08-12 10:47:43 +02:00
Phil Davis
02adcbd92a Merge pull request #4381 from owncloud/selectOnlyAvailableRoleForSpaceShare
[tests-only][full-ci]Select Available role only while sharing space
2022-08-12 14:20:00 +05:45
Phil Davis
43f7a88527 Merge pull request #4364 from owncloud/add-tests-removed-by-core-40275
[tests-only][full-ci]Add tests removed by core 40275 and bump core commit id
2022-08-12 14:17:25 +05:45
Michael Barz
258def99f4 Automated changelog update [skip ci] 2022-08-12 00:20:09 +00:00
Michael Barz
da16182e26 Automated changelog update [skip ci] 2022-08-11 15:52:11 +00:00
Michael Barz
aadcee3beb Merge pull request #4385 from owncloud/release-2.0.0-beta.6
[full-ci] Release 2.0.0-beta.6
2022-08-11 17:51:52 +02:00
Michael Barz
1484849303 fix release pipeline (skip-ci) 2022-08-11 16:18:10 +02:00
Michael Barz
7c31082ed5 prepare release, bump version 2022-08-11 15:29:00 +02:00
Swikriti Tripathi
7c9ecac6fc Add tests removed by core PR-40275
update core commit id

update expected to fail file
2022-08-11 15:58:13 +05:45
sagargurung1001@gmail.com
c41cf352cd Select Available role only while sharing space 2022-08-11 14:28:54 +05:45
André Duffeck
d363b74dac Add support for the jsoncs3 share manager 2022-08-11 09:56:58 +02:00
Michael Barz
18996ea42a Automated changelog update [skip ci] 2022-08-11 07:34:28 +00:00
Michael Barz
93bf3356e9 Merge pull request #4377 from owncloud/fix-docker
Use golang 1.18
2022-08-11 09:33:58 +02:00
Phil Davis
cf8533cbb9 Merge pull request #4345 from owncloud/addTestForChecksumForSharesJail
[tests-only][full-ci]Add `/Shares` realated tests from core
2022-08-11 10:04:04 +05:45
Michael Barz
ccd43cddda Automated changelog update [skip ci] 2022-08-10 17:54:05 +00:00
Michael Barz
a282adc1ec Merge pull request #4379 from owncloud/update-web-5.7.0.rc9
[full-ci] Update web 5.7.0.rc9
2022-08-10 19:53:44 +02:00
Michael Barz
77ade496a7 update web to v5.7.0-rc9 2022-08-10 19:11:34 +02:00
Michael Barz
f8726bc309 Automated changelog update [skip ci] 2022-08-10 17:10:47 +00:00
Michael Barz
40b17b3db2 Merge pull request #4369 from owncloud/update-reva
[full-ci] update reva to version 2.7.4
2022-08-10 19:10:16 +02:00
Michael Barz
5f6bb3405f update reva to v2.7.4 2022-08-10 18:22:57 +02:00
Michael Barz
cfda133e43 Use golang 1.18 2022-08-10 17:51:28 +02:00
Michael Barz
ece59ba3f3 use latest egde 2022-08-10 16:52:58 +02:00
Michael Barz
1702e79aca update reva to v2.7.3 2022-08-10 16:52:58 +02:00
Michael Barz
50d67f417d adapt the expected failures 2022-08-10 16:52:58 +02:00
Michael Barz
db32b5d64b update reva to latest edge 2022-08-10 16:52:58 +02:00
Phil Davis
16a34a2ed3 Merge pull request #4372 from owncloud/refactor-drone-star-dirs
[tests-only] [full-ci] Refactor .drone.star to use 'dirs' array more
2022-08-10 14:53:31 +05:45
sagargurung1001@gmail.com
1cea024889 Addressed review for the implementation 2022-08-10 14:24:54 +05:45
Phil Davis
21d3de67bf Refactor .drone.star to use 'dirs' array more 2022-08-10 14:02:31 +05:45
Phil Davis
fdaad7e38d Automated changelog update [skip ci] 2022-08-10 08:02:26 +00:00