Commit graph

74 commits

Author SHA1 Message Date
Joas Schilling 737c2b7e2b
Add Nextcloud 25 support
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-22 13:46:09 +02:00
Arthur Schiwon baed7e1529
5.0.3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-08-30 16:31:39 +02:00
Max 1a7c7312a4
5.0.2
Signed-off-by: Max <max@nextcloud.com>
2022-06-07 09:14:41 +02:00
Arthur Schiwon b35ca53d25
5.0.1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-05-24 13:23:06 +02:00
Joas Schilling 9948cbe96d
Allow 25
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-19 11:17:22 +02:00
Arthur Schiwon 7bdad55dc9 add occ commands for config manipulation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-04-07 20:29:03 +00:00
Arthur Schiwon be6a8e97fe Move SAML configurations to a table of their own
- adds user_saml_configurations table and migrates existing configuration
- Controller methods are added since appconfig endpoints cannot be used
  anymore. THIS IS A BREAKING CHANGE.
- Frontend code is adjusted to use new endpoints.
- security-sloWebServerDecode was changed from global to provider specific
  setting. It being global seemed to be unintended. A migration path is yet
  missing.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-04-07 20:29:03 +00:00
John Molakvoæ 22ccc12038
Update version to 24 from master
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2021-12-10 09:12:39 +01:00
Joas Schilling c36dc6dc84
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-29 12:20:15 +02:00
Roeland Jago Douma 4207ca69d7 Bump version
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-05-17 13:45:10 +02:00
Joas Schilling 508dd752f2
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-03 09:55:25 +01:00
Roeland Jago Douma 58f717f91d
Bump doctrine types for 21 support
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-12 20:41:40 +01:00
Roeland Jago Douma 425ef9c6c6
Bump version
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-12 13:20:43 +01: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 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
Arthur Schiwon a662780251
bump version and requirements
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-07 23:30:52 +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
Maxime Besson 8c4f9da56d Add occ command to dump metadata for a given provider
Signed-off-by: Maxime Besson <maxime.besson@worteks.com>
2020-08-18 18:41:54 +02:00
Roeland Jago Douma 0c494e82cf
Bump version
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-07-10 10:19:21 +02:00
Joas Schilling 5f49b6c004
Move to migrations
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-30 21:36:14 +02:00
Joas Schilling a20be42cca
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-07 10:05:58 +02:00
Arthur Schiwon b0c36317d7
bump version to 3.0.1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-14 14:40:10 +01:00
Roeland Jago Douma 026b60b2ba
Make 19 compatible
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-28 19:55:11 +01:00
Joas Schilling 005a2fc845
Update supported versions and CI
Signed-off-by: Joas Schilling <coding@schilljs.com>

Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>

adjust CI config

- NC 15 is EOL
- integration tests need PHP 7.3

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

add test pipeline for NC 18

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

go for 18 only

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-16 10:56:43 +01:00
Sascha Wiswedel 7d1cc5f64f
added link to portal documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-10-10 14:09:47 +02:00
Arthur Schiwon ed79b2cbe0
drop support for 14 (EOL)
includes version bump

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-09-19 16:18:17 +02:00
Arthur Schiwon 7ef2506481
bump server compat
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-09-19 15:26:47 +02:00
Roeland Jago Douma 15a262cb24
Update to 2.4.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-06 11:35:52 +02:00
Roeland Jago Douma 8d50db10ff
Bump to 2.3.1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-29 09:54:56 +02:00
Roeland Jago Douma 714c7942d3
Bump to 2.3.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-29 08:44:45 +02:00
Joas Schilling b998a59227
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-11 14:44:51 +02:00
Björn Schiessle a8123425c4
prepare version 2.1.1 2019-02-01 08:28:34 +01:00
Björn Schiessle 56b5cdba70
min version is still 14
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-11-23 17:30:02 +01:00
Björn Schiessle 80deb4889d
documentation moved to the portal
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-11-23 17:30:01 +01:00
Joas Schilling db33af0813
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-23 17:30:01 +01:00
Daniel Klaffenbach 624d1a23b9 Implement mapping of user's home directory
Signed-off-by: Daniel Klaffenbach <daniel.klaffenbach@hrz.tu-chemnitz.de>
2018-11-22 09:45:08 +01:00
Björn Schiessle 7c526955bd
raise version number
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-10-09 22:09:02 +02:00
Björn Schiessle 5d4b632635
we no longer require mcrypt
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-10-09 22:09:02 +02:00
Björn Schiessle b80b94e408
we need to store some basic user information, even in the global scale scenario
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-10-09 16:57:03 +02:00
Björn Schiessle 53fe18a99f
allow redirect to the logout if it comes from the same server
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-09-25 15:56:36 +02:00
Joas Schilling 3df4d1d5f6
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-05 12:37:05 +02:00
Björn Schiessle 51b627d0f4
increase version number and add changelog
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-17 20:17:40 +02:00
Björn Schiessle 6ba1b0e159
release v1.6.1
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-09 11:43:07 +02:00
Björn Schiessle 478bcb1283
increase version number
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-09 11:39:39 +02:00
Björn Schiessle 3c69029415
prepare release of version 1.5.0
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-03-20 16:10:06 +01:00
Björn Schiessle 22dff3727c
adjust info.xml for Nextcloud >= 14
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-03-13 21:28:36 +01:00
Björn Schiessle 127098e01e
release 1.4.2
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-02-09 16:07:57 +01:00
Joas Schilling 75ad957bc2
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-12 11:09:46 +01:00
Lukas Reschke 3eceb2cc56
Run tests against older stable12 releases
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-09-18 13:40:59 +02:00
Lukas Reschke 6325a2b0eb
Bump version to 1.4.0
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-09-18 11:40:58 +02:00