Commit Graph

305 Commits

Author SHA1 Message Date
ef3be6cc76 Take care of many error responses. 2023-07-15 21:54:18 +02:00
c168c36dd0 Password recovery (draft). 2023-07-15 19:44:41 +02:00
b059b42bfc Navbar: single button for login and register. 2023-07-15 18:35:56 +02:00
54e7e77c5a Delete button for removing domains. 2023-07-15 18:13:18 +02:00
576e036501 Disconnection button. 2023-07-15 18:05:44 +02:00
6705d29dba Textareas for TXT records. 2023-07-15 17:53:36 +02:00
3e358f04fc THIS IS AN ALPHA RELEASE 2023-07-15 16:30:02 +02:00
62078e04b8 Navbar rewrite. 2023-07-15 16:29:51 +02:00
e4c696b656 Rework on the home page and the navbar. 2023-07-15 15:52:56 +02:00
eb780fc5ce HomeInterface: module can be compiled, nothing to render yet. 2023-07-15 13:56:32 +02:00
e172a41f2d HomeInterface, WIP. 2023-07-15 04:33:18 +02:00
8e83eb3b56 Better new RR forms. 2023-07-15 04:13:51 +02:00
e60664b522 Better forms. 2023-07-15 03:23:21 +02:00
4767bd186c No more useless columns. 2023-07-14 21:22:17 +02:00
2d31751b09 Better tables + SOA display is now okay-ish. 2023-07-14 21:02:35 +02:00
9b674a9d1e Show errors for both Simple, MX and SRV RR. 2023-07-14 19:49:39 +02:00
b0b0429ace Show actual errors. 2023-07-14 19:33:33 +02:00
9e55254f91 Add a new error line when an error in a RR occurs. Empty for now. 2023-07-14 18:43:06 +02:00
e07e5f35cd Add a (still commented) function to refactor update code. 2023-07-14 07:45:52 +02:00
50eeb340f8 Slight refactoring. 2023-07-14 06:03:57 +02:00
106245c6c6 Many more small contributions for the validation module. 2023-07-14 05:40:03 +02:00
f261e836b4 Let's try some parsing. 2023-07-14 03:08:44 +02:00
2c439667cf Move AlternativeMain (will probably be ignored forever). 2023-07-14 01:16:24 +02:00
65857a7155 Fix warnings. 2023-07-14 01:15:02 +02:00
418f6d74cd Compiles again, but not everything will work (still validations to do!) 2023-07-14 01:04:38 +02:00
15eb7d9acb andThen 2023-07-14 00:35:50 +02:00
5fdbcc6058 Fix most errors in the validation module. 2023-07-13 19:30:09 +02:00
66cc65dc52 Validation: WIP. Still cannot build for the moment. 2023-07-13 02:55:57 +02:00
db6987b3a8 Validation: first draft. WIP. Cannot build atm. 2023-07-13 00:54:29 +02:00
bf0db1417d (minor) remove some logs. 2023-07-12 23:57:44 +02:00
c0ed930bea Rewrite RecordBase type (in RR.purs) to match ResourceRecord. 2023-07-12 20:38:50 +02:00
7c5574e3d4 Remove Finalize action. 2023-07-12 19:15:08 +02:00
52bbebd879 RR.purs: clean unused code. 2023-07-12 19:11:09 +02:00
297f0312bd New RRUpdated & RRReadOnly return messages. 2023-07-12 16:08:42 +02:00
d23699d85a Sync RR. 2023-07-12 14:45:19 +02:00
f0db34d694 All updates in only two actions. 2023-07-12 14:19:07 +02:00
c307e1679e Fix warnings. 2023-07-12 13:06:36 +02:00
c2fb32b547 fromLocalToRR + some code removal 2023-07-12 03:22:32 +02:00
15012f3824 Cosmetic changes (fix -> save, X -> remove) + comments. 2023-07-12 02:41:19 +02:00
437722c323 Add "Protocol" attribute to SRV RR. 2023-07-12 01:38:21 +02:00
f883dcd27a SOA is now supported. 2023-07-11 23:35:56 +02:00
2fb58ea458 Update comments. 2023-07-11 05:44:54 +02:00
4467ceaa74 Remove most debug logs. 2023-07-11 04:46:48 +02:00
8c1b0b8b76 Minor fix for the zone update. 2023-07-11 04:46:24 +02:00
cf8380fff4 Add new entries! 2023-07-11 04:18:43 +02:00
0680c9f1ab Zone is correctly received. SOA todo. 2023-07-11 03:43:16 +02:00
88226019fd Add real data from the server: WIP. 2023-07-11 03:26:42 +02:00
e60ce8f8b4 Can add new MX RR. RR removal implies a modal. 2023-07-11 02:00:29 +02:00
2f7ac68e2c Further cleaning of the ZoneInterface module. 2023-07-10 20:33:28 +02:00
252fbac269 Classes are in CSSClasses, some unused code removed, etc. 2023-07-10 20:15:22 +02:00
b976cd2ebc Remove now useless App.Style module. 2023-07-10 18:24:50 +02:00
c0db4a93e0 ZoneInterface now uses mostly the Bulma module. 2023-07-10 18:14:56 +02:00
44004ec96e ZoneInterface: log decode errors, log received Zone. 2023-07-10 05:01:08 +02:00
fbb34ba0fe TTL limit actually isn't sent. 2023-07-10 04:17:00 +02:00
8130a90f4a Container now provides messages from dnsmanagerd to the ZoneInterface module. 2023-07-10 04:08:02 +02:00
5dc03a9649 Interface slightly fixed. 2023-07-10 03:59:44 +02:00
faf7129989 Forgot a value in the ResourceRecord type. 2023-07-10 03:59:15 +02:00
b89eae5a82 DNSZone now relates to the actual DNSZone on dnsmanagerd. 2023-07-10 03:58:26 +02:00
1870c5df50 RRDeleted message. 2023-07-10 03:36:40 +02:00
302b18c9ff Minor changes. 2023-07-10 03:16:07 +02:00
f03909f83d ResourceRecord type is now implemented to handle incoming messages. 2023-07-10 03:15:32 +02:00
b3e422c38f Remove the App.Button module (only served as an example). 2023-07-10 03:15:03 +02:00
44e4331943 ZoneInterface: remove the DoNothing action. 2023-07-09 17:41:37 +02:00
c0d38d09bb ZoneInterface another stab at cleaning the whole module. 2023-07-09 17:37:49 +02:00
d9518bc563 ZoneInterface rewrite: WIP. Updates for new RR are now cleaner (1 action). 2023-07-09 16:00:36 +02:00
f9ab384d06 ZoneInterface outputs are taken care of. 2023-07-09 15:59:49 +02:00
b178a830cc Tiles + titles. 2023-07-09 14:26:47 +02:00
7f08646fda Show a zone template. 2023-07-09 05:27:53 +02:00
6ccc1846df Adding a WIP zone interface. Not even showable ATM. 2023-07-09 05:14:29 +02:00
2072347df0 Add a modal to confirm the removal of a domain. 2023-07-09 03:14:31 +02:00
796cd3ea55 Store the AuthenticationDaemonAdminInterface state, too. 2023-07-09 02:40:10 +02:00
f6f78f49ed Store the state of DomainListInterface in its parent. IT WORKS! 2023-07-09 02:28:36 +02:00
507330120e Add some documentation for DomainListInterface. 2023-07-08 23:44:01 +02:00
572dfc88a4 Make the compiler happy (remove useless imports). 2023-07-08 17:05:34 +02:00
367e914fc7 At last, some documentation. Just a scratch on the surface. 2023-07-08 17:04:13 +02:00
dafb90b71a Problem to fix: state is rewritten when changing page. 2023-07-08 07:09:56 +02:00
a395b88ef2 Better (pseudo-)routing. 2023-07-08 06:29:37 +02:00
05f751dd21 Actual navigation WIP. 2023-07-08 05:41:41 +02:00
0e29dc5df6 Navbar in a separate file. 2023-07-08 04:17:13 +02:00
afe576a557 Coding style corrections. 2023-07-08 04:00:32 +02:00
ed4ac04c28 Bulma: provide remaining signatures. 2023-07-08 03:47:13 +02:00
e4fbe59a3b Clearer netlib.re navbar. 2023-07-08 02:59:30 +02:00
46d9352a16 Bulma cleaning (WIP). Removing some useless stuff. 2023-07-08 02:00:23 +02:00
7c88287f2b Oopsie. 2023-07-08 01:52:09 +02:00
dac8067508 CSS classes in a separate module. 2023-07-08 01:50:11 +02:00
ac9492b62e Decorative navbar. 2023-07-08 00:22:23 +02:00
caaefcca3e Show the URL of the WS connection. 2023-07-07 20:29:49 +02:00
0fb4fcd608 Style (minor). Are sections even useful? 2023-07-05 07:14:49 +02:00
9f4600b1e8 Style, again. Improved DomainList UI. 2023-07-05 07:00:42 +02:00
de52e40036 Style. 2023-07-05 06:50:30 +02:00
53fdefd790 New LogMessage structure. 2023-07-05 04:49:32 +02:00
d99e38d1b8 Some name changes (+ fix). 2023-07-05 04:18:01 +02:00
fb7c07e64d Change some names. 2023-07-05 03:52:28 +02:00
85df40cc23 Better message routing. 2023-07-05 03:45:45 +02:00
634b30bbf5 Change some log messages. 2023-07-05 03:18:01 +02:00
5ed167d8bb NewDomainInterface is now connected to the other components. 2023-07-05 02:38:20 +02:00
a145577791 Compiles again! :) 2023-07-05 02:06:57 +02:00
07008d9038 WIP: CAN'T BE COMPILED. WILL BE SOON FIXED. 2023-07-04 13:14:04 +02:00
c2569bc959 Small code reduction. 2023-07-04 04:50:07 +02:00
b061c0b18e Remove printing messages in AuthenticationDaemonAdminInterface. 2023-07-04 04:49:22 +02:00
3be96bd436 Log all authentication form messages. 2023-07-04 03:26:09 +02:00
7c9f5a7a56 UX 2023-07-04 03:11:02 +02:00
6d4268820d Log component! 2023-07-04 02:58:17 +02:00
51f5ba79f1 A single component for WS, another one for messages. WIP! 2023-07-03 20:32:46 +02:00
88aa805613 WS component (WIP). 2023-07-03 18:03:47 +02:00
320ff4f2ec Fix admin toggle. 2023-07-03 16:41:36 +02:00
b2caff5123 Bulma: introduce some fields. 2023-07-03 15:05:40 +02:00
4522c22c42 Reset subdomain input when sending a NewDomain message. 2023-07-03 13:46:34 +02:00
cbaeaf8ee2 Slight code simplification. 2023-07-03 13:38:21 +02:00
62347d40b2 Domain can be deleted - with automatic update of the own domain list. 2023-07-03 12:17:44 +02:00
99fb18c57a Can now delete a domain. No automatic domain list update. 2023-07-03 04:31:00 +02:00
e0fc55e5ca Put websocket info in a dedicated record. 2023-07-03 04:04:14 +02:00
15e407972a Remove another big chunk of code. 2023-07-03 03:50:51 +02:00
026e3f055a Remove a massive amount of redundant code. 2023-07-03 03:45:08 +02:00
87731bf061 Removing useless imports. 2023-07-03 03:39:01 +02:00
771573ec5c App.Utils. 2023-07-03 03:23:02 +02:00
3dddbf6990 (minor) remove a useless line. 2023-07-03 00:20:55 +02:00
850d61678a Add a "." between the subdomain and domain names, only when needed. 2023-07-02 23:50:19 +02:00
02f312b447 WS info in a record: code is now clearer. 2023-07-02 23:32:31 +02:00
ad6a64d78a Type simplification. 2023-07-02 22:12:39 +02:00
e9808e70f1 Create a subdomain based on the selected domain. 2023-07-02 00:10:14 +02:00
8d32f9933b Let's select a domain! 2023-07-02 00:05:38 +02:00
8fe25f8aca Bulma select. 2023-07-01 17:32:15 +02:00
81bdec302c DomainAdded message. List of domains auto-update when adding a message. 2023-07-01 16:03:29 +02:00
a1c1c462c9 Show acceptable domains and my own domains. 2023-06-30 01:56:40 +02:00
e77829b7a6 DNSManager: add some error messages. 2023-06-30 01:10:52 +02:00
ad7ee31806 Minor DNSManager API change. 2023-06-27 13:11:59 +02:00
b20504dfb9 Messages are sent and received, but something fails. 2023-06-18 02:34:52 +02:00
7dc993ae26 WIP 2023-06-18 02:11:16 +02:00
de88796773 DNSManager Interface: first draft (WIP). 2023-06-18 01:10:36 +02:00
2352d2a3bb DNSManager interface: WIP. 2023-06-17 20:22:37 +02:00
1457e7bf7c Put the signature for codecs. 2023-06-17 18:16:52 +02:00
2ad1ede8f1 Reorder some messages. 2023-06-17 18:08:09 +02:00
ffecb63c8d DNSManager messages: mostly done. Build is okay. 2023-06-17 18:07:24 +02:00
7f50ad1ffe DNSManager messages: still WIP. 2023-06-17 16:04:26 +02:00
6fb46022fe DNSManager network: WIP 2023-06-16 18:54:07 +02:00
d7f6bd225a Take new reponse into account: UserDeleted 2023-06-14 18:40:42 +02:00
fba25826de Updated Authentication Daemon messages API (reponses). 2023-06-14 03:23:23 +02:00
c8c52ea408 An admin can now create an admin user. 2023-06-13 20:17:27 +02:00
597243a9f5 New authd API on request functions: complete. Still subject to changes, though. 2023-06-13 19:49:38 +02:00
82902c20b0 Messages/AuthenticationDaemon updated: simpler requesting API for authd. 2023-06-13 14:28:38 +02:00
9f81166110 GetToken -> Login 2023-06-10 18:30:31 +02:00
fc24bdac68 Change messages. 2023-06-09 02:54:57 +02:00
46de4c6026 Authd admin interface: bulma ftw! 2023-06-09 01:55:37 +02:00
b4bc1f8f77 Authentication and registration forms: updated to new Bulma module. 2023-06-09 01:40:31 +02:00
4d73afa642 Bulma now has some input boxes. 2023-06-09 00:28:03 +02:00
48a9a55533 Add untested because I'm lazy, lol 2023-06-08 22:00:53 +02:00
987133954f Bulma CSS style: WIP. 2023-06-08 21:51:12 +02:00
3831b275b4 Administrative interface for authd now in a new container. 2023-06-08 18:13:59 +02:00
7576bc682c Remove useless example code (child components A B and C). 2023-06-08 16:38:39 +02:00