Commit Graph

34 Commits

Author SHA1 Message Date
LinkinStars e4a77367a4 feat(notification): add notification limit 2023-08-22 17:07:45 +08:00
LinkinStars 6a3d2f95d2 feat(notification): add user notification config API 2023-08-21 15:07:30 +08:00
LinkinStars 4004c0b674 fix(revision): Increase content field size in revision entity
Modified the "content" field in the "revision_entity.go" file from 'TEXT' to 'MEDIUMTEXT'. Added a new migration file "v14.go" to handle the transition of the database 'content' field to 'MEDIUMTEXT'. Also adapted the 'command.go' and 'migrations.go' files to handle the new migration. These changes were necessary to accommodate larger revision content sizes.
2023-07-31 15:04:32 +08:00
LinkinStars 7759877bac feat(migration): add context for migration 2023-07-13 16:16:13 +08:00
LinkinStars d6d0bd4883 fix(migrations): add migration error log 2023-06-06 10:04:56 +08:00
aichy126 9adb5063e5 Merge conflict 2023-05-18 10:30:58 +08:00
LinkinStars acad5b2811 feat(upgrade): support upgrade from specific version manually 2023-05-17 18:13:03 +08:00
LinkinStars b564e975a8 Merge branch 'feat/1.1.0/upgrade' into feat/1.1.0/avatar 2023-05-15 11:20:58 +08:00
LinkinStars e947354a68 feat(upgrade): add gravatar base url 2023-05-15 11:20:50 +08:00
LinkinStars 2ca32147b4 feat(upgrade): support upgrade from specific version number manually 2023-05-11 11:55:39 +08:00
LinkinStars b0a04bbf11 Merge remote-tracking branch 'github/feat/1.1.2/user-center' into beta.2/1.1.0
# Conflicts:
#	docs/docs.go
#	docs/swagger.json
#	docs/swagger.yaml
#	go.mod
#	i18n/en_US.yaml
#	internal/base/reason/reason.go
#	internal/migrations/init.go
#	internal/migrations/migrations.go
2023-05-09 10:49:00 +08:00
LinkinStars dacc27e373 Merge branch 'beta/1.1.0' into beta.2/1.1.0
# Conflicts:
#	internal/migrations/migrations.go
#	internal/schema/user_schema.go
#	ui/src/common/interface.ts
2023-05-09 10:15:58 +08:00
aichy126 58bec8ddd1 upgrade question post time 2023-05-08 16:01:57 +08:00
aichy126 201a776cd6 update upgrade pin list 2023-04-25 14:16:51 +08:00
LinkinStars 7824797648 fix(rank): update answer accept rank config 2023-04-21 17:24:23 +08:00
LinkinStars d5f95c5bde Merge branch 'github-main' into beta/1.1.0
# Conflicts:
#	internal/migrations/migrations.go
2023-04-21 16:54:04 +08:00
LinkinStars 51ac1e6b76 fix(rank): update answer accept rank config 2023-04-21 16:52:22 +08:00
LinkinStars 8fb303d024 Merge remote-tracking branch 'github/feat/1.1.2/ui' into feat/1.1.2/user-center
# Conflicts:
#	Makefile
#	i18n/en_US.yaml
#	internal/migrations/migrations.go
2023-04-19 17:50:35 +08:00
LinkinStars fc9de356d6 Merge branch 'github-main' into beta/1.1.0
# Conflicts:
#	Makefile
#	internal/migrations/migrations.go
#	ui/src/common/interface.ts
2023-04-19 16:57:48 +08:00
LinkinStars a3cc0ac38a feat(usercenter): add user center plugin and agent 2023-04-14 17:33:22 +08:00
aichy126 b0d2cdc4a0 add question operation 2023-04-13 11:17:17 +08:00
LinkinStar 6a8d5e5984 Merge branch 'feat/1.0.4/comment' into feat/plugin/connector/github
# Conflicts:
#	internal/migrations/migrations.go
#	internal/migrations/v6.go
#	internal/service/user_common/user.go
#	internal/service/user_service.go
#	pkg/checker/reserved_username.go
#	ui/build/index.html
2023-02-01 17:02:00 +08:00
LinkinStar 8d0bd2be20 feat(plugin): Add plugin config repo 2023-01-18 10:39:55 +08:00
LinkinStar 568aa7ae18 feat(migration): Add upgrade configuration for new message email notification. 2022-12-30 11:23:10 +08:00
LinkinStar 2b83f21584 feat(migrations): Clean up cache if this migration needed 2022-12-19 16:55:58 +08:00
LinkinStar 87bb3c72b0 feat(theme): add theme and custom css html interface 2022-12-09 14:20:50 +08:00
LinkinStar 2b0634e2e6 feat(rank): Modify all permission restriction controls 2022-12-02 15:08:18 +08:00
LinkinStar cd961eafc2 feat: add timeline api interface 2022-11-22 19:48:27 +08:00
LinkinStar f6095fd476 feat: add recommend and reserved tag field migration 2022-11-17 10:09:18 +08:00
LinkinStar 720754c8bb feat: support to config the default language 2022-11-02 15:25:27 +08:00
LinkinStar adc760e874 refactor: rename go mod package to answerdev 2022-10-24 16:51:05 +08:00
LinkinStar cb03804f09 feat: remove database field comments for support multiple databases 2022-10-19 20:03:41 +08:00
LinkinStar 80fccefa3d feat: update all entity fields 2022-10-19 14:56:22 +08:00
LinkinStar b2cd5b9cf8 feat: upgrade command support update db version and exec migration 2022-10-18 15:26:48 +08:00