Commit Graph

33 Commits

Author SHA1 Message Date
Christoph Haas dd86d0ff49 replace inaccessible external lib 2023-10-26 10:31:29 +02:00
Christoph Haas 51fb9b4139 cleanup code warnings, update RaspberryPi readme 2022-11-11 18:17:38 +01:00
Christoph Haas bda8c9a3d1 fix migration issue for mysql/mariadb (#128) 2022-11-11 18:07:48 +01:00
Christoph Haas 3e2208c8f6 ensure that db index is re-created (avoids invalid DDL errors), update gorm 2022-10-29 15:24:13 +02:00
Christoph Haas fe3247bdc1 peer expiry feature: database model, frontend updates 2022-10-28 23:21:37 +02:00
Christoph Haas e0968b3239 support AllowIPs for peers in server config (#24) 2021-06-18 14:13:44 +02:00
Christoph Haas cadbe4a090 fix migrations for fresh databases 2021-05-16 23:55:59 +02:00
Christoph Haas 1c4d47293c skip migrations for fresh databases 2021-05-16 23:11:03 +02:00
Santiago De la Cruz 5ac45b7a4f
Fix email encryption type SSL/TLS
mail.EncryptionTLS is deprecated and is the same like mail.EncryptionSTARTTLS

The correct here is mail.EncryptionSSLTLS
2021-04-29 12:53:03 -04:00
Christoph Haas ab02f656be add ServerName to TLS config 2021-04-29 18:19:41 +02:00
Christoph Haas 0d4e12a6c1 increase smtp timeout to 30 seconds 2021-04-29 17:04:26 +02:00
Christoph Haas 9a420d26e1 use html email body by default, add alternative text only body 2021-04-29 16:54:01 +02:00
Christoph Haas 19e6fa2a1a switch to another email lib to support more AUTH types 2021-04-29 16:45:28 +02:00
Christoph Haas 9c8a1df01f Set server name in TLS config (#13) 2021-04-29 10:59:00 +02:00
Christoph Haas e052f400aa convert all email addresses to lower case (#14) 2021-04-22 20:29:37 +02:00
Christoph Haas 926733dea4 add ssl/tls option for email encryption (#13) 2021-04-22 14:11:54 +02:00
Christoph Haas 8f21c12c3d simple database migration versioning, todo: implement migrations 2021-04-06 00:07:05 +02:00
Christoph Haas 116a86c5e7 WIP: support different interface types: server, client and custom. Show different UI for each type. 2021-04-02 23:48:30 +02:00
Christoph Haas 29cd73aa46 fix TLS for email sending 2021-03-22 22:53:59 +01:00
Christoph Haas 6ab00ef567 WIP: support for multiple WireGuard devices (#2) 2021-03-21 12:36:11 +01:00
Christoph Haas e1c7a43496 fix ldap sync for disabled users, check if admin username is an email address, rename username to email 2021-02-26 23:43:52 +01:00
Christoph Haas 9faa459c44 cleanup 2021-02-26 22:17:04 +01:00
Christoph Haas 9b10d099b6 WIP: new user management and authentication system, use go 1.16 embed 2021-02-24 21:24:45 +01:00
Christoph Haas 53814dbc27 cleanup, typos, ... 2021-02-08 22:56:02 +01:00
Christoph Haas 10defaa2ba ip and mtu updates (linux only) 2020-12-18 21:54:57 +01:00
Christoph Haas 7b651da1d7 auto create account, sync ldap disabled flag 2020-11-16 22:39:41 +01:00
Christoph Haas eb51c2dd74 many small improvements 2020-11-10 22:23:05 +01:00
Christoph Haas 3cbc30fe48 wip: dockerfile 2020-11-10 09:57:49 +01:00
Christoph Haas 07e7d1d6e9 wip: cleanup 2020-11-10 09:31:02 +01:00
Christoph Haas e8e8d08d98 wip: mail... 2020-11-09 20:26:34 +01:00
Christoph Haas a617cb1059 wip: create/update/... 2020-11-08 10:26:18 +01:00
Christoph Haas cc06019738 wip: create/update/... 2020-11-07 18:36:23 +01:00
Christoph Haas 93f7335b6e initial commit 2020-11-05 19:37:51 +01:00