Commit Graph

1404 Commits

Author SHA1 Message Date
LinkinStars e75142a555 fix(answer): fix incorrect notification's triggerUserID when cancel accepted answer 2023-08-29 11:39:51 +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
LinkinStars d05eadaf28 Merge branch 'feat/1.1.2/user' into test 2023-08-14 16:44:19 +08:00
LinkinStars 1cd4e2740d feat(users): update api docs 2023-08-14 16:42:41 +08:00
LinkinStars ff61e91fe6 Merge branch 'feat/1.1.2/user' into test 2023-08-14 16:23:01 +08:00
LinkinStars 64c7271ab7 feat(users): check duplicate email 2023-08-14 16:21:53 +08:00
LinkinStars 783b826b51 Merge branch 'feat/1.1.2/user' into test 2023-08-14 15:47:03 +08:00
LinkinStars 00e40ad5e6 feat(users): add users error message 2023-08-14 15:46:13 +08:00
LinkinStars 22bdc06fe9 feat(user): add users 2023-08-14 12:13:28 +08:00
LinkinStars 8759cbf655 Merge branch 'feat/1.1.2/user' into test 2023-08-09 16:13:28 +08:00
LinkinStars 51c86449e6 feat(search): add description api for search 2023-08-09 16:13:02 +08:00
LinkinStars 8b33968a78 Merge branch 'feat/1.1.2/user' into test 2023-08-09 10:56:37 +08:00
LinkinStars 8aa58bc182 feat(search): add description for search 2023-08-09 10:56:22 +08:00
LinkinStars 65eb0daa85 feat(user): update user status 2023-08-04 15:48:20 +08:00
LinkinStars eef4b9df9e feat(user): update user status 2023-08-04 15:47:50 +08:00
LinkinStars 66a04d0e5a feat(validator): format error message 2023-08-03 19:54:38 +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
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
aichy d440e49e45 Merge branch 'feat/1.1.1/ai' into test 2023-08-02 14:21:23 +08:00