answer/internal/service
LinkinStars 9e9fb8977b fix(question): fix incorrect trigger user id when admin delete question 2023-10-13 17:05:34 +08:00
..
action fix(captcha): If no operation previously, it is considered to be the first operation. 2023-08-23 17:43:57 +08:00
activity feat(user): group by user info in timeline 2023-09-14 15:21:12 +08:00
activity_common refactor(votes): refactor user vote repo 2023-06-30 18:18:22 +08:00
activity_queue refactor(activity): make activity queue as a service 2023-06-05 14:10:04 +08:00
activity_type fix(notification): add rank activity type translation 2023-05-29 10:38:59 +08:00
answer_common feat(answer): support recover answer, question and tag 2023-09-26 16:15:25 +08:00
auth fix(visit): remove visit token when logout 2023-10-11 15:05:10 +08:00
collection_common refactor: rename go mod package to answerdev 2022-10-24 16:51:05 +08:00
comment fix(comment): fix admin can't update user's comment. 2023-09-04 18:09:08 +08:00
comment_common feat(user): remove all the content when delete user 2023-09-12 18:56:52 +08:00
config refactor(config): remove all config global variables and cache all config related data 2023-05-25 20:13:18 +08:00
dashboard feat(notification): add notification limit 2023-08-22 17:07:45 +08:00
export fix(email): fix all incorrect url in email. 2023-10-08 17:58:52 +08:00
follow refactor: separate tag common repo and tag repo 2022-11-19 14:00:40 +08:00
meta refactor: rename go mod package to answerdev 2022-10-24 16:51:05 +08:00
mock feat(unit-test): Add site info common service unit test. 2022-12-14 11:41:43 +08:00
notice_queue feat(notification): add new question notification 2023-08-22 12:00:53 +08:00
notification feat(user): change delete user display info 2023-09-22 11:47:05 +08:00
notification_common fix(context): remove context background 2023-06-19 17:49:55 +08:00
object_info refactor(shortid): remove short id variable 2023-06-02 16:53:49 +08:00
permission feat(answer): support recover answer, question and tag 2023-09-26 16:15:25 +08:00
plugin_common feat(search): Add search sync function 2023-08-17 11:33:45 +08:00
question_common feat(answer): support recover answer, question and tag 2023-09-26 16:15:25 +08:00
rank refactor(votes): refactor user vote repo 2023-06-30 18:18:22 +08:00
reason feat(reason): translator report reasons. 2023-05-16 11:48:35 +08:00
reason_common feat(reason): translator report reasons. 2023-05-16 11:48:35 +08:00
report feat(reason): translator review reasons. 2023-05-16 15:22:46 +08:00
report_admin refactor(config): remove all config global variables and cache all config related data 2023-05-25 20:13:18 +08:00
report_common style(simple): Properly handle unhandled errors 2022-12-16 16:35:55 +08:00
report_handle_admin refactor(notification): make notification queue as a service 2023-06-02 18:15:54 +08:00
revision add revision userid 2022-12-06 14:32:44 +08:00
revision_common update short id 2023-03-03 15:47:56 +08:00
role fix(i18n): If the translation content is not found, use the default language for translation 2023-01-06 18:00:51 +08:00
search_common fix(search): fix incorrect tags when search 2023-08-30 17:41:44 +08:00
search_parser fix(search): direct search of main tag content when searching for synonym tags 2023-08-31 14:16:32 +08:00
service_config chore(config): remove secret_key config 2023-05-24 19:08:17 +08:00
siteinfo feat(init): set default privileges when init 2023-07-04 14:33:31 +08:00
siteinfo_common feat(user): remove all the content when delete user 2023-09-12 18:56:52 +08:00
tag feat(answer): support recover answer, question and tag 2023-09-26 16:15:25 +08:00
tag_common feat(answer): support recover answer, question and tag 2023-09-26 16:15:25 +08:00
unique feat: add notification repo unit test 2022-10-26 18:01:01 +08:00
uploader Merge remote-tracking branch 'origin/dev' into feat/1.2.0/question 2023-10-08 15:11:35 +08:00
user_admin feat(user): change delete user display info 2023-09-22 11:47:05 +08:00
user_common feat(visit): only login user can access upload file in private mode. 2023-10-10 16:23:10 +08:00
user_external_login feat(notification): add notification limit 2023-08-22 17:07:45 +08:00
user_notification_config feat(user): set default user notification config 2023-08-30 16:24:33 +08:00
answer_service.go fix(question): fix incorrect trigger user id when admin delete question 2023-10-13 17:05:34 +08:00
collection_group_service.go Running gofumpt against repo (#49) 2022-11-01 15:25:44 +08:00
collection_service.go Running gofumpt against repo (#49) 2022-11-01 15:25:44 +08:00
provider.go feat(notification): add new question notification 2023-08-22 12:00:53 +08:00
question_service.go fix(question): fix incorrect trigger user id when admin delete question 2023-10-13 17:05:34 +08:00
revision_service.go refactor(activity): make activity queue as a service 2023-06-05 14:10:04 +08:00
search_service.go fix(search): filter all special characters when searching 2023-10-08 15:11:02 +08:00
user_service.go feat(visit): only login user can access upload file in private mode. 2023-10-10 16:23:10 +08:00
vote_service.go fix: internal/service: dropped errors 2023-09-08 08:53:21 -07:00