Commit Graph

23 Commits

Author SHA1 Message Date
9beff44f09 Implement Ory authentication
Some checks reported errors
continuous-integration/drone/push Build was killed
2023-12-28 18:40:42 +01:00
1035610be0 Relicense the project to AGPL-3.0 2023-12-24 11:42:00 +01:00
3f8c061f08 Fix URL builder in mails
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
The builder builds invalid links with leading { and another }.
2023-11-15 17:41:57 +01:00
1a6ab103b7 Fix forced import path
Some checks are pending
continuous-integration/drone/push Build is running
2023-09-07 12:04:55 +02:00
56b22bade5 Fix project name to permit go get
Some checks are pending
continuous-integration/drone/push Build is running
2023-09-07 11:37:18 +02:00
4e17658d88 Define ExternalURL as a net/url.URL and add tests and sanitization
Closes: https://github.com/happyDomain/happydomain/issues/9
2023-09-07 10:06:24 +02:00
ada63bb8cf config: Ignore line with no value (keep default one)
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-03 11:58:19 +02:00
350142abea Sanitize base64 in URLs 2023-01-11 12:25:28 +01:00
c29a8fa57f Use identifiers globally 2023-01-11 12:25:28 +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
15fea62a0c Redirect to external login form 2021-12-16 20:04:10 +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
e80281c941 Add NO_AUTH configuration option.
This option permit to use happyDNS without creating accounts.
2021-01-06 03:20:14 +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
2062bd92e8 Refactor URL build from config 2020-12-08 18:25:22 +01:00
2c0b5ddabe Improve configuration, including storage configuration and selection 2020-12-08 18:25:22 +01:00
fb9860176e Create a administration interface 2020-12-08 18:25:21 +01:00
b2d7fddb39 Add password recovery form 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
82bf82034f Add LICENSE (CeCILL v2.1) 2020-05-11 00:18:50 +02:00
1263b87d1f Dedicate module to config parsing, include config as request context 2020-05-11 00:18:50 +02:00