Commit Graph

  • bdd426a679 populate peer device type (#170) Christoph Haas 2023-10-26 10:20:08 +02:00
  • 6284bc8a01 chore: no need to use fmt.Sprintf (#190) guangwu 2023-10-23 00:40:54 +08:00
  • b49ff66c41 fix invalid ip suggestions (#185) Christoph Haas 2023-10-20 12:13:39 +02:00
  • d78b4f49bd fix nilpointer dereference Christoph Haas 2023-10-20 11:44:17 +02:00
  • 66aadf9d42 Respect some config values (#175) Ruoxi Wang 2023-10-20 04:54:51 +08:00
  • 4c061a1aa9 Peer interface address should match server's prefix length (#177) Ruoxi Wang 2023-10-20 04:53:51 +08:00
  • 40cfcd67e9 frontend: Treat peer DNS as StringSliceConfigOption (#178) Ruoxi Wang 2023-10-20 04:51:20 +08:00
  • ad935ad927 Small mistake in auth.go comment (#174) Ruoxi Wang 2023-08-31 01:26:43 +08:00
  • 53b4922d9f build without cgo Christoph Haas 2023-08-05 23:47:02 +02:00
  • 8b820a5adf V2 alpha - initial version (#172) h44z 2023-08-04 13:34:18 +02:00
  • b3a5f2ac60 update gitignore v1.0.18 Christoph Haas 2023-06-19 23:14:25 +02:00
  • 20b71b4e1f Add Interface column in user profile and fix sorting Philipp Harms 2023-02-22 03:43:13 +01:00
  • 8de4da8984 Fix circle-ci config v1.0.17 Christoph Haas 2023-02-19 00:10:49 +01:00
  • 4b5e63c44b Update Go version to 1.18, prepare release Christoph Haas 2023-02-19 00:07:38 +01:00
  • c5c6135793 Update dependencies Christoph Haas 2023-02-18 23:55:32 +01:00
  • 105fa8a880 Use Go DNS resolver (#149) Christoph Haas 2023-02-13 10:07:43 +01:00
  • 3c2c7f325b keep original admin group behaviour Christoph Haas 2023-01-06 00:03:37 +01:00
  • 1c97ff8d27 remove log entries that contain user input (#140) Christoph Haas 2023-01-05 23:21:22 +01:00
  • c0879a379f Healthcheck listen on localhost (#138) Dmitriy 2022-12-29 01:39:30 +03:00
  • 112433e87a Fix: "host" network_mode is incompatible with port_bindings (#137) Konstantin 2022-12-28 13:57:02 +03:00
  • 53a6602a64 cleanup recursive ldap group sync Christoph Haas 2022-12-27 13:25:28 +01:00
  • f2afd4a21c Merge branch 'asterix11-master' Christoph Haas 2022-12-27 12:36:23 +01:00
  • a2ab5c9301 Fix nested LDAP group resolution Fabian Schultis 2022-12-07 05:01:06 +01:00
  • 6f463ac9a5 Add nested group admin state resolution Fabian Schultis 2022-12-06 02:59:29 +01:00
  • fda3e7b2be fix makefile (#132) Christoph Haas 2022-12-04 21:06:41 +01:00
  • dab1e13c54 fix circle ci config v1.0.16 Christoph Haas 2022-11-11 19:18:10 +01:00
  • 51fb9b4139 cleanup code warnings, update RaspberryPi readme Christoph Haas 2022-11-11 18:17:38 +01:00
  • bda8c9a3d1 fix migration issue for mysql/mariadb (#128) Christoph Haas 2022-11-11 18:07:48 +01:00
  • 54716f7f53 Multiarch Docker Build (#104) (#129) h44z 2022-11-11 17:10:41 +01:00
  • e97fb38bd5 fix issue where newly created peers expire Christoph Haas 2022-11-08 18:02:00 +01:00
  • 2796433973 expiry feature: automatically re-enable peers if date is in the future Christoph Haas 2022-11-01 10:51:17 +01:00
  • 3e2208c8f6 ensure that db index is re-created (avoids invalid DDL errors), update gorm Christoph Haas 2022-10-29 15:24:13 +02:00
  • 09a9af245c prepare new release Christoph Haas 2022-10-29 14:27:56 +02:00
  • 979cec7d83 Merge pull request #127 from h44z/feat_exp h44z 2022-10-29 14:20:36 +02:00
  • 0f33871850 peer expiry feature: update api docs and readme Christoph Haas 2022-10-29 13:18:32 +02:00
  • c43e8d7ca2 peer expiry feature: re-activate expired peers Christoph Haas 2022-10-29 13:03:05 +02:00
  • 4a0e773d96 peer expiry feature: expiration check Christoph Haas 2022-10-29 11:21:04 +02:00
  • 6f4af97024 peer expiry feature: frontend updates Christoph Haas 2022-10-29 10:12:42 +02:00
  • 0d5b895174 lazy load qr code (if browser supports it) Christoph Haas 2022-10-29 10:06:58 +02:00
  • fe3247bdc1 peer expiry feature: database model, frontend updates Christoph Haas 2022-10-28 23:21:37 +02:00
  • e4b927bc45 use go-playground/validator instead of asaskevich/govalidator (#46) Christoph Haas 2022-10-28 21:48:44 +02:00
  • 383fc8cb58 Merge branch 'h44z:master' into master philippderdiedas 2022-10-28 20:42:35 +02:00
  • ab7f19bb55 only remove private key if a custom public key was specified (#112) Christoph Haas 2022-10-28 18:40:06 +02:00
  • 49c7109c61 Fix DNSStr validator Philipp Harms 2022-10-28 18:31:20 +02:00
  • 352c689623 Remove as in https://github.com/h44z/wg-portal/issues/112 Fabian Schultis 2022-10-28 17:54:13 +02:00
  • e6a8e2f2cf Fixed possibility to save clients without preshared key (#114) skodapilot 2022-09-19 23:39:34 +03:00
  • 12717987a6 Add config option to make everyone admin (#106) dada513 2022-09-19 22:26:11 +02:00
  • e4c641f78f update dependencies v1.0.15 Christoph Haas 2022-05-26 23:29:07 +02:00
  • 2f194884d3 user can manage own peers on default device (#82) Alexander Beck 2022-05-26 23:10:17 +02:00
  • b34d2e1174 fix status code number (related to #95) Christoph Haas 2022-04-30 19:43:39 +02:00
  • a46e3724bf fix delete peer status code (#95) lowid 2022-05-01 01:42:46 +08:00
  • 83271b5d34 fix user edit bug, allow to delete users from the database (#40) v1.0.14 Christoph Haas 2022-03-15 23:34:55 +01:00
  • cc50fcf8e6 Feat/ldap certificate connexion (#92) Alexis 2022-03-15 22:46:00 +01:00
  • 5d4d06db81 fix invalid interface public key (#74) Christoph Haas 2021-12-16 19:51:45 +01:00
  • e581b3a69f Wireguard exporter friendly tags (#81) ultram4rine 2021-12-16 22:35:15 +04:00
  • acb629f672 do not overwrite preshared key in CreatePeer (#77) Alexander Beck 2021-12-10 16:52:44 +01:00
  • b5cb967e09 improve ldap logging (#67) Christoph Haas 2021-11-07 13:20:16 +01:00
  • 5a9918e00d docker-compose - use logging limits (#66) commonism 2021-11-04 22:52:14 +01:00
  • 897a2bacf0 circle-ci fix v1.0.13 Christoph Haas 2021-10-14 21:37:10 +02:00
  • 759cf3a0bc build for debian stretch (legacy) and with latest golang version (#61) Christoph Haas 2021-10-14 21:25:19 +02:00
  • a07457b41f build for debian stretch (legacy) and with latest golang version (#61) Christoph Haas 2021-10-14 21:21:06 +02:00
  • d7b52eba1c ldap - compare DNs using DN.Equal (#60) commonism 2021-10-14 08:57:03 +02:00
  • 04bc0b7a81 UI unit tests (#59) commonism 2021-09-30 22:58:24 +02:00
  • 19c58fb5af Fixes & API unit testing (#58) commonism 2021-09-29 18:41:13 +02:00
  • 93db475eee swag - use pascalcase for properties (#54) commonism 2021-09-27 20:28:03 +02:00
  • 9147fe33cb Added some more customization options (#43) The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) 2021-09-12 10:17:13 +02:00
  • f27909a6ce update dependencies v1.0.12 Christoph Haas 2021-08-24 21:31:31 +02:00
  • b4bd2b35e2 add HttpOnly and Secure flag to cookie store (#39) Christoph Haas 2021-08-24 21:26:16 +02:00
  • 929c95f9ae fix version in docker builds Christoph Haas 2021-08-24 21:00:13 +02:00
  • 7b348888d7 fix version in docker builds Christoph Haas 2021-08-24 20:18:13 +02:00
  • 5aa777f08d update docker tag names v1.0.11 Christoph Haas 2021-08-23 23:27:42 +02:00
  • c0abce15d6 also use circleci for tags Christoph Haas 2021-08-23 23:03:55 +02:00
  • e9369b0afd Circleci project setup (#37) (#38) h44z 2021-08-23 22:48:05 +02:00
  • becb35d65e Use Github Actions to build Docker image for hub.docker.com (#26) Christoph Haas 2021-08-23 21:47:05 +02:00
  • c0c41bdf2a Use Github Actions to build Docker image for hub.docker.com (#26) Christoph Haas 2021-08-23 21:21:05 +02:00
  • 57b57931b2 validate user in session (#32) Christoph Haas 2021-07-30 13:56:21 +02:00
  • fbc0b26631 sendall button for mails, update icons for peer creation buttons (#35) Christoph Haas 2021-07-30 13:43:39 +02:00
  • e6ad82ec6e changed headline to avoid confusion (#33) Christoph Haas 2021-07-30 12:32:10 +02:00
  • c3c0971aa0 update dependencies Christoph Haas 2021-07-30 12:27:21 +02:00
  • 16a373f1eb Fix typo h44z 2021-07-20 11:02:17 +02:00
  • 91b83d7882 Log number of ldap users (#36) h44z 2021-07-20 11:01:03 +02:00
  • 1e35fb2538 Use Github Container Registry v1.0.10 h44z 2021-06-30 17:57:41 +02:00
  • 400259a0be convert input to email-token on focus loss (#28) Christoph Haas 2021-06-30 17:36:39 +02:00
  • 96c713a513 update bootstrap-tokenfield lib, fix enter bug (#27) Christoph Haas 2021-06-30 17:27:53 +02:00
  • 3645d75d8d fix auto-creation of peers on login (#30) Christoph Haas 2021-06-30 17:03:16 +02:00
  • a017775f8a Add minimum Go version to Readme (#29) h44z 2021-06-25 17:01:16 +02:00
  • e0968b3239 support AllowIPs for peers in server config (#24) v1.0.9 Christoph Haas 2021-06-18 14:13:44 +02:00
  • e1db939a18 update readme to clarify some things Christoph Haas 2021-06-18 14:12:22 +02:00
  • 92d09535bc fix foreign key problem (#23) Christoph Haas 2021-06-08 16:17:30 +02:00
  • d165fc0658 ensure that email attribute is set v1.0.8 Christoph Haas 2021-05-17 09:06:26 +02:00
  • cadbe4a090 fix migrations for fresh databases Christoph Haas 2021-05-16 23:55:59 +02:00
  • d516d74d3f ldap filter: skip empty emails by default, fix ldap sync (case insensitive email comparison, user source difference) Christoph Haas 2021-05-16 23:43:47 +02:00
  • c9e7145a5b add docker latest tag warning to README.md Christoph Haas 2021-05-16 23:14:18 +02:00
  • 88278bf677 Merge pull request #21 from h44z/ldap_filter h44z 2021-05-16 23:11:55 +02:00
  • 1c4d47293c skip migrations for fresh databases Christoph Haas 2021-05-16 23:11:03 +02:00
  • 27de6e8b8c use LDAP filter strings Christoph Haas 2021-05-10 10:31:56 +02:00
  • 3ecb0925d6 use low error correction if qr-code content is too long (#18) Christoph Haas 2021-05-10 09:26:36 +02:00
  • edfecd536a use query params throughout the whole rest api (#11) Christoph Haas 2021-05-03 11:40:06 +02:00
  • d794f807ad use query param for public key in api requests (#11) Christoph Haas 2021-05-03 10:41:22 +02:00
  • 84e5359977 Merge pull request #16 from xhit/patch-1 h44z 2021-04-30 11:00:25 +02:00