Commit Graph

3849 Commits

Author SHA1 Message Date
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
haitao.jarvis 742d7650de
Merge pull request #450 from answerdev/feat/1.1.1/ui
fix(Signup): Display the registration form by configuration.
2023-07-27 17:57:41 +08:00
haitaoo 38ad85978a fix(Signup): Display the registration form by configuration. 2023-07-27 17:55:43 +08:00
LinkinStars 9655f58205 Merge branch 'feat/1.1.1/state' into test 2023-07-26 16:36:08 +08:00
LinkinStars bf50c8971c feat(plugin): update search condition 2023-07-26 16:35:33 +08:00
haitao.jarvis 40d91d68e9
Merge pull request #443 from answerdev/feat/1.1.1/ui
fix(useCaptchaModal): The first time `captcha_error` is encountered i…
2023-07-24 14:29:23 +08:00
haitaoo 3880eab449 fix(useCaptchaModal): The first time `captcha_error` is encountered it is validated directly. 2023-07-24 14:28:26 +08:00
aichy 71cdec7ec7 fix 2023-07-24 11:35:13 +08:00
haitao.jarvis a79cc578e2
Merge pull request #428 from MMmaXingXing/test
create user max display_name is 4 - 30 but message is 3 -30
2023-07-24 11:21:00 +08:00
aichy c96b55a987 update go.mod 2023-07-24 11:20:40 +08:00
haitao.jarvis 36c1aaed3d
Update index.scss
Okay, I'll remove this change and merge the others.
2023-07-24 11:18:14 +08:00
aichy 1be2b5134d Merge branch 'test' of github.com:answerdev/answer into test 2023-07-24 11:14:22 +08:00
aichy 9c54fffdcb update go.mod 2023-07-24 11:14:18 +08:00
haitao.jarvis 9443d0f48b
Merge pull request #442 from answerdev/feat/1.1.1/ui
Feat/1.1.1/UI
2023-07-24 11:09:11 +08:00
haitaoo 789f566869 fix(Pagination): Replace `disabled` with `pe-none` to optimise style. 2023-07-24 11:08:32 +08:00
haitaoo 90d646613b refactor(Personal): An implementation of optimising `TopList` content spacing. 2023-07-24 10:55:21 +08:00
aichy 7bb7f84432 Merge branch 'feat/1.1.1/ai' into test 2023-07-24 10:45:24 +08:00
aichy 2cbb9d071d update pnpm config 2023-07-24 10:44:19 +08:00
haitao.jarvis 64c97219cb
Merge pull request #441 from answerdev/feat/1.1.1/ui
refactor: Cancels the delayed handling of jump actions.
2023-07-21 19:03:30 +08:00
haitaoo d2924fab4f refactor: Cancels the delayed handling of jump actions. 2023-07-21 18:24:30 +08:00
haitao.jarvis 3423212b80
Merge pull request #440 from answerdev/feat/1.1.1/ui
feat: Complete **SPAM** blocking of critical data apis.
2023-07-21 18:17:01 +08:00
haitaoo fa54cbc0d1 feat: Complete **SPAM** blocking of critical data apis. 2023-07-21 18:15:52 +08:00
LinkinStars df391fc2d1 Merge branch 'feat/1.1.1/state' into test 2023-07-21 17:43:47 +08:00
LinkinStars 5a03fef6ec feat(plugin): update search condition 2023-07-21 17:27:01 +08:00
aichy e31fc6ebff update captcha 2023-07-21 16:06:28 +08:00
LinkinStars f7259286b0 Merge branch 'feat/1.1.1/state' into test 2023-07-21 11:36:20 +08:00
LinkinStars b4d8d3d07d fix(activity): update rank when accept answer 2023-07-21 11:35:25 +08:00
LinkinStars eb3537cb91 Merge branch 'feat/1.1.1/state' into test 2023-07-21 10:47:43 +08:00
LinkinStars 2d0fc6388c fix(activity): update rank when accept answer 2023-07-21 10:47:29 +08:00
LinkinStars 57744467a5 Merge branch 'feat/1.1.1/state' into test 2023-07-20 19:21:01 +08:00
LinkinStars a3b033b9df fix(timeline): fix the wrong TriggerUserID when accept answer 2023-07-20 19:20:40 +08:00