h44z
dd28a8dddf
allow to hide login form ( #459 ) ( #470 )
...
Docker / Build and Push (push) Waiting to run
Docker / release (push) Blocked by required conditions
github-pages / deploy (push) Waiting to run
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
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
Rafael Alexandre
f018babca7
update portuguese translations ( #430 )
...
Signed-off-by: Rafael Alexandre <r.alexandre99@gmail.com>
2025-05-09 15:45:13 +02:00
Christoph Haas
4ca37089bc
fix browser warnings, update vite
2025-05-04 20:14:40 +02:00
Christoph Haas
8e5d5138c0
fix bootswatch 5.3.5 issue
2025-05-04 20:05:38 +02:00
Christoph Haas
c73286e11a
improve german translations
2025-05-04 19:44:25 +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
acc0mplish
fbcb22198c
Added Korean translations ( #414 )
2025-04-24 14:54:45 +02:00
Rafael Alexandre
2c443a4a9b
add portuguese translations ( #412 )
...
Signed-off-by: Rafael Alexandre <r.alexandre99@gmail.com>
2025-04-22 22:44:05 +02:00
Christoph
1d94f6baaf
change tagged-input-field component, allow to paste multiple values ( #365 )
2025-04-19 17:43:51 +02:00
Christoph
6681dfa96f
generate interface and peer configuration filenames in backend only ( #395 )
2025-04-19 13:12:31 +02:00
Christoph
1e9ee25e49
chore: update dependencies
2025-04-19 12:07:09 +02:00
Christoph Haas
34fb373659
chore: update frontend dependencies
2025-03-30 23:21:29 +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
678b6c6456
Merge branch 'master' into chore-code-cleanup
...
# Conflicts:
# go.mod
# go.sum
2025-03-09 21:17:47 +01:00
Christoph Haas
0206952182
chore: replace gin with standard lib net/http
2025-03-09 21:16:42 +01:00
Dmytro Bondar
f616a9f5f4
chore(deps): update frontend packages ( #387 )
Docker / Build and Push (push) Waiting to run
Docker / release (push) Blocked by required conditions
github-pages / deploy (push) Waiting to run
2025-03-04 22:23:37 +01:00
Christoph Haas
fdb436b135
chore: get rid of static code warnings
2025-02-28 16:11:55 +01:00
Christoph Haas
40b4538e78
implement checkall checkbox ( #372 )
2025-02-26 22:24:37 +01:00
Christoph Haas
f6d7a851d1
frontend: fix locked user display ( #367 )
Docker / Build and Push (push) Waiting to run
Docker / release (push) Blocked by required conditions
github-pages / deploy (push) Waiting to run
2025-02-17 08:18:36 +01:00
Dmytro Bondar
3774257abb
Added Ukrainian translations ( #361 )
...
Signed-off-by: Dmytro Bondar <git@bonddim.dev>
2025-02-07 22:04:26 +01:00
JBSAN3
7557a6ef5a
Add French in to translations ( #359 )
Docker / Build and Push (push) Waiting to run
Docker / release (push) Blocked by required conditions
github-pages / deploy (push) Waiting to run
2025-02-06 15:06:39 +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
Christoph Haas
1b8cdc3417
automatically append listening port to endpoint address ( #352 )
2025-01-26 09:52:09 +01:00
Christoph Haas
d35889de73
remove external google fonts ( #107 )
Docker / Build and Push (push) Waiting to run
Docker / release (push) Blocked by required conditions
github-pages / deploy (push) Waiting to run
2025-01-25 23:06:44 +01:00
Christoph Haas
c73ce0288e
fix disabling of missing ldap users ( #344 ) and allow deletion of all user types
2025-01-18 17:39:18 +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
Dmytro Bondar
81ff0cde60
chore: update vue-i18n and related dependencies to version 9.14.2 ( #330 )
...
Chart / lint-test (push) Has been cancelled
Chart / publish (push) Has been cancelled
Docker / Build and Push (push) Has been cancelled
github-pages / deploy (push) Has been cancelled
Docker / release (push) Has been cancelled
Resolved XSS vulnerability https://github.com/advisories/GHSA-9r9m-ffp6-9x4v
2024-12-04 12:22:24 +01:00
Dmytro Bondar
afcba8d43e
chore: update dependencies ( #325 )
...
Docker / Build and Push (push) Has been cancelled
github-pages / deploy (push) Has been cancelled
Docker / release (push) Has been cancelled
* Update go version and dependencies
Signed-off-by: Dmytro Bondar <git@bonddim.com>
* Group dependabot updates
Signed-off-by: Dmytro Bondar <git@bonddim.com>
* Lock file maintenance
Signed-off-by: Dmytro Bondar <git@bonddim.com>
* Rename vite.config.js
Keep CJS as default, opt-in to ESM if needed
More: https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated
Signed-off-by: Dmytro Bondar <git@bonddim.com>
---------
Signed-off-by: Dmytro Bondar <git@bonddim.com>
2024-11-27 18:24:23 +01:00
ClarkQAQ
486a6ac038
✨ feat(translations): chinese translations ( #316 )
...
Docker / Build and Push (push) Has been cancelled
github-pages / deploy (push) Has been cancelled
Docker / release (push) Has been cancelled
* ✨ feat(translations): chinese translations
* ✨ feat(App.vue): append dropdown item
2024-11-01 18:05:38 +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
congnvp
4f1044a963
Add Vietnamese in to translations ( #291 )
2024-09-22 11:54:41 +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
muellpanda
e72ba87619
Remove 'hidden'-attribute from email button ( #251 )
2024-04-29 23:10:31 +02:00
Christoph Haas
2de438add8
Merge branch 'pr216'
2024-03-12 22:45:32 +01:00
Christoph Haas
e565e26c65
Merge branch 'pr214'
2024-03-12 22:33:15 +01:00
Christoph Haas
acc785e4ca
small cleanup
2024-03-12 22:32:05 +01:00
Dmytro Bondar
3279cb2204
Fix installation button translations ( #215 )
2024-03-11 16:02:16 +01:00
Dmytro Bondar
c970b81d84
Add frontend to Dockerfile and use cross-platform build
2024-03-04 11:27:02 +01:00
Dmytro Bondar
c37a85fa0b
Fix CVE-2024-23331 https://github.com/advisories/GHSA-c24v-8rfc-w8vw
2024-03-04 09:55:13 +01:00
sh0rch
1287215837
another Minor fixes for greater compatibility with the original code.
2024-02-29 08:18:40 +03:00
sh0rch
26cd286c57
Minor fixes for greater compatibility with the original code.
2024-02-29 07:59:27 +03:00
sh0rch
eae1bc765d
Brought into working condition for LDAP authentication.
2024-02-29 07:30:22 +03:00