Christoph Haas
f2afd4a21c
Merge branch 'asterix11-master'
2022-12-27 12:36:23 +01:00
Fabian Schultis
a2ab5c9301
Fix nested LDAP group resolution
2022-12-07 05:01:06 +01:00
Fabian Schultis
6f463ac9a5
Add nested group admin state resolution
2022-12-06 02:59:29 +01:00
Christoph Haas
fda3e7b2be
fix makefile ( #132 )
2022-12-04 21:06:41 +01:00
Christoph Haas
dab1e13c54
fix circle ci config
2022-11-11 19:18:10 +01: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
h44z
54716f7f53
Multiarch Docker Build ( #104 ) ( #129 )
...
* Improved Makefile
* Multiarch Docker build (amd64, arm64 and armv7)
* closes #104
2022-11-11 17:10:41 +01:00
Christoph Haas
e97fb38bd5
fix issue where newly created peers expire
2022-11-08 18:02:00 +01:00
Christoph Haas
2796433973
expiry feature: automatically re-enable peers if date is in the future
2022-11-01 10:51:17 +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
09a9af245c
prepare new release
2022-10-29 14:27:56 +02:00
h44z
979cec7d83
Merge pull request #127 from h44z/feat_exp
...
Expiry Date for Peers
2022-10-29 14:20:36 +02:00
Christoph Haas
0f33871850
peer expiry feature: update api docs and readme
2022-10-29 13:18:32 +02:00
Christoph Haas
c43e8d7ca2
peer expiry feature: re-activate expired peers
2022-10-29 13:03:05 +02:00
Christoph Haas
4a0e773d96
peer expiry feature: expiration check
2022-10-29 11:21:04 +02:00
Christoph Haas
6f4af97024
peer expiry feature: frontend updates
2022-10-29 10:12:42 +02:00
Christoph Haas
0d5b895174
lazy load qr code (if browser supports it)
2022-10-29 10:06:58 +02:00
Christoph Haas
fe3247bdc1
peer expiry feature: database model, frontend updates
2022-10-28 23:21:37 +02:00
Christoph Haas
e4b927bc45
use go-playground/validator instead of asaskevich/govalidator ( #46 )
2022-10-28 21:48:44 +02:00
philippderdiedas
383fc8cb58
Merge branch 'h44z:master' into master
2022-10-28 20:42:35 +02:00
Christoph Haas
ab7f19bb55
only remove private key if a custom public key was specified ( #112 )
2022-10-28 18:40:06 +02:00
Philipp Harms
49c7109c61
Fix DNSStr validator
2022-10-28 18:31:20 +02:00
Fabian Schultis
352c689623
Remove as in https://github.com/h44z/wg-portal/issues/112
2022-10-28 17:54:13 +02:00
skodapilot
e6a8e2f2cf
Fixed possibility to save clients without preshared key ( #114 )
2022-09-19 22:39:34 +02:00
dada513
12717987a6
Add config option to make everyone admin ( #106 )
2022-09-19 22:26:11 +02:00
Christoph Haas
e4c641f78f
update dependencies
2022-05-26 23:29:07 +02:00
Alexander Beck
2f194884d3
user can manage own peers on default device ( #82 )
...
Co-authored-by: GitHubActionRunner <knm@knm.io>
2022-05-26 23:10:17 +02:00
Christoph Haas
b34d2e1174
fix status code number (related to #95 )
2022-04-30 19:43:39 +02:00
lowid
a46e3724bf
fix delete peer status code ( #95 )
...
http.StatusNoContent == 204
2022-04-30 19:42:46 +02:00
Christoph Haas
83271b5d34
fix user edit bug, allow to delete users from the database ( #40 )
2022-03-15 23:34:55 +01:00
Alexis
cc50fcf8e6
Feat/ldap certificate connexion ( #92 )
...
* Give the way to connect against LDAP server with certificate and key
* fix(ldap) Update cert variable name
In order to be more explicit
Co-authored-by: Alexis Aurin <alexis@so6.pw>
2022-03-15 22:46:00 +01:00
Christoph Haas
5d4d06db81
fix invalid interface public key ( #74 )
2021-12-16 19:51:45 +01:00
ultram4rine
e581b3a69f
Wireguard exporter friendly tags ( #81 )
...
* add friendly name
* add friendly name as option to configuration
* add friendly name configuration to readme
2021-12-16 19:35:15 +01:00
Alexander Beck
acb629f672
do not overwrite preshared key in CreatePeer ( #77 )
2021-12-10 16:52:44 +01:00
Christoph Haas
b5cb967e09
improve ldap logging ( #67 )
2021-11-07 13:20:16 +01:00
commonism
5a9918e00d
docker-compose - use logging limits ( #66 )
...
- ldap sync is very noisy, limits/rotation required
- can be verified with
docker inspect -f '{{.HostConfig.LogConfig}}' 88…de
{json-file map[max-file:3 max-size:10m]}
Co-authored-by: Markus Koetter <koetter@cispa.de>
2021-11-04 22:52:14 +01:00
Christoph Haas
897a2bacf0
circle-ci fix
2021-10-14 21:37:10 +02:00
Christoph Haas
759cf3a0bc
build for debian stretch (legacy) and with latest golang version ( #61 )
2021-10-14 21:25:19 +02:00
Christoph Haas
a07457b41f
build for debian stretch (legacy) and with latest golang version ( #61 )
2021-10-14 21:21:06 +02:00
commonism
d7b52eba1c
ldap - compare DNs using DN.Equal ( #60 )
...
* ldap - compare DNs using DN.Equal
* ldap/isAdmin- restructure & remove code duplication
Co-authored-by: Markus Koetter <koetter@cispa.de>
2021-10-14 08:57:03 +02:00
commonism
04bc0b7a81
UI unit tests ( #59 )
...
* tests - add pytests for the UI
* tests/api - fix NotImplemented
* tests - add README
Co-authored-by: Markus Koetter <koetter@cispa.de>
2021-09-30 22:58:24 +02:00
commonism
19c58fb5af
Fixes & API unit testing ( #58 )
...
* api - add OperationID
helps when using pyswagger and is visible via
http://localhost:8123/swagger/index.html?displayOperationId=true
gin-swagger can not set displayOperationId yet
* api - match paramters to their property equivalents
pascalcase & sometimes replacing the name (e.g. device -> DeviceName)
* api - use ShouldBindJSON instead of BindJSON
BindJSON sets the content-type text/plain
* api - we renamed, we regenerated
* device - allow - in DeviceName wg-example0.conf etc
* api - more pascalcase & argument renames
* api - marshal DeletedAt as string
gorm.DeletedAt is of type sql.NullTime
NullTime declares Time & Valid as properties
DeletedAt marshals as time.Time
swaggertype allows only basic types
-> string
* Peer - export UID/DeviceType in json
UID/DeviceType is required, skipping in json, skips it in marshalling,
next unmarshalling fails
* assets - name forms for use with mechanize
* api - match error message
* add python3/pyswagger based unittesting
- initializes a clean install by configuration via web service
- tests the rest api
* tests - test address exhaustion
* tests - test network expansion
Co-authored-by: Markus Koetter <koetter@cispa.de>
2021-09-29 18:41:13 +02:00
commonism
93db475eee
swag - use pascalcase for properties ( #54 )
...
Co-authored-by: Markus Koetter <koetter@cispa.de>
2021-09-27 20:28:03 +02:00
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr)
9147fe33cb
Added some more customization options ( #43 )
...
* Added some more customization options
* Fixed inconsistent height of custom logos
* Extended navbar style to login page
2021-09-12 10:17:13 +02:00
Christoph Haas
f27909a6ce
update dependencies
2021-08-24 21:31:31 +02:00
Christoph Haas
b4bd2b35e2
add HttpOnly and Secure flag to cookie store ( #39 )
2021-08-24 21:26:16 +02:00
Christoph Haas
929c95f9ae
fix version in docker builds
2021-08-24 21:00:13 +02:00
Christoph Haas
7b348888d7
fix version in docker builds
2021-08-24 20:18:13 +02:00
Christoph Haas
5aa777f08d
update docker tag names
2021-08-23 23:27:42 +02:00