File tree
1,496 files changed
+44958
-20953
lines changed- .github/workflows
- .husky
- .vscode
- apps
- book-server
- books/base
- pages
- public
- env
- scripts
- src
- common
- constants
- errors
- interfaces
- plugins
- encapsulated
- global
- graphql
- resolvers
- transformer
- lib
- awsS3
- cloudflare/R2
- cookie
- discord
- file
- jwt
- mongo
- mq
- redis
- utils
- routes
- files
- v3
- services
- BookBuildService
- BookDeployService
- BookService
- ImageService
- PageService
- WriterService
- templates
- types
- test/mock
- book-web
- env
- public
- wasm
- scripts
- templates
- component
- src
- components
- ErrorBoundary
- MarkdownRender
- features/edit/components/Body
- graphql/bookServer
- generated
- helpers
- hooks
- layouts/MarkdownEditorLayout
- lib
- mdx
- pages
- [username]/[bookTitle]
- prefetch
- provider
- styles
- cron
- env
- scripts
- templates
- lib
- services
- src
- common
- constants
- errors
- plugins
- encapsulated
- global
- jobs
- stats
- lib
- db
- discord
- redis
- utils
- routes
- posts
- v1
- services
- FeedService
- FollowUserService
- PostService
- StatsService
- UserService
- WriterService
- server
- dockers
- env
- public/images
- scripts
- templates
- lib
- services
- src
- common
- constants
- errors
- interfaces
- plugins
- encapsulated
- global
- graphql
- helpers
- resolvers
- lib
- aws
- b2Manager
- cache
- cloudflare/turnstile
- cookie
- db
- discord
- elasticSearch
- file
- graphcdn
- jwt
- mail
- redis
- slack
- utils
- routes
- auth
- v3
- social
- files
- v3
- posts
- v3
- services
- AdService
- AuthService
- CommentService
- DynamicConfigService
- ExternalIntegrationService
- FeedService
- FollowUser
- ImageService
- NotificationService
- PostApiService
- PostLikeService
- PostReadLogService
- PostService
- PostTagService
- SearchService
- SeriesService
- SocialService
- TagService
- UserMetaService
- UserProfileService
- UserService
- VelogConfigService
- WriterService
- template
- types
- test
- mock
- stub/prisma
- web
- env
- public
- images
- scripts
- templates/component
- src
- app
- (email)/email-change
- (list)
- feed
- recent
- trending
- [timeframe]
- [username]
- (follow)
- followers
- followings
- (tab)
- about
- posts
- series
- [urlSlug]
- favicon
- apple
- notifications
- not-read
- search
- setting
- trending-writers
- assets
- icons
- components
- svg
- vectors
- components
- svg
- components
- ActiveLink
- Button
- CommonPopup
- ConditionalBackground
- Error
- CrashErrorScreen
- ErrorScreenTemplate
- NetworkErrorScreen
- NotFoundError
- FlatPost
- FlatPostCard
- FlatPostCardList
- FollowButton
- Header
- HeaderCustomLogo
- HeaderIcon
- HeaderLogo
- HeaderSkeleton
- HeaderUserIcon
- HeaderUserMenu
- HeaderUserMenuItem
- Jazzbar
- hooks
- Layouts
- BasicLayout
- CenterLayout
- HomeLayout
- SettingLayout
- SmallLayout
- TrendingWriterLayout
- VelogLayout
- MarkdownEditor
- styles
- MarkdownRender
- MarkdownRender2
- Modal
- OpaqueLayer
- PlainLink
- PopupBase
- PopupOKCancel
- PrivatePostLabel
- RatioImage
- RequireLogin
- RoundButton
- Skeleton
- SpinnerBlock
- Tag
- TagItem
- TagList
- Thumbnail
- ToggleSwitch
- Typography
- UserProfile
- VLink
- features
- auth/components/AuthModal
- AuthEmailForm
- AuthEmailSuccess
- AuthForm
- AuthSocialButton
- AuthSocialButtonGroup
- home
- components
- FeedPosts
- FloatingHeader
- HomeMoreButton
- HomeTab
- PostCard
- PostCardGrid
- RecentPosts
- TimeframePicker
- TrendingPosts
- hooks
- interface
- state
- utils
- notification
- components
- NotificationEmpty
- NotificationItem
- CommentActionItem
- CommentReplyActionItem
- FollowActionItem
- PostLikeActionItem
- NotificationList
- NotificationSelector
- NotificationTitle
- hooks
- utils
- post/components
- MobileLikeButton
- PostContent
- PostFollowButton
- PostHead
- PostToc
- PostViewer
- setting
- components
- SettingEditButton
- SettingEmailRow
- SettingEmailRulesRow
- SettingEmailSuccess
- SettingInput
- SettingRow
- SettingSocialInfoRow
- SettingThemeRow
- SettingTitleRow
- SettingUnregisterRow
- SettingUserProfile
- hooks
- trendingWriter
- components
- TrendingWriterCard
- TrendingWriterGrid
- TrendingWriterHeader
- hooks
- velog
- components
- MobileSeparator
- SeriesItem
- SeriesList
- VelogAbout
- VelogAboutButton
- VelogAboutContent
- VelogAboutEdit
- VelogFollowItem
- VelogFollowList
- VelogFollowStats
- VelogFollowers
- VelogFollowings
- VelogPosts
- VelogSearchInput
- VelogSearchPosts
- VelogSeries
- VelogTab
- VelogTag
- VelogTagHorizontalList
- VelogTagVerticalList
- hooks
- graphql
- bookServer
- generated
- helpers
- server
- generated
- helpers
- hooks
- lib
- api
- routes
- remark
- styles
- prefetch
- providers
- state
- styles
- types
- infrastructure
- src
- common
- lib
- packages
- commonjs
- src
- axios
- graphql-tools
- database
- env
- prisma
- velog-book-mongo
- velog-rds
- migrations
- 0_init
- 20230402090409_external_integration
- 20230402090455_add_app_identifier
- 20230402154731_unique_index_for_integration
- 20230402163700_unique_userid_for_profile
- 20230420170509_fk_user_id_not_nullable
- 20230614063534_make_username_unique
- 20230818073753_add_score_field_and_index
- 20230907053730_add_follow_users_table
- 20230911154656_add_last_accessed_at_field_for_profile
- 20230913113525_remove_follow_table
- 20230913113603_recreate_follow_user_table
- 20230927051803_recreate_feed_table
- 20231219044048_create_ads_table
- 20231219060038_add_url_column
- 20231226223017_add_indexes_feed_table
- 20240126061422_create_notification_table
- 20240207042213_add_is_noticed_column
- 20240214063934_change_read_at_column_type_in_notification
- 20240225113821_create_dynamic_config_items_table
- 20240311221015_add_count_and_last_used_at_to_dynamic_config_item
- scripts
- src
- velog-book-mongo
- velog-rds
- velog-redis
- eslint-config
- src
- library
- scripts
- src
- awsS3
- cloudflare
- R2
- turnstile
- discord
- fastifyCookie
- jwt
- utils
- markdown-editor
- css
- nextra
- src
- api
- routes
- components
- markdown-editor
- events
- lib
- toolbar
- commands
- markdown-preview
- modal
- potals
- sidebar
- sidebar-header
- sortable-tree
- utils
- contexts
- hooks
- layouts
- nextra
- components
- hooks
- icons
- mdx-plugins
- utils
- scripts
- src
- copyEnv
- createService
- templates
- lib
- services
- ssm
- tsconfig
- velog-cron
- scripts
- ssm
- src
- lib
- db
- redis
- velog-prisma
- env
- scripts
- velog-scripts
- env
- lib/db
- scripts
- ssm
- velog-server
- scripts
- ssm
- src
- lib
- cookie
- db
- jwt
- test/stub/prisma
- velog-web
- .vscode
- scripts
- ssm
- src
- graphql/helpers
- lib/styles
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,496 files changed
+44958
-20953
lines changedLines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Lines changed: 19 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
5 | 13 |
| |
| 14 | + | |
6 | 15 |
| |
7 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
8 | 20 |
| |
9 | 21 |
| |
10 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + |
Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + |
Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + |
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + |
File renamed without changes.
Binary file not shown.
Lines changed: 45 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + |
Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + |
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + |
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + |
0 commit comments