Commit graph

14 commits

Author SHA1 Message Date
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
Carla Schroder 55d76cd7dc
minor corrections, line breaks, capitalization, expand abbreviations (#802)
* minor corrections, line breaks, capitalization, expand abbreviations
2022-06-03 08:05:01 +10:00
James Hodgkinson e495bd6122
updated docs for ubuntu notes (#799) 2022-06-01 10:01:43 +10:00
James Hodgkinson 0a67a9f6ef
Updating developer readme to mention devel containers. (#791) 2022-05-28 08:47:50 +10:00
Kellin b4094324d8
Clean up Makefile documentation (#774)
- Add finalized changes that were not present at merge because I forgot
  to put the merge request into Draft mode while working.

Related https://github.com/kanidm/kanidm/issues/768

Signed-off-by: Kellin <kellin@retromud.org>
2022-05-25 10:31:06 +10:00
Kellin 89a193c3dc
Document the Makefile and its variables (#771)
- Adds documentation of the Makefile and its variables with an example
  of how to change build behavior.
- Default Makefile behavior no longer tries to use a private redis build
  cache server
- Changes ARGS and EXT_ARGS to CONTAINER_BUILD_ARGS and
  CONTAINER_TOOL_ARGS respectively for more clarity

Closes https://github.com/kanidm/kanidm/issues/768
2022-05-24 15:25:04 +10:00
Kellin ec7c3cc623
Note packages required for development on Fedora (#767)
- Notes packages needed for base development on Fedora
- Notes packages required to run the wasm build script with cargo

Signed-off-by: Kellin <kellin@retromud.org>
2022-05-23 12:57:45 +10:00
James Hodgkinson 5eb9fa604e
Making the login path nicer, dev scripting (#721)
* making username-not-found messages nicer
* adds a script to run a dev server easier
2022-04-29 10:44:57 +10:00
James Hodgkinson 134235ef7f
Specifying MSRV in package now (#664)
* specifying MSRV in package now
2022-03-31 14:12:53 +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
James Hodgkinson 8b7f196b2a
Makes kanidmd bail on startup if it can't find the webpkg dir (#531)
* Fixes #528 - DynamicUser was set to kanidmd

* Make kanidmd bail if it cannot find the web ui files
2021-07-22 15:19:01 +10:00
James Hodgkinson a7e6f0c9e7
fixes #478 - adds note about web ui already being packaged (#480) 2021-06-16 07:58:46 +10:00
Firstyear 6bc719cdb2
Base web UI (#391)
Initial web ui (not-functional yet)
2021-03-26 11:22:00 +10:00
Firstyear 060c7b22c0
Draft document (#382) 2021-03-25 10:34:29 +10:00