SKINMAKER
|
b421d1ab64
|
chore: apply prettier (#637)
* chore: apply prettier
* chore: edit ready comment
* chore: move ts comment
|
2023-11-29 22:04:33 +09:00 |
|
SKINMAKER
|
59dbf74466
|
refactor/webhook (#553)
* types: fix type of shortValue
* refactor: move webhook section to dev page
* feat: add tooltip
* refactor: remove warning prop for Label
* refactor: remove webhook field from edit page
* feat: check webhookStatus
* chore: remove unused import
* chore: remove ununsed import
* chore: remove unused import
* chore: add desc about failed webhook
* chore: remove unused import
* feat: remove warning icon when updated
* feat: add webhook field to server
* refactor: remove webhook verification
* fix: endpoint
* feat: add endpoint for /applications/servers/[id]
* feat: remove webhook related props from bot/server
* chore: edit url
* feat: add link to docs
* chore: remove indents
|
2023-04-14 23:57:43 +09:00 |
|
Byungchul Kim
|
e8075ee7d5
|
feat: support webhook (#514)
* feat: support webhook
* feat: bot webhook
* types: add enums for webhook
* feat: update webhook status by param
* feat: send webhook of server count change
* feat: send webhook of vote
* chore: add desc of faulty webhook
* chore: set initial value
* feat: add collection of clients
* chore: simplify
* feat: set webhook status dynamically
* feat: webhook for discord
* refactor: rename WebhookStatus.Paused
* refactor: make webhookClients to one object
* feat: webhook with fetch
* feat: add warning prop to input component
* feat: display red when warning
* feat: check server count properly
* feat: handle status codes
* refactor: remove double fetch
* chore: typo
* feat: send failed message
* fix: missing id on query
* feat: limit response body
* feat: use severlist bot to dm
* feat: webhook for servers
* feat: use env for ids
* refactor: remove variables
* fix: send discord log
* fix: message
* feat: include koreanbots in footer
* fix: typo
* refactor: export function as non default
* feat: add verification
* feat: add columns
* feat: verify bot webhook
* feat: verify server webhook
* chore: rename key to secret
* fix: stringify
* chore: remove webhook related columns
* refactor: use separate object for webhook
* type: add webhook prop to bot / server
* fix: implement webhook status
* refactor: rename webhook to webhookURL
* feat: select webhook props
* feat: remove bot's private props
* feat: remove server private fields
* chore: use makeURLs
* type: fix faildSince is type as string
* refactor: rename to updateWebhook
* chore: make props optional
* feat: failedSince
* feat: remove failedSince when success
* fix: missing import
* fix: typo
* fix: convert missing prop
* fix: typo
* chore: remove unnecessary select
* fix: missing systax
* feat: sort docs
* feat: use relay
* fix: check status properly
* chore: handle relay server error
* remove awaits
* fix: add base url
* fix: typo
* chore: remove red highlights
* chore: change emoji
---------
Co-authored-by: SKINMAKER <skinmaker@SKINMAKERs-iMac.local>
Co-authored-by: skinmaker1345 <me@skinmaker.dev>
|
2023-04-03 12:03:41 +09:00 |
|
Byungchul Kim
|
bd6af3380b
|
fix: fix bot url length (#504)
|
2022-08-06 10:42:32 +09:00 |
|
Junseo Park
|
678fae4112
|
Feature/serverlist skeleton (#468)
* deps: added mongoose
* feat(*): added mongo and saving invited count
* chore(env): updated mongo configuration
* chore: updated next-env.d.ts
* chore(*): changed categories to botCategories
* chore(Image): maded image component
* feat(ServerCard): added ServerCard component
* feat(ServerIcon): added ServerIcon component
* feat(Tools): added server related functions
* feat(Mongo): added serverSchema
* chore(Hero): support serverlist
* feat(Owner): added crown
* feat(icons): added icons api
* feat(Yup): added AddServerSubmitSchema
* types: added server related types
* chore(BotCard): changed bot category link
* chore(Hero): changed category links
* feat(ServerCard): added unreachable state display
* feat(Yup): added ManageServerSchema
* feat(Query): added server related queries
* feat(Constants): added server related stuffs
* types: added updatedAt field for ServerData
* feat(pages/servers/*): added server pages
* feat(*): moved bot category rotue
* typo: fixed typo issue
* feat(pages/addserver/*): added add server page
* feat(api/servers): added server related api
* feat(pages/servers): added server edit page
* feat(pages/bots): changed bot list route
* feat(*): server categories
* feat(pages/users): added owned server list
* chore(pages/bots): changed image size
* feat(docker-compose): added bot
* ci: made some changes
* types: fixed type
* types(Search): fixed type
* types(*): fixed type
* fix(*): missing fields
* fix: Hero type typo issue
* ci(*): missing sentry org slug
* ci(*): fix
* feat(*): added and changed search pages
* Update pages/addserver/[id].tsx
Co-authored-by: Ryu JuHeon <saidbysolo@gmail.com>
* feat(api/search): added servers search api
* feat(pages/panel): added server list in manage page
* feat(Search): supporting server search at SearchBox
* feat(pages/apllications/servers): added server application page
* chore(docker-compose): changed image link
* chore(utils): removing server cache at submit
* chore(image/icons): added debug code
* chore(*): changed component names
* chore(Query): decreased server cache ttl
* fix(Query): error on addserver page
close: https://github.com/koreanbots/serverlist-testing/issues/10
* fix(Query): not using vote type
close: https://github.com/koreanbots/serverlist-testing/issues/9
* fix(Constants): fixed category unexpected char
close: https://github.com/koreanbots/serverlist-testing/issues/8
* fix(Query): serialize server data
* fix(Query): returning null on boost level 0
* fix(page/servers): displaying n/a on boostTier null
close: https://github.com/koreanbots/serverlist-testing/issues/4
* fix(pages/servers): hiding emoji list if no emoji
close: https://github.com/koreanbots/serverlist-testing/issues/1
* typo(pages/servers): bot to server
close: https://github.com/koreanbots/serverlist-testing/issues/2
* fix(components/Hero): editing vote list link
close: https://github.com/koreanbots/serverlist-testing/issues/11
* chore(*): changed list route
* feat(pages/servers/list/votes): added server vote list page
close: https://github.com/koreanbots/serverlist-testing/issues/12
* feat(Dockerfile): added pre-build
* fix(Image): image broken when fallbackSrc not given
close: https://github.com/koreanbots/serverlist-testing/issues/5
* ci: checking out submodules
* fix(ServerCard): bot category displayed at ServerCard
close: https://github.com/koreanbots/serverlist-testing/issues/16
* feat(*): supporting opengraph image for server
* fix(utils/Constants): fixed type missing on og
* feat(pages/servers): not forcing emoji width
* chore(utils/Yup): fixed agree checkbox error message
* typo(utils/Yup): fixed bot to server
* feat(pages/servers): improved emoji display
* chore(api/images/discord/icons): removed debug code
* chore(pages/servers): removed crown for owner
close: https://github.com/koreanbots/serverlist-testing/issues/19
* fix(utils/Query): returning date as string
close: https://github.com/koreanbots/serverlist-testing/issues/23
* fix(ServerCard): changed manage link from bot manage link
* fix(ServerCard): same height for every card
* chore: removed debug code
* chore(pages/addserver): showing as invite for server kicked bot
* typo(*): fixed typo issues
* types: added nullable type
* feat(Navbar): added list menu
* chore: showing warning for server data not fetched
* chore: changed main page (combined bots and servers)
* typo(*): replace '한국 디스코드봇 리스트' with '한국 디스코드 리스트'
* chore: added Hero component combined state
* typo: changed name
* fix(Navbar): fix link href
* typo: fix about page for serverlist
* chore: decrease font size
* fix: server category tag link
* fix: bot category link
* feat: added server widget
* fix(ServerCard): fixed servername overflowing
* chore: forcing re-login when discord server data fetch fails
* fix: error causing on owner not registered
* fix: making state same for join button
* fix: filtering owner if null
* fix(servers/[id]): fix error causing if owner is null
* fix(addserver): fixed error occuring for users not logged in
* fix(Constant): fixed og image extension getting popped
* typo: fixed typo issue
* fix: showing forbidden page for non-owner users
* feat: invite guide for server which bot left
* fix: invalid path for paginator on bot page
Co-authored-by: Hajin Lim <zero734kr@gmail.com>
Co-authored-by: Ryu JuHeon <saidbysolo@gmail.com>
|
2021-11-06 23:57:46 +09:00 |
|
|
|
67c961662b
|
feat: added shards field at bot
|
2021-06-03 22:28:17 +09:00 |
|
|
|
7355df4714
|
fix: https://github.com/koreanbots/v2-testing/issues/104
|
2021-05-17 16:26:20 +09:00 |
|
|
|
4e979831f3
|
feat: added owner transfer and edit
|
2021-05-06 22:25:42 +09:00 |
|
wonderlandpark
|
8708cbdc63
|
chore: added csrfCaptchaSchema
|
2021-04-09 20:02:21 +09:00 |
|
wonderlandpark
|
0a7edca2d8
|
feat: added captcha at addbot
|
2021-03-25 22:10:47 +09:00 |
|
wonderlandpark
|
adf0133095
|
feat: added Manage bot page
|
2021-03-25 10:31:03 +09:00 |
|
wonderlandpark
|
5963bcb0ce
|
feat: added csrf
|
2021-03-13 18:48:11 +09:00 |
|
wonderlandpark
|
ce28be2641
|
chore: removed id at schema
|
2021-03-12 13:17:06 +09:00 |
|
wonderlandpark
|
4c3621f77c
|
style: import from paths
|
2021-03-11 13:17:39 +09:00 |
|
wonderlandpark
|
7867c60881
|
feat: added report
|
2021-03-08 22:47:11 +09:00 |
|
wonderlandpark
|
c352e7428b
|
chore: added servers update endpointg
|
2021-03-06 14:08:05 +09:00 |
|
|
|
899f948fa6
|
style: code style changes
|
2021-02-28 11:58:03 +09:00 |
|
|
|
67695d9b90
|
chore: increased webhook url max length
feat: https://github.com/koreanbots/v2-testing/issues/59
|
2021-02-28 11:25:22 +09:00 |
|
|
|
baf13c2c9e
|
feat: add token reset route
|
2021-02-27 22:40:51 +09:00 |
|
|
|
94660f32f8
|
feat: added developerBotSchema
|
2021-02-27 15:47:29 +09:00 |
|
|
|
dd4e9014a2
|
chore: export DeveloperBot
|
2021-02-27 14:51:45 +09:00 |
|
|
|
bae3e134f0
|
feat: added Developer Bot Schema
|
2021-02-27 13:48:57 +09:00 |
|
|
|
a160d891bd
|
feat: added icon option
|
2021-02-25 16:44:40 +09:00 |
|
|
|
58882ad5ca
|
chore: added status widget
|
2021-02-25 11:12:33 +09:00 |
|
|
|
b6e8e99460
|
feat: added widget
|
2021-02-24 22:49:14 +09:00 |
|
|
|
46ef410f6f
|
feat: added ManageBotSchema
|
2021-02-23 10:00:00 +09:00 |
|
|
|
a0baf7aa1b
|
feat: added url max length
|
2021-02-23 09:59:43 +09:00 |
|
|
|
c6606f0e9b
|
types: added AddBotSubmit schema type
|
2021-02-17 15:16:19 +09:00 |
|
원더
|
ab31eb9c49
|
feat: added length limit for search
close: https://github.com/koreanbots/v2-testing/issues/45
|
2021-02-09 19:11:14 +09:00 |
|
원더
|
c125a6a083
|
feat: added page to Schema
|
2021-02-08 22:40:26 +09:00 |
|
원더
|
6bd13bb45f
|
feat: added category route
close: https://github.com/koreanbots/v2-testing/issues/16
|
2021-02-04 21:36:36 +09:00 |
|
원더
|
af0e1990cd
|
chore: fixed some regex and message
close: https://github.com/koreanbots/v2-testing/issues/40
|
2021-02-02 21:00:37 +09:00 |
|
원더
|
0d1ecc9841
|
typo: fixed typo issues
close: https://github.com/koreanbots/v2-testing/issues/41
close: https://github.com/koreanbots/v2-testing/issues/42
|
2021-02-02 19:57:14 +09:00 |
|
원더
|
801b54d975
|
feat: added Yup Schema
|
2021-01-31 12:47:18 +09:00 |
|
원더
|
0fed5b9b32
|
feat: added OauthCallback schema validation
|
2021-01-27 16:47:11 +09:00 |
|
원더
|
9228eddc2c
|
feat: validate page count
|
2021-01-26 12:01:10 +09:00 |
|
원더
|
3e1a020a9b
|
types: added and fixed
|
2021-01-24 22:56:12 +09:00 |
|
원더
|
2cb83c499c
|
chore: using yup for avatar api
|
2021-01-24 22:40:57 +09:00 |
|
원더
|
1757b58a6a
|
types: fixed typing
|
2021-01-09 21:53:36 +09:00 |
|
원더
|
f12805187a
|
feat: added botList argument schema
|
2021-01-09 19:28:18 +09:00 |
|
원더
|
3b627915f6
|
feat: added Yup
|
2021-01-09 15:29:15 +09:00 |
|