Commit Graph

17 Commits

Author SHA1 Message Date
nemunaire 1035610be0 Relicense the project to AGPL-3.0 2023-12-24 11:42:00 +01:00
nemunaire 820db44d7a users: Standardize json exports 2023-12-06 02:14:51 +01:00
nemunaire 2b6e5eb098 api: Give other user infos 2023-12-06 02:14:51 +01:00
nemunaire 90db15d2ed Enable detection and fix go vet issues 2023-05-20 18:53:23 +02:00
nemunaire c29a8fa57f Use identifiers globally 2023-01-11 12:25:28 +01:00
nemunaire c0a3ea2d4c This is happyDomain now
continuous-integration/drone/push Build is passing Details
2022-01-18 10:16:32 +01:00
nemunaire 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
nemunaire e80281c941 Add NO_AUTH configuration option.
This option permit to use happyDNS without creating accounts.
2021-01-06 03:20:14 +01:00
nemunaire bf5f35daf3 Add user settings and ability to change lang 2020-12-29 17:06:12 +01:00
nemunaire 9a6e0504a9 Document code 2020-12-08 18:25:22 +01:00
nemunaire 01100610fb Add password constraint check in Go + update JS ones 2020-12-08 18:25:22 +01:00
nemunaire b2d7fddb39 Add password recovery form 2020-06-24 18:28:04 +02:00
nemunaire fc64e8d40d Add email validation after registration 2020-06-24 18:28:04 +02:00
nemunaire 64661d3d7d Use bcryt to store password instead of custom HMAC 2020-06-24 18:28:04 +02:00
nemunaire 82bf82034f Add LICENSE (CeCILL v2.1) 2020-05-11 00:18:50 +02:00
nemunaire efc6246685 Don't disclose too much informations about users 2020-05-11 00:18:50 +02:00
nemunaire 7b9544b3db Refactor the whole Go project for a better directory architecture 2020-05-11 00:18:50 +02:00