Commit Graph

790 Commits

Author SHA1 Message Date
zhangyuqing 2eb06f20fe feat: test 2023-03-06 23:07:43 +08:00
Gucheng Wang 926d922d06 Fix crash in SetUserField() 2023-02-02 21:09:51 +08:00
ZhengLin Li 2fabb62992
fix: fix CI warnings (#560) 2023-01-12 14:46:08 +08:00
Yaodong Yu 027737b89c
feat: return the history page after saving the account (#558) 2022-11-25 21:57:41 +08:00
Gucheng Wang b7546df7ba Fix bug in GetMembersFromFavorites() 2022-10-07 21:01:54 +08:00
Gucheng Wang 6713e9e1ea Update casdoor-go-sdk to v0.10.0 2022-10-07 20:46:37 +08:00
Gucheng Wang 09b8e6fd44 Fix remaining warnings 2022-10-02 10:16:35 +08:00
kcfuler 9ac71d98a3
fix: componentWillReceiveProps api and key in jsx (#551)
* fix: componentWillReceiveProps api and key in jsx

* fix: componentWillReceiveProps api and key in jsx

* fix: revert the app.conf file

* fix: revert the app.conf file
2022-10-02 10:13:02 +08:00
Gucheng Wang ef70126b37 Fix SilentSignin logic 2022-09-30 01:49:43 +08:00
Gucheng Wang 62b058eb5e Fix some JS warnings 2022-09-29 23:20:11 +08:00
xxrl f308fe932d
fix: ci crash due to version of nodejs (#547)
* fix: update version of nodejs in build.yml

* fix: node version in build.yml

* set node-version to 16
2022-09-29 21:15:51 +08:00
Yang Luo a84384db0c Update casdoor-go-sdk to v0.9.1 2022-09-29 00:37:37 +08:00
Gucheng Wang 538d84077a Update chromedp to v0.8.4 2022-09-16 01:25:33 +08:00
Gucheng Wang a2b2950796 Update casdoor-js-sdk to 0.4.0 2022-09-09 17:07:20 +08:00
q1anx1 4a846d5bbf
chore(style): add rule of keyword spacing (#542) 2022-09-04 21:28:02 +08:00
wenxuan70 d526c9ae00
feat: optimize silent signin (#538) 2022-08-22 13:34:12 +08:00
q1anx1 0d3febe4e1
chore(ci): use cache to accelerate ci (#537) 2022-08-11 01:08:03 +08:00
q1anx1 4d9c2962c0
fix: fix permissions error (#536) 2022-08-09 20:48:28 +08:00
q1anx1 a6c327cfdf
chore(style): fmt code (#534) 2022-08-09 20:10:21 +08:00
q1anx1 69d6098eb2
feat(ci): add ci to auto format go code (#533)
* feat(ci): add ci to auto format go code

* fix: fix ref error

* fix: fix ci error

* feat: ci check error

* feat: show hints

* feat: ci
2022-08-09 19:59:46 +08:00
q1anx1 483218cddf
chore(style): ban `var` and prefer `const` (#532) 2022-08-09 00:09:55 +08:00
q1anx1 68ab191685
feat(web): add some eslint rules (#531) 2022-08-07 23:12:22 +08:00
Ryao 2de3f85ead
fix: fix can't upload non-png(like jpg) image bug (#530) 2022-08-05 00:42:45 +08:00
Ryao 1b92c06349
fix: submit when uploading img cause img failure (#529)
* fix: submit when uploading img cause img failure

* Revert "fix: submit when uploading img cause img failure"

This reverts commit b951f79153.

* fix: submit when uploading img cause img failure

* fix

* fix

* format
2022-08-03 01:24:50 +08:00
Ryao f62f30e8dc
fix: gitter user avatar is not uploaded (#520) 2022-07-15 23:26:19 +08:00
q1anx1 2b82984039
feat(web): add lint (#527)
* feat(web): add lint

* fix: fix ci error
2022-07-15 23:22:00 +08:00
Gucheng Wang 8a9d12d7eb Fix meta desc. 2022-06-02 13:30:03 +08:00
Gucheng Wang 4bb2af2b67 Remove wrong desc meta. 2022-05-27 12:13:57 +08:00
Yang Luo 1d04bae1e8 Add Time2String(). 2022-05-22 22:37:52 +08:00
Yang Luo 8c3973a598 Fix missing topic and reply fields in gitter.go 2022-05-22 22:21:13 +08:00
Yang Luo 5e8be0a803 Fix bug in gitterApiToken. 2022-05-22 21:13:07 +08:00
Ryao 6f97edf5b2
feat: sync gitter room to node (#519)
* fix: update count field not atomic

* test: add sync topic count field test

* chore: remove redundant select queries

* feat: sync gitter to node

* feat: add go test & debug gitter.go

* debug

* feat: configure gitter room in fe

* debug

* chore: gitter sync limit time and frequence

* format

* debug

* debug & fix test
2022-05-22 20:16:12 +08:00
Nekotoxin ab5466e0b2
fix: the 404 page in the footer (#517)
* fix: 404 page in footer

* Update ReplyBox.js

* Update AdminFrontConf.js

* Update frontConf.go

* Update router.go

* Update Footer.js

* Update FooterRenderBox.js

Co-authored-by: Yang Luo <hsluoyz@qq.com>
2022-05-22 17:28:36 +08:00
Nekotoxin ccc6af382a
fix: add href for reply page (#513) 2022-05-06 15:37:04 +08:00
Nekotoxin 3d8d99de55
fix: add renderImage and renderLink for SingleReplyBox.js (#511) 2022-05-05 22:40:16 +08:00
Nekotoxin 0937908930
fix: use the history.push instead of link to reply page (#509)
* fix: some reply has null tags

* fix: use the history.push instead of link to reply page

* fix: use the history.push instead of link to reply page
2022-05-05 21:19:07 +08:00
Nekotoxin 370de5b9c4
fix: some reply has null tags (#508) 2022-05-05 20:35:22 +08:00
Ryao dfa8cc91ba
fix: chrome render page gets stuck (#507)
* fix: chrome render page gets stuck

* Update ssr_pool.go

Co-authored-by: Yang Luo <hsluoyz@qq.com>
2022-05-05 20:15:50 +08:00
Nekotoxin 89fe3d423a
feat: improve the tdk of reply (#506)
* feat: improve the tdk of reply

* Update ReplyBox.js

* Update NodeBox.js

* Update SingleReplyBox.js

Co-authored-by: Yang Luo <hsluoyz@qq.com>
2022-05-05 20:07:20 +08:00
Yang Luo 4b364edd87 Add robots.txt 2022-05-03 14:04:34 +08:00
greenhandatsjtu b82ca49dcc
Push topic author to `memberList` (#502) 2022-04-29 23:38:04 +08:00
Nekotoxin e83296c616
fix: video is broken by sanitize (#501) 2022-04-27 23:30:36 +08:00
Gucheng Wang 376f3646e9 Add AttachmentSizeLimitInMb. 2022-04-24 15:15:34 +08:00
Ryao cd883e4774
fix: update count field not atomic (#496)
* fix: update count field not atomic

* test: add sync topic count field test

* chore: remove redundant select queries

* Update topic_test.go

Co-authored-by: Yang Luo <hsluoyz@qq.com>
2022-04-21 22:23:11 +08:00
Dean CN a0a184f6ab
trim casdoor enpoint (#497) 2022-04-21 21:31:50 +08:00
Nekotoxin 4c8ebe51e1
fix: cicd error (#494)
* fix: fix_

* fix: fix_cicd

* fix: fix_cicd

* fix: fix_cicd
2022-04-16 00:01:08 +08:00
Nekotoxin e16d8dbc37
fix: ban duplicate reply (#490) 2022-04-14 21:39:05 +08:00
Nekotoxin d216ed92f0
fix: Add translation (#487)
* fix: add translation

* fix: add translation

* fix: translation
2022-04-13 19:45:56 +08:00
Nekotoxin bed3c58d77
fix: outrange (#486) 2022-04-11 20:09:38 +08:00
Nekotoxin e8c4d50488
fix: remove subscribe reply (#483)
* fix: subscribe reply

* fix: remove subscribe reply
2022-04-11 19:07:15 +08:00