Commit graph

917 commits

Author SHA1 Message Date
Arthur Schiwon 31bc57a4e9
redirects to homepage instead showing error on blank page
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-11-02 17:05:18 +01:00
Nextcloud bot d0fb26127d
[tx-robot] updated from transifex 2020-11-01 03:17:32 +00:00
Nextcloud bot b702f82227
[tx-robot] updated from transifex 2020-10-31 03:18:42 +00:00
Nextcloud bot f7bab920f2
[tx-robot] updated from transifex 2020-10-28 03:19:10 +00:00
Nextcloud bot ae708dffb8
[tx-robot] updated from transifex 2020-10-27 03:19:02 +00:00
blizzz 47db5b44bf
Merge pull request #467 from nextcloud/tests/ci21
Bump php version for Nextcloud 21
2020-10-21 23:28:10 +02:00
Arthur Schiwon 234e2803d2
leave integration test against 7.2 with stable20 and add new one for 7.3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-21 23:22:30 +02:00
Julius Härtl cc39e7c42e
Split unit and integration pipelines
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-10-21 23:22:30 +02:00
Julius Härtl 3e572d8618
Bump php version for Nextcloud 21
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-10-21 23:22:30 +02:00
Nextcloud bot 19d287d700
[tx-robot] updated from transifex 2020-10-20 03:15:52 +00:00
Nextcloud bot fdb20ba05e
[tx-robot] updated from transifex 2020-10-18 03:14:00 +00:00
Nextcloud bot d6d1202cc7
[tx-robot] updated from transifex 2020-10-17 03:15:42 +00:00
Nextcloud bot ca8fb28397
[tx-robot] updated from transifex 2020-10-16 03:16:28 +00:00
Nextcloud bot c60b778370
[tx-robot] updated from transifex 2020-10-15 03:15:13 +00:00
Nextcloud bot 6e920ac994
[tx-robot] updated from transifex 2020-10-14 03:18:51 +00:00
blizzz e34e6d2f9f
Merge pull request #466 from nextcloud/bugfix/log-invalid-user-id
Add checked user id to InvalidArgumentException
2020-10-13 19:33:01 +02:00
blizzz a1cb44131c
Merge pull request #432 from nextcloud/enh/noid/saml-response-url
optional possibility to provide a URL for SLO Response
2020-10-12 10:34:35 +02:00
Nextcloud bot eedf3bb92e
[tx-robot] updated from transifex 2020-10-10 03:18:24 +00:00
Julius Härtl 4184aa9fa8
Add checked user id to InvalidArgumentException
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-10-09 08:39:37 +02:00
Roeland Jago Douma aa30b13666
v3.3.1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-07 08:56:59 +02:00
Roeland Jago Douma 2b624b6fca
Merge pull request #463 from nextcloud/fix/login_flow
Fix login flow with SAML
2020-10-05 16:25:41 +02:00
Roeland Jago Douma 5c87778134
Fix login flow with SAML
Because of the strict samesite cookies SAML fails with the login flow.
Because the post that comes back is not transfering the proper cookies
to use the same session. Hence the token in use gets lost etc.

Now we store this all (encrypted) in a cookie. So that when we come back
we can restore the proper session.

FAQ:

* Is it elegant?
  Nope!
* Does it work?
  Yes!

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-05 15:16:38 +02:00
Nextcloud bot 800206ae11
[tx-robot] updated from transifex 2020-09-28 03:16:40 +00:00
Roeland Jago Douma 797d9da0f1
Merge pull request #458 from nextcloud/fix/logout_if_slo_errors
Handle failing SLO
2020-09-25 12:58:11 +02:00
Roeland Jago Douma 160ad27474
Handle failing SLO
If the SLO throws an error we should catch it. This is so that we do not
show an error page. We should also still logout the current session.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-25 09:26:37 +02:00
Nextcloud bot ca771d401b
[tx-robot] updated from transifex 2020-09-19 03:13:20 +00:00
Nextcloud bot ccfaa93177
[tx-robot] updated from transifex 2020-09-18 03:09:38 +00:00
Nextcloud bot d11dd6b204
[tx-robot] updated from transifex 2020-09-15 03:01:09 +00:00
Nextcloud bot 6746b912d8
[tx-robot] updated from transifex 2020-09-12 02:58:47 +00:00
Arthur Schiwon 2a614e0337
optional possibility to provide a URL for SLO Response
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-10 10:14:53 +02:00
Arthur Schiwon ec12fbaec9
install deps on make appstore
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-10 09:42:23 +02:00
blizzz 6ae09ed278
Merge pull request #450 from nextcloud/enh/noid/bump-3rdparty
actually bump deps
2020-09-10 08:51:56 +02:00
Nextcloud bot 1c1baa7af7
[tx-robot] updated from transifex 2020-09-10 03:03:20 +00:00
Arthur Schiwon 9367d14f82
actually bump deps
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-08 18:54:34 +02:00
blizzz cec134def0
Merge pull request #446 from nextcloud/fix/noid/blank-error-pages
acs endpoint to always return a RedirectResponse
2020-09-08 17:04:49 +02:00
Arthur Schiwon 238b578cf1
acs endpoint to always return a RedirectResponse
* the void statements end up in a useless blank page

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-08 17:01:15 +02:00
dependabot-preview[bot] d9606dfb81
Merge pull request #447 from nextcloud/dependabot/composer/3rdparty/robrichards/xmlseclibs-3.1.1 2020-09-08 14:27:45 +00:00
dependabot-preview[bot] 80f05f9d56
Bump robrichards/xmlseclibs from 3.0.4 to 3.1.1 in /3rdparty
Bumps [robrichards/xmlseclibs](https://github.com/robrichards/xmlseclibs) from 3.0.4 to 3.1.1.
- [Release notes](https://github.com/robrichards/xmlseclibs/releases)
- [Changelog](https://github.com/robrichards/xmlseclibs/blob/master/CHANGELOG.txt)
- [Commits](https://github.com/robrichards/xmlseclibs/compare/3.0.4...3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-08 12:57:41 +00:00
blizzz b5c23446d8
Merge pull request #445 from nextcloud/enh/noid/bump-for-20
Bump version, require 20, adjust integration tests
2020-09-08 10:55:01 +02:00
Arthur Schiwon ebd86d974e
adjust default redirect target to 20's
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-07 23:34:18 +02:00
Arthur Schiwon a662780251
bump version and requirements
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-07 23:30:52 +02:00
blizzz f2370e54f3
Merge pull request #407 from nextcloud/bugfix/noid/sabre4-0-compatibility
Sabre/DAV 4.0: beforeMethod is now beforeMethod:*
2020-09-07 23:17:18 +02:00
blizzz beacacc0a4
Merge pull request #443 from nextcloud/enh/noid/bump-version-drop-18
bump version to 3.2.0 and drop 18 support
2020-09-07 23:16:17 +02:00
Georg Ehrke b4d497bbec
Sabre/DAV 4.0: beforeMethod is now beforeMethod:*
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-09-07 16:15:28 +02:00
Arthur Schiwon 7c8d94bfc7
bump version to 3.2.0 and drop 18 support
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-07 15:26:25 +02:00
blizzz 31d06ea149
Merge pull request #435 from nextcloud/dependabot/composer/tests/integration/guzzlehttp/guzzle-7.0.1
Bump guzzlehttp/guzzle from 6.5.5 to 7.0.1 in /tests/integration
2020-09-07 14:20:58 +02:00
Nextcloud bot a705672e71
[tx-robot] updated from transifex 2020-09-07 03:08:20 +00:00
Nextcloud bot cbe53cf6b6
[tx-robot] updated from transifex 2020-09-05 03:08:12 +00:00
dependabot-preview[bot] 3697ef108a
Bump guzzlehttp/guzzle from 6.5.5 to 7.0.1 in /tests/integration
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.5 to 7.0.1.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.5...7.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-04 10:43:07 +00:00
blizzz 5ac1903982
Merge pull request #438 from Worteks/command-saml-metadata
Add occ command to dump metadata for a given provider
2020-09-04 12:40:44 +02:00