LinkinStars
|
8a037f00db
|
feat(cache): upgrade cache interface
|
2023-08-22 16:10:41 +08:00 |
LinkinStars
|
0d2c9cfd45
|
feat(search): convert answer and question to search content
|
2023-08-17 15:25:14 +08:00 |
LinkinStars
|
a5f74a656f
|
feat(search): Refactor pagination in search syncer
|
2023-08-17 12:03:35 +08:00 |
LinkinStars
|
119effb98f
|
Merge branch 'feat/1.1.2/search' into feat/1.1.2/user
# Conflicts:
# plugin/search.go
|
2023-08-17 11:37:05 +08:00 |
LinkinStars
|
be5231671f
|
feat(search): Add search sync function
|
2023-08-17 11:33:45 +08:00 |
LinkinStars
|
8aa58bc182
|
feat(search): add description for search
|
2023-08-09 10:56:22 +08:00 |
LinkinStars
|
3c4c91b2aa
|
fix(upload): Use the correct upload type
|
2023-08-02 17:27:42 +08:00 |
LinkinStars
|
bf50c8971c
|
feat(plugin): update search condition
|
2023-07-26 16:35:33 +08:00 |
LinkinStars
|
5a03fef6ec
|
feat(plugin): update search condition
|
2023-07-21 17:27:01 +08:00 |
LinkinStars
|
6f812a0a56
|
fix(search): fix search condition
|
2023-07-20 18:48:35 +08:00 |
LinkinStars
|
e6471696be
|
Merge branch 'github-main' into feat/plugin/search
|
2023-07-12 14:57:43 +08:00 |
LinkinStars
|
6715b50a7e
|
fix(user-agent): set user role status from agent
|
2023-06-25 10:07:18 +08:00 |
LinkinStars
|
209dc4f623
|
refactor(agent): make a register for site URL
|
2023-05-29 15:08:03 +08:00 |
LinkinStars
|
5b7b49f87d
|
Merge remote-tracking branch 'origin/beta.2/1.1.0' into feat/plugin/search
|
2023-05-17 11:44:19 +08:00 |
kumfo
|
332428fc37
|
feat(plugin): add search plugin
|
2023-05-17 11:23:52 +08:00 |
LinkinStars
|
c56d54b0fe
|
feat(notification): add upvote and down vote notification
|
2023-05-04 19:22:25 +08:00 |
LinkinStars
|
3952439d49
|
feat(agent): add site info url for agent
|
2023-05-04 15:40:05 +08:00 |
LinkinStars
|
cba45d1eaa
|
feat(user): check username after check user center config
|
2023-04-28 15:46:47 +08:00 |
LinkinStars
|
af08b3e392
|
feat(usercenter): plugin user center add i18n
|
2023-04-20 19:10:24 +08:00 |
LinkinStars
|
b5ef7912d1
|
feat(usercenter): add user login API agent
|
2023-04-19 16:32:43 +08:00 |
LinkinStars
|
86685202ac
|
feat(usercenter): add user center email auth check
|
2023-04-18 18:21:50 +08:00 |
LinkinStars
|
8800b376d5
|
feat(privilege): add privileges API
|
2023-04-17 18:04:28 +08:00 |
LinkinStars
|
a2ba1144ee
|
feat(plugin): add user center config user role API
|
2023-04-16 12:39:02 +08:00 |
LinkinStars
|
a3cc0ac38a
|
feat(usercenter): add user center plugin and agent
|
2023-04-14 17:33:22 +08:00 |
LinkinStars
|
71537ec62c
|
Merge remote-tracking branch 'github/beta/1.1.0' into feat/1.1.1/user-center
|
2023-04-04 15:15:48 +08:00 |
LinkinStars
|
2a121c573b
|
feat(router): add middleware for user router
|
2023-04-03 11:17:38 +08:00 |
LinkinStars
|
e5df07ad7c
|
feat(plugin): add user center plugin
|
2023-03-29 17:12:45 +08:00 |
LinkinStars
|
072bf002c2
|
chore(plugin): remove sample
|
2023-03-27 13:37:32 +08:00 |
LinkinStars
|
9950ed5a40
|
feat(plugin): add label ui option for switch config type
|
2023-03-17 17:43:35 +08:00 |
LinkinStars
|
098873eea6
|
feat(plugin): update connector receiver interface
|
2023-03-16 14:57:17 +08:00 |
LinkinStars
|
40fb10b4d9
|
feat(plugin): set plugin default status is disabled
|
2023-03-16 14:56:06 +08:00 |
LinkinStars
|
adcb47a5e1
|
fix(plugin): Add cache plugin interface
|
2023-03-08 17:14:55 +08:00 |
LinkinStars
|
1f05338aae
|
fix(plugin): Add storage plugin interface
|
2023-03-08 16:29:55 +08:00 |
LinkinStars
|
d5b5d9a51c
|
fix(plugin): Exception when registering a plugin and finding that the slug_name is not unique.
|
2023-03-07 17:54:03 +08:00 |
LinkinStars
|
2ebf057d53
|
feat(plugin): add display name and username for connector
|
2023-03-02 12:13:58 +08:00 |
LinkinStars
|
666471ec24
|
feat(plugin): add link address for plugin
|
2023-03-02 11:03:24 +08:00 |
LinkinStars
|
4c38c73017
|
feat(plugin): Third-party login to synchronize user avatars
|
2023-03-02 10:24:32 +08:00 |
LinkinStars
|
822a96721a
|
feat(plugin): remove plugin translator context
|
2023-02-22 17:48:05 +08:00 |
joyqi
|
73dc7e744f
|
Change Translator receiver from pointer to struct.
|
2023-02-22 17:32:13 +08:00 |
joyqi
|
4809bab5c7
|
Check whether the translator struct is nil before translating.
|
2023-02-22 17:01:48 +08:00 |
LinkinStars
|
5bd8b1895b
|
refactor(plugin): try to refactor plugin translation struct
|
2023-02-22 16:49:03 +08:00 |
joyqi
|
ffb1e07acb
|
Make plugin translator as a struct.
|
2023-02-22 16:21:02 +08:00 |
LinkinStars
|
a148607763
|
feat(plugin): Modify the plugin base description information to the internationalization field
|
2023-02-21 17:27:14 +08:00 |
joyqi
|
3c2c13f7c4
|
Add sample codes for plugin i18n
|
2023-02-20 11:46:44 +08:00 |
LinkinStar
|
44480d8986
|
feat(plugin): add build plugin commend
|
2023-02-01 16:50:18 +08:00 |
LinkinStar
|
1802e6fa2e
|
refactor(plugin): Directory movement
|
2023-01-28 10:07:13 +08:00 |