Commit Graph

1080 Commits

Author SHA1 Message Date
Daan Selen
d8c89056cb refac: rework the variable times, mostly in ConnectionString 2025-09-23 09:08:21 +02:00
DaanSelen
8b541229d8 refac: make WGDashboard logging level configurable (#915)
* feat: init configurable logging level

* refac: correct some logging functions to debug from info. They were not that informational

* fix: logging somehow was broken due to disablement of external loggers

* refac: set default to info

---------

Co-authored-by: Daan Selen <dselen@systemec.nl>
2025-09-22 18:20:22 +02:00
Daan Selen
b7e65f7caf fix: initial run import massacre 2025-09-22 14:04:11 +02:00
Daan Selen
d06709aeab Merge branch 'main' into v4.3.1-dev 2025-09-22 13:29:06 +02:00
Daan Selen
094d1c0718 refac: remove docker functions 2025-09-21 22:04:59 +02:00
Daan Selen
a9036590a9 refac: save config before accessing it 2025-09-21 21:51:59 +02:00
dependabot[bot]
8f8843d449 Bump is-cidr from 5.1.1 to 6.0.0 in /src/static/app (#903)
Bumps [is-cidr](https://github.com/silverwind/is-cidr) from 5.1.1 to 6.0.0.
- [Release notes](https://github.com/silverwind/is-cidr/releases)
- [Commits](https://github.com/silverwind/is-cidr/compare/5.1.1...6.0.0)

---
updated-dependencies:
- dependency-name: is-cidr
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-21 19:52:39 +02:00
dependabot[bot]
6a21702768 Bump uuid from 11.1.0 to 13.0.0 in /src/static/app (#904)
Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.0 to 13.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v11.1.0...v13.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-21 19:52:10 +02:00
dependabot[bot]
5ccfe07e12 Bump npm from 10.9.3 to 11.6.0 in /src/static/app (#901)
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled
Bumps [npm](https://github.com/npm/cli) from 10.9.3 to 11.6.0.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v10.9.3...v11.6.0)

---
updated-dependencies:
- dependency-name: npm
  dependency-version: 11.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-21 17:30:31 +02:00
Donald Zou
56552d0a83 Merge pull request #917 from WGDashboard/db_prefix_add
feat: add configurable database prefix
2025-09-21 02:44:48 +08:00
dependabot[bot]
101ac5e985 Bump vite from 7.1.5 to 7.1.6 in /src/static/app (#912)
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.5 to 7.1.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-19 21:00:15 +02:00
dependabot[bot]
113a780eec Bump @vue/language-server from 3.0.5 to 3.0.7 in /src/static/app (#902)
Bumps [@vue/language-server](https://github.com/vuejs/language-tools/tree/HEAD/packages/language-server) from 3.0.5 to 3.0.7.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.0.7/packages/language-server)

---
updated-dependencies:
- dependency-name: "@vue/language-server"
  dependency-version: 3.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-19 20:59:48 +02:00
Daan Selen
bd17b9080a fix: issue where I accidentally did the same name twice 2025-09-19 20:56:00 +02:00
Daan Selen
bf28983229 feat: make the prefix configurable 2025-09-19 20:55:47 +02:00
Donald Zou
8ee16b4173 Fixed for #843 2025-09-17 16:35:57 +08:00
Donald Zou
3706b91b26 Build after new package version 2025-09-17 15:23:09 +08:00
Donald Zou
f3104c29ea Fixed versions 2025-09-17 15:19:03 +08:00
Donald Zou
a7e0eb52c2 Bump version 2025-09-17 14:48:11 +08:00
Donald Zou
537a88f618 Fix for #893 2025-09-17 13:06:02 +08:00
Donald Zou
93a5624294 Update dashboard.py
Fix for #892
2025-09-17 11:50:36 +08:00
Donald Zou
fb645dd84c Update ko-KR.json 2025-09-16 19:00:52 +08:00
Donald Zou
3bd5e02118 Merge pull request #880 from WGDashboard/v4.3-dev-docker
V4.3 dev docker
2025-09-16 16:59:09 +08:00
Donald Zou
40976870ee Update 2025-09-16 16:49:50 +08:00
Donald Zou
d526deb826 Final testing for client side 2025-09-16 14:59:57 +08:00
Donald Zou
4ea3aa0a58 Build 2025-09-16 08:27:44 +08:00
Donald Zou
569ee8ac58 Push 2025-09-16 08:25:32 +08:00
Donald Zou
c42776a6d7 Push 2025-09-16 08:14:43 +08:00
Donald Zou
22af38579b Build 2025-09-16 08:01:50 +08:00
Donald Zou
a9ecf6c850 Build 2025-09-16 08:01:16 +08:00
Donald Zou
77112675ae Update Peer.py 2025-09-16 07:57:30 +08:00
Donald Zou
0b054ae668 Build Client 2025-09-16 07:47:29 +08:00
Donald Zou
51ba9a86fa Updated AWG 2025-09-16 07:46:25 +08:00
Donald Zou
83eeaa0d73 Push 2025-09-16 02:29:21 +08:00
Donald Zou
a2316c8641 Merge branch 'v4.3-dev' of https://github.com/donaldzou/WGDashboard into v4.3-dev 2025-09-15 22:10:13 +08:00
Donald Zou
f231e9214c Testing with 2 threads 1 worker 2025-09-15 22:09:57 +08:00
Donald Zou
3673813e6a Cleaned some code files 2025-09-15 21:48:00 +08:00
Daan Selen
73a969a6bf feat: slight refactors to improve logic 2025-09-15 13:20:17 +02:00
Gary Deeble
7ac6d6c498 fix: set date on null expiredate for peersharelink 2025-09-15 06:52:34 -04:00
Donald Zou
1a26f757a8 Push 2025-09-15 11:41:01 +08:00
Donald Zou
1d66cda277 Push 2025-09-15 11:39:16 +08:00
Gary Deeble
73d701eb08 Fix: Add subject variable to allow test email 2025-09-14 14:00:17 -04:00
Donald Zou
636ba5ebc8 Push 2025-09-15 01:28:27 +08:00
Donald Zou
627065e793 Push 2025-09-15 01:06:38 +08:00
Donald Zou
c9f395acbd Push 2025-09-15 01:04:56 +08:00
Donald Zou
2eb3a17775 Added "State" status for webhook session 2025-09-14 15:38:19 +08:00
Donald Zou
628464d2e1 Cleanup 2025-09-14 11:01:06 +08:00
Donald Zou
ccaaa4bd21 Build of #873 2025-09-13 23:26:23 +08:00
Donald Zou
1b285537ad Fix #873 2025-09-13 23:25:51 +08:00
Donald Zou
eab31ba5d0 Update SystemStatus.py 2025-09-13 19:05:32 +08:00
Donald Zou
acc1233b11 Update AmneziaWireguardConfiguration.py 2025-09-13 14:49:29 +08:00