Commit Graph

1423 Commits

Author SHA1 Message Date
LinkinStars fdd5cd63a0
Merge pull request #562 from lzakharov/refactor-close-resources
refactor: close used resources
2023-10-08 11:16:33 +08:00
Lev Zakharov 5ce5187422 refactor: close used resources 2023-10-07 18:41:55 +03:00
Lars Lehtonen d0f3f3e573
fix: internal/service: dropped errors 2023-09-08 08:53:21 -07:00
Shivashis Padhi 1ee7037eb2
fix: tests failing during compilation 2023-09-07 18:48:09 +05:30
LinkinStars 19d51598a7 chore(handler): delete unused code 2023-09-05 17:55:19 +08:00
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 9fded40c3d fix(search): direct search of main tag content when searching for synonym tags 2023-08-31 14:16:32 +08:00
LinkinStars 2ffcf2bf4b fix(template): fix incorrect answer id 2023-08-30 18:17:37 +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 79b71d41e4 fix(answer): fix incorrect history of editing answer 2023-08-28 17:32:52 +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 dd4b706ab4 fix(init): add user notification config when init #493 2023-08-25 17:26:14 +08:00
LinkinStars f7247853ca Merge branch 'feat/1.1.2/notification' into test
# Conflicts:
#	i18n/en_US.yaml
2023-08-23 17:45:52 +08:00
LinkinStars 2f8351bb8e fix(captcha): If no operation previously, it is considered to be the first operation. 2023-08-23 17:43:57 +08:00
fen a00c781295 fix typo 2023-08-23 17:38:50 +08:00
LinkinStars 119c7ddf6d Merge branch 'feat/1.1.2/notification' into test 2023-08-22 17:40:49 +08:00
LinkinStars fce6e1d075 fix(notification): Remove the author from notification subscribers 2023-08-22 17:16:46 +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 fdc740e9a0 Merge branch 'feat/1.1.2/notification' into test 2023-08-22 14:49:13 +08:00
LinkinStars 3b1324b83b fix(notification): missing unsubscribe code 2023-08-22 14:48:40 +08:00
LinkinStars 7a036f2118 Merge branch 'feat/1.1.2/notification' into test 2023-08-22 12:02:42 +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 0f26ab5aa7 Merge branch 'hot-fix/1.1.1/login' into test 2023-08-18 10:59:53 +08:00
LinkinStars f4e4e0b93c fix(login): move action record api to may auth router 2023-08-18 10:58:57 +08:00
LinkinStars 99661f2df4 Merge branch 'feat/1.1.2/user' into test 2023-08-17 15:25:28 +08:00
LinkinStars 0d2c9cfd45 feat(search): convert answer and question to search content 2023-08-17 15:25:14 +08:00
LinkinStars 744c9c9c77 Merge branch 'feat/1.1.2/user' into test 2023-08-17 12:03:45 +08:00
LinkinStars a5f74a656f feat(search): Refactor pagination in search syncer 2023-08-17 12:03:35 +08:00
LinkinStars e4fde9bcee Merge branch 'feat/1.1.2/user' into test 2023-08-17 11:37:39 +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 e93623b925 Merge branch 'feat/1.1.2/user' into test 2023-08-17 11:23:19 +08:00
LinkinStars 16a42301f7 feat(install): Add LoginRequired configuration when install 2023-08-17 10:56:16 +08:00
LinkinStars 44b9bb4f6c Merge branch 'feat/1.1.2/user' into test 2023-08-16 10:46:36 +08:00
LinkinStars a8d40949d9 refactor(users): Improve user validation in bulk add feature 2023-08-16 10:46:08 +08:00
LinkinStars a9e5e1e4ec Merge remote-tracking branch 'origin/feat/1.1.2/errmsg' into test 2023-08-14 18:44:32 +08:00
LinkinStars 8a7715ed04 Merge branch 'feat/1.1.2/user' into test 2023-08-14 18:44:27 +08:00
LinkinStars a8ec3ec045 fix(error): format error messageˆ 2023-08-14 18:43:24 +08:00
LinkinStars 236b1f797a feat(users): update bulk add users field name 2023-08-14 18:30:11 +08:00