dependabot[bot]
032c324295
Bump tokio from 1.18.2 to 1.19.1 ( #812 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.18.2 to 1.19.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.2...tokio-1.19.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 08:22:36 +10:00
Firstyear
b97d13d284
383 170 164 authentication updates - credential update webui! ( #809 )
2022-06-05 16:30:08 +10:00
Triss Healy
b5794c97a3
Change success message to println instead of warn ( #795 )
2022-05-29 13:39:20 +10:00
dependabot[bot]
92fe11ce41
Bump libc from 0.2.125 to 0.2.126 ( #763 )
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.125 to 0.2.126.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.125...0.2.126 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-23 08:16:48 +10:00
dependabot[bot]
31234cfddb
Bump rayon from 1.5.2 to 1.5.3
...
Bumps [rayon](https://github.com/rayon-rs/rayon ) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/rayon-rs/rayon/releases )
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md )
- [Commits](https://github.com/rayon-rs/rayon/compare/v1.5.2...v1.5.3 )
---
updated-dependencies:
- dependency-name: rayon
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-17 12:52:07 +10:00
dependabot[bot]
7389a145c9
Bump dialoguer from 0.10.0 to 0.10.1 ( #753 )
...
Bumps [dialoguer](https://github.com/mitsuhiko/dialoguer ) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/mitsuhiko/dialoguer/releases )
- [Changelog](https://github.com/mitsuhiko/dialoguer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mitsuhiko/dialoguer/compare/v0.10.0...v0.10.1 )
---
updated-dependencies:
- dependency-name: dialoguer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 13:50:56 +10:00
Firstyear
12852cf0a0
383 170 164 authentication updates 4 ( #739 )
...
* Codes and TOTP done!
* Cleanup
2022-05-06 09:52:58 +10:00
dependabot[bot]
71f6c193a0
Bump serde from 1.0.136 to 1.0.137 ( #731 )
2022-05-02 10:30:09 +10:00
dependabot[bot]
3f898ab66b
Bump libc from 0.2.124 to 0.2.125 ( #732 )
2022-05-02 10:06:52 +10:00
dependabot[bot]
cca1eee3d2
Bump serde_json from 1.0.79 to 1.0.80 ( #733 )
2022-05-02 10:06:40 +10:00
William Brown
980f358d85
Push some missed bits to documents
2022-05-01 15:18:26 +10:00
William Brown
b6be05248c
(cargo-release) version 1.1.0-alpha.8
2022-05-01 13:58:18 +10:00
Firstyear
53f3260285
Remove async references ( #724 )
2022-04-29 13:23:46 +10:00
Firstyear
8dc0199380
383 170 164 authentication updates 3 ( #723 )
2022-04-29 13:03:21 +10:00
Firstyear
a58edc5128
20220427 dependency updates ( #718 )
2022-04-27 13:35:26 +10:00
Firstyear
9ade567a52
383 170 164 authentication updates 2 ( #716 )
...
Add foundations for credential update sessions.
2022-04-27 10:56:18 +10:00
James Hodgkinson
eb37e2f4ba
webUI "this is alpha" message ( #675 )
2022-04-17 09:56:43 +10:00
cuberoot74088
d9016011f4
Add "oauth2 set_displayname" commad ( #670 )
...
This allows to update the displayname on an existing resource server.
2022-04-05 08:35:21 +10:00
Euan Kemp
0c3ce226cf
Add 'account person set' command ( #667 )
...
* Add 'account person set' command
This command allows a user to modify, say, their legal name in a
self-service fashion.
This wasn't possible before by default since the 'extend' operation
required additional ACPs in order to operate which not every user would
have.
The new "person set" api is compatible with the default self_write ACP,
and so allows self-service modification.
* Add a short section on people attributes to the book
2022-04-02 13:24:07 +10:00
Euan Kemp
fb12a1a86b
Display errors when cli operations fail ( #666 )
...
This fixes a regression, introduced in #659 , in the CLI's default output.
Since 404 & 403 errors don't trigger any logs further down the stack,
they'd exit eerily silently with the default cli loglevel.
2022-04-02 11:49:00 +10:00
James Hodgkinson
134235ef7f
Specifying MSRV in package now ( #664 )
...
* specifying MSRV in package now
2022-03-31 14:12:53 +10:00
Firstyear
3f7c692a7c
Cleanup display output ( #659 )
2022-03-28 13:39:07 +10:00
James Hodgkinson
a61ef91ac6
Fixes 654 - make DEVELOPER_README valid ( #656 )
...
* updating dev readme and scripting
* fixing confusing debug message about config loading
2022-03-28 08:36:25 +10:00
Firstyear
bd41ef8f91
Add design doc, revive the domain wide enc token ( #649 )
...
* Add design doc, revive the domain wide enc token, use jwt from our lib instead of bundy, update docs
2022-03-14 17:29:04 +10:00
Firstyear
f252d91e13
20220219 webui updates + source refactor + clippy go clip clip ( #642 )
2022-02-20 12:43:38 +10:00
William Brown
c8468199fc
(cargo-release) version 1.1.0-alpha.7
2021-12-31 09:27:57 +10:00
Firstyear
d25e3b338a
Pre-release update and cleanup ( #631 )
2021-12-31 09:11:20 +10:00
Firstyear
c6c564cebb
Finalise email changes for oidc ( #629 )
2021-12-25 09:47:14 +10:00
Firstyear
22682279aa
20211216 tracing cleanup ( #627 )
2021-12-17 13:54:13 +10:00
Firstyear
42df4bf1a3
Refactor of value and addition of base types for business attributes ( #626 )
2021-12-16 10:13:03 +10:00
Firstyear
0f4189a57e
278 603 OIDC implementation ( #608 )
2021-11-21 16:41:49 +10:00
Firstyear
c9ef4fe5df
Setup for webauthn subdomain support ( #598 )
2021-10-20 14:42:43 +10:00
James Hodgkinson
a195964b2e
Update outputs for "group" commands ( #591 )
2021-10-11 08:53:45 +10:00
Firstyear
a09c1bc169
fixes ( #589 )
2021-10-10 08:44:58 +10:00
Firstyear
c62b39c338
509 oauth2 scope mapping ( #586 )
2021-10-07 18:31:48 +10:00
Quinn
d59ddcc74a
Added num-enum
support for runtime enums ( #585 )
2021-10-02 09:02:36 +10:00
William Brown
c9f4b1dc2e
(cargo-release) version 1.1.0-alpha.6
2021-10-01 11:44:25 +10:00
cuberoot74088
ed522fb769
Added an interactive cli dialog to kanidm login ( #584 )
2021-10-01 08:35:01 +10:00
Firstyear
573e346476
Add support for storing security token key in domain config ( #581 )
2021-09-25 11:24:00 +10:00
James Hodgkinson
9f3352cf71
fixes #556 , humanises connection errors a little ( #561 )
2021-08-08 13:36:41 +10:00
James Hodgkinson
100ef49e4e
prompting for username when multiple tokens exist on logout ( #559 )
2021-08-08 09:56:09 +10:00
James Hodgkinson
8737a7ad78
making 📎 slightly happier ( #551 )
2021-08-02 10:54:55 +10:00
James Hodgkinson
6ff74c976e
Auto-publishing the book and rustdoc. ( #534 )
2021-07-24 11:12:35 +10:00
cuberoot74088
8306c3bc6a
Rename to SetCredentialRequest::BackupCodeGenerate ( #524 )
2021-07-22 12:04:56 +10:00
James Hodgkinson
7997864187
Prompting user for their username when multiple tokens exist ( #525 )
2021-07-13 08:46:45 +10:00
cuberoot74088
620a1717a8
495 backup codes cli extension ( #517 )
2021-07-08 12:50:55 +10:00
William Brown
4be329e946
(cargo-release) version 1.1.0-alpha.5
2021-07-07 12:04:12 +10:00
Firstyear
e134fa5b40
Fix totp registration workflow with broken authenticators ( #516 )
2021-07-03 14:39:22 +10:00
James Hodgkinson
93d5c5434d
fixes #503 - TOTP prompt no longer drops a newline ( #515 )
...
* fixes #503
* Adding comment for future archeologists. Hello, future-people!
2021-06-30 16:56:31 +10:00
James Hodgkinson
554ff3bb1b
Fixing kanidm windows client build ( #507 )
2021-06-30 10:34:45 +10:00