Jacopo Clark
402cc1b5f3
feat: Implement LDAP interface-specific provisioning filters ( #642 )
...
Docker / Build and Push (push) Has been cancelled
github-pages / deploy (push) Has been cancelled
Docker / release (push) Has been cancelled
* Implement LDAP filter-based access control for interface provisioning
* test: add unit tests for LDAP interface filtering logic
* smaller improvements / cleanup
---------
Co-authored-by: jc <37738506+theguy147@users.noreply.github.com >
Co-authored-by: Christoph Haas <christoph.h@sprinternet.at >
2026-03-19 23:13:19 +01:00
h44z
70cc44cc4d
feat: add live traffic stats ( #530 ) ( #616 )
2026-01-26 22:24:10 +01:00
h44z
e0f6c1d04b
feat: allow multiple auth sources per user (#500,#477) ( #612 )
...
* feat: allow multiple auth sources per user (#500,#477)
* only override isAdmin flag if it is provided by the authentication source
2026-01-21 22:22:22 +01:00
h44z
015220dc7b
bulk actions for peers and users ( #492 ) ( #602 )
2026-01-05 23:25:17 +01:00
h44z
0a88fe745f
allow setting a base-path for the web UI and API ( #583 ) ( #595 )
Docker / Build and Push (push) Has been cancelled
github-pages / deploy (push) Has been cancelled
Docker / release (push) Has been cancelled
2025-12-20 15:30:55 +01:00
Tomáš Lukča
d66a4b71b8
add IPCalculator View ( #557 )
...
Docker / Build and Push (push) Has been cancelled
github-pages / deploy (push) Has been cancelled
Docker / release (push) Has been cancelled
* create IPCalculator View + add cidr_tools package
* fixed translation and comma separated ip as placeholder
2025-11-03 17:40:42 +01:00
h44z
3d923b328e
password change UI ( #543 ) ( #548 )
2025-10-15 21:11:40 +02:00
Christoph Haas
3f539a1615
improve interface view: show correct DNS entries
2025-10-06 19:26:51 +02:00
h44z
61bf349813
add user's display-name to peer view ( #525 ) ( #534 )
Docker / Build and Push (push) Has been cancelled
Docker / release (push) Has been cancelled
github-pages / deploy (push) Has been cancelled
2025-09-21 13:02:12 +02:00
h44z
112f6bfb77
Mikrotik integration ( #467 )
...
Docker / Build and Push (push) Has been cancelled
github-pages / deploy (push) Has been cancelled
Docker / release (push) Has been cancelled
Allow MikroTik routes as WireGuard backends
2025-08-10 14:42:02 +02:00
h44z
6a8b28df88
add dark mode ( #482 ) ( #489 )
Docker / Build and Push (push) Has been cancelled
Docker / release (push) Has been cancelled
github-pages / deploy (push) Has been cancelled
2025-07-27 00:15:27 +02:00
h44z
dd28a8dddf
allow to hide login form ( #459 ) ( #470 )
...
Docker / Build and Push (push) Has been cancelled
github-pages / deploy (push) Has been cancelled
Docker / release (push) Has been cancelled
use the `hide_login_form` parameter in the `auth` settings to configure this feature
2025-06-27 13:50:38 +02:00
Christoph Haas
75a5f3d815
add/improve documentation
2025-05-16 14:58:05 +02:00
Christoph Haas
1394be2341
add webauthn (passkey) support
2025-05-12 22:53:43 +02:00
Christoph Haas
4ca37089bc
fix browser warnings, update vite
2025-05-04 20:14:40 +02:00
Dominik Lakatoš
2b46dca770
generating WG keypair in browser using Web Crypto API ( #422 )
2025-05-03 07:58:41 +02:00
Christoph Haas
b9c4ca04f5
allow to encrypt keys in db, add browser-only key generator, add hints that private keys are stored on the server ( #420 )
2025-05-02 18:48:35 +02:00
Christoph
6681dfa96f
generate interface and peer configuration filenames in backend only ( #395 )
2025-04-19 13:12:31 +02:00
Christoph Haas
6cbccf6d43
feat: add simple audit ui
2025-03-29 16:42:31 +01:00
Christoph Haas
40b4538e78
implement checkall checkbox ( #372 )
2025-02-26 22:24:37 +01:00
Christoph Haas
d01d865b4d
fix self provisioning feature ( #272 )
Docker / Build and Push (push) Has been cancelled
github-pages / deploy (push) Has been cancelled
Docker / release (push) Has been cancelled
2025-01-26 11:35:24 +01:00
h44z
d596f578f6
API - CRUD for peers, interfaces and users ( #340 )
...
Public REST API implementation to handle peers, interfaces and users. It also includes some simple provisioning endpoints.
The Swagger API documentation is available under /api/v1/doc.html
2025-01-11 18:44:55 +01:00
Ryazanov Alexander Mihailovich
386597e057
UX: Config downloads without .txt extension ( #314 )
...
* refactor: change mime type in PeerViewModal.vue
* refactor: change download type in InterfaceView.vue
2024-10-09 22:32:32 +02:00
Dmytro Bondar
3196010a58
feat: Added peers sorting on views ( #302 )
...
* Added peers sorting for Interface and Profile views
* Use ip-address package to sort with IPv6 addresses only
* Add RX/TX column and fix add-peer button title
2024-09-23 21:44:43 +02:00
dithmer
e3d05a4678
Fix not loading stats on interface change ( #294 )
...
To fix that, the method peers.LoadStats() is simply also called together
with peers.LoadPeers() when the @change handler is activated on the
interface selector element.
Co-authored-by: Tim Dithmer <tim.dithmer@suresecure.de >
2024-09-22 13:20:47 +02:00
Ryazanov Alexander Mihailovich
58294a3c2a
QoL frontend improvements ( #267 )
...
* refactor: add space for language title
* feat: add overflow-break to text-wrap class
* feat: add public key text wrapping for interfaces
* refactor: get rid of getlang function and set locale during initialization
fix: show english flag when locale does not match
* refactor: bind header logo alt attribute to companyName
* refactor: add language name to german
* refactor: add language name to russian
* refactor: add language name to english
2024-07-04 22:40:16 +02:00
sh0rch
0ade556e80
Brought into working condition for LDAP authentication.
2024-02-29 07:17:17 +03:00
h44z
8b820a5adf
V2 alpha - initial version ( #172 )
...
Initial alpha codebase for version 2 of WireGuard Portal.
This version is considered unstable and incomplete (for example, no public REST API)!
Use with care!
Fixes/Implements the following issues:
- OAuth support #154 , #1
- New Web UI with internationalisation support #98 , #107 , #89 , #62
- Postgres Support #49
- Improved Email handling #47 , #119
- DNS Search Domain support #46
- Bugfixes #94 , #48
---------
Co-authored-by: Fabian Wechselberger <wechselbergerf@hotmail.com >
2023-08-04 13:34:18 +02:00