243 Commits

Author SHA1 Message Date
LinkinStars 23cc755aa8 feat(question): add question linking feature for closing question 2024-10-18 15:55:31 +08:00
sy-records a8e008de07 feat: Support related and hot questions template 2024-10-17 11:08:06 +08:00
LinkinStars 8602065490 refactor(provider): add importer provider 2024-10-16 17:03:29 +08:00
Anan 73c7a22900 Fix importer 2024-10-16 11:28:26 +08:00
Anan 5aad9e95b5 Add importer service 2024-10-16 11:28:26 +08:00
LinkinStars 0d6ea89ad3 refactor(gomod): upgrade golang and dependence version 2024-09-23 15:00:34 +08:00
sy-records 48c2387853 chore: sync swagger 2024-09-19 14:37:04 +08:00
LinkinStars 2e67b9ca6f fix(swagger): fix title and description on swagger docs 2024-09-11 16:41:45 +08:00
sy-records fb9bece01c fix: format code 2024-09-05 11:07:15 +08:00
sy-records c751364974 fix: add getInstallLanguageConfig 2024-09-05 11:07:15 +08:00
kumfo bd7a8c0368 fix(badge): fixed badge description translation 2024-09-04 18:26:31 +08:00
LinkinStars 2ca5e8bb4a Merge branch 'dev' into test
# Conflicts:
#	cmd/wire_gen.go
#	internal/service/content/question_service.go
2024-09-04 10:29:05 +08:00
ferrischi201 eacb79e512 feat(recommend): add tag-based recommendations in question page
Filter out deleted or hidden questions and support multi databases and filter out deleted or hidden questions.

For issue:1003.
2024-09-04 10:24:53 +08:00
robin 1af1f77a60 feat: Add RenderController to handle rendering configuration 2024-08-23 11:39:16 +08:00
LinkinStars 2cc478357a Merge branch 'feat/1.4.0/config' into test 2024-08-23 10:22:26 +08:00
LinkinStars b20e656c30 feat(config): add deactivate plugin config cli 2024-08-22 14:21:18 +08:00
Jan Ernsting 493d5c0768 requested changes 2024-08-22 10:58:06 +08:00
Jan Ernsting 15531f4223 build swagger documentation on go generate 2024-08-22 10:58:06 +08:00
LinkinStars 7d040f07dd feat(badge): add badge notification 2024-08-15 18:34:13 +08:00
LinkinStars bede0adbf7 feat(badge): award badge for user 2024-08-14 10:38:17 +08:00
kumfo bb40366f00 feat(badge): badge manage and user center's badge list 2024-08-13 16:12:34 +08:00
kumfo c2531f9b07 chore(badge): change project code struct 2024-08-09 11:33:24 +08:00
LinkinStars 9b0de85ed4 feat(badge): add badge event handler 2024-08-08 18:09:27 +08:00
LinkinStars b2d36e0a73 Merge branch 'feat/1.4.0/badges' into feat/1.4.0/badge
# Conflicts:
#	internal/service/provider.go
2024-08-08 16:43:31 +08:00
kumfo 797ea9b918 feat(badge): badge info && badge award list 2024-08-08 16:41:17 +08:00
LinkinStars 07e4f549b1 feat(badge): add event for the badge 2024-08-08 16:19:47 +08:00
kumfo ea43edc864 feat(badge): define func and add badge's list 2024-08-07 16:35:22 +08:00
LinkinStars cc8cc43907 Merge branch 'feat/1.3.6/user' into test
# Conflicts:
#	cmd/wire_gen.go
2024-07-25 10:15:24 +08:00
LinkinStars 8f30a1530c fix(question): update answer count after reviewing 2024-07-25 10:09:51 +08:00
LinkinStars 0c98e0c365 Merge branch 'feat/1.3.6/cmd' into test 2024-07-18 16:16:18 +08:00
shuai f2120ff582 fix: test custome content 2024-07-17 15:46:51 +08:00
LinkinStars 82e656821d feat(cmd): add i18n command 2024-07-17 11:04:20 +08:00
kumfo 795febe0ee feat(hot): change frequent to hot 2024-07-11 17:27:03 +08:00
LinkinStars 5dc79e665c chore(asf): add asf header 2024-06-17 18:57:26 +08:00
robin 938598aa72 Merge branch 'feat/1.3.5/embed' into test 2024-06-06 09:42:07 +08:00
kumfo 15dc4371f8 fix(import): fixed 2024-06-05 18:40:55 +08:00
Nayan Thulkar 8d2954035b Added isInvalid styles for forms (#935)
## This PR includes, fixing css style for some of the forms when clicked
is invalid.
Issue:- #927 

### Question/ask page
![Screenshot 2024-05-01
163450](https://github.com/apache/incubator-answer/assets/43349097/90b5337b-85ea-459d-9d59-967968217ada)


### Question/details page
![Screenshot 2024-05-01
163532](https://github.com/apache/incubator-answer/assets/43349097/8012a67e-9508-4cb9-ab48-e4eb639dacd1)

---------

Co-authored-by: Nayan <nayanthulkar15@gmail.com>
2024-05-30 11:32:40 +08:00
LinkinStars b0882f66dd Merge branch 'feat/basepath' into dev
# Conflicts:
#	cmd/wire_gen.go
#	ui/pnpm-lock.yaml
#	ui/src/pages/Admin/General/index.tsx
2024-05-27 16:29:28 +08:00
a.i.kuleshov 3a6ac93f0e feat: add build path 2024-05-27 16:05:52 +08:00
hgaol a7c44de05b update header for wire_gen.go 2024-05-27 16:01:12 +08:00
hgaol d9cca1bad1 refactor meta_service and meta_common_service and fix other issues 2024-05-27 16:01:12 +08:00
hgaol 9e76872d05 add Apache header for wire_gen.go 2024-05-27 16:01:12 +08:00
hgaol 283aa092fe update 2024-05-27 16:01:12 +08:00
kumfo f972a23dd8 feat(plugin/embed): merge from dev and add embed plugin 2024-05-23 15:57:10 +08:00
kumfo 61f2e672bc feat(embed): init embed 2024-05-21 10:55:16 +08:00
LinkinStars c6d43e92c1 feat(base): add base path for ui page 2024-04-24 15:31:03 +08:00
LinkinStars bbb516c213 chore(gomod): remove go mod 2024-04-09 12:22:08 +08:00
LinkinStars 0894cd94a9 feat(captcha): add captcha config API 2024-04-09 12:19:44 +08:00
LinkinStars e53c7b3c8a docs(asf): add ASF header 2024-03-22 17:30:48 +08:00
LinkinStars abe0680641 Release/1.3.0 (#876)
Co-authored-by: shuai <lishuailing@sifou.com>
Co-authored-by: Han Gao <dhangao@hotmail.com>
Co-authored-by: wzy <770954908@qq.com>
Co-authored-by: zahash <zahash.z@gmail.com>
Co-authored-by: Hosein Beigi <hbsciw@gmail.com>
Co-authored-by: kumfo <kumfo@sifou.com>
Co-authored-by: sy-records <52o@qq52o.cn>
Co-authored-by: 而立 <cuihengqing@cai-inc.com>
Co-authored-by: foxzero-007 <chq2549603631@gmail.com>
Co-authored-by: easy <58644520+foxzero-007@users.noreply.github.com>
Co-authored-by: robin <robin@rnode.me>
Co-authored-by: Akhil <surapuramakhil@gmail.com>
Co-authored-by: Shaobiao Lin <whalevocal@gmail.com>
2024-03-22 17:25:46 +08:00