Commit Graph

25 Commits

Author SHA1 Message Date
4a431565df WIP Can import domain through dnscontrol 2021-07-05 18:01:43 +02:00
af5c500215 WIP Switch to providers 2021-07-05 18:01:43 +02:00
97c8a0d21f Start using DNScontrol 2021-07-05 17:18:15 +02:00
db15768ddd Fix unwanted source cleanup and buggy orphan domain detection 2021-01-17 08:56:44 +01:00
0458acc6c9 On password change or account deletion, disconnect all user sessions 2020-12-29 17:06:12 +01:00
b6d3899b81 Prepare leveldb migrations 2020-12-08 18:25:23 +01:00
9a6e0504a9 Document code 2020-12-08 18:25:22 +01:00
2289d309a7 Refactor DB configuration 2020-12-08 18:25:22 +01:00
f2eb1abac0 Don't use full package path as source identifier 2020-12-08 18:25:22 +01:00
2c0b5ddabe Improve configuration, including storage configuration and selection 2020-12-08 18:25:22 +01:00
beb87a8572 Rename SourceType as SourceMeta to follow ZoneMeta 2020-12-08 18:25:21 +01:00
ab6fe350ca Import ZoneMeta in domain history 2020-12-08 18:25:21 +01:00
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
a2ad45b1b8 Remove useless condition 2020-12-08 18:25:21 +01:00
c44a227419 Handle zone saving 2020-12-08 18:25:21 +01:00
64661d3d7d Use bcryt to store password instead of custom HMAC 2020-06-24 18:28:04 +02:00
05b47ac614 Fix size of int on 32 bits hosts 2020-05-11 00:18:50 +02:00
82bf82034f Add LICENSE (CeCILL v2.1) 2020-05-11 00:18:50 +02:00
679bd9b9fa Implement Source abstraction 2020-05-11 00:18:50 +02:00
fa2ed5133f Rename zone in domain 2020-05-11 00:18:50 +02:00
92896d8a84 Implement zone management in levelDB driver: now fully implemented 2020-05-11 00:18:50 +02:00
53e6b315c7 Implement sessions in LevelDB driver 2020-05-11 00:18:50 +02:00
868a4e3abd Introducing LevelDB, currently handling only users 2020-05-11 00:18:50 +02:00
7b9544b3db Refactor the whole Go project for a better directory architecture 2020-05-11 00:18:50 +02:00