Commit Graph

  • 84e5359977
    Merge pull request #16 from xhit/patch-1 h44z 2021-04-30 11:00:25 +0200
  • 5ac45b7a4f
    Fix email encryption type SSL/TLS Santiago De la Cruz 2021-04-29 12:53:03 -0400
  • ab02f656be add ServerName to TLS config Christoph Haas 2021-04-29 18:19:41 +0200
  • 0d4e12a6c1 increase smtp timeout to 30 seconds Christoph Haas 2021-04-29 17:04:26 +0200
  • 9a420d26e1 use html email body by default, add alternative text only body Christoph Haas 2021-04-29 16:54:01 +0200
  • 19e6fa2a1a switch to another email lib to support more AUTH types Christoph Haas 2021-04-29 16:45:28 +0200
  • 7b1f59d86a deployment api completed (#11) Christoph Haas 2021-04-29 11:23:32 +0200
  • 9c8a1df01f Set server name in TLS config (#13) Christoph Haas 2021-04-29 10:59:00 +0200
  • 87964f8ec4 RESTful API for WireGuard Portal (#11) Christoph Haas 2021-04-26 22:00:50 +0200
  • 35513ae994 WIP: RESTful API for WireGuard Portal, user endpoint (#11) Christoph Haas 2021-04-26 14:40:49 +0200
  • b6d9814021 use lowercase email addresses for filtering (#14) Christoph Haas 2021-04-22 20:46:03 +0200
  • 97edd103be transform email addresses to lower case in ldap sync (#14) Christoph Haas 2021-04-22 20:41:30 +0200
  • e052f400aa convert all email addresses to lower case (#14) Christoph Haas 2021-04-22 20:29:37 +0200
  • 926733dea4 add ssl/tls option for email encryption (#13) Christoph Haas 2021-04-22 14:11:54 +0200
  • 7042523c54 configurable cert-check for the ldap auth provider (#12) Christoph Haas 2021-04-21 11:07:16 +0200
  • e65a4a8148 disable cert-check should also work for ldap via ssl (#12) Christoph Haas 2021-04-21 10:04:10 +0200
  • 28c2494d88 cleanup import statements Christoph Haas 2021-04-09 23:17:44 +0200
  • 11b9a567d1 include tag version in travis builds v1.0.7 Christoph Haas 2021-04-08 21:30:16 +0200
  • f34594f8d2 fix allowed ip's for peers in server-mode Christoph Haas 2021-04-08 19:10:38 +0200
  • 46dc6dc2ad remove endpoint from peer in server-mode Christoph Haas 2021-04-08 18:39:52 +0200
  • 2ca1226d50 fix .local DNS lookup (https://github.com/golang/go/issues/35067) Christoph Haas 2021-04-08 18:37:49 +0200
  • 066f939294 fix version display Christoph Haas 2021-04-08 18:10:53 +0200
  • 17bc297d77 WIP: smaller docker image, fix docker build Christoph Haas 2021-04-08 17:58:25 +0200
  • 79e4513edb WIP: smaller docker image, sqlite needs cgo Christoph Haas 2021-04-08 09:38:32 +0200
  • f793ece922 WIP: smaller docker image Christoph Haas 2021-04-08 09:23:48 +0200
  • 96215c4f0e version 1.0.6, show version in footer v1.0.6 Christoph Haas 2021-04-07 20:07:40 +0200
  • 5199c8674d add configuration options and sample yaml to readme (#6) Christoph Haas 2021-04-06 23:51:57 +0200
  • 2caa64571b fix duplicate configuration tag (#6) Christoph Haas 2021-04-06 23:01:50 +0200
  • afbe36d289 fix client edit layout Christoph Haas 2021-04-06 00:33:51 +0200
  • e84a43cd2a
    Merge pull request #7 from h44z/interface_types v1.0.5 h44z 2021-04-06 00:15:51 +0200
  • 7981a3c437 update dependencies Christoph Haas 2021-04-06 00:15:24 +0200
  • 8f21c12c3d simple database migration versioning, todo: implement migrations Christoph Haas 2021-04-06 00:07:05 +0200
  • b4f3228bec more ui improvements, fix peer template for clients Christoph Haas 2021-04-05 23:18:02 +0200
  • ba768dd2c3 improve client mode, todo: migrate peers (new db schema) Christoph Haas 2021-04-05 20:00:11 +0200
  • 39166250ea fix some bugs in client mode, improve login ui Christoph Haas 2021-04-05 19:12:27 +0200
  • 94ca177884 support different interface types: client and server mode Christoph Haas 2021-04-05 18:38:38 +0200
  • 39903922dd WIP: support different interface types: improve placeholder values, allow bulk user creation for external email addresses Christoph Haas 2021-04-04 00:04:59 +0200
  • 647fe92a03 WIP: support different interface types: many fixes and improvements... Christoph Haas 2021-04-03 23:54:35 +0200
  • 3bfcbe0209 WIP: support different interface types: update config templates Christoph Haas 2021-04-03 22:38:22 +0200
  • aa17303cec WIP: support different interface types: server, client and custom. Show different UI for each type. Christoph Haas 2021-04-03 19:11:05 +0200
  • 116a86c5e7 WIP: support different interface types: server, client and custom. Show different UI for each type. Christoph Haas 2021-04-02 23:48:30 +0200
  • 5017fb5759 update readme, fix default env file v1.0.4 Christoph Haas 2021-03-22 23:05:20 +0100
  • 29cd73aa46 fix TLS for email sending Christoph Haas 2021-03-22 22:53:59 +0100
  • 6ece6e5be9 make ldap cert check configurable, fix CodeQL warnings Christoph Haas 2021-03-22 22:52:08 +0100
  • 588f8c7c70 add csrf Christoph Haas 2021-03-22 22:51:37 +0100
  • 68507c3bcd fix redirect after sending the peer email Christoph Haas 2021-03-22 13:45:35 +0100
  • 1e9f845457 fix user_edit template Christoph Haas 2021-03-22 13:42:28 +0100
  • f95c692aed migrate peer database Christoph Haas 2021-03-22 13:00:02 +0100
  • f4edc55851 fix mail template (#3) and rename some variables, also change default ordering (latest handshake first) Christoph Haas 2021-03-22 12:39:50 +0100
  • 6ab00ef567 WIP: support for multiple WireGuard devices (#2) Christoph Haas 2021-03-21 12:36:11 +0100
  • 5f4c041ee7 fix potentially unsafe external link v1.0.3 Christoph Haas 2021-02-27 00:19:47 +0100
  • 9ef4200be0 fix ldap provider, disable gin logs by default Christoph Haas 2021-02-27 00:13:48 +0100
  • e1c7a43496 fix ldap sync for disabled users, check if admin username is an email address, rename username to email Christoph Haas 2021-02-26 23:43:29 +0100
  • 5bc3aa0036
    Create codeql-analysis.yml h44z 2021-02-26 23:19:42 +0100
  • 2b77148b81 migrate old database format correctly, fix typo, update readme Christoph Haas 2021-02-26 23:13:11 +0100
  • 9bd80dbd33 fix docker build Christoph Haas 2021-02-26 22:27:48 +0100
  • 9faa459c44 cleanup Christoph Haas 2021-02-26 22:17:04 +0100
  • 8ea82c1916 add travis token Christoph Haas 2021-02-25 09:46:19 +0100
  • ca83caf357 fix travis Christoph Haas 2021-02-24 23:01:13 +0100
  • 14339e72d4 WIP: dont use gox Christoph Haas 2021-02-24 22:52:19 +0100
  • 6d4fcba00c WIP: use gox for cross platform compiling, try to enable cross platform cgo builds Christoph Haas 2021-02-24 22:40:35 +0100
  • 4fe4d93e0d WIP: use gox for cross platform compiling Christoph Haas 2021-02-24 22:16:03 +0100
  • 9b10d099b6 WIP: new user management and authentication system, use go 1.16 embed Christoph Haas 2021-02-24 21:24:45 +0100
  • 43bab58f0a WIP: context for clean shutdown Christoph Haas 2021-02-22 22:25:08 +0100
  • 984f744548 rename user to peer Christoph Haas 2021-02-21 23:23:58 +0100
  • 53814dbc27 cleanup, typos, ... Christoph Haas 2021-02-08 22:56:02 +0100
  • dd47f84c3d use logrus for gin's log output, fix nil pointer bug Christoph Haas 2021-01-13 17:49:52 +0100
  • ec752f8b08 use logrus for gin's log output Christoph Haas 2021-01-13 17:27:01 +0100
  • d978fd560d add asterisk to required fields, allow editing of device keys v1.0.2 Christoph Haas 2020-12-18 22:26:36 +0100
  • ec60dd136a fix default mtu handling Christoph Haas 2020-12-18 22:07:55 +0100
  • 6fd4089766 update raspi readme Christoph Haas 2020-12-18 22:00:01 +0100
  • 4dd7f7b14b fix Dockerfile Christoph Haas 2020-12-18 21:56:54 +0100
  • 10defaa2ba ip and mtu updates (linux only) Christoph Haas 2020-12-18 21:54:57 +0100
  • a95fe42efe fix ci and docker build v1.0.1 Christoph Haas 2020-12-17 16:23:55 +0100
  • 262e8e2047 fix a few bugs, add instructions for raspberry pi Christoph Haas 2020-12-17 16:10:05 +0100
  • edd09a9e13 fix newlines in template Christoph Haas 2020-12-17 14:01:03 +0100
  • 814f57d357 fix newlines in template Christoph Haas 2020-12-17 13:47:46 +0100
  • 793c2fc27e remove unnecessary script and css files Christoph Haas 2020-12-02 19:26:18 +0100
  • a4052b19d6 improve admin index template v1.0.0 Christoph Haas 2020-11-17 08:01:03 +0100
  • d63ed2c01c fix admin index template Christoph Haas 2020-11-16 23:20:41 +0100
  • 741f0b16c3 add README and LICENSE Christoph Haas 2020-11-16 23:13:15 +0100
  • 7b651da1d7 auto create account, sync ldap disabled flag Christoph Haas 2020-11-16 22:39:41 +0100
  • 1dee239f4f fix goss check Christoph Haas 2020-11-13 09:44:25 +0100
  • 63e9e7a618 fix goss check Christoph Haas 2020-11-13 09:10:21 +0100
  • 5261cf9140 fix goss check Christoph Haas 2020-11-13 08:00:33 +0100
  • eb51c2dd74 many small improvements Christoph Haas 2020-11-10 22:23:05 +0100
  • e09ef939c0 user dockerhub for image building and travis-ci for testing Christoph Haas 2020-11-10 12:24:37 +0100
  • 516561445b user dockerhub for image building and travis-ci for testing Christoph Haas 2020-11-10 12:24:18 +0100
  • bd3da3d6c7 wip: docker and travis Christoph Haas 2020-11-10 11:59:02 +0100
  • 2448533706 wip: docker and travis Christoph Haas 2020-11-10 11:26:30 +0100
  • 93994dbb69 wip: docker and travis Christoph Haas 2020-11-10 11:19:40 +0100
  • 2a19ebf500 wip: docker and travis Christoph Haas 2020-11-10 11:17:31 +0100
  • e2834e9187
    Update .gitignore h44z 2020-11-10 11:12:34 +0100
  • ccdf73071e
    Delete go.sum h44z 2020-11-10 11:12:12 +0100
  • cd9abfcd5b wip: docker and travis Christoph Haas 2020-11-10 11:06:04 +0100
  • 3cbc30fe48 wip: dockerfile Christoph Haas 2020-11-10 09:57:49 +0100
  • 07e7d1d6e9 wip: cleanup Christoph Haas 2020-11-10 09:31:02 +0100
  • 556d7bff4b wip: update cfg file Christoph Haas 2020-11-09 23:43:57 +0100
  • c5cb22829d wip: many small fixes and improvements... Christoph Haas 2020-11-09 23:36:19 +0100
  • c9a9c5b393 wip: many small fixes and improvements... Christoph Haas 2020-11-09 23:24:14 +0100