]> git.proxmox.com Git - proxmox-openid-rs.git/log
proxmox-openid-rs.git
2 years agonew helper verify_authorization_code_simple()
Dietmar Maurer [Fri, 6 Aug 2021 11:57:41 +0000 (13:57 +0200)]
new helper verify_authorization_code_simple()

Simply return data as serde_json::Value.

2 years agoalso return data from UserInfo endpoint
Dietmar Maurer [Fri, 6 Aug 2021 11:57:40 +0000 (13:57 +0200)]
also return data from UserInfo endpoint

2 years agoallow to configure used scopes
Dietmar Maurer [Fri, 6 Aug 2021 11:57:36 +0000 (13:57 +0200)]
allow to configure used scopes

2 years agobump version to 0.8.1-1
Dietmar Maurer [Thu, 21 Oct 2021 05:15:11 +0000 (07:15 +0200)]
bump version to 0.8.1-1

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2 years agoadd fsync parameter to replace_file
Dietmar Maurer [Wed, 20 Oct 2021 12:55:15 +0000 (14:55 +0200)]
add fsync parameter to replace_file

Depend on proxmox 0.15.0

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2 years agoupdate to proxmox split and bump version to 0.8.0-1
Wolfgang Bumiller [Fri, 8 Oct 2021 10:20:20 +0000 (12:20 +0200)]
update to proxmox split and bump version to 0.8.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump version to 0.7.0, depend on proxmox 0.13.0
Wolfgang Bumiller [Tue, 24 Aug 2021 14:07:22 +0000 (16:07 +0200)]
bump version to 0.7.0, depend on proxmox 0.13.0

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agodepend on proxmox 0.12.0, bump version to 0.6.1
Dietmar Maurer [Tue, 20 Jul 2021 11:51:52 +0000 (13:51 +0200)]
depend on proxmox 0.12.0, bump version to 0.6.1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agobump version to 0.6.0-2
Dietmar Maurer [Wed, 30 Jun 2021 06:43:40 +0000 (08:43 +0200)]
bump version to 0.6.0-2

3 years agoremove debug output
Dietmar Maurer [Wed, 30 Jun 2021 06:42:14 +0000 (08:42 +0200)]
remove debug output

3 years agobump version to 0.6.0-1
Dietmar Maurer [Fri, 25 Jun 2021 09:09:48 +0000 (11:09 +0200)]
bump version to 0.6.0-1

3 years agouse one lock file per realm
Dietmar Maurer [Fri, 25 Jun 2021 09:05:56 +0000 (11:05 +0200)]
use one lock file per realm

3 years agobump version to 0.5.0-1
Dietmar Maurer [Wed, 23 Jun 2021 09:29:13 +0000 (11:29 +0200)]
bump version to 0.5.0-1

3 years agoavoid unused features "sortable-macro" and "api-macro"
Dietmar Maurer [Wed, 23 Jun 2021 09:27:55 +0000 (11:27 +0200)]
avoid unused features "sortable-macro" and "api-macro"

3 years agobump versionm to 0.4.0-1
Dietmar Maurer [Wed, 23 Jun 2021 09:17:30 +0000 (11:17 +0200)]
bump versionm to 0.4.0-1

3 years agoset "default-features = false" for proxmox crate
Dietmar Maurer [Wed, 23 Jun 2021 09:15:33 +0000 (11:15 +0200)]
set "default-features = false" for proxmox crate

3 years agobump version toö 0.3.0-1
Dietmar Maurer [Tue, 22 Jun 2021 07:23:59 +0000 (09:23 +0200)]
bump version toö 0.3.0-1

3 years agoreturn Url as string
Dietmar Maurer [Mon, 21 Jun 2021 12:12:13 +0000 (14:12 +0200)]
return Url as string

To make perl bindings simple.

3 years agobump version to 0.2.0-1
Dietmar Maurer [Mon, 21 Jun 2021 11:37:43 +0000 (13:37 +0200)]
bump version to 0.2.0-1

3 years agoimplement Deserialize/Serialize for OpenIdConfig
Dietmar Maurer [Mon, 21 Jun 2021 11:27:05 +0000 (13:27 +0200)]
implement Deserialize/Serialize for OpenIdConfig

Useful to create perl bindings.

3 years agoadd packaging
Fabian Grünbichler [Fri, 18 Jun 2021 14:16:19 +0000 (16:16 +0200)]
add packaging

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agomake state directory configurable (pass state_dir as parameter)
Dietmar Maurer [Fri, 18 Jun 2021 08:49:38 +0000 (10:49 +0200)]
make state directory configurable (pass state_dir as parameter)

3 years agoinitial import
Dietmar Maurer [Fri, 18 Jun 2021 08:08:01 +0000 (10:08 +0200)]
initial import