SKINMAKER
|
5649f91bc0
|
fix: typo from "컨텐츠" (#653)
|
2024-07-26 15:07:57 +09:00 |
|
SKINMAKER
|
05c802369b
|
feat: Add descriptions for bot categories (#650)
* feat: make select option show description
* feat: add category descriptions of bot
|
2024-07-21 10:15:16 +09:00 |
|
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
|
bec6aa3554
|
chore: deps (#566)
* chore: remove zlib-sync
* chore: pin version of @types/react
* chore: remove next-session
* chore: update tailwind
* chore: update tailwind
* chore: update lint
* chore: remove abort-controller
* chore: regen lock file
* fix: remove transparent
* chore: set plugin to not mutate existing style
|
2023-06-20 12:59:42 +09:00 |
|
Eunwoo Choi
|
f80c073a38
|
fix: new og link (#545)
|
2023-03-22 22:39:33 +09:00 |
|
Taehyun Lim
|
c051b440d3
|
feat: edit wrong color code (#516)
|
2022-10-13 16:18:11 +09:00 |
|
Ryu Juheon
|
79c31256ca
|
fix: fix overflow from bit calculation (#489)
* fix: fix overflow from bit caculation
* fix: fix typing issue
Co-authored-by: Byungchul Kim <64084503+chul0721@users.noreply.github.com>
|
2022-08-26 09:32:05 +09:00 |
|
|
|
52247d0d3d
|
chore: fixed description
|
2021-11-07 21:18:33 +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 |
|
Junseo Park
|
2ee7151a06
|
Improved Report and changed email address (#440)
* feat: added report page for bot
* feat: added report page for user
* feat: blocking user reporting self
* feat: changed emails
* refactor: changed category handler style
|
2021-07-04 12:23:23 +09:00 |
|
|
|
d70185526f
|
feat: changed origin
|
2021-05-29 00:36:54 +09:00 |
|
|
|
435ef2ddf6
|
feat: added deny presets article
|
2021-05-23 02:03:41 +09:00 |
|
|
|
f4ba609f71
|
refactor: using next-seo for seo
|
2021-05-22 01:56:35 +09:00 |
|
|
|
a2c1347387
|
feat: added approve api
|
2021-05-21 22:04:47 +09:00 |
|
|
|
daf0d85c83
|
feat: private api changes
|
2021-05-21 09:44:17 +09:00 |
|
|
|
acd53e7c21
|
feat: added logging
|
2021-05-20 09:52:34 +09:00 |
|
|
|
07d56c0db0
|
feat: fetching docs from github
|
2021-05-18 10:20:06 +09:00 |
|
|
|
570049c687
|
feat: added bug bounty group
|
2021-05-17 20:47:04 +09:00 |
|
|
|
a25f079fc0
|
chore: improved pwa
|
2021-05-17 15:19:50 +09:00 |
|
|
|
8ca6d9ebae
|
typo: fixed and improved typo issues
|
2021-05-16 20:29:28 +09:00 |
|
|
|
72ff66c98e
|
feat: added bug reporters
|
2021-05-07 12:14:20 +09:00 |
|
|
|
05b92d1980
|
feat: added vote
|
2021-05-05 12:04:43 +09:00 |
|
|
|
ac6ca27943
|
refactor: made change on sentry
|
2021-04-29 14:38:57 +09:00 |
|
wonderlandpark
|
57569bd298
|
feat: camo images in bot desc
|
2021-04-09 14:17:33 +09:00 |
|
wonderlandpark
|
907370fbe4
|
typo: fixed unexpected char
|
2021-03-26 14:16:19 +09:00 |
|
wonderlandpark
|
0a7edca2d8
|
feat: added captcha at addbot
|
2021-03-25 22:10:47 +09:00 |
|
wonderlandpark
|
c6835218db
|
typo: unexpected char
|
2021-03-25 17:00:41 +09:00 |
|
wonderlandpark
|
f9fdcbc6a6
|
feat: added permission
|
2021-03-25 15:23:36 +09:00 |
|
wonderlandpark
|
0b0d5e4dba
|
feat: added github
|
2021-03-23 22:53:11 +09:00 |
|
wonderlandpark
|
bcd8890ea4
|
chore: added some additional message at 429
|
2021-03-12 13:19:14 +09:00 |
|
wonderlandpark
|
31b07bc9dd
|
chore: renamed slash command
|
2021-03-11 13:39:20 +09:00 |
|
wonderlandpark
|
9bbd155573
|
chore: added endpoints to ignore ratelmit
|
2021-03-05 10:57:24 +09:00 |
|
wonderlandpark
|
cbc23a63a1
|
feat: added windows support for shortcut
|
2021-03-04 20:57:08 +09:00 |
|
wonderlandpark
|
9c5120bd48
|
feat: added darkmode lightmode toggle shortcut
|
2021-03-04 16:56:14 +09:00 |
|
wonderlandpark
|
d410b5cba0
|
feat: added slash command category
|
2021-03-03 18:10:22 +09:00 |
|
|
|
7ffa4d6d91
|
chore: removed 200 status code
|
2021-02-27 15:21:09 +09:00 |
|
|
|
3ac7d3f355
|
chore: n/a for 0 server
|
2021-02-25 16:30:26 +09:00 |
|
|
|
eae0ade268
|
chore: badge style change
|
2021-02-25 16:21:39 +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 |
|
|
|
8af0bde52d
|
chore: added discord svg
|
2021-02-24 13:19:18 +09:00 |
|
|
|
ef5fa5006a
|
feat: added other emojis
|
2021-02-24 13:16:05 +09:00 |
|
원더
|
2a6227ab83
|
feat: using flags
|
2021-02-10 18:51:55 +09:00 |
|
원더
|
8f1634de79
|
chore: added baseAPI URL at Constants
|
2021-02-08 22:40:58 +09:00 |
|
원더
|
88c452fa26
|
chore: using custom emoji
|
2021-02-04 20:59:33 +09:00 |
|
원더
|
9534a29b54
|
feat: added discord and colors
|
2021-02-03 22:47:46 +09:00 |
|
원더
|
23ad254290
|
chore: do not shorten words
|
2021-01-31 12:47:35 +09:00 |
|
원더
|
3c956dba83
|
Update Constants.ts
|
2021-01-30 21:23:05 +09:00 |
|
원더
|
728b0fc30b
|
feat: added logout link preset
|
2021-01-30 20:40:08 +09:00 |
|
원더
|
de7b0716da
|
chore: reordered
|
2021-01-30 12:43:26 +09:00 |
|