Commit Graph

221 Commits

Author SHA1 Message Date
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
a6e6e84cb7 Commit some unused code. 2023-07-11 05:46:21 +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