Commit Graph

68 Commits

Author SHA1 Message Date
dependabot[bot] 8507ca2ff3 Bump serde from 1.0.134 to 1.0.136
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.134 to 1.0.136.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.134...v1.0.136)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 12:58:16 +00:00
dependabot[bot] cd6ebc62e5 Bump anyhow from 1.0.52 to 1.0.53
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.52 to 1.0.53.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.52...1.0.53)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 12:52:52 +00:00
dependabot[bot] 2139cdeb59 Bump serde_json from 1.0.75 to 1.0.78
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.75 to 1.0.78.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.75...v1.0.78)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 12:52:44 +00:00
Adrian Kumpf 8510bd23eb Update deps 2022-01-21 19:16:49 +01:00
Adrian Kumpf 053fe6c5e7 Release v0.4.1 v0.4.1 2022-01-01 23:35:37 +01:00
Adrian Kumpf 583e97b8fc Exit if login was canceled 2022-01-01 23:30:15 +01:00
Adrian Kumpf 1c2d761fe0 Update deps 2022-01-01 15:49:18 +01:00
dependabot[bot] 00d54eae49 Bump anyhow from 1.0.44 to 1.0.51
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.44 to 1.0.51.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.44...1.0.51)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 12:54:42 +00:00
dependabot[bot] 2f8f49e110 Bump simple_logger from 1.13.0 to 1.15.0
Bumps [simple_logger](https://github.com/borntyping/rust-simple_logger) from 1.13.0 to 1.15.0.
- [Release notes](https://github.com/borntyping/rust-simple_logger/releases)
- [Commits](https://github.com/borntyping/rust-simple_logger/compare/v1.13.0...v1.15.0)

---
updated-dependencies:
- dependency-name: simple_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 12:48:21 +00:00
dependabot[bot] 17a8fda5a3 Bump reqwest from 0.11.6 to 0.11.7
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.6 to 0.11.7.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.6...v0.11.7)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 12:48:12 +00:00
dependabot[bot] f06f443911 Bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 12:45:06 +00:00
dependabot[bot] 304aef8894 Bump serde_json from 1.0.68 to 1.0.72
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.68 to 1.0.72.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.68...v1.0.72)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 12:44:08 +00:00
Adrian Kumpf bbe1778cee Release v0.4.0 v0.4.0 2021-11-01 22:21:12 +01:00
Adrian Kumpf 647e09443b Fix clippy warnings 2021-11-01 22:16:38 +01:00
Adrian Kumpf 50a3b5b308 Reduce width of token fields 2021-11-01 22:15:12 +01:00
Adrian Kumpf ea78512aca Add support for Chinese auth servers 2021-11-01 22:12:24 +01:00
Adrian Kumpf 466717a832 Update version 2021-11-01 22:12:23 +01:00
dependabot[bot] bd45e1911b Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-01 12:41:12 +00:00
Adrian Kumpf 62e2e81444 Release v0.3.0 v0.3.0 2021-11-01 11:20:01 +01:00
Adrian Kumpf b929440548 Update dependencies 2021-11-01 11:10:40 +01:00
Adrian Kumpf d31cdee2fd Add Development section 2021-10-25 11:19:49 +02:00
Adrian Kumpf a73f025fc1 Log URL changes 2021-10-02 23:43:47 +02:00
Adrian Kumpf b39e58f4bb Extract functions 2021-10-02 23:26:44 +02:00
Adrian Kumpf 04ead6c686 Cache dependencies 2021-10-02 23:09:10 +02:00
Adrian Kumpf 0e743178ba Run test suite 2021-10-02 23:06:50 +02:00
Adrian Kumpf dc813df91f Refactor 2021-10-02 23:02:21 +02:00
Adrian Kumpf 4718bd3d4f Add flag for enabling SSO token exchange 2021-09-30 23:09:44 +02:00
Adrian Kumpf 4d4da33bcb Don't exchange SSO access token 2021-09-30 17:08:58 +02:00
Adrian Kumpf 62979ffcd6 Fix typo 2021-09-27 19:27:20 +02:00
Adrian Kumpf 5b70908f02 Update package lists first 2021-09-27 19:25:14 +02:00
Adrian Kumpf 86f2592126 Update dependencies 2021-09-27 11:00:46 +02:00
Adrian Kumpf a94ed0543b Update README 2021-09-20 11:20:22 +02:00
Adrian Kumpf dca4416fc6 Update README 2021-09-20 11:13:32 +02:00
Adrian Kumpf 843821e58b Add LICENSE 2021-09-17 23:49:14 +02:00
Adrian Kumpf d28631e2ef Fix download links 2021-09-17 23:43:39 +02:00
Adrian Kumpf 21071a9fa9 Add CHANGELOG 2021-09-17 23:40:37 +02:00
Adrian Kumpf 8de1d55ceb Update README 2021-09-17 23:36:42 +02:00
Adrian Kumpf 2879259ceb Update package description and keywords 2021-09-17 23:36:15 +02:00
Adrian Kumpf 91b04c7199 Render tokens an callback page v0.2.0 2021-09-17 23:11:54 +02:00
Adrian Kumpf cc7da20283 Print token expiration date 2021-09-17 22:19:31 +02:00
Adrian Kumpf 243eeffff8 Parse command line arguments 2021-09-17 21:38:33 +02:00
Adrian Kumpf 4b182d5141 Print tokens to stdout 2021-09-17 21:20:48 +02:00
Adrian Kumpf b9e4fb3211 Statically link VCRuntime when using the MSVC toolchain v0.1.1 2021-09-17 19:58:37 +02:00
Adrian Kumpf c776782c87 Update release profile 2021-09-17 17:08:45 +02:00
Adrian Kumpf 1a52e1034c Release 0.1.0 v0.1.0 2021-09-17 16:56:25 +02:00
dependabot[bot] 9b7a982ba1 Bump actions/checkout from 1 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v1...v2.3.4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-17 14:44:25 +00:00
Adrian Kumpf a56c914730 Add Dependabot config 2021-09-17 16:39:21 +02:00
Adrian Kumpf fa826a2fcb Install webkit dependencies 2021-09-17 16:39:21 +02:00
Adrian Kumpf 00a5506fff Add package metadata 2021-09-17 16:20:49 +02:00
Adrian Kumpf 737b216815 Add GitHub CI and CD workflows 2021-09-17 16:20:44 +02:00