Commit Graph

1696 Commits

Author SHA1 Message Date
naiba
08f0c25dfc chore: upgrade admin frontend 2024-11-30 17:18:11 +08:00
naiba
6cca88f027 fix: admin frontend 2024-11-30 15:19:55 +08:00
naiba
f62934440d feat: 支持修改用户名 2024-11-30 15:05:46 +08:00
naiba
44aded493e chore: upgrade admin frontend 2024-11-30 13:50:46 +08:00
naiba
8b7d6be398 feat: update frontend 2024-11-30 11:46:28 +08:00
naiba
a0878876b2 fix: windows path issue 2024-11-30 00:02:45 +08:00
naiba
d62d0aa11c fix: home page 500 2024-11-29 22:49:17 +08:00
naiba
b78c92b2df fix: swago 2024-11-29 21:55:29 +08:00
naiba
037a131b66 fix: ci 2024-11-29 21:42:18 +08:00
naiba
970c0d0430 feat: embed dist 2024-11-29 21:31:39 +08:00
naiba
fb99e88487 fix: aliyun docker url 2024-11-29 00:58:20 +08:00
UUBulb
1a827e04f4
ci: fix arm64 path parsing (#487) 2024-11-29 00:31:20 +08:00
naiba
1f663e1fd5 fix: typo 2024-11-28 21:10:05 +08:00
naiba
6606956d68 fix: type 2024-11-28 20:45:03 +08:00
naiba
ade07f7450 chore: update readme 2024-11-28 20:43:07 +08:00
naiba
ab4d896efc Revert "Fix code scanning alert no. 23: Uncontrolled data used in path expression (#486)"
This reverts commit c2b3d19a51.
2024-11-28 20:38:02 +08:00
naiba
c2b3d19a51
Fix code scanning alert no. 23: Uncontrolled data used in path expression (#486)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-11-28 20:26:51 +08:00
dependabot[bot]
de57fbd262
chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#485)
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-28 20:23:41 +08:00
naiba
1772de7c5e chore: dir perm 2024-11-28 20:15:12 +08:00
naiba
e60db34091 update frontend 2024-11-28 19:48:08 +08:00
naiba
6ae78b13a2 Revert "ci: comment out costly things (#4)"
This reverts commit 3168055948.
2024-11-28 19:43:50 +08:00
naiba
3cce7ebf01 rename repo 2024-11-28 19:38:54 +08:00
UUBulb
9d45bf6601
fix: server api schema (#23) 2024-11-28 17:06:54 +08:00
naiba
22ab32052e refactor: update release workflow to send and download artifacts to self-hosted storage 2024-11-26 21:59:11 +08:00
naiba
19e6344a81 [temp] use self-hosted storage 2024-11-26 21:54:49 +08:00
UUBulb
e90941f52b
send country code in ws, update profile api (#22)
* send country code in ws

* make ddns_profiles optional field

* update profile api
2024-11-26 21:30:56 +08:00
UUBulb
07989705d2
fix: only close user/agentIo connect channel once (#21) 2024-11-26 09:18:13 +08:00
naiba
45f11483ec fix: update release workflow repository and enhance user deletion logic 2024-11-25 22:24:33 +08:00
naiba
0552b69b36 refactor: replace pflag with standard flag package in main.go 2024-11-25 22:03:11 +08:00
UUBulb
f853cd9ec9
fix netip parsing (#20) 2024-11-25 21:20:08 +08:00
UUBulb
238ec25314
fix: ensure the configuration path exists (#19) 2024-11-25 20:18:30 +08:00
UUBulb
626a7d6059
apply upstream changes (#18)
* apply upstream changes

* update translations, fix i18n script

* remove installation scripts and related files
2024-11-24 01:07:14 +08:00
naiba
da3bac31a2 feat: release 2024-11-23 22:06:08 +08:00
UUBulb
a590d3a56e
update setting api (#17) 2024-11-23 16:36:16 +08:00
UUBulb
885330e948
update profile api (#16)
* update profile api

* rename

* fix realip assertion

* add waf api
2024-11-23 16:22:22 +08:00
naiba
22738b6244 improve: use stream reduce auth check time 2024-11-23 12:43:02 +08:00
naiba
cd42b1b9d5 fix: waf condition 2024-11-23 10:21:01 +08:00
UUBulb
867f840265
optimize sorting, fix a bug (#15) 2024-11-23 01:13:39 +08:00
naiba
e7679a3fa6 refactor: ip data type 2024-11-23 00:58:15 +08:00
naiba
68f6da436d refactor code 2024-11-23 00:02:57 +08:00
naiba
58cc8aa5df Merge branch 'dev' of github.com:naiba/nezha-v1 into dev 2024-11-22 23:57:48 +08:00
naiba
17b02640a9 feat: waf 🤡 2024-11-22 23:57:25 +08:00
UUBulb
fc98c0919f
report geoip separately, fix server creation & deletion bugs (#14)
* new geoip method

* report geoip separately, fix server creation & deletion bugs

* fix struct tag

* fix write name

* remove deleteion list

* remove rpc realip header

* Revert "remove rpc realip header"

This reverts commit 8a5f86cf2d7df87f28cfa2a3b3430f449dd6ed73.
2024-11-22 22:40:43 +08:00
naiba
d699d0ee87 feat: grpc / web get real ip 2024-11-22 00:19:36 +08:00
naiba
cde2ef3bd7 fix: file exists 2024-11-20 23:14:17 +08:00
naiba
bf71ff4cff fix: add pat 2024-11-20 23:10:11 +08:00
naiba
dc14a357b8 chore: fix typo 2024-11-20 22:53:21 +08:00
naiba
d9102006f5 fix: download admin frontend 2024-11-20 22:40:30 +08:00
naiba
1bef03e036 chore: update frontend release 2024-11-20 22:37:03 +08:00
UUBulb
9905390ba6
add force update server api (#13) 2024-11-20 21:36:21 +08:00