Commit Graph

38 Commits

Author SHA1 Message Date
b94999728c db: Remove User without corresponding AuthUser 2023-01-11 15:24:37 +01:00
8a3f6a32d2 db: Remove AuthUser without corresponding User 2023-01-11 15:24:37 +01:00
007adaeaa8 leveldb: Migrate identifiers 2023-01-11 12:25:28 +01:00
c29a8fa57f Use identifiers globally 2023-01-11 12:25:28 +01:00
e11ce52e4b LevelDB: Be more fail safe when unable to decode lists of users 2023-01-03 09:15:59 +01:00
00787514c7 Handle LevelDB recovery
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-22 10:24:00 +01:00
c0a3ea2d4c This is happyDomain now
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-18 10:16:32 +01:00
8aa6f933a3 Rename project happyDomain 2021-12-31 15:52:15 +01:00
4f1b20e392 Modular authentication
The authentication is now made through JWT.

It still remains login and signup form to simplify small installations
2021-12-16 20:04:10 +01:00
fb61ba3d14 Also migrate domains by reparenting them to their migrated provider 2021-07-06 16:58:27 +02:00
1f7cae7403 Add log during leveldb migration process 2021-07-05 18:01:43 +02:00
e3fb589cd7 Create migration script from sources to providers for LevelDB 2021-07-05 18:01:43 +02:00
c3c484deac Remove legacy code about sources 2021-07-05 18:01:43 +02:00
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