Commit Graph

37 Commits

Author SHA1 Message Date
Renovate Bot 34475c5fb6 fix(deps): update github.com/nullrocks/identicon digest to d5ba358
continuous-integration/drone/push Build is running Details
2024-01-21 22:17:16 +01:00
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 5317daa6b8 Generate avatars for users 2023-12-06 02:14:51 +01:00
nemunaire 2b6e5eb098 api: Give other user infos 2023-12-06 02:14:51 +01:00
nemunaire 56b22bade5 Fix project name to permit go get
continuous-integration/drone/push Build is running Details
2023-09-07 11:37:18 +02:00
nemunaire 216cdee5d5 Add Swagger
continuous-integration/drone/push Build is running Details
2023-08-05 22:10:27 +02:00
nemunaire 90db15d2ed Enable detection and fix go vet issues 2023-05-20 18:53:23 +02:00
Paul fd8876da75 General message clarifications 2023-03-12 16:02:24 +01:00
nemunaire dd67032e5d api: Return NoContent on delete actions 2023-01-11 15:24:02 +01:00
nemunaire c29a8fa57f Use identifiers globally 2023-01-11 12:25:28 +01:00
nemunaire 631539e5c1 api: Fix typo in log 2023-01-03 09:15:59 +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 4f375162a3 Fix display of errors (%w is only for Errorf) 2021-08-13 17:39:04 +02:00
nemunaire cf416224d1 Refactor to use gin-gonic 2021-06-09 22:51:13 +02:00
nemunaire b15eb2ad44 Split shared actions in a dedicated package 2021-05-20 10:22:10 +02: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 f004899f2f Save settings on user registration 2021-01-04 10:52:09 +01:00
nemunaire 0458acc6c9 On password change or account deletion, disconnect all user sessions 2020-12-29 17:06:12 +01:00
nemunaire bf5f35daf3 Add user settings and ability to change lang 2020-12-29 17:06:12 +01:00
nemunaire dc49cd0e63 Improve logging 2020-12-08 18:25:23 +01:00
nemunaire 0b48f7bf58 Add My account page to change password and delete account 2020-12-08 18:25:22 +01:00
nemunaire f5fe9320c6 Add a route to view current user session and clear it 2020-12-08 18:25:22 +01:00
nemunaire e7cae312d6 api: Fill a structure instead of passing argument to API function 2020-12-08 18:25:21 +01:00
nemunaire 9d15f6b9a6 Add the ability to do some user managment tasks through admin API 2020-12-08 18:25:21 +01:00
nemunaire fb9860176e Create a administration interface 2020-12-08 18:25:21 +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 82bf82034f Add LICENSE (CeCILL v2.1) 2020-05-11 00:18:50 +02:00
nemunaire 92896d8a84 Implement zone management in levelDB driver: now fully implemented 2020-05-11 00:18:50 +02:00
nemunaire 868a4e3abd Introducing LevelDB, currently handling only users 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 1263b87d1f Dedicate module to config parsing, include config as request context 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
nemunaire fcc62a0990 Change project name from libredns to happydns.org 2020-05-11 00:18:49 +02:00
nemunaire 8ac28310f9 add basic users functions 2020-05-11 00:18:49 +02:00