This repository was archived by the owner on Oct 11, 2022. It is now read-only.
File tree
572 files changed
+16559
-21990
lines changed- analytics
- api
- migrations
- seed/default
- models
- test/__snapshots__
- mutations
- community
- message
- thread
- queries
- community
- directMessageThread
- thread
- routes/middlewares
- subscriptions
- types
- utils
- athena
- chronos
- cypress/integration
- channel
- settings
- view
- community/view
- thread
- user
- desktop/src
- flow-typed/npm
- @tippy.js
- hermes
- hyperion/renderer
- src
- actions
- components
- analyticsTracking
- appViewWrapper
- avatar
- badges
- button
- buttons
- card
- chatInput
- components
- column
- composer
- LocationSelectors
- desktopAppUpsell
- dropdown
- editForm
- emailInvitationForm
- entities
- listItems
- profileCards
- components
- error
- formElements
- fullscreenView
- gallery
- globals
- goop
- granularUserProfile
- grid
- hoverProfile
- icon
- illustrations
- inboxThread
- header
- infiniteScroll
- initDirectMessageWrapper
- joinChannelWrapper
- joinCommunityWrapper
- layout
- layouts
- leaveChannelWrapper
- listItems
- channel
- loading
- loginButtonSet
- maintenance
- markdownHint
- mediaInput
- mentionsInput
- message
- threadAttachment
- messageGroup
- modals
- BanUserModal
- ChangeChannelModal
- CreateChannelModal
- DeleteDoubleCheckModal
- LoginModal
- RepExplainerModal
- ReportUserModal
- RestoreChannelModal
- newActivityIndicator
- nextPageButton
- outsideClickHandler
- profile
- reaction
- reputation
- rich-text-editor
- scrollManager
- scrollRow
- segmentedControl
- select
- settingsViews
- themedSection
- threadComposer
- components
- threadFeed
- threadLikes
- titlebar
- toasts
- toggleChannelMembership
- toggleChannelNotifications
- toggleCommunityMembership
- tooltip
- upsell
- userEmailConfirmation
- usernameSearch
- viewError
- helpers
- hooks
- reducers
- store
- views
- authViewHandler
- channel
- components
- channelSettings
- components
- community
- components
- containers
- communityAnalytics
- components
- communityLogin
- communityMembers
- components
- communitySettings
- components
- slack
- dashboard
- components
- inboxThread
- dashboardThread
- directMessages
- components
- containers
- explore
- components
- globalTitlebar
- homeViewRedirect
- login
- newCommunity
- components
- createCommunityForm
- editCommunityForm
- stepper
- newDirectMessage
- components
- containers
- newUserOnboarding
- components
- appsUpsell
- communitySearch
- discoverCommunities
- joinFirstCommunity
- setUsername
- notifications
- components
- pages
- apps
- components
- features
- pricing
- support
- privateChannelJoin
- privateCommunityJoin
- queryParamToastDispatcher
- search
- thread
- components
- desktopAppUpsell
- container
- threadSlider
- titlebar
- user
- components
- userSettings
- components
- viewHelpers
- vulcan
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
572 files changed
+16559
-21990
lines changedDiff for: .eslintrc.js
+10-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
24 | 32 |
| |
25 | 33 |
|
Diff for: .gitignore
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + |
Diff for: analytics/package.json
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Diff for: analytics/yarn.lock
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Diff for: api/apollo-server.js
+29-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
| 4 | + | |
3 | 5 |
| |
4 | 6 |
| |
| 7 | + | |
| 8 | + | |
5 | 9 |
| |
6 | 10 |
| |
7 | 11 |
| |
8 | 12 |
| |
| 13 | + | |
9 | 14 |
| |
10 | 15 |
| |
11 | 16 |
| |
| |||
55 | 60 |
| |
56 | 61 |
| |
57 | 62 |
| |
| 63 | + | |
58 | 64 |
| |
59 | 65 |
| |
60 | 66 |
| |
| |||
70 | 76 |
| |
71 | 77 |
| |
72 | 78 |
| |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 | 79 |
| |
| 80 | + | |
79 | 81 |
| |
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
83 | 85 |
| |
84 | 86 |
| |
85 |
| - | |
86 |
| - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
87 | 90 |
| |
88 | 91 |
| |
89 | 92 |
| |
| |||
96 | 99 |
| |
97 | 100 |
| |
98 | 101 |
| |
99 |
| - | |
| 102 | + | |
| 103 | + | |
100 | 104 |
| |
101 | 105 |
| |
102 | 106 |
| |
| |||
118 | 122 |
| |
119 | 123 |
| |
120 | 124 |
| |
121 |
| - | |
122 | 125 |
| |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
123 | 143 |
| |
124 | 144 |
| |
125 | 145 |
|
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 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + |
+18
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 | + |
+15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
84 | 99 |
|
+54
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 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + |
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
| 31 | + | |
30 | 32 |
| |
31 | 33 |
| |
32 | 34 |
| |
| |||
53 | 55 |
| |
54 | 56 |
| |
55 | 57 |
| |
| 58 | + | |
| 59 | + | |
56 | 60 |
| |
57 | 61 |
| |
58 | 62 |
| |
|
Diff for: api/migrations/seed/default/index.js
+4-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
| |||
30 | 32 |
| |
31 | 33 |
| |
32 | 34 |
| |
33 |
| - | |
34 |
| - | |
| 35 | + | |
| 36 | + | |
35 | 37 |
| |
36 | 38 |
|
Diff for: api/migrations/seed/default/users.js
+15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
143 | 144 |
| |
144 | 145 |
| |
145 | 146 |
| |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
146 | 161 |
|
0 commit comments