Commit Graph

3274 Commits

Author SHA1 Message Date
LinkinStars d0bc403c88 fix(activity): incorrectly uses value as id 2023-05-26 16:48:40 +08:00
LinkinStars 0c43b9c7b1 Merge branch 'feat/1.1.0/report' into feat/1.1.0/context 2023-05-26 15:26:07 +08:00
LinkinStars cbaf50e691 fix(user): check email invalid when oauth login 2023-05-26 15:23:23 +08:00
aichy126 4d1326f0df Merge branch 'feat/1.1.0/report' of github.com:answerdev/answer into feat/1.1.0/report 2023-05-26 11:10:00 +08:00
aichy126 749e4bced2 update admin question list 2023-05-26 11:09:55 +08:00
LinkinStars e0cc900309 chore(notification): format all response error 2023-05-26 10:52:49 +08:00
LinkinStars 879c781e35 refactor(config): remove all config global variables and cache all config related data 2023-05-25 20:13:18 +08:00
aichy126 fc94d667b7 update no_enough_rank_to_operate 2023-05-25 18:12:32 +08:00
LinkinStars 850637428c feat(permission): update translation for no enough reputation to operate 2023-05-25 18:03:10 +08:00
LinkinStars c7a7cc711e fix(gravatar): replace when set gravatar url 2023-05-25 17:00:03 +08:00
LinkinStars 3428b5fbc3 feat(permission): add user permission API 2023-05-25 16:51:17 +08:00
aichy126 bd079a0040 update Notification 2023-05-25 16:49:05 +08:00
aichy126 0a4f75323c update Notification 2023-05-25 16:30:19 +08:00
aichy126 36c93f546c Merge branch 'feat/1.1.0/report' of github.com:answerdev/answer into feat/1.1.0/report 2023-05-25 11:27:03 +08:00
aichy126 475433795b fix dump 2023-05-25 11:26:58 +08:00
LinkinStars f16207e30f Merge branch 'feat/1.1.0/report' into feat/1.1.0/context
# Conflicts:
#	internal/repo/rank/user_rank_repo.go
#	internal/repo/tag/tag_rel_repo.go
#	internal/service/report_admin/report_backyard.go
2023-05-25 11:25:38 +08:00
LinkinStars 49db3da26d refactor(context): add all context for data 2023-05-25 11:17:10 +08:00
LinkinStars f800076f85 refactor(user): move user info search API to auth router 2023-05-24 19:12:56 +08:00
LinkinStars 74a990d8b5 chore(config): remove secret_key config 2023-05-24 19:08:17 +08:00
aichy126 0ab505a216 add decode test 2023-05-24 17:27:34 +08:00
aichy126 e8265a0ddf Merge branch 'feat/1.1.0/report' of github.com:answerdev/answer into feat/1.1.0/report 2023-05-24 15:20:12 +08:00
aichy126 0b7606ea22 update inbox 2023-05-24 15:20:07 +08:00
LinkinStars cb8a0e0a76 feat(question): add extends actions permission 2023-05-24 15:19:04 +08:00
LinkinStars 0f671dd9fd fix(connector): add response data log 2023-05-24 11:16:20 +08:00
aichy126 87d71bf290 update swagger 2023-05-24 11:04:03 +08:00
aichy126 fb86b861da update inbox 2023-05-24 11:02:16 +08:00
LinkinStars e12e0094d2 feat(notification): add email notification for invited to answer 2023-05-24 10:42:26 +08:00
aichy126 8b55c05522 Merge branch 'feat/1.1.0/report' of github.com:answerdev/answer into feat/1.1.0/report 2023-05-23 17:32:28 +08:00
aichy126 bd5ea55ac8 Upgrade v12 2023-05-23 17:32:23 +08:00
aichy126 63ad5f577c Merge branch 'feat/1.1.0/sql' into feat/1.1.0/report 2023-05-23 17:29:49 +08:00
LinkinStars 674d98e983 feat(notification): add notification translation 2023-05-23 17:24:11 +08:00
aichy126 3425d223ac update config 2023-05-23 17:20:00 +08:00
LinkinStars 01bd603570 Merge branch 'feat/1.1.0/sql' into feat/1.1.0/report
# Conflicts:
#	internal/controller/question_controller.go
#	internal/migrations/migrations.go
#	internal/migrations/v13.go
2023-05-23 16:44:34 +08:00
LinkinStars 15438f0403 feat(notification): add notification for invited to answer 2023-05-23 16:32:10 +08:00
aichy126 f5bb3ff6e5 update invite user 2023-05-23 16:07:43 +08:00
aichy126 c777fec109 update invite user 2023-05-23 16:04:04 +08:00
aichy126 4d8bdd109e update invite user 2023-05-23 16:00:19 +08:00
LinkinStars 5db08a94a5 Merge branch 'feat/1.1.0/upgrade' into feat/1.1.0/report
# Conflicts:
#	internal/migrations/migrations.go
2023-05-23 15:33:55 +08:00
LinkinStars d262799865 chore(migrations): update migrations 2023-05-23 15:32:18 +08:00
aichy126 144caea4f9 update invite user 2023-05-23 14:54:59 +08:00
LinkinStars ba5aadf31b feat(rank): add permission and privilege reputation 2023-05-23 12:16:17 +08:00
aichy126 80b6b786c5 update inviteUser 2023-05-23 12:15:52 +08:00
aichy126 bbf7849fb7 update invite 2023-05-22 18:42:28 +08:00
LinkinStars 6efaf0857e feat(rank): cancel rank rollback when remove question and answer. 2023-05-22 15:26:20 +08:00
LinkinStars 7d23b17cdb fix(password): password can't contains space. 2023-05-22 15:09:42 +08:00
aichy126 5e33c28146 update show Deleted question 2023-05-19 15:58:56 +08:00
aichy126 5b649e4392 updateUserAnswerCount 2023-05-19 15:25:58 +08:00
aichy126 1860f3ecef add template language 2023-05-18 12:05:30 +08:00
aichy126 f266da8cea update ActionRecordReq 2023-05-17 18:32:13 +08:00
LinkinStars acad5b2811 feat(upgrade): support upgrade from specific version manually 2023-05-17 18:13:03 +08:00