Commit Graph

338 Commits

Author SHA1 Message Date
LinkinStars a027376f4c fix(comment): fix admin can't update user's comment. 2023-09-04 18:09:08 +08:00
LinkinStars 50beae6104 fix(user): Adding quotes to the user keyword to fix compatibility issues under PostgreSQL #424 2023-08-31 16:16:45 +08:00
LinkinStars 0bd540661c fix(search): fix incorrect tags when search 2023-08-30 17:41:44 +08:00
LinkinStars a9540bf330 feat(user): set default user notification config 2023-08-30 16:24:33 +08:00
LinkinStars 758309d77b feat(config): set config cache time 2023-08-29 16:47:38 +08:00
LinkinStars 750fdb0eef Merge branch 'dev' into fix/1.1.3/qa
# Conflicts:
#	internal/repo/activity/answer_repo.go
2023-08-29 15:24:07 +08:00
LinkinStars a6b6545089 fix(answer): fix incorrect cancel answer activity 2023-08-29 15:22:35 +08:00
LinkinStars e75142a555 fix(answer): fix incorrect notification's triggerUserID when cancel accepted answer 2023-08-29 11:39:51 +08:00
LinkinStars 3d032a7f48 fix(answer): fix incorrect id for answer list 2023-08-29 11:01:04 +08:00
LinkinStars eeb5f94a06 fix(answer): fix incorrect notification triggers when accept the answer 2023-08-28 16:21:28 +08:00
LinkinStars 9337f69154 fix(question): remove delete question on similar questions 2023-08-28 15:27:17 +08:00
LinkinStars c68eff2011 refactor(tag): refactor search tags interface 2023-08-25 17:43:08 +08:00
LinkinStars e4a77367a4 feat(notification): add notification limit 2023-08-22 17:07:45 +08:00
LinkinStars 8a037f00db feat(cache): upgrade cache interface 2023-08-22 16:10:41 +08:00
LinkinStars 2bd8f7f771 feat(notification): add new question notification 2023-08-22 12:00:53 +08:00
LinkinStars 6a3d2f95d2 feat(notification): add user notification config API 2023-08-21 15:07:30 +08:00
LinkinStars 0d2c9cfd45 feat(search): convert answer and question to search content 2023-08-17 15:25:14 +08:00
LinkinStars a5f74a656f feat(search): Refactor pagination in search syncer 2023-08-17 12:03:35 +08:00
LinkinStars 119effb98f Merge branch 'feat/1.1.2/search' into feat/1.1.2/user
# Conflicts:
#	plugin/search.go
2023-08-17 11:37:05 +08:00
LinkinStars be5231671f feat(search): Add search sync function 2023-08-17 11:33:45 +08:00
LinkinStars 22bdc06fe9 feat(user): add users 2023-08-14 12:13:28 +08:00
LinkinStars 8aa58bc182 feat(search): add description for search 2023-08-09 10:56:22 +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
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
aichy 7bb7f84432 Merge branch 'feat/1.1.1/ai' into test 2023-07-24 10:45:24 +08:00
LinkinStars b4d8d3d07d fix(activity): update rank when accept answer 2023-07-21 11:35:25 +08:00
LinkinStars 2d0fc6388c fix(activity): update rank when accept answer 2023-07-21 10:47:29 +08:00
LinkinStars 6f812a0a56 fix(search): fix search condition 2023-07-20 18:48:35 +08:00
LinkinStars 93995369ba Merge remote-tracking branch 'github/feat/plugin/search' into feat/1.1.1/state
# Conflicts:
#	internal/repo/answer/answer_repo.go
#	internal/repo/question/question_repo.go
2023-07-19 15:48:23 +08:00
aichy126 29c253baa3 update captcha 2023-07-18 18:11:18 +08:00
aichy126 b6a85b06ab update captcha 2023-07-17 18:46:09 +08:00
aichy126 3a12d46c37 update captcha 2023-07-17 17:44:08 +08:00
LinkinStars 7c1e880868 fix(votes): set real rank when reach the lowest limit 2023-07-13 17:24:31 +08:00
LinkinStars e6471696be Merge branch 'github-main' into feat/plugin/search 2023-07-12 14:57:43 +08:00
LinkinStars 5861eebb78 fix(activity): wrong decrease user rank when reach daily rank 2023-07-06 15:37:20 +08:00
LinkinStars fcb48b86ee refactor(repo): refactor some repo test 2023-07-06 12:28:33 +08:00
LinkinStars b01d965f80 refactor(user): refactor search user by name 2023-07-04 11:20:55 +08:00
LinkinStars 7f58fbdad1 refactor(answer): refactor accept answer activity 2023-07-03 14:11:48 +08:00
LinkinStars 47661dc8a3 refactor(votes): refactor user vote repo 2023-06-30 18:18:22 +08:00
LinkinStars 9a31d7e76d refactor(votes): refactor user vote service param 2023-06-29 14:53:50 +08:00
LinkinStars ac91dc5259 fix(sitemap): set question id by default 2023-06-28 11:43:40 +08:00
LinkinStars cbf7da18c7 Merge branch 'github-main' into feat/1.2.0/state 2023-06-28 10:53:21 +08:00
LinkinStars a23080df0a refactor(sitemap): save sitemap in cache 2023-06-28 10:52:36 +08:00
nonvis@gmail.com aa972354a8 fix(config): use key to update a specific item 2023-06-22 14:36:38 +09:00
LinkinStars 92c5bb6616 refactor(answer): refactor admin question answer page list 2023-06-20 16:55:43 +08:00
LinkinStars f4b6208f90 fix(context): add context for data 2023-06-19 18:29:15 +08:00
LinkinStars fb757139ae fix(activity): return err when can not find activity type 2023-06-19 18:09:44 +08:00
LinkinStars c49fa00570 Merge branch 'github-main' into feat/1.2.0/state
# Conflicts:
#	cmd/wire_gen.go
#	internal/service/question_common/question.go
#	internal/service/siteinfo/siteinfo_service.go
2023-06-13 16:44:36 +08:00