Commit Graph

409 Commits

Author SHA1 Message Date
cd5477b269 Navbar now is fully functional and fancy. 2024-02-23 06:07:56 +01:00
3098372879 Fix the navbar. 2024-02-23 05:26:40 +01:00
b3b84959e6 Rendering isn't great, but that seems to work good enough for now. 2024-02-23 03:15:11 +01:00
27a96dc74e Navigation Interface component: WIP. 2024-02-23 01:36:41 +01:00
6c4ed85335 Navigation bar now has a dedicated component. 2024-02-22 05:42:25 +01:00
88b1221569 Automatic routing to DomainList page when authentication happens on Authentication page. 2024-02-21 05:39:04 +01:00
523df99f5c Fix typo, minor bugfix. 2024-02-21 05:33:55 +01:00
e6bb3c53d6 Display errors on DomainList interface. 2024-02-21 05:16:15 +01:00
6883263b24 Read-only RRs: display a single button. 2024-02-21 03:22:53 +01:00
d6f85b5a00 Zone Interface: group RO RRs and a better display of RRs in general. 2024-02-21 00:52:43 +01:00
419d68784a Do not allow modification of read only RRs. 2024-02-21 00:10:40 +01:00
926f461a51 Many Bulma CSS classes, mostly about colors. 2024-02-21 00:10:03 +01:00
f668edda86 New API for logs, no more SimpleLog. 2024-02-20 19:46:16 +01:00
1d15a47c77 Improved API for logs (new SuccessLog & ErrorLog). 2024-02-20 19:23:05 +01:00
c2e51dc964 Administration page now handles administration for both authd and dnsmanagerd. 2024-02-20 18:19:23 +01:00
1b1c7e80c7 Add old code, for reference. 2024-02-20 17:52:26 +01:00
07135d2ea3 Implement Keep Alive messages. 2024-02-20 17:15:01 +01:00
b6b6a6be77 WS: send_message function. Will soon serve for sending keepalive messages. 2024-02-20 04:57:41 +01:00
bcc76c8378 Fix the page reload problem not routing for the right page. 2024-02-20 02:10:20 +01:00
529c2edae7 Make the code flow clearer. 2024-02-18 02:53:30 +01:00
d84c5f789a Automatically re-authenticate to authd on page reload. 2024-02-18 02:06:17 +01:00
0f0d016ad7 Admin: render list of users differently. 2024-02-17 23:47:01 +01:00
7895c3f52c Can now remove an user in the Authentication Daemon Admin Interface. 2024-02-17 23:33:50 +01:00
3e0d4ecfe6 Remove original Interface. 2024-02-17 19:19:18 +01:00
3310a48fd2 Bulma: remove dead code comments. 2024-02-17 19:05:13 +01:00
f53c265114 Authentication Daemon Administration Interface: search for a user! 2024-02-17 19:04:36 +01:00
98a30b6c1d Authd: authentication by token (useful on page reload). 2024-02-17 18:47:55 +01:00
b6655a0ee0 Clear all stored session data when user disconnects himself. 2024-02-17 17:36:09 +01:00
abf03de8c9 Authentication Daemon Administrative Interface. 2024-02-17 07:15:51 +01:00
c9bbe81d09 Labeled button. 2024-02-17 06:53:20 +01:00
58eee12511 Code cleaning (buttons). 2024-02-17 06:21:55 +01:00
c017dc1b05 Cleaning the code. 2024-02-17 05:47:31 +01:00
1a0b48134e Bulma modal, refactored and simplified. 2024-02-17 05:31:55 +01:00
fefe6769f2 WIP: Authd Admin: Search User Interface. 2024-02-17 02:56:25 +01:00
b60913ef02 WIP: Authd Admin: Search User Interface. 2024-02-17 02:52:46 +01:00
ef22dd22c3 WIP: Authd Admin: Search User Interface. 2024-02-17 02:22:40 +01:00
554280956b Validation: simplification from new Parser functions (errorParser and <:>). 2024-02-16 02:50:20 +01:00
de758a9e49 DNS validation: use the G.<:> function. 2024-02-16 02:38:56 +01:00
aec64681eb Quick fix to generate the documentation. 2024-02-16 02:36:48 +01:00
6abd592aa5 input_with_side_text 2024-02-15 23:23:24 +01:00
8f16222114 Use new errorParser and <:> functions. 2024-02-15 20:41:46 +01:00
8d3ecb1c14 Comments on what has been done and what should be done. 2024-02-15 20:41:01 +01:00
5a38838f88 Remove confusing typing. 2024-02-15 20:40:28 +01:00
6cda323c9f minor comment change 2024-02-15 00:50:20 +01:00
871e4ad4b3 Change the subtitle, alpha version is coming! 2024-02-11 23:08:04 +01:00
065ca206da Minor changes: slight change to some logs. 2024-02-11 22:43:23 +01:00
5fc15be352 Some minor changes for convenience. 2024-02-11 20:30:41 +01:00
f9f79875c0 Add mail verification. 2024-02-11 16:24:42 +01:00
3f2573831a Registration: validation works. 2024-02-11 15:36:14 +01:00
9a19462a99 Validate login (alphanum), email, password (vchar). 2024-02-10 20:28:59 +01:00