lejianwen
0feee5115f
fix: Oauth callback url is fixed to host+/api/oidc/callback ( #314 )
2025-07-11 09:55:48 +08:00
Plynksiy Nikita
65f0a9e3cf
docs: add note about requiring conf and resources directories (or specifying paths via -c and RUSTDESK_API_GIN_RESOURCES_PATH) when running without docker ( #311 )
2025-07-09 09:43:56 +08:00
lejianwen
77836a4e56
feat(user): add remark field to User model and form ( #307 )
2025-07-08 12:14:46 +08:00
lejianwen
09f8316bf1
feat: Update database version constant to 264
2025-07-08 12:13:31 +08:00
k3-cat
c52706e621
feat: Improve oauth redirect ( #303 )
...
* fix: redirects after oauth can potentially misalign with server's actually hostname
* feat: remove `RedirectURL` from oauth config, as it should checked by provider rather than client
* feat: align oauth endpoint with the hostname in requests
2025-07-04 14:30:07 +08:00
k3-cat
17dcff4f43
feat: better autorenewal ( #305 )
2025-07-04 14:27:47 +08:00
Plynksiy Nikita
0b39c4e104
feat(password): Password hashing with bcrypt ( #290 )
...
* feat(password): add configurable password hashing with md5 and bcrypt
* docs: add password hashing algorithm configuration (bcrypt/md5)
* feat(password): better bcrypt fallback and minor refactoring
* feat(password): handle errors in password encryption and verification
* feat(password): remove password hashing algorithm configuration
2025-06-24 17:23:36 +08:00
Plynksiy Nikita
ee176b314e
feat: Use crypto/rand for secure random string generation ( #293 )
2025-06-18 20:47:24 +08:00
Plynksiy Nikita
1ffc9c4a5b
fix: correct typo in build arg FRONTEND_GIT_REPO ( #292 )
2025-06-18 20:42:13 +08:00
Plynksiy Nikita
1257246552
feat(i18n): replace hardcoded messages with translated strings ( #289 )
2025-06-17 09:05:10 +08:00
lejianwen
2948eaaa5c
chore: Update Go version to 1.23 in build configurations
2025-06-16 15:41:16 +08:00
lejianwen
8641ba5c0c
docs: Update swagger docs
2025-06-16 12:31:48 +08:00
lejianwen
60b7a18fe7
feat: Add PostgreSQL support and refactor MySQL DSN handling ( #284 )
2025-06-16 12:26:08 +08:00
lejianwen
ca068816ae
feat: Add start time in /api/sysinfover
2025-06-16 12:23:48 +08:00
lejianwen
06648d9a6c
fix(admin): Use admin-hello first
...
(#274 ) (#255 )
2025-06-15 15:33:12 +08:00
puyujian
8a8abd5163
feat(oauth): 支持linux.do登录 ( #280 )
...
* 支持linux.do登录
* 修正
2025-06-15 15:32:20 +08:00
lejianwen
97f98cd6ce
chore: update download links for musl cross-compilers
2025-06-05 12:14:17 +08:00
lejianwen
51f2920661
fix: Init sqlite fail( #266 )
2025-06-04 09:31:43 +08:00
lejianwen
7a5d141ce8
fix(server): Port custom ( #257 )
2025-05-30 12:27:37 +08:00
lejianwen
3cef02a0bb
fix(webclient): Peer online status
2025-05-29 18:51:37 +08:00
lejianwen
46a7ecc1ba
fix: Captcha some problem when users login with same ip
2025-05-27 17:36:20 +08:00
lejianwen
4d2b037f5e
docs: Readme
2025-05-25 17:44:29 +08:00
lejianwen
323364b24e
feat(register): Register status can be set ( #223 )
2025-05-25 17:03:13 +08:00
lejianwen
f19109cdf8
feat(login): Captcha upgrade and add the function to ban IP addresses ( #250 )
2025-05-25 16:52:58 +08:00
Tao Chen
527260d60a
fix: dn should be case-insensitive ( #250 )
2025-05-21 09:07:08 +08:00
lejianwen
46bb44f0ab
fix(webclient): DefaultIdServerPort undefined ( #238 )
2025-05-16 20:14:36 +08:00
lejianwen
2f1380f24a
fix(webclient): Remove license warning ( #235 )
2025-05-13 13:11:19 +08:00
lejianwen
ece3328e94
feat(webclient): Web client to 1.4.0
2025-05-12 20:16:08 +08:00
lejianwen
fdd26d87be
fix: PageSize ( #225 )
2025-05-06 19:08:18 +08:00
lejianwen
2ade0dda42
chore: Noelware/docker-manifest-action
2025-04-25 16:20:36 +08:00
lejianwen
a87ae5cf65
chore: Noelware/docker-manifest-action
2025-04-25 14:34:45 +08:00
lejianwen
fe7b8b53a6
style: Oauth page languages
2025-04-24 21:52:43 +08:00
lejianwen
b929f3efdb
style: Remove useless configurations
2025-04-15 10:52:46 +08:00
lejianwen
f847fc076f
fix: Low case ( #149 )
2025-04-15 10:46:21 +08:00
lejianwen
60d0a701ce
fix: Share pwd
2025-04-15 10:09:56 +08:00
lejianwen
0dedaf6824
feat: Peer share to group
2025-04-14 19:12:40 +08:00
lejianwen
ab231b3fed
feat: Add SysInfoVer endpoint and AppService for version retrieval
2025-04-07 16:38:21 +08:00
lejianwen
e7f28cca36
fix: Update peer based on the UUID ( #180 )
2025-04-02 09:50:16 +08:00
lejianwen
505e8aac4b
feat: Add Korean translations validator ( #168 )
2025-04-02 09:42:29 +08:00
lejianwen
746e2a6052
fix: Get Uuids
2025-03-15 21:02:47 +08:00
lejianwen
dc03d5d83d
style: Update peer last online time logic ( #173 )
2025-03-15 21:02:08 +08:00
lejianwen
b770ab178d
feat(admin): Add filter by ip and username ( #172 )
2025-03-15 19:49:49 +08:00
Tao Chen
fd7e022e88
fix: rm varify password accidentally ( #176 )
2025-03-15 19:40:02 +08:00
lejianwen
ac5df6826b
fix: Init database err ( #166 )
2025-03-04 18:14:25 +08:00
lejianwen
91908859bc
docs: Readme
2025-03-04 16:30:12 +08:00
lejianwen
9c8822f857
fix: templates
2025-03-04 16:14:34 +08:00
lejianwen
9709da7fb6
style(webclient): ws-host
2025-03-04 15:48:25 +08:00
lejianwen
1852f10131
feat(config): add ws-host configuration ( #156 )
2025-03-04 15:43:25 +08:00
Tao Chen
77d7b43e21
fix: Fix/ldap tls ( #162 )
...
* optimize and fix tls of LDAP
* fix
2025-03-02 22:59:01 +08:00
lejianwen
7410b539a0
style(service): refactor global dependencies to use local variables
2025-02-26 19:15:38 +08:00