Firstyear
8b84999640
68 replication basics ( #908 )
2022-07-07 13:28:36 +10:00
James Hodgkinson
d2ea936b16
Domain Display Name ( #872 )
2022-07-07 13:03:08 +10:00
James Hodgkinson
9cf4e180dc
one day james, one day. ( #907 )
2022-07-06 13:04:08 +10:00
James Hodgkinson
534bd9f621
Docker build fixes ( #904 )
...
* Added KANIDM_BUILD_PROFILE to `kanidmd` build Dockerfile
2022-07-06 10:54:44 +10:00
James Hodgkinson
fedc21ddca
Windows build support ( #903 )
...
`kanidmd` builds and runs in Windows now. Currently skipping file permissions checks on startup, but it's tested OK on a Windows 10 box.
2022-07-06 10:53:43 +10:00
dependabot[bot]
4830479bd5
Bump mkdocs-material from 8.3.8 to 8.3.9 in /pykanidm ( #901 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 8.3.8 to 8.3.9.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.3.8...8.3.9 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:development
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-07-05 17:45:09 +10:00
dependabot[bot]
9c900380d3
Bump tide-compress from 0.10.3 to 0.10.4 ( #902 )
...
Bumps [tide-compress](https://github.com/Fishrock123/tide-compress ) from 0.10.3 to 0.10.4.
- [Release notes](https://github.com/Fishrock123/tide-compress/releases )
- [Changelog](https://github.com/Fishrock123/tide-compress/blob/main/Changelog.md )
- [Commits](https://github.com/Fishrock123/tide-compress/compare/0.10.3...0.10.4 )
---
updated-dependencies:
- dependency-name: tide-compress
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-07-05 17:44:49 +10:00
dependabot[bot]
b34e0b05eb
Bump actions/setup-python from 2 to 4 ( #900 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 17:40:37 +10:00
dependabot[bot]
24a9d5ca0d
Bump docker/build-push-action from 2 to 3 ( #899 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 17:34:23 +10:00
dependabot[bot]
dd973eb0ec
Bump actions/checkout from 2 to 3 ( #898 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [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...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 17:33:53 +10:00
dependabot[bot]
897faeb4fc
Bump actions/dependency-review-action from 1 to 2
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 1 to 2.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 02:32:11 +00:00
James Hodgkinson
f664971acf
Building kanidm cli in docker, disabling ARM kanidmd ( #879 )
...
* adding kanidm image and config
* removing npm deps from build and dockerfiles
* moving to a non-root user in the dockerfile
2022-07-05 11:39:38 +10:00
James Hodgkinson
61e32bce4f
docs updates and UI cleanup ( #874 )
...
* showing the queried user when running account validity show
* updating account delete
* tweaking account and radius delete to show new message formats
* renaming credential reset token ui
* updating documentation for functionality
* added notes to dev readme on how to install/build mdbook and updated docs
2022-07-05 11:38:25 +10:00
Leoyzen
33caec05d2
fix account_and_group docs ( #895 )
...
fix typo "group2" to "group_2"
2022-07-05 09:04:27 +10:00
James Hodgkinson
c3c2346d20
kanidm_unixd logging - when can't write to sql path, log filename ( #894 )
...
* kanidm_unixd logging - when can't write to sql path, log filename
2022-07-04 20:39:43 +10:00
dependabot[bot]
11c1aa1b08
Bump pylint from 2.14.3 to 2.14.4 in /pykanidm ( #887 )
...
Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.14.3 to 2.14.4.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.14.3...v2.14.4 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
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-07-04 09:33:44 +10:00
dependabot[bot]
32a3d797b8
Bump clap from 3.2.6 to 3.2.8 ( #884 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 3.2.6 to 3.2.8.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.6...v3.2.8 )
---
updated-dependencies:
- dependency-name: clap
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-07-04 09:11:33 +10:00
dependabot[bot]
cd66ca81d7
Bump pylint from 2.14.3 to 2.14.4 in /kanidm_rlm_python ( #882 )
...
Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.14.3 to 2.14.4.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.14.3...v2.14.4 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
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-07-04 09:06:46 +10:00
dependabot[bot]
b606d62a7f
Bump black from 22.3.0 to 22.6.0 in /pykanidm ( #890 )
...
Bumps [black](https://github.com/psf/black ) from 22.3.0 to 22.6.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/22.3.0...22.6.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
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>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2022-07-04 09:06:24 +10:00
dependabot[bot]
fa576eba43
Bump serde from 1.0.137 to 1.0.138 ( #881 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.137 to 1.0.138.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.137...v1.0.138 )
---
updated-dependencies:
- dependency-name: serde
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-07-04 09:05:52 +10:00
dependabot[bot]
50b5d492d9
Bump serde_json from 1.0.81 to 1.0.82 ( #883 )
2022-07-04 07:31:25 +10:00
dependabot[bot]
9cc7c50f71
Bump filetime from 0.2.16 to 0.2.17 ( #885 )
2022-07-04 07:30:48 +10:00
dependabot[bot]
19d162455b
Bump concread from 0.3.4 to 0.3.7 ( #886 )
2022-07-04 07:30:30 +10:00
dependabot[bot]
42902f1de7
Bump clap_complete from 3.2.2 to 3.2.3 ( #888 )
2022-07-04 07:29:55 +10:00
dependabot[bot]
04cf27ab9f
Bump tracing-subscriber from 0.3.11 to 0.3.14 ( #889 )
2022-07-04 07:29:26 +10:00
dependabot[bot]
37065db4d5
Bump requests from 2.28.0 to 2.28.1 in /pykanidm ( #891 )
2022-07-04 07:27:43 +10:00
dependabot[bot]
85442b789d
Bump requests from 2.28.0 to 2.28.1 in /kanidm_rlm_python ( #880 )
2022-07-04 07:26:59 +10:00
James Hodgkinson
65cf0c7f12
adding compression middleware to tide ( #878 )
...
* adding compression middleware to tide
* added notes, tests for regex things
2022-07-03 11:17:46 +10:00
James Hodgkinson
fd3e3fc47b
Kani artwork updates - now with stickers ( #877 )
...
* adding warning-kani to artwork
* renaming file
* adding party-kani
* more stabby more better
* Implementing display_domain_name
Fixes #860
* das stickern
* fixing logo.svg
* updated logos to shrink them by ~800kb
2022-07-02 16:36:05 +10:00
James Hodgkinson
664e2e4df0
bleep bloop what was I doing again ( #870 )
...
* human-facing message generator thingie
* doctests for new code
2022-06-28 09:22:31 +10:00
James Hodgkinson
b380c4b4ba
updated docs to include more required packages for ubuntu ( #858 )
2022-06-28 09:21:21 +10:00
dependabot[bot]
18649d1cb8
Bump gloo from 0.7.0 to 0.8.0 ( #866 )
...
Bumps [gloo](https://github.com/rustwasm/gloo ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/rustwasm/gloo/releases )
- [Commits](https://github.com/rustwasm/gloo/compare/0.7.0...0.8.0 )
---
updated-dependencies:
- dependency-name: gloo
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>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2022-06-27 20:40:09 +10:00
dependabot[bot]
5b70fecb1a
Update gloo requirement from ^0.7.0 to ^0.8.0 in /kanidmd_web_ui ( #863 )
...
Updates the requirements on [gloo](https://github.com/rustwasm/gloo ) to permit the latest version.
- [Release notes](https://github.com/rustwasm/gloo/releases )
- [Commits](https://github.com/rustwasm/gloo/compare/0.7.0...0.8.0 )
---
updated-dependencies:
- dependency-name: gloo
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2022-06-27 20:38:18 +10:00
dependabot[bot]
dbccf3ae75
Bump r2d2 from 0.8.9 to 0.8.10 ( #865 )
...
Bumps [r2d2](https://github.com/sfackler/r2d2 ) from 0.8.9 to 0.8.10.
- [Release notes](https://github.com/sfackler/r2d2/releases )
- [Changelog](https://github.com/sfackler/r2d2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sfackler/r2d2/compare/v0.8.9...v0.8.10 )
---
updated-dependencies:
- dependency-name: r2d2
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>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2022-06-27 20:37:29 +10:00
dependabot[bot]
fbadfb1208
Bump clap from 3.2.5 to 3.2.6 ( #864 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.5...v3.2.6 )
---
updated-dependencies:
- dependency-name: clap
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>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2022-06-27 20:32:15 +10:00
dependabot[bot]
11ae61e751
Bump clap_complete from 3.2.1 to 3.2.2 ( #862 )
...
Bumps [clap_complete](https://github.com/clap-rs/clap ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.1...clap_complete-v3.2.2 )
---
updated-dependencies:
- dependency-name: clap_complete
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-06-27 20:31:45 +10:00
dependabot[bot]
6e8e3992dc
Bump types-requests from 2.27.30 to 2.28.0 in /kanidm_rlm_python ( #861 )
...
Bumps [types-requests](https://github.com/python/typeshed ) from 2.27.30 to 2.28.0.
- [Release notes](https://github.com/python/typeshed/releases )
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-requests
dependency-type: direct:development
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-27 14:45:19 +10:00
dependabot[bot]
f94321c834
Bump types-requests from 2.27.30 to 2.28.0 in /pykanidm ( #867 )
...
Bumps [types-requests](https://github.com/python/typeshed ) from 2.27.30 to 2.28.0.
- [Release notes](https://github.com/python/typeshed/releases )
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-requests
dependency-type: direct:development
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-27 10:53:47 +10:00
dependabot[bot]
655fb3d38b
Bump pytest-mock from 3.7.0 to 3.8.1 in /pykanidm ( #868 )
...
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock ) from 3.7.0 to 3.8.1.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases )
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.7.0...v3.8.1 )
---
updated-dependencies:
- dependency-name: pytest-mock
dependency-type: direct:development
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-27 10:35:01 +10:00
dependabot[bot]
400bd83a66
Bump mkdocs-material from 8.3.6 to 8.3.8 in /pykanidm ( #869 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 8.3.6 to 8.3.8.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.3.6...8.3.8 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:development
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-06-27 09:53:59 +10:00
James Hodgkinson
65108d132b
Adding hazard-kani to artwork ( #854 )
...
* adding warning-kani to artwork
* renaming file
2022-06-26 18:11:46 +10:00
James Hodgkinson
d56715444a
moving pull request template ( #856 )
...
Moving it under the `.github` path.
2022-06-26 18:09:07 +10:00
James Hodgkinson
2be83a635d
Showing the TOTP URI to the user when doing a TOTP cred reset ( #855 )
...
* Console TOTP registration - present registration URI to the user (Fixes #853 )
* 📎 -happiness
2022-06-26 18:08:24 +10:00
James Hodgkinson
57f8fa9d2b
Update to account recovery UX ( #859 )
...
* JSON-formatted output for recover_account, moved a bunch of logs to debug instead of info
* updated documentation
2022-06-26 18:02:16 +10:00
James Hodgkinson
4b1989ee22
updating csp headers ( #852 )
...
* removing confetti loader (we still package it, for now)
* 📎 -happiness
* updating WASM build scripts and rebuilding
* updated CSP headers to change self to 'self' and remove some insecure https: options
2022-06-22 22:30:08 +10:00
James Hodgkinson
3d9133284f
returned the passport as the default logo layer
2022-06-22 18:52:25 +10:00
James Hodgkinson
21998b0eeb
adding a warning logo and layering the logo SVG
2022-06-22 18:52:25 +10:00
Firstyear
2bd2075b20
Add design session logout/expiry (affects oauth2) ( #815 )
2022-06-22 18:32:26 +10:00
James Hodgkinson
febabf4b56
tweaks to CSP headers, adding more docs
2022-06-22 09:54:48 +10:00
James Hodgkinson
dc42bd9ee8
Package Updates 2022-06-20 ( #848 )
...
* updates to a bunch of packages
* fixing an unforced error which only github actions cared about
* stopping docker build on pushes to not-master
2022-06-21 10:16:00 +10:00