Commit Graph

697 Commits

Author SHA1 Message Date
0625d8f5ec storage: add GetSourceType 2020-12-08 18:25:21 +01:00
20d4299239 storage: add a method to tidy/optimize the database 2020-12-08 18:25:21 +01:00
729a4e3fa0 admin: add clear routes 2020-12-08 18:25:21 +01:00
c6e64d64a3 Don't do special case of aliases. Treat them only in frontend part. 2020-12-08 18:25:21 +01:00
04e4c1d46a Add action on form submission 2020-12-08 18:25:21 +01:00
a5e1514bd4 Add Alias in abstract page 2020-12-08 18:25:21 +01:00
a600c20a4a Can add subdomain through interface 2020-12-08 18:25:21 +01:00
014f728a6f Handle @ in subdomain, to avoid empty string 2020-12-08 18:25:21 +01:00
e1c0352ddc Can add new services to zone 2020-12-08 18:25:21 +01:00
fef9467458 Don't show tables if there are empty 2020-12-08 18:25:21 +01:00
361ee19bd4 Add the ability to drop simple CNAME 2020-12-08 18:25:21 +01:00
19f0390454 Remove the subdomain when removing the last service of a subdomain 2020-12-08 18:25:21 +01:00
35fbb1625e Disallow removing SOA record 2020-12-08 18:25:21 +01:00
4a19149b51 Full update/deletion on abstract page 2020-12-08 18:25:21 +01:00
717123ad7f Use relative domain names in zones 2020-12-08 18:25:21 +01:00
114d892cb5 Able to edit objects (add, delete, modify) 2020-12-08 18:25:21 +01:00
3521188405 Able to edit arrays (add, delete, modify) 2020-12-08 18:25:21 +01:00
15e5899086 Avoid returning to home page when not connected 2020-12-08 18:25:21 +01:00
8c829ba656 Handle service modifications 2020-12-08 18:25:21 +01:00
23311495ce Propagate services values through components 2020-12-08 18:25:21 +01:00
d41a073fc3 Rename domain-services to domain-abstract 2020-12-08 18:25:21 +01:00
a2ad45b1b8 Remove useless condition 2020-12-08 18:25:21 +01:00
9d15f6b9a6 Add the ability to do some user managment tasks through admin API 2020-12-08 18:25:21 +01:00
0e15ed3fdc Add identifier to services' records 2020-12-08 18:25:21 +01:00
c44a227419 Handle zone saving 2020-12-08 18:25:21 +01:00
d8758e49ca Orphan record are now simple texts 2020-12-08 18:25:21 +01:00
fb9860176e Create a administration interface 2020-12-08 18:25:21 +01:00
f166e5b59b Add DefaultTTL 2020-12-08 18:25:21 +01:00
29409dc607 Use Label when it exists 2020-12-08 18:25:21 +01:00
74f8a1c7b9 Exclude main website from service worker navigation route 2020-12-08 18:25:21 +01:00
943b0a2a53 Add tabs 2020-12-08 18:25:21 +01:00
2da1ed0da8 Refactor services page 2020-12-08 18:25:21 +01:00
df905e7f4a Add API helpers 2020-06-24 18:28:04 +02:00
513800b723 Add 404 page 2020-06-24 18:28:04 +02:00
c214ffba20 Ensure the footer is not to huge, if the page's content is small 2020-06-24 18:28:04 +02:00
d5ce8031a5 Fix domain not found when refreshing the page services 2020-06-24 18:28:04 +02:00
b2d7fddb39 Add password recovery form 2020-06-24 18:28:04 +02:00
482ed535c1 Update node packages 2020-06-24 18:28:04 +02:00
051d044938 Improve signup page 2020-06-24 18:28:04 +02:00
fc64e8d40d Add email validation after registration 2020-06-24 18:28:04 +02:00
c56bd75abb Add the expected external URL in configuration 2020-06-24 18:28:04 +02:00
187b9bb5dc Able to send mail 2020-06-24 18:28:04 +02:00
f996d69347 APIErrors now can take a link, href like in toasts 2020-06-24 18:28:04 +02:00
64661d3d7d Use bcryt to store password instead of custom HMAC 2020-06-24 18:28:04 +02:00
54ac261b64 Try reducing bundles size 2020-06-24 18:28:04 +02:00
725ce10eb5 Move auth to a dedicated route 2020-06-24 18:28:04 +02:00
b46183dd72 Escape all URL 2020-06-24 18:28:04 +02:00
64ccd2713c Don't enforce login page if not logged 2020-06-24 18:28:04 +02:00
a672466b14 Add a service-worker 2020-06-24 18:28:04 +02:00
f49135f196 Add autocomplete attributes on login and signup page 2020-05-18 12:30:32 +02:00