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 | 17.07.2019 19:09:09 | 14,400 | 13913bec0f609405fb9646cacdca430fb2eeafad | [native] Fix interplay between message tooltips and focus behavior | [
{
"change_type": "MODIFY",
"old_path": "native/chat/message-list.react.js",
"new_path": "native/chat/message-list.react.js",
"diff": "@@ -60,7 +60,7 @@ type Props = {|\nviewerID: ?string,\nstartReached: bool,\nscrollBlockingModalsClosed: bool,\n- lightboxIsTransitioning: bool,\n+ scrollBlockingModal... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix interplay between message tooltips and focus behavior |
129,187 | 17.07.2019 19:36:45 | 14,400 | 4c05c86bcb147323a42a46d12c94e698618f6089 | [native] Don't double-apply RoundedMessageContainer | [
{
"change_type": "MODIFY",
"old_path": "native/chat/composed-message.react.js",
"new_path": "native/chat/composed-message.react.js",
"diff": "import type { ChatMessageInfoItemWithHeight } from './message.react';\nimport { chatMessageItemPropType } from 'lib/selectors/chat-selectors';\nimport { asser... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Don't double-apply RoundedMessageContainer |
129,187 | 17.07.2019 19:52:05 | 14,400 | 8a1bd4aab1d103e158193e3167eb62d86196a898 | [native] Use bottom instead of top for Timestamp positioning in message tooltips | [
{
"change_type": "MODIFY",
"old_path": "native/chat/multimedia-tooltip-button.react.js",
"new_path": "native/chat/multimedia-tooltip-button.react.js",
"diff": "@@ -89,13 +89,13 @@ class MultimediaTooltipButton extends React.PureComponent<Props> {\ninitialCoordinates,\nverticalOffset,\n} = this.props... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Use bottom instead of top for Timestamp positioning in message tooltips |
129,187 | 17.07.2019 22:19:46 | 14,400 | bbc05a9143f444813d71d85d4be26432cc7b2997 | [native] Show ComposedMessage author name on focus | [
{
"change_type": "MODIFY",
"old_path": "native/chat/composed-message.react.js",
"new_path": "native/chat/composed-message.react.js",
"diff": "@@ -19,6 +19,7 @@ import { composedMessageMaxWidthSelector } from './composed-message-width';\ntype Props = {|\nitem: ChatMessageInfoItemWithHeight,\nsendFail... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Show ComposedMessage author name on focus |
129,187 | 17.07.2019 23:45:18 | 14,400 | 4224a836e969601fed9cc100f04fcc93deb30e3e | [native] Fix header/margin behavior in message tooltips and introduce MessageHeader | [
{
"change_type": "MODIFY",
"old_path": "lib/types/media-types.js",
"new_path": "lib/types/media-types.js",
"diff": "@@ -32,8 +32,6 @@ export type MediaInfo = {|\n...Media,\ncorners: Corners,\nindex: number,\n- messageID: string,\n- messageKey: string,\n|};\nexport const mediaTypePropType = PropTypes... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix header/margin behavior in message tooltips and introduce MessageHeader |
129,187 | 18.07.2019 15:31:16 | 14,400 | 71ff8065dd2acc35102ef361e8478f24f91c9bdd | [native] Make whole TextMessage clickable
Not just text | [
{
"change_type": "MODIFY",
"old_path": "native/chat/inner-text-message.react.js",
"new_path": "native/chat/inner-text-message.react.js",
"diff": "@@ -4,7 +4,7 @@ import { chatMessageItemPropType } from 'lib/selectors/chat-selectors';\nimport type { ChatTextMessageInfoItemWithHeight } from './text-me... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Make whole TextMessage clickable
Not just text |
129,187 | 19.07.2019 00:06:30 | 14,400 | 46132903af1b19a217e8fe9ad6559ba69314c53e | [native] Pass whole navigation prop down from MessageListContainer | [
{
"change_type": "MODIFY",
"old_path": "native/chat/message-list-container.react.js",
"new_path": "native/chat/message-list-container.react.js",
"diff": "@@ -10,12 +10,12 @@ import {\nchatMessageItemPropType,\n} from 'lib/selectors/chat-selectors';\nimport { type ThreadInfo, threadInfoPropType } fro... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Pass whole navigation prop down from MessageListContainer |
129,187 | 19.07.2019 00:07:27 | 14,400 | 2f70ec27957cd1157644cbf2ac7ec9fd6efc75f0 | [native] Wrap inactive lightbox scenes in pointerEvents="none" | [
{
"change_type": "MODIFY",
"old_path": "native/media/lightbox-navigator.react.js",
"new_path": "native/media/lightbox-navigator.react.js",
"diff": "@@ -142,8 +142,9 @@ class Lightbox extends React.PureComponent<Props> {\n}\nconst { navigation, getComponent } = scene.descriptor;\nconst SceneComponent... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Wrap inactive lightbox scenes in pointerEvents="none" |
129,187 | 19.07.2019 00:14:22 | 14,400 | 6a800e99384ab3c7eb8739d56db9e84bcdd1a1b9 | [native] Disable Stack gestures on MessageListContainer while modals open | [
{
"change_type": "MODIFY",
"old_path": "native/chat/message-list-container.react.js",
"new_path": "native/chat/message-list-container.react.js",
"diff": "@@ -97,6 +97,7 @@ class MessageListContainer extends React.PureComponent<Props, State> {\n)\n: null,\nheaderBackTitle: \"Back\",\n+ gesturesEnable... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Disable Stack gestures on MessageListContainer while modals open |
129,187 | 19.07.2019 16:28:45 | 14,400 | 0a58109a1fcfc1d4c4ccde2c5f5544dce0660925 | [native] Handle tooltips wider than content | [
{
"change_type": "MODIFY",
"old_path": "native/components/tooltip2.react.js",
"new_path": "native/components/tooltip2.react.js",
"diff": "@@ -38,6 +38,8 @@ import TooltipItem from './tooltip2-item.react';\nconst {\nValue,\nExtrapolate,\n+ add,\n+ multiply,\ninterpolate,\n} = Animated;\n@@ -100,6 +10... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Handle tooltips wider than content |
129,187 | 19.07.2019 16:49:02 | 14,400 | e80c3da55ebd98e7e0b41ec612fd79ad88aafdc1 | [native] Move LightboxNavigator to navigation folder | [
{
"change_type": "MODIFY",
"old_path": "native/chat/multimedia-message.react.js",
"new_path": "native/chat/multimedia-message.react.js",
"diff": "@@ -26,7 +26,9 @@ import Animated from 'react-native-reanimated';\nimport ComposedMessage from './composed-message.react';\nimport MultimediaMessageMultim... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Move LightboxNavigator to navigation folder |
129,187 | 19.07.2019 16:52:44 | 14,400 | 7a75c27162660a4255fd398de058be5c8f9d0bea | [native] MultimediaSavedModal -> ActionResultModal | [
{
"change_type": "MODIFY",
"old_path": "native/media/save-image.js",
"new_path": "native/media/save-image.js",
"diff": "@@ -12,7 +12,7 @@ import { fileInfoFromData } from 'lib/utils/file-utils';\nimport { blobToDataURI, dataURIToIntArray } from '../utils/media-utils';\nimport { dispatch } from '../r... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] MultimediaSavedModal -> ActionResultModal |
129,187 | 19.07.2019 17:03:35 | 14,400 | 104af222ac87ee5bf545700c04f5545e4937f486 | [native] displayActionResultModal | [
{
"change_type": "MODIFY",
"old_path": "native/chat/text-message-tooltip-modal.react.js",
"new_path": "native/chat/text-message-tooltip-modal.react.js",
"diff": "@@ -6,6 +6,7 @@ import { Clipboard, StyleSheet } from 'react-native';\nimport { createTooltip, tooltipHeight } from '../components/tooltip... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] displayActionResultModal |
129,187 | 19.07.2019 17:09:08 | 14,400 | 6125a30a38072e267eedd6ec26b15aa3a345b48a | [native] Fix navigate-before-go-back issue in ActionResultModal | [
{
"change_type": "MODIFY",
"old_path": "native/chat/text-message-tooltip-modal.react.js",
"new_path": "native/chat/text-message-tooltip-modal.react.js",
"diff": "@@ -12,9 +12,11 @@ type CustomProps = {\nitem: ChatTextMessageInfoItemWithHeight,\n};\n+const confirmCopy = () => displayActionResultModal... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix navigate-before-go-back issue in ActionResultModal |
129,187 | 25.07.2019 13:57:25 | 14,400 | cf3f2cb29d9f0c534f7a4280739640b37df012f7 | [native] PencilIcon | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "native/chat/settings/pencil-icon.react.js",
"diff": "+// @flow\n+\n+import * as React from 'react';\n+import { StyleSheet, Platform } from 'react-native';\n+import Icon from 'react-native-vector-icons/FontAwesome';\n+\n+function PencilIcon(props... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] PencilIcon |
129,187 | 25.07.2019 16:14:40 | 14,400 | 95f13d2723edf7e42c18edb25d38c41eacd58f81 | [native] OverlayableScrollViewContainer | [
{
"change_type": "MODIFY",
"old_path": "native/chat/message-list-types.js",
"new_path": "native/chat/message-list-types.js",
"diff": "@@ -12,6 +12,7 @@ export type MessageListNavProp = NavigationScreenProp<{|\n...NavigationLeafRoute,\nparams: {|\nthreadInfo: ThreadInfo,\n+ gesturesDisabled?: bool,\n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] OverlayableScrollViewContainer |
129,187 | 29.07.2019 17:52:20 | 14,400 | fb2a3352ae04bb6f6485e56d2939ed53a9a1dbdb | [native] KeyboardStateContainer | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-input-bar.react.js",
"new_path": "native/chat/chat-input-bar.react.js",
"diff": "@@ -22,6 +22,11 @@ import { loadingStatusPropType } from 'lib/types/loading-types';\nimport type { CalendarQuery } from 'lib/types/entry-types';\nimport type { Ke... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] KeyboardStateContainer |
129,187 | 29.07.2019 18:37:26 | 14,400 | 0a14405373f4c3f3737b175170f8bd0860013ac1 | [native] Get params necessary for modal display to ThreadSettingsMember | [
{
"change_type": "MODIFY",
"old_path": "native/chat/settings/thread-settings-member.react.js",
"new_path": "native/chat/settings/thread-settings-member.react.js",
"diff": "@@ -12,6 +12,15 @@ import type { AppState } from '../../redux/redux-setup';\nimport type { LoadingStatus } from 'lib/types/loadi... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Get params necessary for modal display to ThreadSettingsMember |
129,187 | 29.07.2019 19:58:18 | 14,400 | b7665559fda3cabb673c820dd243f2aa4fef3db0 | [native] Fix arrow positioning on right-aligned tooltips | [
{
"change_type": "MODIFY",
"old_path": "native/components/tooltip2.react.js",
"new_path": "native/components/tooltip2.react.js",
"diff": "@@ -239,7 +239,7 @@ function createTooltip<\n}\nrender() {\n- const { navigation } = this.props;\n+ const { navigation, screenDimensions } = this.props;\nconst en... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix arrow positioning on right-aligned tooltips |
129,187 | 29.07.2019 20:05:16 | 14,400 | cdfb23475b31aab809914fbef6322ecda7e5b9fd | [native] ThreadSettingsMemberTooltipModal | [
{
"change_type": "MODIFY",
"old_path": "native/chat/settings/pencil-icon.react.js",
"new_path": "native/chat/settings/pencil-icon.react.js",
"diff": "@@ -18,7 +18,6 @@ function PencilIcon(props: {||}) {\nconst styles = StyleSheet.create({\neditIcon: {\nlineHeight: 20,\n- paddingLeft: 10,\npaddingTop... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] ThreadSettingsMemberTooltipModal |
129,187 | 29.07.2019 20:12:27 | 14,400 | d570a9e34dc36bd5a8136ee67966804ee6002cd1 | [native] Kill popoverConfig | [
{
"change_type": "MODIFY",
"old_path": "native/chat/settings/thread-settings-member.react.js",
"new_path": "native/chat/settings/thread-settings-member.react.js",
"diff": "@@ -42,7 +42,6 @@ import {\nTouchableOpacity,\n} from 'react-native';\nimport PropTypes from 'prop-types';\n-import _isEqual fro... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Kill popoverConfig |
129,187 | 30.07.2019 11:11:07 | 14,400 | 53132e9372621ebda35799417b80465af730d0af | [native] Move popoverLabelStyle to TooltipItem | [
{
"change_type": "MODIFY",
"old_path": "native/chat/inner-text-message.react.js",
"new_path": "native/chat/inner-text-message.react.js",
"diff": "@@ -107,10 +107,6 @@ const styles = StyleSheet.create({\ncolor: \"#129AFF\",\ntextDecorationLine: \"underline\",\n},\n- popoverLabelStyle: {\n- textAlign:... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Move popoverLabelStyle to TooltipItem |
129,187 | 30.07.2019 11:11:55 | 14,400 | 3c104c7f6bdf59d9b6ceaf57e1fff7fad8a0080f | [native] Delete legacy Tooltip | [
{
"change_type": "MODIFY",
"old_path": "native/chat/settings/thread-settings-member.react.js",
"new_path": "native/chat/settings/thread-settings-member.react.js",
"diff": "@@ -57,7 +57,6 @@ import { createLoadingStatusSelector } from 'lib/selectors/loading-selectors';\nimport EditSettingButton from ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Delete legacy Tooltip |
129,187 | 30.07.2019 11:14:01 | 14,400 | d23237c366efbb628401b9624f7b630a8346685e | [native] components/tooltip2 -> navigation/tooltip | [
{
"change_type": "MODIFY",
"old_path": "native/chat/multimedia-tooltip-modal.react.js",
"new_path": "native/chat/multimedia-tooltip-modal.react.js",
"diff": "@@ -5,7 +5,7 @@ import type {\nChatMultimediaMessageInfoItem,\n} from './multimedia-message.react';\n-import { createTooltip, tooltipHeight } ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] components/tooltip2 -> navigation/tooltip |
129,187 | 30.07.2019 13:05:41 | 14,400 | f2cbce40991464a35dede9ab797399b1434857c8 | [native] Fix updating of nav params ThreadInfo from Redux | [
{
"change_type": "MODIFY",
"old_path": "native/chat/message-list.react.js",
"new_path": "native/chat/message-list.react.js",
"diff": "@@ -178,17 +178,14 @@ class MessageList extends React.PureComponent<Props, State> {\ncomponentDidUpdate(prevProps: Props, prevState: State) {\nconst oldThreadInfo = p... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix updating of nav params ThreadInfo from Redux |
129,187 | 30.07.2019 13:09:00 | 14,400 | 78f538de5d2033e1b593b50fc6d5ec468ad1e715 | [native] Tooltip visibleEntryIDs | [
{
"change_type": "MODIFY",
"old_path": "native/chat/multimedia-tooltip-modal.react.js",
"new_path": "native/chat/multimedia-tooltip-modal.react.js",
"diff": "@@ -21,7 +21,7 @@ function onPressSave(props: CustomProps) {\nconst spec = {\nentries: [\n- { text: \"Save\", onPress: onPressSave },\n+ { id:... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Tooltip visibleEntryIDs |
129,187 | 30.07.2019 13:23:15 | 14,400 | 126ef2f4728faa2d955e2bc29926d0d702cde89d | [native] Default location calculation for Tooltip
`above` vs. `below` | [
{
"change_type": "MODIFY",
"old_path": "native/navigation/tooltip.react.js",
"new_path": "native/navigation/tooltip.react.js",
"diff": "@@ -133,13 +133,12 @@ function createTooltip<\nconst { initialCoordinates } = props.navigation.state.params;\nconst { y, height } = initialCoordinates;\n- const ent... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Default location calculation for Tooltip
`above` vs. `below` |
129,187 | 30.07.2019 15:32:19 | 14,400 | 830c56e0992ad1abc244f47bcad1d73a79d5b90c | Mechanism to allow Tooltip onPress to dispatch server calls | [
{
"change_type": "MODIFY",
"old_path": "lib/utils/action-utils.js",
"new_path": "lib/utils/action-utils.js",
"diff": "@@ -108,12 +108,12 @@ export type DispatchActionPromise = <\nstartingPayload?: $PropertyType<A, 'payload'>,\n) => Promise<void>;\n-type BoundActions = {\n+export type DispatchFunctio... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Mechanism to allow Tooltip onPress to dispatch server calls |
129,187 | 30.07.2019 15:50:24 | 14,400 | e723580c0090f3099783cceed9dbd4d217bdf216 | Move ThreadSettingsMember action logic to ThreadSettingsMemberTooltipModal | [
{
"change_type": "MODIFY",
"old_path": "lib/shared/thread-utils.js",
"new_path": "lib/shared/thread-utils.js",
"diff": "@@ -6,6 +6,7 @@ import {\ntype ThreadPermission,\ntype MemberInfo,\ntype ServerThreadInfo,\n+ type RelativeMemberInfo,\nthreadTypes,\nthreadPermissions,\n} from '../types/thread-ty... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Move ThreadSettingsMember action logic to ThreadSettingsMemberTooltipModal |
129,187 | 30.07.2019 17:27:12 | 14,400 | 32d7c1490e4685fdee0c3d8d81cd8c7de6d5f376 | [native] Don't show dark MessageHeader just because focused | [
{
"change_type": "MODIFY",
"old_path": "native/chat/message-header.react.js",
"new_path": "native/chat/message-header.react.js",
"diff": "@@ -21,7 +21,7 @@ function MessageHeader(props: Props) {\nlet authorName = null;\nif (!isViewer && (item.startsCluster || focused)) {\n- const style = color === '... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Don't show dark MessageHeader just because focused |
129,187 | 30.07.2019 17:53:06 | 14,400 | bbc19111058ef8c2c6dd0a405c38aef9d6803142 | [native] Scroll to top of ChatThreadList on Chat tab press | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-navigator.react.js",
"new_path": "native/chat/chat-navigator.react.js",
"diff": "@@ -57,9 +57,6 @@ ChatNavigator.navigationOptions = ({ navigation }) => ({\nreturn;\n}\nconst state = navigation.state;\n- if (state.index === 0) {\n- return;\n- ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Scroll to top of ChatThreadList on Chat tab press |
129,187 | 30.07.2019 18:08:53 | 14,400 | 876b79f7c0a3780ff9c8a32cac1d13652c59c538 | [native] RootNavigator should only handle dismiss keyboard for its own routes | [
{
"change_type": "MODIFY",
"old_path": "native/navigation/navigation-setup.js",
"new_path": "native/navigation/navigation-setup.js",
"diff": "@@ -284,6 +284,9 @@ const RootNavigator = createStackNavigator(\nconst { route } = scene;\nconst { scene: prevScene } = prevTransitionProps;\nconst { route: p... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] RootNavigator should only handle dismiss keyboard for its own routes |
129,187 | 31.07.2019 10:59:19 | 14,400 | 6d427566f180151157cdf9e29fc90350ef9e4e37 | [native] Update react-native-reanimated and react-native-gesture-handler | [
{
"change_type": "MODIFY",
"old_path": "native/package.json",
"new_path": "native/package.json",
"diff": "\"react-native-firebase\": \"^5.3.1\",\n\"react-native-floating-action\": \"^1.9.0\",\n\"react-native-fs\": \"^2.13.3\",\n- \"react-native-gesture-handler\": \"git+https://git@github.com/kmagier... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Update react-native-reanimated and react-native-gesture-handler |
129,187 | 31.07.2019 11:06:34 | 14,400 | c582ab8df9c8b1caa5beadefee408bab02f2496c | [native] Don't show tooltip container before transforms
It looks like when your first render of a `View` has transforms, React Native will first render without the transforms so it knows what the baseline is.
We want to prevent the user from seeing this first render. | [
{
"change_type": "MODIFY",
"old_path": "native/navigation/tooltip.react.js",
"new_path": "native/navigation/tooltip.react.js",
"diff": "@@ -125,6 +125,7 @@ function createTooltip<\n};\nprogress: Value;\nbackdropOpacity: Value;\n+ tooltipContainerOpacity: Value;\ntooltipVerticalAbove: Value;\ntooltip... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Don't show tooltip container before transforms
It looks like when your first render of a `View` has transforms, React Native will first render without the transforms so it knows what the baseline is.
We want to prevent the user from seeing this first render. |
129,187 | 31.07.2019 13:49:55 | 14,400 | e5320b62dea15b17938a4c1135f87838ec0849ac | [native]
Also `reactotron-redux@^3.1.1` | [
{
"change_type": "MODIFY",
"old_path": "native/package.json",
"new_path": "native/package.json",
"diff": "\"react-navigation-redux-helpers\": \"^3.0.2\",\n\"react-navigation-stack\": \"~1.4.0\",\n\"react-redux\": \"^5.0.6\",\n- \"reactotron-react-native\": \"^2.0.0\",\n- \"reactotron-redux\": \"^2.0... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] reactotron-react-native@4.0.0-beta.1
Also `reactotron-redux@^3.1.1` |
129,187 | 31.07.2019 14:03:42 | 14,400 | 33f76a961828ffcd5a5d9070ae7fc2aa34e32994 | [native] Allow Calendar scrollers to trigger fetch if loadingStatus inactive
I've been seeing edge cases where it becomes impossible to trigger a fetch. Hopefully this fixes it... | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -1040,7 +1040,7 @@ class InnerCalendar extends React.PureComponent<Props, State> {\nif (\ntopLoader &&\n!this.topLoaderWaitingToLeaveView &&\n- !this.topLoadingFro... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Allow Calendar scrollers to trigger fetch if loadingStatus inactive
I've been seeing edge cases where it becomes impossible to trigger a fetch. Hopefully this fixes it... |
129,187 | 31.07.2019 14:12:37 | 14,400 | ec11dd8552e14b0de8a70fdd35563f20aa9f6aae | [lib] Include year in old timestamps | [
{
"change_type": "MODIFY",
"old_path": "lib/utils/date-utils.js",
"new_path": "lib/utils/date-utils.js",
"diff": "@@ -79,6 +79,7 @@ function dateFromString(dayString: string): Date {\nconst millisecondsInDay = 24 * 60 * 60 * 1000;\nconst millisecondsInWeek = millisecondsInDay * 7;\n+const millisecon... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [lib] Include year in old timestamps |
129,187 | 31.07.2019 17:31:00 | 14,400 | 8d0bcc5e6c0f55c17d5bc5b28f40fdea0371b42e | [native] codeVersion -> 32 | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/build.gradle",
"new_path": "native/android/app/build.gradle",
"diff": "@@ -113,8 +113,8 @@ android {\napplicationId \"org.squadcal\"\nminSdkVersion rootProject.ext.minSdkVersion\ntargetSdkVersion rootProject.ext.targetSdkVersion\n- versionCo... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] codeVersion -> 32 |
129,187 | 07.08.2019 10:13:18 | 14,400 | 3519260d1f967b6eed3950aab6bfb2e39903e8e4 | [native] Update Podfile | [
{
"change_type": "MODIFY",
"old_path": "native/ios/Podfile",
"new_path": "native/ios/Podfile",
"diff": "@@ -46,9 +46,4 @@ target 'SquadCal' do\npod 'react-native-image-resizer', :path => '../../node_modules/react-native-image-resizer'\npod 'RNFS', :path => '../../node_modules/react-native-fs'\n- tar... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Update Podfile |
129,187 | 07.08.2019 10:41:24 | 14,400 | 999321e6970b0c80b052a24574cdeb433a2ae27f | [native] Fix MultimediaModal fling interaction with reset | [
{
"change_type": "MODIFY",
"old_path": "native/media/multimedia-modal.react.js",
"new_path": "native/media/multimedia-modal.react.js",
"diff": "@@ -751,23 +751,29 @@ class MultimediaModal extends React.PureComponent<Props> {\nstopClock(flingYClock),\n],\n[\n- set(curX, recenteredX),\n- set(curY, rec... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix MultimediaModal fling interaction with reset |
129,187 | 07.08.2019 14:31:15 | 14,400 | c174538277bfed39e7dab505d0855ba773de8c2b | [native] Debounce updateCalendarQuery calls in Calendar | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -54,6 +54,7 @@ import _filter from 'lodash/fp/filter';\nimport _sum from 'lodash/fp/sum';\nimport _pickBy from 'lodash/fp/pickBy';\nimport _size from 'lodash/fp/si... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Debounce updateCalendarQuery calls in Calendar |
129,187 | 07.08.2019 14:55:20 | 14,400 | 0c68e94d47a7ee04fdcb6dede01c82bc62d6a408 | [native] Avoid retrying updateCalendarQuery in Calendar when disconnected | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -27,6 +27,10 @@ import {\ntype LoadingStatus,\nloadingStatusPropType,\n} from 'lib/types/loading-types';\n+import {\n+ type ConnectionStatus,\n+ connectionStatusPr... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Avoid retrying updateCalendarQuery in Calendar when disconnected |
129,187 | 18.08.2019 12:44:24 | 25,200 | 2f529cfc68aee8654f88e41e1e5f41d57b41d4e2 | [native] codeVersion -> 33 | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/build.gradle",
"new_path": "native/android/app/build.gradle",
"diff": "@@ -113,8 +113,8 @@ android {\napplicationId \"org.squadcal\"\nminSdkVersion rootProject.ext.minSdkVersion\ntargetSdkVersion rootProject.ext.targetSdkVersion\n- versionCo... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] codeVersion -> 33 |
129,187 | 06.09.2019 11:27:17 | 25,200 | c786f8d6ee3baa7130bfd47e816443e19227f502 | [native] Add RCTVibration to iOS Podfile
Necessary for `react-native-in-app-notification` | [
{
"change_type": "MODIFY",
"old_path": "native/ios/Podfile",
"new_path": "native/ios/Podfile",
"diff": "@@ -18,6 +18,7 @@ target 'SquadCal' do\n'RCTLinkingIOS',\n'RCTCameraRoll',\n'RCTBlob',\n+ 'RCTVibration',\n'ART',\n]\n"
},
{
"change_type": "MODIFY",
"old_path": "native/ios/Podfile.lo... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Add RCTVibration to iOS Podfile
Necessary for `react-native-in-app-notification` |
129,187 | 06.09.2019 11:28:45 | 25,200 | 1023b7bc615834ba51344c769cfc608c996c3010 | [native] iOS codeVersion -> 34
Android doesn't need to be updated since this build is just to fix an iOS-specific bug | [
{
"change_type": "MODIFY",
"old_path": "native/ios/SquadCal/Info.plist",
"new_path": "native/ios/SquadCal/Info.plist",
"diff": "<key>CFBundlePackageType</key>\n<string>APPL</string>\n<key>CFBundleShortVersionString</key>\n- <string>0.0.33</string>\n+ <string>0.0.34</string>\n<key>CFBundleSignature</... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] iOS codeVersion -> 34
Android doesn't need to be updated since this build is just to fix an iOS-specific bug |
129,187 | 06.09.2019 19:26:07 | 25,200 | b81a134072d8ea274668a6f2dd34c5afabb487f4 | [server] geoip-lite and update db on deploy | [
{
"change_type": "MODIFY",
"old_path": "server/package.json",
"new_path": "server/package.json",
"diff": "\"scripts\": {\n\"babel\": \"babel src/ --out-dir dist/ --config-file ./.babelrc --verbose --ignore 'src/lib/flow-typed','src/lib/node_modules','src/lib/package.json','src/web/flow-typed','src/w... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] geoip-lite and update db on deploy |
129,187 | 11.09.2019 18:04:29 | 14,400 | 98b366446c3bd4bcee71abfb06cf15f3aed2168b | [server] Add ipAddress property to Viewer | [
{
"change_type": "MODIFY",
"old_path": "server/src/session/cookies.js",
"new_path": "server/src/session/cookies.js",
"diff": "@@ -23,6 +23,7 @@ import type { InitialClientSocketMessage } from 'lib/types/socket-types';\nimport bcrypt from 'twin-bcrypt';\nimport url from 'url';\nimport crypto from 'cr... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Add ipAddress property to Viewer |
129,187 | 11.09.2019 18:13:55 | 14,400 | 66c785360e14f4f30f3626ac06e6ccbf5d177be2 | [server] Use geoip-lite to look up time zone from IP address | [
{
"change_type": "MODIFY",
"old_path": "server/src/session/viewer.js",
"new_path": "server/src/session/viewer.js",
"diff": "@@ -10,6 +10,7 @@ import type { Platform, PlatformDetails } from 'lib/types/device-types';\nimport type { CalendarQuery } from 'lib/types/entry-types';\nimport invariant from '... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Use geoip-lite to look up time zone from IP address |
129,187 | 11.09.2019 19:34:18 | 14,400 | 484b679daba99c8a2bd0c15f543a6ed34ca224c0 | Consider time zone when calculating current date | [
{
"change_type": "MODIFY",
"old_path": "lib/selectors/nav-selectors.js",
"new_path": "lib/selectors/nav-selectors.js",
"diff": "import type { BaseAppState } from '../types/redux-types';\nimport type { BaseNavInfo } from '../types/nav-types';\nimport type { RawThreadInfo } from '../types/thread-types... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Consider time zone when calculating current date |
129,187 | 11.09.2019 19:45:10 | 14,400 | aa3534820c85b1ac615b68b0fa10ed38627d5363 | Determine the current Day using local time zone | [
{
"change_type": "MODIFY",
"old_path": "server/src/responders/website-responders.js",
"new_path": "server/src/responders/website-responders.js",
"diff": "@@ -157,6 +157,7 @@ async function websiteResponder(viewer: Viewer, url: string): Promise<string> {\nwatchedThreadIDs: [],\nforeground: true,\nnex... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Determine the current Day using local time zone |
129,187 | 12.09.2019 12:56:18 | 14,400 | af2b4b7d8530602c99706e59dd7858dd0a836e81 | Use timeZone for web timestamps | [
{
"change_type": "MODIFY",
"old_path": "lib/utils/date-utils.js",
"new_path": "lib/utils/date-utils.js",
"diff": "@@ -82,32 +82,34 @@ const millisecondsInWeek = millisecondsInDay * 7;\nconst millisecondsInYear = millisecondsInDay * 365;\n// Takes a millisecond timestamp and displays the time in the ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Use timeZone for web timestamps |
129,187 | 12.09.2019 13:49:46 | 14,400 | a7a091aadd44c857aacbdf6c74fd7d7422c25b26 | [server] Cron folder | [
{
"change_type": "RENAME",
"old_path": "server/src/backups.js",
"new_path": "server/src/cron/backups.js",
"diff": "@@ -7,8 +7,8 @@ import dateFormat from 'dateformat';\nimport StreamCache from 'stream-cache';\nimport { promisify } from 'util';\n-import dbConfig from '../secrets/db_config';\n-import ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Cron folder |
129,187 | 12.09.2019 14:20:04 | 14,400 | a84d5fab9360a9f7ba8776f0b230e38e40936398 | [server] Automatically keep GeoIP updated on a weekly basis | [
{
"change_type": "MODIFY",
"old_path": "server/src/cron/cron.js",
"new_path": "server/src/cron/cron.js",
"diff": "@@ -23,6 +23,7 @@ import { backupDB } from './backups';\nimport {\nbotherMonthlyActivesToUpdateAppVersion,\n} from '../bots/app-version-update';\n+import { updateAndReloadGeoipDB } from ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Automatically keep GeoIP updated on a weekly basis |
129,187 | 16.09.2019 12:26:07 | 14,400 | 1ec8e47595f60091f5e88df9197dd3b3b32b8a31 | [server] Reload GeoIP on all cluster members after update | [
{
"change_type": "MODIFY",
"old_path": "server/src/cron/update-geoip-db.js",
"new_path": "server/src/cron/update-geoip-db.js",
"diff": "import childProcess from 'child_process';\nimport geoip from 'geoip-lite';\n+import cluster from 'cluster';\n+\n+import { handleAsyncPromise } from '../responders/h... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Reload GeoIP on all cluster members after update |
129,187 | 17.09.2019 17:08:21 | 14,400 | 97876262cd7c1f0216084a8e6890858e971225d0 | [native] RN 0.60 upgrade: ESLint | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "native/.eslintrc.js",
"diff": "+module.exports = {\n+ root: true,\n+ extends: '@react-native-community',\n+};\n"
},
{
"change_type": "MODIFY",
"old_path": "native/package.json",
"new_path": "native/package.json",
"diff": "\"p... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] RN 0.60 upgrade: ESLint |
129,187 | 17.09.2019 17:29:22 | 14,400 | b8cfd87e3f0f763821c1bf137027b5356649513f | [native] RN 0.60 upgrade: patches/fixes on flow-typed
Will put up PRs for these later | [
{
"change_type": "MODIFY",
"old_path": "native/flow-typed/npm/react-native-gesture-handler_v1.x.x.js",
"new_path": "native/flow-typed/npm/react-native-gesture-handler_v1.x.x.js",
"diff": "@@ -376,6 +376,7 @@ declare module 'react-native-gesture-handler/GestureHandler' {\nshouldCancelWhenOutside?: bo... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] RN 0.60 upgrade: patches/fixes on flow-typed
Will put up PRs for these later |
129,187 | 17.09.2019 17:36:56 | 14,400 | 76f2be891177e28e63c17788e1bb661b48b8b710 | [native] RN 0.60 upgrade: flow-bin@^0.98.0 | [
{
"change_type": "MODIFY",
"old_path": "lib/types/redux-types.js",
"new_path": "lib/types/redux-types.js",
"diff": "@@ -645,7 +645,7 @@ export type BaseAction =\nexport type ActionPayload\n= ?(Object | Array<*> | $ReadOnlyArray<*> | string);\nexport type SuperAction = {\n- type: $Subtype<string>,\n+... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] RN 0.60 upgrade: flow-bin@^0.98.0 |
129,187 | 18.09.2019 16:25:27 | 14,400 | d03f3577b1506383b8ebd858e42835b96e07e95a | [native] RN 0.60 upgrade: Android | [
{
"change_type": "MODIFY",
"old_path": "native/.gitignore",
"new_path": "native/.gitignore",
"diff": "@@ -40,6 +40,7 @@ yarn-error.log\nbuck-out/\n\\.buckd/\n*.keystore\n+!debug.keystore\n# fastlane\n#\n"
},
{
"change_type": "MODIFY",
"old_path": "native/android/app/build.gradle",
"n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] RN 0.60 upgrade: Android |
129,187 | 18.09.2019 16:27:08 | 14,400 | 8654c13cef28d327b12c24b2971bb0858a47095f | [native] RN 0.60 upgrade: get rid of BUCK config for Android | [
{
"change_type": "DELETE",
"old_path": "native/android/app/BUCK",
"new_path": null,
"diff": "-# To learn about Buck see [Docs](https://buckbuild.com/).\n-# To run your application with Buck:\n-# - install Buck\n-# - `npm start` - to start the packager\n-# - `cd android`\n-# - `keytool -genkey -v -ke... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] RN 0.60 upgrade: get rid of BUCK config for Android |
129,187 | 18.09.2019 17:09:31 | 14,400 | 2220dee4ca6d94092557dab355c76b5fbbc2928a | [native] RN 0.60 upgrade: CocoaPods and autolinking | [
{
"change_type": "MODIFY",
"old_path": "native/ios/Podfile",
"new_path": "native/ios/Podfile",
"diff": "-# Uncomment the next line to define a global platform for your project\n-# platform :ios, '9.0'\n+platform :ios, '9.0'\n+require_relative '../../node_modules/@react-native-community/cli-platform-... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] RN 0.60 upgrade: CocoaPods and autolinking |
129,187 | 18.09.2019 17:09:13 | 14,400 | 4087584b7f2650d4d4d879d0a71459c9ee37acf2 | [native] RN 0.60 upgrade: iOS | [
{
"change_type": "MODIFY",
"old_path": "native/ios/SquadCal.xcodeproj/project.pbxproj",
"new_path": "native/ios/SquadCal.xcodeproj/project.pbxproj",
"diff": "13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDel... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] RN 0.60 upgrade: iOS |
129,187 | 18.09.2019 17:59:18 | 14,400 | 4c5841c6084bfba0f115127b1e04790414403a42 | [native] RN 0.60 upgrade: AndroidX | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/src/main/java/org/squadcal/SplashActivity.java",
"new_path": "native/android/app/src/main/java/org/squadcal/SplashActivity.java",
"diff": "@@ -2,7 +2,7 @@ package org.squadcal;\nimport android.content.Intent;\nimport android.os.Bundle;\n-imp... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] RN 0.60 upgrade: AndroidX |
129,187 | 18.09.2019 21:12:25 | 14,400 | 54b3a62cab58156aff5a099f4ae711ccfd1a26df | [native] RN 0.60 upgrade: hack around react-native#25349
This hack involves creating a Swift file to make Lottie build.
This can be removed after I upgrade to 0.61 | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "native/ios/SquadCal-Bridging-Header.h",
"diff": "+//\n+// Use this file to import your target's public headers that you would like to expose to Swift.\n+//\n+\n"
},
{
"change_type": "MODIFY",
"old_path": "native/ios/SquadCal.xcodepro... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] RN 0.60 upgrade: hack around react-native#25349
This hack involves creating a Swift file to make Lottie build.
This can be removed after I upgrade to 0.61 |
129,187 | 18.09.2019 21:28:22 | 14,400 | bdbdc4e3503e5967e2c810b5d61443aaaa2e4941 | [native] Replace now-missing thread create icon
IonIcons removed `ios-create-outline` for some reason | [
{
"change_type": "MODIFY",
"old_path": "native/chat/compose-thread-button.react.js",
"new_path": "native/chat/compose-thread-button.react.js",
"diff": "@@ -4,7 +4,7 @@ import type { Navigate } from '../navigation/route-names';\nimport * as React from 'react';\nimport { StyleSheet } from 'react-nativ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Replace now-missing thread create icon
https://github.com/oblador/react-native-vector-icons/issues/823
IonIcons removed `ios-create-outline` for some reason |
129,187 | 18.09.2019 21:52:06 | 14,400 | 9088e596110e66400abba17438e22b981ae99ee9 | [native] Hack around dropped final frame in Lottie check animation | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-image.react.js",
"new_path": "native/media/image-gallery-image.react.js",
"diff": "@@ -170,9 +170,13 @@ class ImageGalleryImage extends React.PureComponent<Props> {\n}\nif (this.props.isQueued && !prevProps.isQueued) {\n+ // When I u... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Hack around dropped final frame in Lottie check animation |
129,187 | 19.09.2019 12:13:05 | 14,400 | dd2343f681574ced3a3f11c0f881013699cb5e0f | [native] Fix up types on react-native-keychain usage | [
{
"change_type": "MODIFY",
"old_path": "native/account/native-credentials.js",
"new_path": "native/account/native-credentials.js",
"diff": "@@ -7,16 +7,13 @@ import {\nsetInternetCredentials,\nsetSharedWebCredentials,\nresetInternetCredentials,\n+ type UserCredentials,\n} from 'react-native-keychain... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix up types on react-native-keychain usage |
129,187 | 19.09.2019 12:15:55 | 14,400 | c87f7e06e442a20b7d654d11bfd75dd9f264b08f | [native] Fix up types on react-native-vector-icons usage | [
{
"change_type": "MODIFY",
"old_path": "native/chat/settings/thread-settings-list-action.react.js",
"new_path": "native/chat/settings/thread-settings-list-action.react.js",
"diff": "// @flow\nimport type { ViewStyle, TextStyle } from '../../types/styles';\n+import type { IoniconsGlyphs } from 'react... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix up types on react-native-vector-icons usage |
129,187 | 19.09.2019 11:42:56 | 14,400 | 8ae840ef62ce333a19bd98d49d514a9b7354ecce | [native] react-navigation@4 | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-navigator.react.js",
"new_path": "native/chat/chat-navigator.react.js",
"diff": "@@ -7,7 +7,7 @@ import type {\nimport * as React from 'react';\nimport { Platform } from 'react-native';\n-import { createStackNavigator } from 'react-navigation'... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] react-navigation@4 |
129,187 | 25.09.2019 01:07:20 | 14,400 | 9faa5efbcb2eb43bb7a78e574bf2ca9805d8384f | [native] Remove duplicate font resources
`react-native-vector-icons` Font resources on iOS are apparently now handled by CocoaPods | [
{
"change_type": "MODIFY",
"old_path": "native/ios/SquadCal.xcodeproj/project.pbxproj",
"new_path": "native/ios/SquadCal.xcodeproj/project.pbxproj",
"diff": "objects = {\n/* Begin PBXBuildFile section */\n- 066FEEE88E124341B9C17460 /* AntDesign.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D9... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Remove duplicate font resources
`react-native-vector-icons` Font resources on iOS are apparently now handled by CocoaPods |
129,187 | 25.09.2019 01:18:08 | 14,400 | c656c355c36e8fdbcb0a089b0cae20590f0334d8 | [native] Fix react-native-splash-screen configuration | [
{
"change_type": "MODIFY",
"old_path": "native/ios/SquadCal/AppDelegate.m",
"new_path": "native/ios/SquadCal/AppDelegate.m",
"diff": "rootViewController.view = rootView;\nself.window.rootViewController = rootViewController;\n[self.window makeKeyAndVisible];\n- [RNSplashScreen show];\n+ [RNSplashScre... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix react-native-splash-screen configuration |
129,187 | 25.09.2019 01:30:41 | 14,400 | 16db5ff623d292116e87b61ea77ffa6179b23950 | [native] Use new NetInfo API | [
{
"change_type": "MODIFY",
"old_path": "native/redux/connectivity-updater.react.js",
"new_path": "native/redux/connectivity-updater.react.js",
"diff": "@@ -27,14 +27,15 @@ class ConnectivityUpdater extends React.PureComponent<Props> {\nconnectivity: connectivityInfoPropType.isRequired,\ndispatchActi... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Use new NetInfo API |
129,187 | 26.09.2019 12:18:17 | 14,400 | f43524f62139fa80d884d8e2b845690b7e6b6193 | [native] Cleanup and modernization of Calendar | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -119,9 +119,9 @@ type ExtraData = $ReadOnly<{|\n// than any other component in this project. This owes mostly to its complex\n// infinite-scrolling behavior.\n// B... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Cleanup and modernization of Calendar |
129,187 | 26.09.2019 18:04:59 | 14,400 | 85cda4a6a31f05c19f2255814aebed379a256f0a | [native] react-native-in-app-notification@3 | [
{
"change_type": "MODIFY",
"old_path": "native/app.react.js",
"new_path": "native/app.react.js",
"diff": "@@ -45,7 +45,10 @@ import { createReduxContainer } from 'react-navigation-redux-helpers';\nimport invariant from 'invariant';\nimport PropTypes from 'prop-types';\nimport NotificationsIOS from '... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] react-native-in-app-notification@3 |
129,187 | 26.09.2019 18:05:50 | 14,400 | bcbec20a13c5a4bfcabe5804d71d875b5d1eac17 | [web] Remove deprecated React lifecycle methods
And other improvements | [
{
"change_type": "MODIFY",
"old_path": "web/app.react.js",
"new_path": "web/app.react.js",
"diff": "@@ -151,71 +151,68 @@ class App extends React.PureComponent<Props, State> {\n}\ncomponentDidUpdate(prevProps: Props) {\n- const { navInfo, serverVerificationResult } = this.props;\n- if (\n- !serverVe... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Remove deprecated React lifecycle methods
And other improvements |
129,187 | 26.09.2019 18:06:19 | 14,400 | 364152ba903e25743f20b3159183e18226693c7b | Update react/redux/etc. package version | [
{
"change_type": "MODIFY",
"old_path": "lib/package.json",
"new_path": "lib/package.json",
"diff": "\"invariant\": \"^2.2.2\",\n\"lodash\": \"^4.17.5\",\n\"prop-types\": \"^15.6.0\",\n- \"react\": \"^16.5.2\",\n- \"react-redux\": \"^5.0.5\",\n+ \"react\": \"16.8.6\",\n+ \"react-redux\": \"^7.1.1\",\... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Update react/redux/etc. package version |
129,187 | 26.09.2019 18:16:12 | 14,400 | e46a106b086b2d17038d505314a88155cb1eaafa | [native] react-native-keyboard-input patch to avoid componentWillReceiveProps | [
{
"change_type": "MODIFY",
"old_path": "patches/react-native-keyboard-input+5.3.1.patch",
"new_path": "patches/react-native-keyboard-input+5.3.1.patch",
"diff": "@@ -24,7 +24,7 @@ index 2a31b47..21090bf 100644\nUIView* inputField = [self.bridge.uiManager viewForReactTag:inputFieldTag];\nif(inputFiel... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] react-native-keyboard-input patch to avoid componentWillReceiveProps |
129,187 | 26.09.2019 18:27:15 | 14,400 | b7b33d6ec1448ad309ab75e1d60bd9fa936805fc | [native] react-native-swipe-gestures patch to avoid deprecated React lifecycle methods | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "patches/react-native-swipe-gestures+1.0.2.patch",
"diff": "+diff --git a/node_modules/react-native-swipe-gestures/index.js b/node_modules/react-native-swipe-gestures/index.js\n+index caa2a53..6737084 100644\n+--- a/node_modules/react-native-swip... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] react-native-swipe-gestures patch to avoid deprecated React lifecycle methods |
129,187 | 26.09.2019 18:48:22 | 14,400 | e344c34cc047b6794372f294eeffed0c9ac0031f | [native] react-native-hyperlink patch to avoid componentWillReceiveProps | [
{
"change_type": "MODIFY",
"old_path": "native/package.json",
"new_path": "native/package.json",
"diff": "\"react-native-floating-action\": \"^1.9.0\",\n\"react-native-fs\": \"^2.14.1\",\n\"react-native-gesture-handler\": \"^1.4.1\",\n- \"react-native-hyperlink\": \"git+https://git@github.com/ashoat... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] react-native-hyperlink patch to avoid componentWillReceiveProps |
129,187 | 26.09.2019 22:48:34 | 14,400 | df223806020d7fc781521168ab11eda34c300c10 | [native] react-native-floating-action@^1.19.1 | [
{
"change_type": "MODIFY",
"old_path": "native/package.json",
"new_path": "native/package.json",
"diff": "\"react-native-exit-app\": \"^1.1.0\",\n\"react-native-fast-image\": \"^7.0.2\",\n\"react-native-firebase\": \"^5.5.6\",\n- \"react-native-floating-action\": \"^1.9.0\",\n+ \"react-native-floati... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] react-native-floating-action@^1.19.1 |
129,187 | 27.09.2019 00:55:22 | 14,400 | f9a9936bfdc678087c3d5532adfe1bbf250f98f2 | [web] Match with react-dom version | [
{
"change_type": "MODIFY",
"old_path": "web/package.json",
"new_path": "web/package.json",
"diff": "\"@babel/preset-env\": \"^7.2.3\",\n\"@babel/preset-flow\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.0.0\",\n- \"@hot-loader/react-dom\": \"^16.7.0\",\n+ \"@hot-loader/react-dom\": \"16.8.6\",\n\"as... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Match @hot-loader/react-dom with react-dom version |
129,187 | 03.10.2019 15:46:57 | 14,400 | e0f6ac64a20328d8adc2b27af462bd733b14fa00 | [lib] Remove unused whatwg-fetch
We only need to polyfill on web, and we're doing that already with `isomorphic-fetch` | [
{
"change_type": "DELETE",
"old_path": "lib/flow-typed/npm/whatwg-fetch_vx.x.x.js",
"new_path": null,
"diff": "-// flow-typed signature: 6d8a62d17e58e83d837c9742d272b2a3\n-// flow-typed version: <<STUB>>/whatwg-fetch_v^2.0.3/flow_v0.98.0\n-\n-/**\n- * This is an autogenerated libdef stub for:\n- *\n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [lib] Remove unused whatwg-fetch
We only need to polyfill on web, and we're doing that already with `isomorphic-fetch` |
129,187 | 03.10.2019 16:14:03 | 14,400 | 2d2be4660e0a74b8b7bf9972922817e2b8304a5e | [native] Remove unused url-parse | [
{
"change_type": "MODIFY",
"old_path": "native/account/native-credentials.js",
"new_path": "native/account/native-credentials.js",
"diff": "@@ -9,7 +9,6 @@ import {\nresetInternetCredentials,\ntype UserCredentials,\n} from 'react-native-keychain';\n-import URL from 'url-parse';\ntype StoredCredentia... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Remove unused url-parse |
129,187 | 03.10.2019 17:45:56 | 14,400 | 88059bedc36d80955319bdb5e7c2a2a2aec571ac | [native] Don't use url-loader except in dev
Only need it when resolving URLs with `css-loader`, which only happens in dev | [
{
"change_type": "MODIFY",
"old_path": "web/webpack.config.js",
"new_path": "web/webpack.config.js",
"diff": "@@ -199,7 +199,6 @@ module.exports = function(env) {\n],\n},\n},\n- imageRule,\n{\ntest: /\\.css$/,\nexclude: /node_modules\\/.*\\.css$/,\n@@ -253,7 +252,6 @@ module.exports = function(env) ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Don't use url-loader except in dev
Only need it when resolving URLs with `css-loader`, which only happens in dev |
129,187 | 03.10.2019 17:47:14 | 14,400 | 2b5cfb4e3a446ec7f4bea1131b08db582cebce21 | [server] Update loader.mjs for Node 12 | [
{
"change_type": "MODIFY",
"old_path": "server/loader.mjs",
"new_path": "server/loader.mjs",
"diff": "-import url from 'url';\n+import { URL, pathToFileURL } from 'url';\nimport Module from 'module';\nimport fs from 'fs';\nimport { promisify } from 'util';\nconst builtins = Module.builtinModules;\n-... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Update loader.mjs for Node 12 |
129,187 | 03.10.2019 19:06:13 | 14,400 | f3f473d584bab73085d1634867880ded1e01abb3 | [server] Use dynamic import to open assets.json on prod | [
{
"change_type": "MODIFY",
"old_path": "server/.babelrc",
"new_path": "server/.babelrc",
"diff": "presets: ['@babel/preset-react', '@babel/preset-flow'],\nplugins: [\n'@babel/plugin-proposal-class-properties',\n- '@babel/plugin-proposal-object-rest-spread'\n+ '@babel/plugin-proposal-object-rest-spre... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Use dynamic import to open assets.json on prod |
129,187 | 03.10.2019 23:43:04 | 14,400 | 8fc260e0bd4440465efef2a2d94dceb816c75d00 | [server] Fix up asset fetching on prod | [
{
"change_type": "MODIFY",
"old_path": "server/src/responders/website-responders.js",
"new_path": "server/src/responders/website-responders.js",
"diff": "@@ -50,20 +50,32 @@ const { renderToString } = ReactDOMServer;\nconst { Provider } = ReactRedux;\nconst { reducer } = ReduxSetup;\n-let jsURL, fon... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Fix up asset fetching on prod |
129,187 | 03.10.2019 23:44:33 | 14,400 | 76d9fef76793ddc81f565f2e914247b7749bfade | Use user agent on server to detect browser for SSR | [
{
"change_type": "MODIFY",
"old_path": "server/src/responders/website-responders.js",
"new_path": "server/src/responders/website-responders.js",
"diff": "@@ -185,6 +185,7 @@ async function websiteResponder(viewer: Viewer, url: string): Promise<string> {\nforeground: true,\nnextLocalID: 0,\ntimeZone:... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Use user agent on server to detect browser for SSR |
129,187 | 03.10.2019 23:46:03 | 14,400 | fd6b5c7a63bb705562517bdcbd9852b667601654 | [web] Move ReactDnD to App
So that it's included in SSR | [
{
"change_type": "MODIFY",
"old_path": "web/app.react.js",
"new_path": "web/app.react.js",
"diff": "@@ -19,6 +19,8 @@ import faCalendar from '@fortawesome/fontawesome-free-solid/faCalendar';\nimport faChat from '@fortawesome/fontawesome-free-solid/faComments';\nimport classNames from 'classnames';\n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Move ReactDnD to App
So that it's included in SSR |
129,187 | 04.10.2019 00:18:07 | 14,400 | a248535a9e53d960147efd89f3fcf78af0511379 | Set all workspace package.json types to "module" | [
{
"change_type": "MODIFY",
"old_path": "lib/package.json",
"new_path": "lib/package.json",
"diff": "{\n\"name\": \"lib\",\n\"version\": \"0.0.1\",\n+ \"type\": \"module\",\n\"devDependencies\": {\n\"flow-bin\": \"^0.98.0\"\n},\n"
},
{
"change_type": "MODIFY",
"old_path": "native/package.... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Set all workspace package.json types to "module" |
129,187 | 04.10.2019 00:19:41 | 14,400 | 1521eb6a8acaac63a5fc6ff004c73dd607881d9a | app.build -> app.build.js | [
{
"change_type": "MODIFY",
"old_path": "server/.flowconfig",
"new_path": "server/.flowconfig",
"diff": "[options]\nmodule.file_ext=.js\nmodule.file_ext=.json\n-module.file_ext=.build\n[lints]\nsketchy-null-number=warn\n"
},
{
"change_type": "MODIFY",
"old_path": "server/loader.mjs",
... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | app.build -> app.build.js |
129,187 | 04.10.2019 00:56:37 | 14,400 | f93d9134e1f5a9153e02171ffb33980f31ea1084 | [native] Re-add libdef
Needed because `react-navigation-redux-helpers` had to move back to importing from there to maintain web compatibility | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "native/flow-typed/npm/@react-navigation/core_v3.x.x.js",
"diff": "+// flow-typed signature: 0c3d632e4f2f81ae39d42e771b493d79\n+// flow-typed version: 536c492332/@react-navigation/core_v3.x.x/flow_>=v0.92.x <=v0.103.x\n+\n+// @flow\n+\n+declare m... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Re-add @react-navigation/core libdef
Needed because `react-navigation-redux-helpers` had to move back to importing from there to maintain web compatibility |
129,187 | 04.10.2019 00:57:09 | 14,400 | 722818aacee722c50daed3debd0a628ff2a0c257 | [server] Significantly simplify loader.mjs | [
{
"change_type": "MODIFY",
"old_path": "server/loader.mjs",
"new_path": "server/loader.mjs",
"diff": "-import { URL, pathToFileURL } from 'url';\n-import Module from 'module';\n+import { pathToFileURL } from 'url';\nimport fs from 'fs';\nimport { promisify } from 'util';\n-const builtins = Module.bu... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Significantly simplify loader.mjs |
129,187 | 04.10.2019 01:08:16 | 14,400 | d02a48035cc3cfe3e2560edae2c54ac77f6b25ae | [server] Avoid destructuring import from react-router
We can't treat `react-router` as ESM anymore, as it now uses a destructuring import on `react-is`, which is CJS-only. | [
{
"change_type": "RENAME",
"old_path": "server/flow-typed/npm/react-router_v4.x.x.js",
"new_path": "server/flow-typed/npm/react-router_v5.x.x.js",
"diff": "-// flow-typed signature: fd05ff7ee75da2ba5d12a620675d5923\n-// flow-typed version: c6154227d1/react-router_v4.x.x/flow_>=v0.63.x <=v0.103.x\n+/... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Avoid destructuring import from react-router
We can't treat `react-router` as ESM anymore, as it now uses a destructuring import on `react-is`, which is CJS-only. |
129,187 | 04.10.2019 01:31:15 | 14,400 | c73d0b7252a3d83b0191d61c94aa2765a937ebd6 | [native] Remove schedule
Not sure why I ever added this? | [
{
"change_type": "DELETE",
"old_path": "native/flow-typed/npm/schedule_vx.x.x.js",
"new_path": null,
"diff": "-// flow-typed signature: 9957423a2fec1bb0b1ecaa87357364a3\n-// flow-typed version: <<STUB>>/schedule_v0.4.0/flow_v0.98.0\n-\n-/**\n- * This is an autogenerated libdef stub for:\n- *\n- * 's... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Remove schedule
Not sure why I ever added this? |
129,187 | 04.10.2019 01:39:25 | 14,400 | 2f051ce63c9818149b8bb82f10db7af504c372ae | [server] Fix up npm scripts | [
{
"change_type": "MODIFY",
"old_path": "server/package.json",
"new_path": "server/package.json",
"diff": "\"rsync\": \"rsync -rLpmuv --exclude '*/package.json' --exclude '*/node_modules/*' --include '*.json' --include 'app.build.js' --exclude '*.*' src/ dist/\",\n\"prod-build\": \"npm run babel && n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Fix up npm scripts |
129,187 | 04.10.2019 01:57:33 | 14,400 | 8d0fbe0c08ca80ee91f225b0391acad1c973355d | Explicitly specify newer invariant version | [
{
"change_type": "MODIFY",
"old_path": "lib/package.json",
"new_path": "lib/package.json",
"diff": "\"dateformat\": \"^2.0.0\",\n\"fast-json-stable-stringify\": \"^2.0.0\",\n\"file-type\": \"^10.6.0\",\n- \"invariant\": \"^2.2.2\",\n+ \"invariant\": \"^2.2.4\",\n\"lodash\": \"^4.17.5\",\n\"prop-type... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Explicitly specify newer invariant version |
129,187 | 04.10.2019 02:00:02 | 14,400 | 2c47b0c74da269ee1fd400c49c8a6e86fcae1092 | [server] Remove react-hot-loader | [
{
"change_type": "DELETE",
"old_path": "server/flow-typed/npm/react-hot-loader_v3.x.x.js",
"new_path": null,
"diff": "-// flow-typed signature: 8adc69d74f9d234d3f81c4acfb6a5759\n-// flow-typed version: c6154227d1/react-hot-loader_v3.x.x/flow_>=v0.53.0 <=v0.103.x\n-\n-// @flow\n-declare module \"reac... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Remove react-hot-loader |
129,187 | 04.10.2019 02:01:03 | 14,400 | 363d9080cfa072e0aab98dd68698ed02ff1f6189 | [web] Explicitly use react-hot-loader latest version | [
{
"change_type": "MODIFY",
"old_path": "web/package.json",
"new_path": "web/package.json",
"diff": "\"react-dnd-html5-backend\": \"^7.0.2\",\n\"react-dom\": \"16.8.6\",\n\"react-feather\": \"^1.1.4\",\n- \"react-hot-loader\": \"^4.6.3\",\n+ \"react-hot-loader\": \"^4.12.14\",\n\"react-linkify\": \"^... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Explicitly use react-hot-loader latest version |
129,187 | 04.10.2019 02:08:54 | 14,400 | 39582cbd065411a0eed14ddac5ac033ed8d98aa2 | Remove color in favor of tinycolor2 | [
{
"change_type": "DELETE",
"old_path": "lib/flow-typed/npm/color_vx.x.x.js",
"new_path": null,
"diff": "-// flow-typed signature: e903454cf2ff881c10001325a0a86b3a\n-// flow-typed version: <<STUB>>/color_v^1.0.3/flow_v0.98.0\n-\n-/**\n- * This is an autogenerated libdef stub for:\n- *\n- * 'color'\n-... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Remove color in favor of tinycolor2 |
129,187 | 04.10.2019 02:58:21 | 14,400 | ef35784f7879f7fb4a8ad9f123a3f3f0ae51fac4 | [web] Update several Webpack loaders | [
{
"change_type": "MODIFY",
"old_path": "web/package.json",
"new_path": "web/package.json",
"diff": "\"concurrently\": \"^4.1.2\",\n\"css-loader\": \"^3.2.0\",\n\"flow-bin\": \"^0.98.0\",\n- \"mini-css-extract-plugin\": \"^0.5.0\",\n+ \"mini-css-extract-plugin\": \"^0.8.0\",\n\"optimize-css-assets-we... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Update several Webpack loaders |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.