author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
129,187
12.02.2018 14:33:28
18,000
695cc5fd952eceb30a2de7d9ef01d6f97f876c2c
First actual version of more tab
[ { "change_type": "MODIFY", "old_path": "native/components/button.react.js", "new_path": "native/components/button.react.js", "diff": "@@ -18,7 +18,7 @@ import PropTypes from 'prop-types';\nconst ANDROID_VERSION_LOLLIPOP = 21;\ntype Props = {\n- onPress: () => void,\n+ onPress: () => *,\ndisabled?: b...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
First actual version of more tab
129,187
12.02.2018 14:48:16
18,000
0fa219c0df0eccd8890cf1848652f2f1ab66e283
Add a StackNavigator for More
[ { "change_type": "MODIFY", "old_path": "native/navigation-setup.js", "new_path": "native/navigation-setup.js", "diff": "@@ -59,7 +59,8 @@ import {\nChatRouteName,\n} from './chat/chat.react';\nimport { ChatThreadListRouteName } from './chat/chat-thread-list.react';\n-import More from './more/more.re...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Add a StackNavigator for More
129,187
12.02.2018 22:51:04
18,000
ce5a2d26fe511e41f031ea6d71bf3f5750eb8c72
EditEmail/EditPassword and EditSettingButton in MoreScreen
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -92,6 +92,8 @@ type ExtraData = {\n// defined navigationOptions.tabBarOnPress below.\nlet currentCalendarRef: ?InnerCalendar = null;\n+const forceInset = { top: 'a...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
EditEmail/EditPassword and EditSettingButton in MoreScreen
129,187
13.02.2018 11:37:10
18,000
f30aa61c9acf452a937611d4b40c776d2f2d3bbb
Working EditEmail on native
[ { "change_type": "MODIFY", "old_path": "native/account/forgot-password-panel.react.js", "new_path": "native/account/forgot-password-panel.react.js", "diff": "@@ -33,11 +33,7 @@ import {\n} from 'lib/shared/account-regexes';\nimport { TextInput } from './modal-components.react';\n-import {\n- PanelBu...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Working EditEmail on native
129,187
13.02.2018 12:50:31
18,000
b7a02c7fe86d4ba69e5e999500be21fdf06df22b
Working EditPassword on native
[ { "change_type": "MODIFY", "old_path": "native/account/native-credentials.js", "new_path": "native/account/native-credentials.js", "diff": "@@ -16,14 +16,14 @@ import URL from 'url-parse';\nimport { logInActionTypes, logIn } from 'lib/actions/user-actions';\nimport { getConfig } from 'lib/utils/conf...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Working EditPassword on native
129,187
13.02.2018 18:03:41
18,000
77993cc01e0b0de605f977f2b3283cbbff587555
Working DeleteAccount on native
[ { "change_type": "MODIFY", "old_path": "native/chat/settings/thread-settings-leave-thread.react.js", "new_path": "native/chat/settings/thread-settings-leave-thread.react.js", "diff": "// @flow\n-import type { ThreadInfo, RelativeMemberInfo } from 'lib/types/thread-types';\n-import {\n- threadInfoPro...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Working DeleteAccount on native
129,187
13.02.2018 20:22:31
18,000
b6a1a0328c246d4763076f73fe3a63b272896a65
edit_account.php -> jserver pt 1 Everything except for email. Introducing new utility function `promiseAll` which works on object-maps
[ { "change_type": "MODIFY", "old_path": "jserver/src/app.js", "new_path": "jserver/src/app.js", "diff": "@@ -8,7 +8,10 @@ import errorHandler from './error_handler';\nimport { messageCreationResponder } from './responders/message-responders';\nimport { updateActivityResponder } from './responders/act...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
edit_account.php -> jserver pt 1 Everything except for email. Introducing new utility function `promiseAll` which works on object-maps
129,187
13.02.2018 23:56:32
18,000
77ff764e50f4d740f2238b3a821657ddabb55fce
resend_verification.php -> jserver
[ { "change_type": "MODIFY", "old_path": "jserver/src/app.js", "new_path": "jserver/src/app.js", "diff": "@@ -11,6 +11,7 @@ import { deviceTokenUpdateResponder } from './responders/device-responders';\nimport {\nuserSubscriptionUpdateResponder,\naccountUpdateResponder,\n+ resendVerificationEmailRespon...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
resend_verification.php -> jserver
129,187
14.02.2018 00:00:58
18,000
1627f0f7d0175e84bb78579ca5cf125f63265633
Couple jserver email fixes after production testing Can't test sendmail on dev right now unfortunately...
[ { "change_type": "MODIFY", "old_path": "jserver/src/emails/verification.js", "new_path": "jserver/src/emails/verification.js", "diff": "@@ -53,7 +53,7 @@ async function sendEmailAddressVerificationEmail(\nfrom: \"no-reply@squadcal.org\",\nto: emailAddress,\nsubject: title,\n- text: html,\n+ html,\n}...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Couple jserver email fixes after production testing Can't test sendmail on dev right now unfortunately...
129,187
14.02.2018 00:10:26
18,000
a1c9d4574710f3df2574d87abb6f7ba2c57bfaa9
Allow use of call_node without any params Needed for `resend_verification_email`
[ { "change_type": "MODIFY", "old_path": "server/call_node.php", "new_path": "server/call_node.php", "diff": "@@ -30,15 +30,13 @@ function call_node($path, $blob) {\nfunction proxy_to_node($path) {\nasync_start();\n- if (!isset($_POST['input'])) {\n- async_end(array(\n- 'error' => 'invalid_parameters'...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Allow use of call_node without any params Needed for `resend_verification_email`
129,187
14.02.2018 11:20:25
18,000
78da21f754ed9a809d3155896400a51cbc5467f0
Use more idiomatic "Material Design" standards on Android
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-thread-list.react.js", "new_path": "native/chat/chat-thread-list.react.js", "diff": "@@ -7,17 +7,27 @@ import { chatThreadItemPropType } from '../selectors/chat-selectors';\nimport type { NavigationScreenProp, NavigationRoute } from 'react-nav...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Use more idiomatic "Material Design" standards on Android
129,187
14.02.2018 19:46:27
18,000
88b5459f5fda0b700921db7e3611ec9c2cbde88c
New thread composition workflow
[ { "change_type": "MODIFY", "old_path": "native/chat/add-thread.react.js", "new_path": "native/chat/add-thread.react.js", "diff": "@@ -58,6 +58,7 @@ import LinkButton from '../components/link-button.react';\nimport { MessageListRouteName } from './message-list.react';\nimport { registerChatScreen } f...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
New thread composition workflow
129,187
14.02.2018 21:09:14
18,000
07524fb7ab254911de4b1d1f772344a77aa804f5
Handle return key and empty user list for ComposeThread
[ { "change_type": "MODIFY", "old_path": "native/chat/compose-thread.react.js", "new_path": "native/chat/compose-thread.react.js", "diff": "@@ -66,6 +66,7 @@ import { iosKeyboardHeight } from '../dimensions';\nconst tagInputProps = {\nplaceholder: \"username\",\nautoFocus: true,\n+ returnKeyType: \"go...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Handle return key and empty user list for ComposeThread
129,187
14.02.2018 21:34:55
18,000
1dce4d78ea70894061cbf6405eb21a026888fc83
search_users.php -> jserver
[ { "change_type": "MODIFY", "old_path": "jserver/src/app.js", "new_path": "jserver/src/app.js", "diff": "@@ -13,6 +13,7 @@ import {\naccountUpdateResponder,\nresendVerificationEmailResponder,\n} from './responders/user-responders';\n+import { userSearchResponder } from './responders/search-responders...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
search_users.php -> jserver
129,187
14.02.2018 21:53:50
18,000
bccbc212aadc7eef6a43a1510f9f1c11a94d3f2b
Update some scripts for pushing to prod
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"flow-mono-cli\": \"^1.3.0\"\n},\n\"scripts\": {\n- \"clean\": \"rm -rf node_modules/ && rm -rf lib/node_modules/ && rm -rf web/node_modules/ && rm -rf native/node_modules/ && rm -rf jserver/node_modules/\",...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Update some scripts for pushing to prod
129,187
14.02.2018 22:51:08
18,000
31df98f1158dcfb53b0e3772ca6d463bc4bf2ec1
forgot_password.php -> jserver
[ { "change_type": "MODIFY", "old_path": "jserver/src/app.js", "new_path": "jserver/src/app.js", "diff": "@@ -11,7 +11,8 @@ import { deviceTokenUpdateResponder } from './responders/device-responders';\nimport {\nuserSubscriptionUpdateResponder,\naccountUpdateResponder,\n- resendVerificationEmailRespon...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
forgot_password.php -> jserver
129,187
14.02.2018 23:07:57
18,000
1e41b61d74285eaaed058fef66db30db363b2d89
Only consider visible threads the viewer is a member of as "existing threads"
[ { "change_type": "MODIFY", "old_path": "native/chat/compose-thread.react.js", "new_path": "native/chat/compose-thread.react.js", "diff": "@@ -50,10 +50,15 @@ import {\nuserSearchIndexForOtherMembersOfThread,\n} from 'lib/selectors/user-selectors';\nimport SearchIndex from 'lib/shared/search-index';\...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Only consider visible threads the viewer is a member of as "existing threads"
129,187
15.02.2018 19:33:10
18,000
e254ed59e7d3008522c5f304db7be4e0c8541495
Use ComposeThread for new subthreads and get rid of AddThread Introducing `ComposeSubthreadModal` for selecting visibility rules for new subthread
[ { "change_type": "DELETE", "old_path": "native/chat/add-thread.react.js", "new_path": null, "diff": "-// @flow\n-\n-import type { NavigationScreenProp, NavigationRoute } from 'react-navigation';\n-import type { AppState } from '../redux-setup';\n-import type { LoadingStatus } from 'lib/types/loading...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Use ComposeThread for new subthreads and get rid of AddThread Introducing `ComposeSubthreadModal` for selecting visibility rules for new subthread
129,187
15.02.2018 19:47:20
18,000
7bd0a4e0256c24e90a110f8f1c16bca0ca481a8e
Additional constraints on "existing threads" in ComposeThread Make sure they are within parent thread and all users in the `TagInput` are actually members of them
[ { "change_type": "MODIFY", "old_path": "lib/shared/thread-utils.js", "new_path": "lib/shared/thread-utils.js", "diff": "@@ -51,6 +51,21 @@ function viewerIsMember(threadInfo: ?(ThreadInfo | RawThreadInfo)) {\nthreadInfo.currentUser.role !== undefined;\n}\n+function userIsMember(\n+ threadInfo: ?(Thr...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Additional constraints on "existing threads" in ComposeThread Make sure they are within parent thread and all users in the `TagInput` are actually members of them
129,187
16.02.2018 01:37:58
18,000
a2d99d073148dbbaa4be4aa9bb28e7ab421f3446
Consider parent thread membership in UserList
[ { "change_type": "MODIFY", "old_path": "lib/shared/search-utils.js", "new_path": "lib/shared/search-utils.js", "diff": "// @flow\nimport type { AccountUserInfo } from '../types/user-types';\n+import type { ThreadInfo } from '../types/thread-types';\n+\nimport SearchIndex from './search-index';\n+imp...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Consider parent thread membership in UserList
129,187
16.02.2018 12:37:10
18,000
3ba91a16fb382e953c70fe2037eb014ce8cd1160
send_message.php -> jserver
[ { "change_type": "MODIFY", "old_path": "jserver/src/app.js", "new_path": "jserver/src/app.js", "diff": "@@ -5,7 +5,10 @@ import bodyParser from 'body-parser';\nimport cookieParser from 'cookie-parser';\nimport errorHandler from './error_handler';\n-import { messageCreationResponder } from './respond...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
send_message.php -> jserver
129,187
16.02.2018 16:49:44
18,000
fa004708d578de8a25170869a4a5c11215dd82e0
errorHandler -> jsonHandler Move try-catch `ServerError` handling and `setCurrentViewerFromCookie` call here
[ { "change_type": "MODIFY", "old_path": "jserver/src/app.js", "new_path": "jserver/src/app.js", "diff": "@@ -4,7 +4,7 @@ import express from 'express';\nimport bodyParser from 'body-parser';\nimport cookieParser from 'cookie-parser';\n-import errorHandler from './error_handler';\n+import { jsonHandle...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
errorHandler -> jsonHandler Move try-catch `ServerError` handling and `setCurrentViewerFromCookie` call here
129,187
16.02.2018 17:57:22
18,000
d985baed5a19b7074b6193737bec05860110f964
fetcher.js -> fetchers.js
[ { "change_type": "RENAME", "old_path": "jserver/src/fetchers/message-fetcher.js", "new_path": "jserver/src/fetchers/message-fetchers.js", "diff": "" }, { "change_type": "RENAME", "old_path": "jserver/src/fetchers/thread-fetcher.js", "new_path": "jserver/src/fetchers/thread-fetchers.j...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
fetcher.js -> fetchers.js
129,187
16.02.2018 23:03:37
18,000
e5171e999e8453089ef52c857d2f2e6afd7415fe
Thread search bar on native
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-thread-list.react.js", "new_path": "native/chat/chat-thread-list.react.js", "diff": "@@ -6,8 +6,15 @@ import type { ChatThreadItem } from '../selectors/chat-selectors';\nimport { chatThreadItemPropType } from '../selectors/chat-selectors';\nim...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Thread search bar on native
129,187
17.02.2018 12:02:00
18,000
a03e251e71937de84ae6eb988d707c5c3cc99426
Some iPhone X adjustments for the log-in/verification modals
[ { "change_type": "MODIFY", "old_path": "native/account/logged-out-modal.react.js", "new_path": "native/account/logged-out-modal.react.js", "diff": "@@ -29,12 +29,14 @@ import {\nPlatform,\nBackHandler,\nActivityIndicator,\n+ DeviceInfo,\n} from 'react-native';\nimport invariant from 'invariant';\nim...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Some iPhone X adjustments for the log-in/verification modals
129,187
18.02.2018 19:35:03
18,000
ba1c812c1f52f1740ba93432c0164dc94b34d362
Move privacy checks out of responders
[ { "change_type": "MODIFY", "old_path": "jserver/src/creators/day-creator.js", "new_path": "jserver/src/creators/day-creator.js", "diff": "// @flow\n-import { threadPermissions } from 'lib/types/thread-types';\nimport { ServerError } from 'lib/utils/fetch-utils';\nimport { pool, SQL } from '../databa...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Move privacy checks out of responders
129,187
19.02.2018 10:49:22
18,000
0329b8f20577ab553de727a5c29d706d2e61d8f7
Make hyperlinks in chat messages clickable Also added to calendar entries, but it won't work for now since all visible entries are rendered as TextInputs right now. Will work once I add an edit button
[ { "change_type": "MODIFY", "old_path": "native/calendar/entry.react.js", "new_path": "native/calendar/entry.react.js", "diff": "@@ -38,6 +38,7 @@ import _omit from 'lodash/fp/omit';\nimport _isEqual from 'lodash/fp/isEqual';\nimport Icon from 'react-native-vector-icons/FontAwesome';\nimport { Naviga...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Make hyperlinks in chat messages clickable Also added to calendar entries, but it won't work for now since all visible entries are rendered as TextInputs right now. Will work once I add an edit button
129,187
19.02.2018 11:35:31
18,000
cc307ad59e91e7a6a9e20afc559547f74b2b8341
Allow copying message text to clipboard on native
[ { "change_type": "MODIFY", "old_path": "native/chat/message-list.react.js", "new_path": "native/chat/message-list.react.js", "diff": "@@ -364,12 +364,12 @@ class InnerMessageList extends React.PureComponent<Props, State> {\n<Message\nitem={messageInfoItem}\nfocused={focused}\n- onFocus={this.onMessa...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Allow copying message text to clipboard on native
129,187
19.02.2018 14:16:33
18,000
c394340bbaf81200c730af424f6bc7279009b42b
Some fixes for make new chat message features work better on Android
[ { "change_type": "MODIFY", "old_path": "native/android/app/src/main/AndroidManifest.xml", "new_path": "native/android/app/src/main/AndroidManifest.xml", "diff": "<action android:name=\"android.intent.action.VIEW\" />\n<category android:name=\"android.intent.category.DEFAULT\" />\n<category android:n...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Some fixes for make new chat message features work better on Android
129,187
19.02.2018 15:29:32
18,000
f22e5ee49448b28ad525507244dae4ebeab4d547
Use lowercased protocol for Android in my forked react-native-hyperlink
[ { "change_type": "MODIFY", "old_path": "native/package.json", "new_path": "native/package.json", "diff": "\"react-native\": \"^0.52.0\",\n\"react-native-fcm\": \"^11.2.0\",\n\"react-native-floating-action\": \"^1.9.0\",\n- \"react-native-hyperlink\": \"git+https://git@github.com/ashoat/react-native-...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Use lowercased protocol for Android in my forked react-native-hyperlink
129,187
19.02.2018 17:14:13
18,000
3b34f023b488df9da381762a05a993b0ef08f597
*-updater.js -> *-updaters.js
[ { "change_type": "MODIFY", "old_path": "jserver/src/responders/activity-responders.js", "new_path": "jserver/src/responders/activity-responders.js", "diff": "@@ -7,7 +7,7 @@ import t from 'tcomb';\nimport { ServerError } from 'lib/utils/fetch-utils';\n-import { activityUpdater } from '../updaters/ac...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
*-updater.js -> *-updaters.js
129,187
19.02.2018 17:15:05
18,000
813638650496f9d92842562cc2c1668da16309e8
Use strings in database for permission source
[ { "change_type": "MODIFY", "old_path": "native/app.react.js", "new_path": "native/app.react.js", "diff": "@@ -92,12 +92,12 @@ if (!__DEV__) {\n// This is a magic IP address that forwards to the emulator's host\nurlPrefix = \"http://10.0.2.2/~ashoat/squadcal/\";\n// Uncomment below and update IP addr...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Use strings in database for permission source
129,187
20.02.2018 01:04:57
18,000
6f25be2b3cb3276f236ecadc07c3ab6035d8044f
Fix rawMessageInfoFromRow This was hilariously broken, not sure how I missed it...
[ { "change_type": "MODIFY", "old_path": "jserver/src/fetchers/message-fetchers.js", "new_path": "jserver/src/fetchers/message-fetchers.js", "diff": "import type { PushInfo } from '../push/send';\nimport type { UserInfo } from 'lib/types/user-types';\n-import type { RawMessageInfo } from 'lib/types/me...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Fix rawMessageInfoFromRow This was hilariously broken, not sure how I missed it...
129,187
20.02.2018 14:40:13
18,000
cb4b63b455407ad7cf5cae7a49e6cde4e68402bd
Don't crash when leaving a thread Screens need to cache the latest ThreadInfo and not update it when it goes to `null`/`undefined`
[ { "change_type": "MODIFY", "old_path": "lib/reducers/thread-reducer.js", "new_path": "lib/reducers/thread-reducer.js", "diff": "@@ -76,7 +76,10 @@ export default function reduceThreadInfos(\n} else if (action.type === updateActivityActionTypes.success) {\nconst newState = { ...state };\nfor (let set...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Don't crash when leaving a thread Screens need to cache the latest ThreadInfo and not update it when it goes to `null`/`undefined`
129,187
20.02.2018 15:26:34
18,000
e50fc6056b57303fbfd27745cf9cd5d8f8b9594e
Use ThreadList for ThreadPicker on native Also clean up the style and make it more consistent with other modals
[ { "change_type": "MODIFY", "old_path": "native/calendar/section-footer.react.js", "new_path": "native/calendar/section-footer.react.js", "diff": "@@ -27,7 +27,6 @@ class SectionFooter extends React.PureComponent<Props> {\n<View style={styles.sectionFooter}>\n<Button\nonPress={this.onSubmit}\n- andro...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Use ThreadList for ThreadPicker on native Also clean up the style and make it more consistent with other modals
129,187
21.02.2018 01:31:45
18,000
fb866b3fcdeadf2128e6f607ae840cd3f7ff3f58
JSON.parse any field that is UNION SELECT'd
[ { "change_type": "MODIFY", "old_path": "jserver/src/updaters/thread-permission-updaters.js", "new_path": "jserver/src/updaters/thread-permission-updaters.js", "diff": "@@ -345,10 +345,10 @@ async function recalculateAllPermissions(\n}\nconst userID = row.user.toString();\nconst role = row.role.toStr...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
JSON.parse any field that is UNION SELECT'd
129,187
21.02.2018 19:06:02
18,000
50e0d7fb2a165258709944e1b6ffb38ae0f5239b
Redo Entry selection logic
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -33,7 +33,7 @@ import _findIndex from 'lodash/fp/findIndex';\nimport _isEqual from 'lodash/fp/isEqual';\nimport _map from 'lodash/fp/map';\nimport _find from 'loda...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Redo Entry selection logic
129,187
21.02.2018 19:37:18
18,000
130b62ad964dd13c152222a1ea11eff0a84baed8
Don't keep our own rehydrateConcluded property
[ { "change_type": "MODIFY", "old_path": "native/account/logged-out-modal.react.js", "new_path": "native/account/logged-out-modal.react.js", "diff": "@@ -733,7 +733,7 @@ const isForegroundSelector =\ncreateIsForegroundSelector(LoggedOutModalRouteName);\nconst LoggedOutModal = connect(\n(state: AppStat...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Don't keep our own rehydrateConcluded property
129,187
21.02.2018 20:16:23
18,000
88155d9e8e7e69101bba2888a92a00e8509b7b80
Don't include the tab bar height as visible height in scrollToKey on iOS The keyboard obscures it, but only on iOS, since the tab bar is at the bottom.
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -55,7 +55,7 @@ import { registerFetchKey } from 'lib/reducers/loading-reducer';\nimport Modal from 'react-native-modal';\nimport { Entry, InternalEntry, entryStyle...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Don't include the tab bar height as visible height in scrollToKey on iOS The keyboard obscures it, but only on iOS, since the tab bar is at the bottom.
129,187
21.02.2018 21:49:42
18,000
c7975665c150f91303b6269eed03ab55915baa92
Introduce separate "editing" mode from "focused" mode for Entry on native
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -958,7 +958,7 @@ class InnerCalendar extends React.PureComponent<Props, State> {\nconst entryKey = entryKeys[0];\nconst entryRef = this.entryRefs.get(entryKey);\ni...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Introduce separate "editing" mode from "focused" mode for Entry on native
129,187
21.02.2018 23:46:27
18,000
c560e011cbc47e4e5ba0ccc5a8b2d38e3f1f34bb
Use redux-persist's createMigrate for state versioning and migration
[ { "change_type": "ADD", "old_path": null, "new_path": "native/redux-migrations.js", "diff": "+// @flow\n+\n+const migrations = {\n+ /** example\n+ [0]: (state) => ({\n+ ...state,\n+ test: \"hello\",\n+ }), **/\n+};\n+\n+export default migrations;\n" }, { "change_type": "MODIFY", "old_pat...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Use redux-persist's createMigrate for state versioning and migration
129,187
22.02.2018 17:15:29
18,000
02344c3a19380cba79cca2321cbb2e94e0ca4be2
Enter edit mode immediately when creating a new entry on native
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -84,7 +84,7 @@ type CalendarItemWithHeight =\ndateString: string,\n};\ntype ExtraData = {\n- focusedEntries: {[key: string]: bool},\n+ activeEntries: {[key: string...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Enter edit mode immediately when creating a new entry on native
129,187
22.02.2018 19:48:17
18,000
87d095df70dd895aaf7159c170ebf2b8f18c2b08
index.ios.js/index.android.js -> index.js
[ { "change_type": "MODIFY", "old_path": "native/__tests__/index.android.js", "new_path": "native/__tests__/index.android.js", "diff": "import 'react-native';\nimport React from 'react';\n-import Index from '../index.android.js';\n+import Index from '../index.js';\n// Note: test renderer must be requi...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
index.ios.js/index.android.js -> index.js
129,187
23.02.2018 10:48:35
18,000
33ab967b6155d477a6cafe551479a54a9c78adfc
Prevent keyboard from dismissing whenever a new entry is created on iOS
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -120,7 +120,8 @@ type State = {\ntextToMeasure: TextToMeasure[],\nlistDataWithHeights: ?$ReadOnlyArray<CalendarItemWithHeight>,\nreadyToShowList: bool,\n- pickerOp...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Prevent keyboard from dismissing whenever a new entry is created on iOS
129,187
23.02.2018 11:18:33
18,000
c472eb5de98aad7020667eafffd942555e7dc43b
Set entries to inactive if calendar whitespace pressed on native
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -26,6 +26,7 @@ import {\nKeyboard,\nLayoutAnimation,\nKeyboardAvoidingView,\n+ TouchableWithoutFeedback,\n} from 'react-native';\nimport { SafeAreaView } from 'rea...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Set entries to inactive if calendar whitespace pressed on native
129,187
23.02.2018 18:09:26
18,000
424f20284050b4850bb3268ecf2cf400c81ac0d6
Hopefully final calendar fixes
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -769,7 +769,21 @@ class InnerCalendar extends React.PureComponent<Props, State> {\nmakeActive = (key: string, active: bool) => {\nif (!active) {\n- this.makeAllEnt...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Hopefully final calendar fixes
129,187
24.02.2018 18:58:04
18,000
ee6272daae1726f543ba715dff0febed4132c38b
Pass cookie in request body from call_node.php
[ { "change_type": "MODIFY", "old_path": "jserver/src/responders/activity-responders.js", "new_path": "jserver/src/responders/activity-responders.js", "diff": "// @flow\n-import type { $Response, $Request } from 'express';\nimport type { Viewer } from '../session/viewer';\nimport type {\nActivityUpdat...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Pass cookie in request body from call_node.php
129,187
25.02.2018 15:44:53
18,000
948686c2f45474e7c40796f20575ae02f5bc1849
First param to responders is input, not body Also initially render 11 items (10 threads) in chat home screen
[ { "change_type": "MODIFY", "old_path": "jserver/src/responders/activity-responders.js", "new_path": "jserver/src/responders/activity-responders.js", "diff": "@@ -30,9 +30,9 @@ const inputValidator = t.list(t.union([\nasync function updateActivityResponder(\nviewer: Viewer,\n- body: any,\n+ input: an...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
First param to responders is input, not body Also initially render 11 items (10 threads) in chat home screen
129,187
25.02.2018 16:36:38
18,000
47087030d409e79e084990f2320bad359fdf9ccf
register.php -> jserver
[ { "change_type": "MODIFY", "old_path": "jserver/src/app.js", "new_path": "jserver/src/app.js", "diff": "@@ -18,6 +18,7 @@ import {\nsendPasswordResetEmailResponder,\nlogOutResponder,\naccountDeletionResponder,\n+ accountCreationResponder,\n} from './responders/user-responders';\nimport { userSearchR...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
register.php -> jserver
129,187
25.02.2018 18:43:43
18,000
e40c3c82eab8f6b8c8bd6f77dc7646b7c0011539
Don't include null/undefined UserInfos in fetchThreadInfos result
[ { "change_type": "MODIFY", "old_path": "jserver/src/fetchers/thread-fetchers.js", "new_path": "jserver/src/fetchers/thread-fetchers.js", "diff": "@@ -133,7 +133,10 @@ async function fetchThreadInfos(\nif (threadInfo) {\nthreadInfos[threadID] = threadInfo;\nfor (let member of threadInfo.members) {\n-...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Don't include null/undefined UserInfos in fetchThreadInfos result
129,187
25.02.2018 23:27:46
18,000
5f1f2b8e9cbfd7782f2a2c951c9b58b322fb3dda
Handle cookie invalidation in jserver
[ { "change_type": "MODIFY", "old_path": "jserver/src/creators/account-creator.js", "new_path": "jserver/src/creators/account-creator.js", "diff": "@@ -64,7 +64,7 @@ async function createAccount(\n`;\nconst [ userViewerData ] = await Promise.all([\ncreateNewUserCookie(id),\n- deleteCookie(viewer.getDa...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Handle cookie invalidation in jserver
129,187
26.02.2018 12:32:11
18,000
0affca5410b69bf9d172e3aa88ff5a6801eb9b41
Factor out handleCodeVerificationRequest in jserver
[ { "change_type": "MODIFY", "old_path": "jserver/src/models/verification.js", "new_path": "jserver/src/models/verification.js", "diff": "// @flow\n-import { type VerifyField, assertVerifyField } from 'lib/types/verify-types';\n+import {\n+ type VerifyField,\n+ verifyField,\n+ assertVerifyField,\n+ ty...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Factor out handleCodeVerificationRequest in jserver
129,187
26.02.2018 14:57:02
18,000
b1134eeba3ac19203d6c097cc4dcd1f98065ccee
Get rid of PingRequest.clientSupportsMessages We'll track `last_ping` regardless of this. (It's not currently being used anywhere anyways.)
[ { "change_type": "MODIFY", "old_path": "jserver/src/responders/ping-responders.js", "new_path": "jserver/src/responders/ping-responders.js", "diff": "@@ -20,7 +20,6 @@ const pingRequestInputValidator = tShape({\ncalendarQuery: entryQueryInputValidator,\nlastPing: t.Number,\nwatchedIDs: t.list(t.Stri...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Get rid of PingRequest.clientSupportsMessages We'll track `last_ping` regardless of this. (It's not currently being used anywhere anyways.)
129,187
26.02.2018 15:30:01
18,000
542a9d418e472d6481d477c0666cb1554e652b19
Initial jserver home code
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -11,3 +11,4 @@ jserver/dist\njserver/node_modules/*\njserver/secrets\njserver/facts\n+jserver/fonts\n" }, { "change_type": "ADD", "old_path": null, "new_path": "jserver/.well-known/apple-app-si...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Initial jserver home code
129,187
27.02.2018 22:40:35
18,000
008a65baea3ec970706ce3eb20984daf4b92f146
Allow configuring baseRoutePath separately `baseRoutePath` affects the prefix of the input URLs node/express expects to get
[ { "change_type": "MODIFY", "old_path": "jserver/src/server.js", "new_path": "jserver/src/server.js", "diff": "@@ -49,7 +49,7 @@ import { pingResponder } from './responders/ping-responders';\nimport { websiteResponder } from './responders/website-responders';\nimport urlFacts from '../facts/url';\n-c...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Allow configuring baseRoutePath separately `baseRoutePath` affects the prefix of the input URLs node/express expects to get
129,187
27.02.2018 23:57:37
18,000
5cb8e6ca7589079cf005ba827f51bde5f6235bf2
Stop website table from taking whole page
[ { "change_type": "MODIFY", "old_path": "jserver/src/responders/website-responders.js", "new_path": "jserver/src/responders/website-responders.js", "diff": "@@ -177,7 +177,7 @@ async function renderHTML(viewer: Viewer, url: string): Promise<string> {\nhref=\"compiled/prod.build.css\"\n/>`;\nreturn ht...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Stop website table from taking whole page
129,187
28.02.2018 00:59:11
18,000
b25b01da2283c37478345e387d3062c9938cbeea
Forgot one small Redux prop...
[ { "change_type": "MODIFY", "old_path": "server/src/responders/website-responders.js", "new_path": "server/src/responders/website-responders.js", "diff": "@@ -139,6 +139,7 @@ async function renderHTML(viewer: Viewer, url: string): Promise<string> {\nloadingStatuses: {},\ncookie: undefined,\ndeviceTok...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Forgot one small Redux prop...
129,187
28.02.2018 11:39:32
18,000
0357237f3368631d3a2a1e6da792287e3b668cd0
Initial version of a native error boundary
[ { "change_type": "MODIFY", "old_path": "native/android/app/build.gradle", "new_path": "native/android/app/build.gradle", "diff": "@@ -146,6 +146,7 @@ android {\n}\ndependencies {\n+ compile project(':react-native-exit-app')\ncompile project(':react-native-fcm')\ncompile 'com.google.firebase:firebase...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Initial version of a native error boundary
129,187
01.03.2018 11:36:51
18,000
592d01b87f4f9dccc5341f055ffefc4c716c8635
Initial crash reporting from native along with server support
[ { "change_type": "ADD", "old_path": null, "new_path": "lib/actions/report-actions.js", "diff": "+// @flow\n+\n+import type { FetchJSON } from '../utils/fetch-json';\n+import type {\n+ ErrorReportCreationRequest,\n+ ErrorReportCreationResponse,\n+} from '../types/report-types';\n+\n+const sendErrorRe...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Initial crash reporting from native along with server support
129,187
01.03.2018 13:43:04
18,000
145fba3373890a28b0842001c2bfc69627a054c9
Server endpoint to allow downloading error reports Also make sure the error report doesn't include rehydrate action
[ { "change_type": "MODIFY", "old_path": "native/redux-logger.js", "new_path": "native/redux-logger.js", "diff": "import type { AppState } from './redux-setup';\n+import { REHYDRATE } from 'redux-persist';\n+\nclass ReduxLogger {\nstatic n = 20;\n@@ -13,6 +15,13 @@ class ReduxLogger {\n}\naddAction(ac...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Server endpoint to allow downloading error reports Also make sure the error report doesn't include rehydrate action
129,187
01.03.2018 14:15:29
18,000
5b4dd63aad39269a2776d0d57cb58a33a7db4886
Use ErrorUtils.setGlobalHandler to capture all JS exceptions
[ { "change_type": "MODIFY", "old_path": "lib/types/report-types.js", "new_path": "lib/types/report-types.js", "diff": "@@ -5,8 +5,11 @@ import type { UserInfo } from './user-types';\nimport type { DeviceType } from './device-types';\nexport type ErrorInfo = { componentStack: string };\n-export type E...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Use ErrorUtils.setGlobalHandler to capture all JS exceptions
129,187
01.03.2018 14:46:23
18,000
8c8b68afba2bd9b5d421c27e4472c4ba36ce6ee0
Move ErrorBoundary up above App This way we can catch exceptions in App as well
[ { "change_type": "MODIFY", "old_path": "native/app.react.js", "new_path": "native/app.react.js", "diff": "@@ -21,7 +21,6 @@ import type {\nimport type { RawThreadInfo } from 'lib/types/thread-types';\nimport { rawThreadInfoPropType } from 'lib/types/thread-types';\nimport type { DeviceType } from 'l...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Move ErrorBoundary up above App This way we can catch exceptions in App as well
129,187
05.03.2018 12:41:04
18,000
ecc96e5c171e164eae7906c32a331c1154531f33
Hide IntroModal until we know screen dimensions on web This way it doesn't initially load in a weird position
[ { "change_type": "MODIFY", "old_path": "native/navigation-setup.js", "new_path": "native/navigation-setup.js", "diff": "@@ -261,10 +261,10 @@ function reduceNavInfo(state: AppState, action: *): NavInfo {\naction.type === setCookieActionType\n) {\nconst filteredNavigationState = filterChatScreensForT...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Hide IntroModal until we know screen dimensions on web This way it doesn't initially load in a weird position
129,187
05.03.2018 13:27:15
18,000
768550959db5c534ed713e5abf1e70ee4676168f
Have node assert that the request is secure if facts/url.json indicates it is
[ { "change_type": "MODIFY", "old_path": "server/src/session/cookies.js", "new_path": "server/src/session/cookies.js", "diff": "@@ -16,6 +16,7 @@ import { Viewer } from './viewer';\nimport { fetchThreadInfos } from '../fetchers/thread-fetchers';\nimport urlFacts from '../../facts/url';\nimport createI...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Have node assert that the request is secure if facts/url.json indicates it is
129,187
05.03.2018 14:39:49
18,000
f2a8e9e72c45640058730db4ca456ff160d526d1
Introduce validateInput Now incorrect input will be included in `ServerError` payload on server and client
[ { "change_type": "MODIFY", "old_path": "lib/types/history-types.js", "new_path": "lib/types/history-types.js", "diff": "@@ -42,6 +42,9 @@ export const historyRevisionInfoPropType = PropTypes.shape({\nthreadID: PropTypes.string.isRequired,\n});\n+export type FetchEntryRevisionInfosRequest = {|\n+ id:...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Introduce validateInput Now incorrect input will be included in `ServerError` payload on server and client
129,187
05.03.2018 15:23:24
18,000
1ccbe27bd956b67fbd0098152e811c40e9cea394
Introduce handlers for website and download Also make sure to hide SQL error messages from client
[ { "change_type": "MODIFY", "old_path": "server/src/responders/handlers.js", "new_path": "server/src/responders/handlers.js", "diff": "@@ -8,9 +8,14 @@ import { ServerError } from 'lib/utils/fetch-utils';\nimport {\nfetchViewerForJSONRequest,\naddCookieToJSONResponse,\n+ fetchViewerForHomeRequest,\n+...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Introduce handlers for website and download Also make sure to hide SQL error messages from client
129,187
06.03.2018 17:45:32
18,000
fe267c73e98d959536cdccd3e57b3a9755d95fd2
Refine experience when not a thread member
[ { "change_type": "MODIFY", "old_path": "native/chat/settings/add-users-modal.react.js", "new_path": "native/chat/settings/add-users-modal.react.js", "diff": "@@ -425,7 +425,6 @@ export default connect(\nconst parentThreadID = ownProps.threadInfo.parentThreadID;\nif (parentThreadID) {\nparentThreadIn...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Refine experience when not a thread member
129,187
06.03.2018 18:17:40
18,000
c437e811790bcb468a97ec45c2df1be804e04ec0
Delete all cookies with corresponding device token on log out
[ { "change_type": "MODIFY", "old_path": "lib/types/device-types.js", "new_path": "lib/types/device-types.js", "diff": "@@ -6,3 +6,8 @@ export type DeviceTokenUpdateRequest = {|\ndeviceType: DeviceType,\ndeviceToken: string,\n|};\n+\n+export type DeviceTokens = {|\n+ ios?: ?string,\n+ android?: ?strin...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Delete all cookies with corresponding device token on log out
129,187
06.03.2018 18:26:36
18,000
bedf03529a4174c1476c374162c7981f44cdb8f6
Refine text position of join thread button on native
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-input-bar.react.js", "new_path": "native/chat/chat-input-bar.react.js", "diff": "@@ -339,10 +339,12 @@ const styles = StyleSheet.create({\njoinButton: {\nmarginHorizontal: 12,\nmarginVertical: 3,\n- paddingVertical: 3,\n+ paddingTop: 3,\n+ pad...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Refine text position of join thread button on native
129,187
07.03.2018 11:35:34
18,000
51ede0d81d473313240070735d7aaa2b13566603
Update react-navigation libdef
[ { "change_type": "MODIFY", "old_path": "native/app.react.js", "new_path": "native/app.react.js", "diff": "import type {\nNavigationState,\n- PossiblyDeprecatedNavigationAction,\n+ NavigationAction,\nNavigationScreenProp,\n} from 'react-navigation';\nimport type { Dispatch } from 'lib/types/redux-typ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Update react-navigation libdef
129,187
07.03.2018 14:28:05
18,000
375dca67f2ca634c7ba0b5d8b69d3484753f7bf8
Build info on native
[ { "change_type": "MODIFY", "old_path": "native/crash.react.js", "new_path": "native/crash.react.js", "diff": "@@ -35,7 +35,8 @@ import {\n} from 'lib/actions/report-actions';\nimport Button from './components/button.react';\n-import { store, persistor, persistConfig } from './redux-setup';\n+import ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Build info on native
129,187
07.03.2018 14:52:08
18,000
0e45ee64b8500c1e126eb7c5804835a1c6cfda81
Dev tools on native
[ { "change_type": "MODIFY", "old_path": "native/crash.react.js", "new_path": "native/crash.react.js", "diff": "@@ -35,8 +35,8 @@ import {\n} from 'lib/actions/report-actions';\nimport Button from './components/button.react';\n-import { store, persistor } from './redux-setup';\n-import { persistConfig...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Dev tools on native
129,187
08.03.2018 19:55:04
18,000
3d91fefaeec11dbe4cd93e3cded9b14b1426bb72
Add custom server selection to native
[ { "change_type": "MODIFY", "old_path": "native/chat/settings/add-users-modal.react.js", "new_path": "native/chat/settings/add-users-modal.react.js", "diff": "@@ -21,8 +21,6 @@ import React from 'react';\nimport {\nView,\nStyleSheet,\n- Platform,\n- KeyboardAvoidingView,\nText,\nActivityIndicator,\nA...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Add custom server selection to native
129,187
08.03.2018 20:24:18
18,000
3309cb1b9ecad77145a67258328ed9beeaa719bd
Fix Entry deletion on blur (Also give `redux-persist` some time to purge state before exiting.)
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -998,7 +998,7 @@ class InnerCalendar extends React.PureComponent<Props, State> {\nconst entryKey = entryKeys[0];\nconst entryRef = this.entryRefs.get(entryKey);\ni...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Fix Entry deletion on blur (Also give `redux-persist` some time to purge state before exiting.)
129,187
08.03.2018 20:41:40
18,000
4191502b437106fc9287da520412b5cadb443e74
Some visual refinements on More tab
[ { "change_type": "MODIFY", "old_path": "native/ios/SquadCal.xcodeproj/project.pbxproj", "new_path": "native/ios/SquadCal.xcodeproj/project.pbxproj", "diff": "};\nobjectVersion = 46;\nobjects = {\n+\n/* Begin PBXBuildFile section */\n00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Some visual refinements on More tab
129,187
12.03.2018 10:10:37
14,400
65db3dcdb788617f4efe096f7dd6e8517b9ea561
Fix logic to visually combine messages on native
[ { "change_type": "MODIFY", "old_path": "native/selectors/chat-selectors.js", "new_path": "native/selectors/chat-selectors.js", "diff": "@@ -195,7 +195,7 @@ const baseMessageListData = (threadID: string) => createSelector(\nrobotext,\n});\n}\n- lastMessageInfo = messageInfo;\n+ lastMessageInfo = rawM...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Fix logic to visually combine messages on native
129,187
18.03.2018 15:16:00
14,400
c2d47dba7929db406a4d8ad642a3863d9586af47
Uhh fully working Android splash screen? I think? This took like five days.
[ { "change_type": "MODIFY", "old_path": "native/android/app/src/main/res/drawable-w481dp-xxhdpi/splash.xml", "new_path": "native/android/app/src/main/res/drawable-w481dp-xxhdpi/splash.xml", "diff": "android:gravity=\"fill\"\n/>\n</item>\n- <item>\n- <bitmap\n- android:src=\"@drawable/header\"\n- andr...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Uhh fully working Android splash screen? I think? This took like five days.
129,187
18.03.2018 19:21:17
14,400
56cd49968ffe71dc32303a3001f0b89baa946f4e
Fallback behavior on Android when we don't have a splash asset large enough
[ { "change_type": "DELETE", "old_path": "native/android/app/src/main/res/drawable-w481dp-xxhdpi/splash.xml", "new_path": null, "diff": "-<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n-<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n- <item>\n- <bitmap\n- android:src=\"@drawa...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Fallback behavior on Android when we don't have a splash asset large enough
129,187
19.03.2018 11:00:58
14,400
ae362e89ddbf30fb5e1aa7d77d054ce9ea1baaf6
Some visual refinements for iOS splash and logged out screens
[ { "change_type": "MODIFY", "old_path": "native/account/forgot-password-panel.react.js", "new_path": "native/account/forgot-password-panel.react.js", "diff": "@@ -28,7 +28,7 @@ import {\nvalidEmailRegex,\n} from 'lib/shared/account-regexes';\n-import { TextInput } from './modal-components.react';\n+i...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Some visual refinements for iOS splash and logged out screens
129,187
19.03.2018 12:14:52
14,400
841037509d5daae60b805f8ce485a7c7611b1ff1
Android notif icon
[ { "change_type": "ADD", "old_path": "native/android/app/src/main/res/drawable-hdpi/notif_icon.png", "new_path": "native/android/app/src/main/res/drawable-hdpi/notif_icon.png", "diff": "Binary files /dev/null and b/native/android/app/src/main/res/drawable-hdpi/notif_icon.png differ\n" }, { "c...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Android notif icon
129,187
19.03.2018 15:22:51
14,400
f48270c3c9836059b52105f62086ad7a959f840a
Avoiding asking for notif permissions twice on iOS
[ { "change_type": "MODIFY", "old_path": "native/app.react.js", "new_path": "native/app.react.js", "diff": "@@ -74,7 +74,10 @@ import {\nactiveThreadSelector,\ncreateIsForegroundSelector,\n} from './selectors/nav-selectors';\n-import { requestIOSPushPermissions } from './push/ios';\n+import {\n+ reque...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Avoiding asking for notif permissions twice on iOS
129,187
19.03.2018 20:07:25
14,400
2acab6ea4aef57dd0e6c14cfdfdb3089b9402a78
Don't scrollToToday when calendar range shrinks if calendar tab is active
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -370,7 +370,9 @@ class InnerCalendar extends React.PureComponent<Props, State> {\n// If there are fewer items in our new data, which happens when the\n// current c...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Don't scrollToToday when calendar range shrinks if calendar tab is active
129,187
19.03.2018 20:18:57
14,400
8d107af4cec143309b2722757888e7746ca7a954
Customize appearance of tab bar on Android
[ { "change_type": "MODIFY", "old_path": "native/navigation-setup.js", "new_path": "native/navigation-setup.js", "diff": "@@ -28,7 +28,7 @@ import {\nimport invariant from 'invariant';\nimport _findIndex from 'lodash/fp/findIndex';\nimport _includes from 'lodash/fp/includes';\n-import { Alert, BackHan...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Customize appearance of tab bar on Android
129,187
19.03.2018 22:44:13
14,400
bcab1b6fc51f90215aca599dee4b098a21fe06c6
Ignore Keyboard events while AppState isn't active Had to fork `KeyboardAvoidingView` in order to do this, unfortunately.
[ { "change_type": "MODIFY", "old_path": "native/account/logged-out-modal.react.js", "new_path": "native/account/logged-out-modal.react.js", "diff": "@@ -62,6 +62,11 @@ import { pingNativeStartingPayload } from '../selectors/ping-selectors';\nimport { navigateToAppActionType } from '../navigation-setu...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Ignore Keyboard events while AppState isn't active Had to fork `KeyboardAvoidingView` in order to do this, unfortunately.
129,187
20.03.2018 00:02:32
14,400
78c2602776002aa92ebb36ef89e995b949f365cc
Fix typo/bug in keyboard logic
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -249,6 +249,14 @@ class InnerCalendar extends React.PureComponent<Props, State> {\ncomponentWillUnmount() {\nNativeAppState.removeEventListener('change', this.hand...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Fix typo/bug in keyboard logic
129,187
20.03.2018 13:35:37
14,400
8f8b777c0161aeaedff04509c299551f2e0b3b7b
Changes to enable initial alpha release (woohoo!)
[ { "change_type": "MODIFY", "old_path": "native/android/app/build.gradle", "new_path": "native/android/app/build.gradle", "diff": "@@ -109,8 +109,8 @@ android {\napplicationId \"org.squadcal\"\nminSdkVersion 16\ntargetSdkVersion 22\n- versionCode 1\n- versionName \"1.0\"\n+ versionCode 2\n+ versionNa...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Changes to enable initial alpha release (woohoo!)
129,187
20.03.2018 16:06:58
14,400
1076f5a27fed6ca31d26b8eeaf06248df153249a
Adding prod sha256_cert_fingerprints to assetlinks.json for Android App Links
[ { "change_type": "MODIFY", "old_path": "server/.well-known/assetlinks.json", "new_path": "server/.well-known/assetlinks.json", "diff": "\"namespace\": \"android_app\",\n\"package_name\": \"org.squadcal\",\n\"sha256_cert_fingerprints\": [\n- \"A8:81:32:91:5C:9A:D9:9E:14:68:1B:10:EA:5D:4E:D0:62:D0:BF:...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Adding prod sha256_cert_fingerprints to assetlinks.json for Android App Links
129,187
20.03.2018 17:09:04
14,400
b21e796bc3c8f62b6695c6a4a3afe708617e7ac9
Use lighter link color in chat messages with a dark background
[ { "change_type": "MODIFY", "old_path": "native/chat/text-message.react.js", "new_path": "native/chat/text-message.react.js", "diff": "@@ -80,10 +80,11 @@ class TextMessage extends React.PureComponent<Props> {\nlet containerStyle = null,\nmessageStyle = {},\ntextStyle = {};\n+ let darkColor = false;\...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Use lighter link color in chat messages with a dark background
129,187
20.03.2018 18:56:24
14,400
fa403469f897d60428cd88ee30f442573fc6a8d8
Add icons (favicon etc.) to website
[ { "change_type": "ADD", "old_path": "server/icons/android-chrome-192x192.png", "new_path": "server/icons/android-chrome-192x192.png", "diff": "Binary files /dev/null and b/server/icons/android-chrome-192x192.png differ\n" }, { "change_type": "ADD", "old_path": "server/icons/android-chrom...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Add icons (favicon etc.) to website
129,187
20.03.2018 19:14:19
14,400
239979c43b1c0ca76d66aaf33493fedc635d2dd9
Add white background for favicon
[ { "change_type": "MODIFY", "old_path": "server/icons/android-chrome-192x192.png", "new_path": "server/icons/android-chrome-192x192.png", "diff": "Binary files a/server/icons/android-chrome-192x192.png and b/server/icons/android-chrome-192x192.png differ\n" }, { "change_type": "MODIFY", "...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Add white background for favicon
129,187
21.03.2018 12:22:37
14,400
3212a6bbd56e18de6eaf279c8ae4e404e3a4ba6a
Add padding to lines between member and child thread rows in chat settings on native
[ { "change_type": "MODIFY", "old_path": "native/chat/settings/thread-settings-child-thread.react.js", "new_path": "native/chat/settings/thread-settings-child-thread.react.js", "diff": "@@ -52,11 +52,7 @@ class ThreadSettingsChildThread extends React.PureComponent<Props> {\nconst styles = StyleSheet.c...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Add padding to lines between member and child thread rows in chat settings on native
129,187
21.03.2018 13:26:45
14,400
610418947e48619e4719dd5f80336bb360efa588
Add delete thread button on native and rework chat settings style a bit
[ { "change_type": "MODIFY", "old_path": "native/chat/settings/thread-settings-category.react.js", "new_path": "native/chat/settings/thread-settings-category.react.js", "diff": "@@ -43,7 +43,6 @@ function ThreadSettingsCategoryFooter(props: FooterProps) {\n} else if (props.type === \"outline\") {\n} e...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Add delete thread button on native and rework chat settings style a bit
129,187
22.03.2018 11:02:03
14,400
53b12c204b0035cc907b8a33cc1ae039663dbc01
Get rid of "closing" activity update All it does is set `last_ping` to 0 for the cookie, which prevents us from tracking the actual `last_ping` effectively
[ { "change_type": "MODIFY", "old_path": "lib/types/activity-types.js", "new_path": "lib/types/activity-types.js", "diff": "export type ActivityUpdate =\n| {| focus: true, threadID: string |}\n- | {| focus: false, threadID: string, latestMessage: ?string |}\n- | {| closing: true |};\n+ | {| focus: fal...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Get rid of "closing" activity update All it does is set `last_ping` to 0 for the cookie, which prevents us from tracking the actual `last_ping` effectively
129,187
22.03.2018 18:35:55
14,400
4dbc429e6ccae707904ccb110d1749bafd8f78ce
Improve handling of notifications 1. Immediately dispatch a ping when we know we'll be displaying a notification to the user. 2. Don't crash if a thread isn't available when a notification is clicked; just wait until it is available to respond to the user action.
[ { "change_type": "MODIFY", "old_path": "native/app.react.js", "new_path": "native/app.react.js", "diff": "@@ -157,6 +157,7 @@ class AppWithNavigationState extends React.PureComponent<Props> {\nandroidNotifListener: ?Object = null;\nandroidRefreshTokenListener: ?Object = null;\ninitialAndroidNotifHan...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Improve handling of notifications 1. Immediately dispatch a ping when we know we'll be displaying a notification to the user. 2. Don't crash if a thread isn't available when a notification is clicked; just wait until it is available to respond to the user action.
129,187
22.03.2018 21:56:03
14,400
7ecbca02d3bf2b0360fce31aee602f7f63f3af4f
Add a clear button for the search bar on native
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-thread-list.react.js", "new_path": "native/chat/chat-thread-list.react.js", "diff": "@@ -13,6 +13,7 @@ import {\nFlatList,\nPlatform,\nTextInput,\n+ TouchableOpacity,\n} from 'react-native';\nimport Icon from 'react-native-vector-icons/FontAwe...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Add a clear button for the search bar on native
129,187
22.03.2018 22:34:31
14,400
7d6879b9a23a5261755592b0c81be8fa27fdb079
Add separate style for weekends on mobile (But it doesn't do anything yet because I couldn't figure out a good way for it to look)
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -575,9 +575,13 @@ class InnerCalendar extends React.PureComponent<Props, State> {\nif (dateString(new Date()) === row.item.dateString) {\ndate += \" (today)\";\n}\...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Add separate style for weekends on mobile (But it doesn't do anything yet because I couldn't figure out a good way for it to look)
129,187
22.03.2018 22:53:32
14,400
2ae105054d4f420e9b458345ae52b17e5714c084
Update to code version.... 3
[ { "change_type": "MODIFY", "old_path": "native/android/app/build.gradle", "new_path": "native/android/app/build.gradle", "diff": "@@ -109,8 +109,8 @@ android {\napplicationId \"org.squadcal\"\nminSdkVersion 16\ntargetSdkVersion 22\n- versionCode 2\n- versionName \"0.0.2\"\n+ versionCode 3\n+ version...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Update to code version.... 3
129,187
23.03.2018 14:26:19
14,400
7e260581ddc22e10bf87fa2ee6ef6ed89fac21cf
Don't create multiple threads when people click the create button multiple times on mobile
[ { "change_type": "MODIFY", "old_path": "native/chat/compose-thread.react.js", "new_path": "native/chat/compose-thread.react.js", "diff": "@@ -80,6 +80,7 @@ type NavProp =\n& { state: { params: {\nparentThreadID?: string,\nvisibilityRules?: VisibilityRules,\n+ createButtonDisabled?: bool,\n} } };\nty...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Don't create multiple threads when people click the create button multiple times on mobile
129,187
23.03.2018 15:45:24
14,400
2a07663b2342f39086a75af2bee8b70434f059f4
Always use "Back" as headerBackTitle in Chat screens on native This lets us get rid of the hacky `MessageListHeader`, which I suspect was causing some problems.
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-thread-list.react.js", "new_path": "native/chat/chat-thread-list.react.js", "diff": "@@ -74,6 +74,7 @@ class InnerChatThreadList extends React.PureComponent<Props, State> {\nheaderRight: Platform.OS === \"ios\"\n? (<ComposeThreadButton navigat...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Always use "Back" as headerBackTitle in Chat screens on native This lets us get rid of the hacky `MessageListHeader`, which I suspect was causing some problems.
129,187
23.03.2018 16:47:42
14,400
dbc561c03f10a7276fa8bee1f29f1411fdeebcef
Trim message text on native
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-input-bar.react.js", "new_path": "native/chat/chat-input-bar.react.js", "diff": "@@ -242,6 +242,7 @@ class ChatInputBar extends React.PureComponent<Props, State> {\n}\nonSend = () => {\n+ const text = this.state.text.trim();\nthis.updateText(\...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Trim message text on native