Commit Graph

60 Commits

Author SHA1 Message Date
fedorHub f66f9c0ba5
fix: traffic accumulation 2026-03-14 17:34:28 +01:00
fedorHub f968261320
feat: accumulated traffic counter 2026-03-14 09:52:51 +01:00
fedorHub 2edd1a2630
feat: optimize performance 2026-03-13 23:29:03 +01:00
fedorHub 4abbd09f56
fix: database issue 2026-02-15 09:46:19 +01:00
fedorHub 498c998494
feat: rebuild sync process 2026-02-15 07:13:09 +01:00
fedorHub d3a424421f
feat: switch to event-based communication 2026-02-13 16:09:03 +01:00
fedorHub ee5760783f
fix: all subnet for peers 2025-11-27 13:54:20 +01:00
fedorHub ea74f3482d
fix: metrics update 2025-11-07 13:40:31 +01:00
fedorHub 0549b9c7ef
fix: nofanout sync issue 2025-10-30 13:07:00 +01:00
fedorHub 3d7eeb1357
feat: dynamic TTL 2025-10-22 11:25:49 +02:00
fedorHub bb96841e57
chore: remove a status response 2025-10-16 13:46:23 +02:00
fedorHub 09e41ca6c1
feat: statistics update 2025-09-30 22:35:31 +02:00
fedorHub 078fd1d58e
feat: metrics state sync 2025-09-23 15:05:54 +02:00
fedorHub e10ac4aff5
feat: add ttl and autoremove peer 2025-09-17 20:30:33 +02:00
fedorHub 2eec7287a4
chore: rm unused code 2025-09-12 10:24:01 +02:00
fedorHub f1f1c8f72d
fix v1 sync 2025-09-11 19:12:39 +02:00
fedorHub 14fdeddbe7
rebuild v1 api 2025-09-11 16:20:46 +02:00
fedorHub 49048921e7
feat: fanout algo 2025-09-11 12:57:04 +02:00
fedorHub 5d404d5c3a
fix: migrate to wg-portal-2 2025-08-28 15:55:52 +02:00
fedorHub b9bcf0e4ce
feat: migrate to wg-portal2 2025-08-28 15:14:23 +02:00
fedorHub b44c19bb8c
fix: displayname generate in newpeer 2025-08-27 12:25:49 +02:00
fedorHub 79f227752e
chore: set provisioning display name 2025-08-27 12:16:23 +02:00
fedorHub c418ea359e
fix: add display name to the api 2025-08-27 10:22:47 +02:00
h44z 112f6bfb77
Mikrotik integration (#467)
Allow MikroTik routes as WireGuard backends
2025-08-10 14:42:02 +02:00
Christoph Haas c20f17cddf
fix multi-peer generation, fix prefix handling (#491) 2025-08-09 15:55:29 +02:00
Marcin Woźniak 3f76aa416f
chore(logs): added more debug logs and reformated those files using gofmt (#490) 2025-07-27 23:32:34 +02:00
h44z f08740991b
support for raw-wireguard and wg-quick style peer configurations (#441) (#473) 2025-06-29 19:47:53 +02:00
h44z dd28a8dddf
allow to hide login form (#459) (#470)
use the `hide_login_form` parameter in the `auth` settings to configure this feature
2025-06-27 13:50:38 +02:00
h44z be29abd29a
add webhook event for peer state change (#444) (#468)
* add webhook event for peer state change (#444)

new event types: connect and disconnect

example payload:

```json
{
  "event": "connect",
  "entity": "peer",
  "identifier": "Fb5TaziAs1WrPBjC/MFbWsIelVXvi0hDKZ3YQM9wmU8=",
  "payload": {
    "PeerId": "Fb5TaziAs1WrPBjC/MFbWsIelVXvi0hDKZ3YQM9wmU8=",
    "IsConnected": true,
    "IsPingable": false,
    "LastPing": null,
    "BytesReceived": 1860,
    "BytesTransmitted": 10824,
    "LastHandshake": "2025-06-26T23:04:33.325216659+02:00",
    "Endpoint": "10.55.66.77:33874",
    "LastSessionStart": "2025-06-26T22:50:40.10221606+02:00"
  }
}
```

* add webhook docs (#444)
2025-06-27 12:37:10 +02:00
Christoph Haas e3b65ca337
improve logging of OAuth login issues, decrease auth-code exchange timeout (#451) 2025-06-10 17:51:45 +02:00
Christoph Haas e9005b1b90
add minimum password length check 2025-05-16 09:55:35 +02:00
Christoph Haas 1394be2341 add webauthn (passkey) support 2025-05-12 22:53:43 +02:00
Christoph Haas 6a96925be7 add API endpoints to prepare fresh interfaces and peers (#432) 2025-05-09 16:19:36 +02:00
Christoph 6681dfa96f generate interface and peer configuration filenames in backend only (#395) 2025-04-19 13:12:31 +02:00
Christoph Haas 87bf5da5bd fix: fix session handling (remove IdleTimeout) 2025-03-30 23:14:49 +02:00
Christoph Haas 3723e4cc75 fix: fix csrf token handling after login 2025-03-29 17:21:54 +01:00
Christoph Haas 6cbccf6d43 feat: add simple audit ui 2025-03-29 16:42:31 +01:00
Christoph Haas 7d0da4e7ad chore: use interfaces for all other services 2025-03-23 23:09:47 +01:00
Christoph Haas 02ed7b19df chore: use interfaces for web related services 2025-03-09 21:48:38 +01:00
Christoph Haas 0206952182 chore: replace gin with standard lib net/http 2025-03-09 21:16:42 +01:00
Christoph Haas 7473132932 chore: replace logrus with standard lib log/slog 2025-03-02 08:51:13 +01:00
Christoph Haas fdb436b135 chore: get rid of static code warnings 2025-02-28 16:11:55 +01:00
Christoph Haas e24acfa57d chore: cleanup code formatting 2025-02-28 08:37:55 +01:00
Christoph Haas f6d7a851d1 frontend: fix locked user display (#367) 2025-02-17 08:18:36 +01:00
Christoph Haas fc712ebf42 api: fix ExpiredAt format (#368) 2025-02-17 08:03:43 +01:00
Christoph Haas 43163273fa api: remove IsAdmin from required attributes (#366) 2025-02-17 07:43:31 +01:00
Christoph Haas c33eaba1c0 remove unsupported validator (#360) 2025-02-07 22:21:16 +01:00
Christoph Haas d01d865b4d fix self provisioning feature (#272) 2025-01-26 11:35:24 +01:00
Dmytro Bondar 2cea2e477a
Show version on frontend (#346) 2025-01-21 12:27:25 +01:00
Christoph Haas 2d78fe33b8 add metric endpoint to public API (#72, #80) 2025-01-11 23:42:05 +01:00