Commit graph

11 commits

Author SHA1 Message Date
Hoang Nguyen 6bbe230fe8
[Vulnerability] Cross site scripting (XSS) and Open Redirect on the login page (#396) 2023-06-23 09:42:39 +02:00
Arminas 6dd5590940
User management panel (#289) 2023-03-15 21:13:53 +01:00
ByteDream a866977cb0
Add favicon (#288) 2023-02-16 17:09:24 +01:00
Paul Dee d32064dd0e
Fix login redirect problems. (#270)
After login, my browser gets a 404 for `/wireguard`. `wireguard` might
not be explicitly set by `BASE_PATH`, so just use the `{{.basePath}}`
instead.

Fixes #259.
2022-12-13 21:29:07 +01:00
Quentin Machu 87b08a8f7c
*: allows for BASE_PATH configuration (#183) 2022-04-25 09:17:13 +02:00
Giannis Mathioudakis d1507726a4
Fix form submit, preventing login. (#118) 2021-11-12 21:12:17 +01:00
Yumin Wu 4829dd3cfd
fix:Convenient to use the enter key on the keyboard (#116) 2021-11-12 13:39:50 +01:00
Khanh Ngo 6589b41cc1
Reformat HTML code 2020-05-29 11:27:23 +07:00
Khanh Ngo 680e73c990
Use const instead of var for js variables 2020-05-29 10:47:55 +07:00
Khanh Ngo a5fbb7b58a
Add authentication 2020-04-24 18:14:54 +07:00
Khanh Ngo a78c9f3dd4
Add login page 2020-04-24 11:22:50 +07:00