Commit graph

16 commits

Author SHA1 Message Date
James Hodgkinson 403016b0f8
WebUI Cleanup, icons, Profile Wireframing ()
* account person extend was showing failure when succeeding
* first run on a user profile page, did some other CSS tweaks to the UI
* UI neatening, profile wireframing, robotstxt, PWA manifest
* adding domain_display_name to webmanifest
2022-07-07 18:57:28 +10:00
James Hodgkinson d2ea936b16
Domain Display Name () 2022-07-07 13:03:08 +10:00
James Hodgkinson 65cf0c7f12
adding compression middleware to tide ()
* adding compression middleware to tide
* added notes, tests for regex things
2022-07-03 11:17:46 +10:00
James Hodgkinson 4b1989ee22
updating csp headers ()
* 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 febabf4b56 tweaks to CSP headers, adding more docs 2022-06-22 09:54:48 +10:00
James Hodgkinson c5ea14d0cf
adding new favicon and square logo, updating build scripts () 2022-06-10 15:07:19 +10:00
Firstyear b97d13d284
383 170 164 authentication updates - credential update webui! () 2022-06-05 16:30:08 +10:00
James Hodgkinson 7d27612174
Windows automagical buildingtons ()
* windows build automation
* making fmt happy, fixing windows-related bug
* disabled cargo_incremental when using `sccache`, added build options ARG to Dockerfile, limit docker build to one job
2022-05-31 14:13:21 +10:00
James Hodgkinson f93e2cbf28
closes - moves info messsage about webui path () 2022-05-27 22:49:08 +10:00
James Hodgkinson d5fbb91a1c
Adding Content-Security-Policy Headers and auto-generating integrity hashes ()
* Adding Content-Security-Policy Headers and auto-generating integrity hashes
* created favicon and WASM loader as their own files
* adding .map files from bootstrap
2022-05-06 14:20:52 +10:00
Firstyear 12852cf0a0
383 170 164 authentication updates 4 ()
* Codes and TOTP done!
* Cleanup
2022-05-06 09:52:58 +10:00
Firstyear 8dc0199380
383 170 164 authentication updates 3 () 2022-04-29 13:03:21 +10:00
Firstyear a58edc5128
20220427 dependency updates () 2022-04-27 13:35:26 +10:00
Euan Kemp 0c3ce226cf
Add 'account person set' command ()
* 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
Firstyear bd41ef8f91
Add design doc, revive the domain wide enc token ()
* 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 () 2022-02-20 12:43:38 +10:00
Renamed from kanidmd/src/lib/core/https/mod.rs (Browse further)