Eunwoo Choi
|
4ec2ff13ee
|
ci: remove branch input on manual publish
|
2024-10-20 00:08:44 +09:00 |
|
skinmaker1345
|
5c1541de89
|
feat: add manual deploy
|
2024-10-19 23:01:21 +09:00 |
|
skinmaker1345
|
2246c11aea
|
chore: set node version to 20
|
2024-02-12 11:13:13 +09:00 |
|
skinmaker1345
|
e1f854e356
|
chore: remove dependabot
|
2023-07-07 22:44:52 +09:00 |
|
Eunwoo Choi
|
ef7ea1bed7
|
chore: build docker image automatically (#604)
* chore: build docker image automatically
* chore: add semver tag
* fix: get tag from release
|
2023-06-30 13:26:08 +09:00 |
|
SKINMAKER
|
04255b52d9
|
chore: push docker image to ghcr (#603)
|
2023-06-30 12:01:37 +09:00 |
|
SKINMAKER
|
2eea7e75c8
|
chore: ignore deps for @types/node (#578)
|
2023-06-27 22:25:23 +09:00 |
|
SKINMAKER
|
751c3cf0f1
|
chore: add Dependabot (#568)
* chore: disable eslint for require
* feat: add dependabot
|
2023-06-20 20:54:38 +09:00 |
|
Eunwoo Choi
|
e922cea281
|
feat: add stable tag build (#554)
* feat: add stable tag build
* refactor: use release instead of branch
* feat: remove not needed script
|
2023-05-16 23:01:15 +09:00 |
|
Eunwoo Choi
|
7121097ed2
|
fix: put NEXT_PUBLIC_HCAPTCHA_SITEKEY on build (#546)
* fix: put NEXT_PUBLIC_HCAPTCHA_SITEKEY on build
* feat: update api docs
|
2023-03-23 14:13:35 +09:00 |
|
SKINMAKER
|
8694e9b19a
|
deps: change discord.js version to v14 (#503)
* deps: update djs to v14
* refactor: use discord.js v14
* fix: presence not showing properly
* fix: revert Ids
* Update pages/api/v2/bots/[id]/index.ts
Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>
* style: apply code style
* feat: customizable intents
* feat: change node version
* feat: change node version
* fix: misused operator
* deps: fix typescript version to 4.6.4
* fix: fix bot url length (#504)
* refactor: add more advertisements (#508)
* feat: add open review deny log and max denies restriction (#510)
* feat: add open review log channel and embed
* chore: do not include submit page
* chore: mention instead of date
* feat: add max denies error
* typo: 더 이상
Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>
* feat: add exceptions to deny count
* fix: invalid embed used
Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>
* fix: invalid guild
Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>
* fix: invalid position
Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>
* fix: proper reason check position
Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>
* feat: sepcific error message
* refactor: change reason embed format
* fix: knex andWhereNot method to whereNotIn method
Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>
* refactor: detact adblock (#509)
* refactor: detact adblock
* perf: implement mobile detection
* deps: update djs to v14
* refactor: use discord.js v14
* fix: presence not showing properly
* fix: revert Ids
* Update pages/api/v2/bots/[id]/index.ts
Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>
* style: apply code style
* feat: customizable intents
* feat: change node version
* feat: change node version
* fix: misused operator
* deps: fix typescript version to 4.6.4
* refactor: use discord.js v14
* deps: update discord.js to 14.2.0
* style: split options
* style: prettify
* deps: update erlpack
Co-authored-by: Junseo Park <wonderlandpark@outlook.kr>
Co-authored-by: Byungchul Kim <64084503+chul0721@users.noreply.github.com>
Co-authored-by: Eunwoo Choi <61371424+eunwoo1104@users.noreply.github.com>
|
2022-08-30 23:28:48 +09:00 |
|
|
|
457ad4701b
|
chore: removed debug code
|
2021-11-07 00:30:03 +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
|
0759e35f2c
|
Fix things for next release (#447)
* feat: updated bot name
* fix: blocked bot shown
* chore: updated api-docs commit hash
* feat: showing build info
* fix: number not formatted
* feat: parsing image tag
* docs: updated issue template
|
2021-07-14 21:20:31 +09:00 |
|
Junseo Park
|
102a279de0
|
chore: stop using renovate
|
2021-07-13 13:47:31 +09:00 |
|
|
|
ed435960c4
|
ci: handling sentry
|
2021-07-02 23:19:14 +09:00 |
|
|
|
fa0c70a185
|
ci: handling sentry release
|
2021-07-02 23:13:22 +09:00 |
|
|
|
77196d057f
|
ci(renovate): removed unused option
|
2021-05-22 02:07:43 +09:00 |
|
|
|
fb36922094
|
ci: updated renovate
|
2021-05-21 22:03:54 +09:00 |
|
|
|
e22ed164e2
|
ci: configured renovate ignore
|
2021-05-18 22:52:27 +09:00 |
|
Junseo Park
|
b215295e9d
|
ci: made some changes on renovate
|
2021-05-17 22:41:52 +09:00 |
|
|
|
6d753774b2
|
ci: removed reviewdog
|
2021-05-17 20:55:11 +09:00 |
|
|
|
9e2d6ac650
|
ci: fixed syntax error
|
2021-05-03 21:03:17 +09:00 |
|
|
|
a94de53156
|
ci: removed env
|
2021-04-29 16:34:54 +09:00 |
|
|
|
ea5bd1ead5
|
ci: debugging
|
2021-04-16 09:27:03 +09:00 |
|
|
|
acd679abaf
|
ci: passing source branch env only at push
|
2021-04-13 14:37:23 +09:00 |
|
|
|
a20a8b18bd
|
ci: updated trigger
|
2021-04-13 14:27:30 +09:00 |
|
|
|
8683b8a908
|
chore: added sentry_dsn env and only uploading for master
|
2021-04-13 14:08:31 +09:00 |
|
|
|
af2b065de8
|
ci: updated ci stuff
|
2021-04-13 13:52:08 +09:00 |
|
wonderlandpark
|
64bb9fd347
|
chore: issue template file name changed
|
2021-03-21 21:50:39 +09:00 |
|
|
|
21c31e5f10
|
feat: added issue template
|
2021-03-21 21:36:56 +09:00 |
|
Junseo Park
|
919ac10773
|
Delete bug_report.md
|
2021-03-21 21:35:30 +09:00 |
|
|
|
19003f3dca
|
Update issue templates
|
2021-03-21 21:35:01 +09:00 |
|
wonderlandpark
|
b4da3fdbcb
|
chore: renamed issue template file name
|
2021-03-21 01:10:51 +09:00 |
|
|
|
899f948fa6
|
style: code style changes
|
2021-02-28 11:58:03 +09:00 |
|
imgbot[bot]
|
dac58923a2
|
[ImgBot] Optimize images (#244)
*Total -- 92.03kb -> 79.13kb (14.01%)
/public/img/default.png -- 6.25kb -> 3.44kb (44.93%)
/.github/assets/koreanbots-ko.png -- 18.13kb -> 15.22kb (16.09%)
/.github/assets/koreanbots-en.png -- 5.21kb -> 4.49kb (13.71%)
/public/emojis/javascript.png -- 26.98kb -> 23.48kb (12.99%)
/public/emojis/python.png -- 34.38kb -> 31.43kb (8.59%)
/public/emojis/discord.svg -- 1.08kb -> 1.08kb (0.09%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
|
2021-02-25 14:22:31 +09:00 |
|
renovate[bot]
|
e63ae079ed
|
chore(deps): update actions/setup-node action to v2 (#210)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-02-10 21:28:30 +09:00 |
|
renovate[bot]
|
fcaf5cd862
|
chore(deps): update actions/checkout action to v2 (#206)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-02-09 22:10:17 +09:00 |
|
원더
|
04084d39ff
|
cI: to one file
|
2021-02-03 10:46:36 +09:00 |
|
원더
|
2033f98c9d
|
chore: asset typo change
|
2021-02-02 12:43:43 +09:00 |
|
원더
|
7116489c64
|
chore: not building docker image in github
|
2021-01-23 13:25:10 +09:00 |
|
원더
|
2283f57bce
|
ci: added action
|
2021-01-19 22:02:20 +09:00 |
|
원더
|
b196b8300f
|
ci: added git hash branch parse script in auto deploy
|
2021-01-14 17:26:20 +09:00 |
|
원더
|
f13c35ea9b
|
ci: building docker image ci
|
2021-01-14 16:34:12 +09:00 |
|
원더
|
33ebfde010
|
ci: fix keyname
|
2021-01-14 12:10:56 +09:00 |
|
원더
|
3c5f6185a4
|
docs: updated
|
2021-01-14 11:10:48 +09:00 |
|
원더
|
1a1eeb2b44
|
ci: missing daemon option
|
2021-01-14 10:29:13 +09:00 |
|
원더
|
b9293a33a8
|
ci: indent error
|
2021-01-13 22:39:59 +09:00 |
|
원더
|
830b6d7015
|
ci: fucking indent error
|
2021-01-13 22:39:04 +09:00 |
|
원더
|
d87d9d2ea2
|
ci: fix mysql to mariadb and styled
|
2021-01-13 22:35:45 +09:00 |
|