Commit Graph

3679 Commits

Author SHA1 Message Date
LinkinStars af291a91f8 fix(goreleaser): update goreleaser GOPROXY 2023-08-03 16:00:38 +08:00
LinkinStars 3c08f31e07 fix(goreleaser): update archives name_template 2023-08-02 19:32:54 +08:00
LinkinStars 6cc4a2b104 Merge branch 'release/1.1.1' into github-main 2023-08-02 17:30:14 +08:00
LinkinStars 967c2df4a1 Merge branch 'test' into release/1.1.1 2023-08-02 17:29:59 +08:00
LinkinStars d8b31cf60d Merge branch 'feat/1.1.1/state' into test 2023-08-02 17:29:36 +08:00
LinkinStars 3c4c91b2aa fix(upload): Use the correct upload type 2023-08-02 17:27:42 +08:00
haitao.jarvis c3b2e305ba
Merge pull request #460 from answerdev/feat/1.1.1/ui
fix(useCaptchaModal): Add `await` to all `close()` calls to prevent t…
2023-08-02 17:14:50 +08:00
haitaoo ed9a31da79 fix(useCaptchaModal): Add `await` to all `close()` calls to prevent them from closing properly. 2023-08-02 17:14:13 +08:00
aichy 2d3ce32e94 Merge branch 'feat/1.1.1/ai' into test 2023-08-02 16:21:22 +08:00
aichy 50ef591fc8 update captcha 2023-08-02 16:21:02 +08:00
Fen 4843a8d44b
New translations en_US.yaml (Chinese Simplified) (#459) 2023-08-02 15:04:54 +08:00
Fen 242b8ddbd4
New Crowdin updates (#458)
* New translations en_US.yaml (French)

* New translations en_US.yaml (Spanish)

* New translations en_US.yaml (Czech)

* New translations en_US.yaml (German)

* New translations en_US.yaml (Italian)

* New translations en_US.yaml (Japanese)

* New translations en_US.yaml (Polish)

* New translations en_US.yaml (Portuguese)

* New translations en_US.yaml (Russian)

* New translations en_US.yaml (Slovak)

* New translations en_US.yaml (Turkish)

* New translations en_US.yaml (Chinese Simplified)

* New translations en_US.yaml (Chinese Traditional)

* New translations en_US.yaml (Vietnamese)

* New translations en_US.yaml (Indonesian)

* New translations en_US.yaml (Persian)

* New translations en_US.yaml (Welsh)
2023-08-02 14:47:55 +08:00
LinkinStars 61b10a854f Merge branch 'release/1.1.1' into github-main
# Conflicts:
#	i18n/en_US.yaml
2023-08-02 14:26:37 +08:00
LinkinStars 765957f5e7 chore(build): upgrade 1.1.1 2023-08-02 14:22:55 +08:00
aichy d440e49e45 Merge branch 'feat/1.1.1/ai' into test 2023-08-02 14:21:23 +08:00
aichy 7c419ad1e6 update dump 2023-08-02 14:21:00 +08:00
aichy c7774e8dd8 Merge branch 'feat/1.1.1/ai' into test 2023-08-02 11:48:51 +08:00
aichy 1034f05644 go mod 2023-08-02 11:48:26 +08:00
aichy ef6c4402cf go mod 2023-08-02 11:48:09 +08:00
aichy 7eab05004e Merge branch 'feat/1.1.1/ai' into test 2023-08-02 11:02:04 +08:00
aichy 37852646b4 update GOPROXY 2023-08-02 11:01:09 +08:00
haitao.jarvis 2dc23c7f15
Merge pull request #457 from answerdev/feat/1.1.1/ui
fix(useCaptchaModal): CAPTCHA popup closes with all intermediate stat…
2023-08-02 10:37:27 +08:00
haitaoo 1d51f23c2d fix(useCaptchaModal): CAPTCHA popup closes with all intermediate states cleaned up. 2023-08-02 10:35:29 +08:00
aichy e3fbe983db Merge branch 'feat/1.1.1/ai' into test 2023-08-01 15:01:46 +08:00
aichy fb3328e438 update captcha 2023-08-01 15:01:28 +08:00
haitao.jarvis a7a908da83
Merge pull request #456 from answerdev/feat/1.1.1/ui
Feat/1.1.1/UI
2023-08-01 14:47:09 +08:00
haitaoo 9184b9b416 fix(Question): Handle unexpected state handling issues when CAPTCHA and draft functions are mixed together. 2023-08-01 14:44:36 +08:00
LinkinStars 063e30b460 Merge branch 'feat/1.1.1/state' into test 2023-08-01 14:15:37 +08:00
LinkinStars fcf29b1a79 fix(search): Update regex for parsing tags in search query 2023-08-01 14:14:59 +08:00
shuai 601721a921 fix: captcha close should not show promot 2023-08-01 12:12:01 +08:00
LinkinStars 773be25c33 Merge branch 'feat/1.1.1/state' into test 2023-07-31 15:28:27 +08:00
LinkinStars 4004c0b674 fix(revision): Increase content field size in revision entity
Modified the "content" field in the "revision_entity.go" file from 'TEXT' to 'MEDIUMTEXT'. Added a new migration file "v14.go" to handle the transition of the database 'content' field to 'MEDIUMTEXT'. Also adapted the 'command.go' and 'migrations.go' files to handle the new migration. These changes were necessary to accommodate larger revision content sizes.
2023-07-31 15:04:32 +08:00
LinkinStars 0369c35fe2 Merge branch 'feat/1.1.1/state' into test 2023-07-29 11:02:29 +08:00
LinkinStars aa606ed01a feat(build): add ignore path for build 2023-07-29 11:02:09 +08:00
haitao.jarvis 4c1099a824
Merge pull request #451 from answerdev/feat/1.1.1/ui
fix(Question): Fix the problem that the captcha is not displayed corr…
2023-07-28 17:34:15 +08:00
aichy b82261f808 update docker file 2023-07-28 17:33:20 +08:00
haitaoo d7e4c347e6 fix(Question): Fix the problem that the captcha is not displayed correctly when saving questions, adding answers, and adding comments. 2023-07-28 17:32:07 +08:00
aichy d76b8d5f43 update dockerfile 2023-07-28 17:21:21 +08:00
aichy 7017be6840 update go mod 2023-07-28 17:13:06 +08:00
aichy 7e56b758e3 Merge branch 'feat/1.1.1/ai' into test 2023-07-28 17:12:36 +08:00
aichy 4fd7401566 update go mod 2023-07-28 17:11:35 +08:00
aichy 2f25686af3 Merge branch 'feat/1.1.1/ai' into test 2023-07-28 16:53:57 +08:00
aichy d59d5ca0a8 fix go mod 2023-07-28 16:53:35 +08:00
aichy cfa4d791cb Merge branch 'test' of github.com:answerdev/answer into test 2023-07-28 16:44:35 +08:00
aichy c543e282db Merge branch 'feat/1.1.1/ai' into test 2023-07-28 16:44:23 +08:00
aichy c470a8d381 update captcha 2023-07-28 16:44:01 +08:00
LinkinStars d20acbabff Merge branch 'feat/1.1.1/state' into test
# Conflicts:
#	internal/controller/question_controller.go
2023-07-28 16:06:02 +08:00
LinkinStars d3f1b5dbe1 fix(answer): the wrong invite user rank limit 2023-07-28 16:03:30 +08:00
aichy d930df2c67 Merge branch 'feat/1.1.1/ai' into test 2023-07-28 15:28:22 +08:00
aichy e421c6eb35 remove dump 2023-07-28 15:28:00 +08:00