.. |
action
|
fix(captcha): If no operation previously, it is considered to be the first operation.
|
2023-08-23 17:43:57 +08:00 |
activity
|
fix(answer): fix incorrect cancel answer activity
|
2023-08-29 15:22:35 +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
|
fix(answer): fix incorrect id for answer list
|
2023-08-29 11:01:04 +08:00 |
auth
|
feat(cache): upgrade cache interface
|
2023-08-22 16:10:41 +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
|
fix(comment): update the wrong errors
|
2023-07-13 16:01:13 +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
|
feat(cache): upgrade cache interface
|
2023-08-22 16:10:41 +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
|
fix(notification): Remove the author from notification subscribers
|
2023-08-22 17:16:46 +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
|
fix(answer): the wrong invite user rank limit
|
2023-07-28 16:03:30 +08:00 |
plugin_common
|
feat(search): Add search sync function
|
2023-08-17 11:33:45 +08:00 |
question_common
|
fix(answer): fix incorrect id for answer list
|
2023-08-29 11:01:04 +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
|
fix(avatar): set default gravatar base url only for none empty config #400
|
2023-06-14 16:54:10 +08:00 |
tag
|
refactor(activity): make activity queue as a service
|
2023-06-05 14:10:04 +08:00 |
tag_common
|
fix(search): fix incorrect tags when search
|
2023-08-30 17:41:44 +08:00 |
unique
|
feat: add notification repo unit test
|
2022-10-26 18:01:01 +08:00 |
uploader
|
refactor: close used resources
|
2023-10-07 18:41:55 +03:00 |
user_admin
|
refactor(users): Improve user validation in bulk add feature
|
2023-08-16 10:46:08 +08:00 |
user_common
|
fix(search): fix incorrect tags when search
|
2023-08-30 17:41:44 +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(answer): fix incorrect id for answer list
|
2023-08-29 11:01:04 +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): remove delete question on similar questions
|
2023-08-28 15:27:17 +08:00 |
revision_service.go
|
refactor(activity): make activity queue as a service
|
2023-06-05 14:10:04 +08:00 |
search_service.go
|
feat(search): add description api for search
|
2023-08-09 16:13:02 +08:00 |
user_service.go
|
feat(user): set default user notification config
|
2023-08-30 16:24:33 +08:00 |
vote_service.go
|
fix: internal/service: dropped errors
|
2023-09-08 08:53:21 -07:00 |