Commit Graph

342 Commits

Author SHA1 Message Date
Alireza Ahmadi
2f611684a2 v0.3.2 0.3.2 2023-03-02 17:48:42 +01:00
Alireza Ahmadi
0471bbbdb1 Merge pull request #23 from alireza0/dependabot/go_modules/github.com/gin-gonic/gin-1.9.0
Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0
2023-03-02 17:44:30 +01:00
Alireza Ahmadi
0ced0fcdc3 Merge pull request #32 from alireza0/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.0.7
Bump github.com/pelletier/go-toml/v2 from 2.0.6 to 2.0.7
2023-03-02 17:44:14 +01:00
Alireza Ahmadi
33f354c71c Update backend Client model 2023-03-02 12:54:38 +01:00
Alireza Ahmadi
f87dad254b New feature: Bulk add #28 (plus adjust methods) 2023-03-02 12:50:59 +01:00
Alireza Ahmadi
340b54d45f Add Export feature #28 2023-03-02 09:32:42 +01:00
Alireza Ahmadi
1288427cce Show clients counter #30 2023-03-01 23:11:51 +01:00
Alireza Ahmadi
52d3956203 Support stats in Windows OS 2023-03-01 21:50:23 +01:00
Alireza Ahmadi
e13540901f Stupid bug detecting traffic email #33 2023-03-01 21:38:07 +01:00
Alireza Ahmadi
4f91375cb2 Small fixes 2023-03-01 19:52:21 +01:00
Alireza Ahmadi
9e398aaa65 Optimize Client-traffic-reset 2023-03-01 17:08:28 +01:00
Alireza Ahmadi
ae45f9fef2 Fallback limit only for TCP+TLS 2023-03-01 14:50:06 +01:00
Alireza Ahmadi
698af18d25 Fix add client #26 2023-03-01 14:01:09 +01:00
Alireza Ahmadi
afd369993a Fix Bug in deleting the client alireza0/x-ui#20 2023-03-01 13:57:48 +01:00
Alireza Ahmadi
40bb9f9864 Simplify method resetClientTraffic 2023-03-01 13:55:09 +01:00
dependabot[bot]
1f669aa61d Bump github.com/pelletier/go-toml/v2 from 2.0.6 to 2.0.7
Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
- [Commits](https://github.com/pelletier/go-toml/compare/v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: github.com/pelletier/go-toml/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 22:38:39 +00:00
Alireza Ahmadi
a776bdbb87 Merge branch 'main' of https://github.com/alireza0/x-ui 2023-02-28 10:25:43 +01:00
Alireza Ahmadi
9a0055d5d5 Rollback useless utls feature 2023-02-28 10:25:27 +01:00
Alireza Ahmadi
19c13625a1 Update README.md 2023-02-26 14:44:53 +01:00
Alireza Ahmadi
e1428ff0dc Fix editing a searched client is buggy alireza0/x-ui#24 0.3.1 2023-02-24 14:46:14 +01:00
Alireza Ahmadi
4843c93608 Fix Vless & Trojan fingerprint problem 2023-02-24 13:07:17 +01:00
Alireza Ahmadi
757c2a76f8 Minimize call API for Client 2023-02-24 00:05:53 +01:00
dependabot[bot]
95c777f0ac Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.8.2...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-23 22:33:47 +00:00
Alireza Ahmadi
fc4f1a4fd3 Fix typos in README 2023-02-23 17:44:16 +01:00
Alireza Ahmadi
c7be137f6d Update screenshot 2023-02-23 17:20:57 +01:00
Alireza Ahmadi
8a07474999 0.3.1 2023-02-23 11:33:42 +01:00
Alireza Ahmadi
7ec68574d0 Fix Bug: Auto restart xray after client update 2023-02-23 11:33:14 +01:00
Alireza Ahmadi
414669fa1b Fix bugs 0.3.0 2023-02-22 23:15:52 +01:00
Alireza Ahmadi
76f774fd6c 0.3.0 2023-02-22 20:38:01 +01:00
Alireza Ahmadi
b82ce31ec1 Change menu to icons for client actions 2023-02-22 20:34:49 +01:00
Alireza Ahmadi
9bbd612327 Fix double release creation 2023-02-22 19:51:01 +01:00
Alireza Ahmadi
a5922a8620 v.0.3.0 2023-02-22 19:44:45 +01:00
Alireza Ahmadi
35e4b96e9e Fix traffic update in db 2023-02-22 18:34:02 +01:00
Alireza Ahmadi
ceb7a7ac14 Fix Trouble resetting traffic alireza0/x-ui#18 2023-02-22 17:33:05 +01:00
Alireza Ahmadi
92dc390e58 Merge pull request #16 from alireza0/dependabot/go_modules/github.com/BurntSushi/toml-1.2.1
Bump github.com/BurntSushi/toml from 1.0.0 to 1.2.1
2023-02-22 15:16:15 +01:00
Alireza Ahmadi
a6edd1c631 Merge pull request #17 from alireza0/dependabot/go_modules/github.com/gin-contrib/sessions-0.0.5
Bump github.com/gin-contrib/sessions from 0.0.3 to 0.0.5
2023-02-22 15:16:01 +01:00
Alireza Ahmadi
146b4d7873 Separate client module 2023-02-22 15:13:45 +01:00
dependabot[bot]
f3dac6395a Bump github.com/gin-contrib/sessions from 0.0.3 to 0.0.5
Bumps [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) from 0.0.3 to 0.0.5.
- [Release notes](https://github.com/gin-contrib/sessions/releases)
- [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/gin-contrib/sessions/compare/v0.0.3...v0.0.5)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/sessions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 22:30:00 +00:00
dependabot[bot]
b48707923c Bump github.com/BurntSushi/toml from 1.0.0 to 1.2.1
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.0.0 to 1.2.1.
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](https://github.com/BurntSushi/toml/compare/v1.0.0...v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 22:29:46 +00:00
Alireza Ahmadi
40ac7d4115 Fix problems after updating gorm to 1.24 0.2.4 2023-02-20 12:00:40 +01:00
Alireza Ahmadi
3e550d7e13 v0.2.4 2023-02-19 01:41:24 +01:00
Alireza Ahmadi
2e12cd6f6e Translate none 2023-02-19 01:41:02 +01:00
Alireza Ahmadi
57f538bf6b Some upgrades 2023-02-19 01:40:36 +01:00
Alireza Ahmadi
7d23e8cf9c Merge branch 'main' of https://github.com/alireza0/x-ui 2023-02-19 01:20:54 +01:00
Alireza Ahmadi
4120024e04 Merge pull request #8 from alireza0/dependabot/go_modules/gorm.io/driver/sqlite-1.4.4
Bump gorm.io/driver/sqlite from 1.1.4 to 1.4.4
2023-02-19 01:19:19 +01:00
Alireza Ahmadi
fedb0610e0 Merge pull request #3 from alireza0:dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2 to 3
2023-02-19 01:18:35 +01:00
Alireza Ahmadi
9ed41cf427 Merge pull request #4 from alireza0:dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2023-02-19 01:18:15 +01:00
dependabot[bot]
8a66a42a4e Bump gorm.io/driver/sqlite from 1.1.4 to 1.4.4
Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.1.4 to 1.4.4.
- [Release notes](https://github.com/go-gorm/sqlite/releases)
- [Commits](https://github.com/go-gorm/sqlite/compare/v1.1.4...v1.4.4)

---
updated-dependencies:
- dependency-name: gorm.io/driver/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-19 00:18:10 +00:00
Alireza Ahmadi
ac98fce996 Merge pull request #6 from alireza0:dependabot/github_actions/docker/setup-qemu-action-2
Bump docker/setup-qemu-action from 1 to 2
2023-02-19 01:17:57 +01:00
Alireza Ahmadi
2aacd1111c Merge pull request #7 from alireza0:dependabot/go_modules/golang.org/x/text-0.7.0
Bump golang.org/x/text from 0.6.0 to 0.7.0
2023-02-19 01:17:38 +01:00