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 | 08.04.2019 00:01:21 | 14,400 | 9d41f51fae2084b3fdab3656cb3a4bfb4efa08ca | [native] Hide media in MessageList while MultimediaModal open or transitioning | [
{
"change_type": "MODIFY",
"old_path": "native/chat/multimedia-message-multimedia.react.js",
"new_path": "native/chat/multimedia-message-multimedia.react.js",
"diff": "@@ -10,35 +10,94 @@ import {\ntype VerticalBounds,\nverticalBoundsPropType,\n} from '../media/vertical-bounds';\n+import type { AppS... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Hide media in MessageList while MultimediaModal open or transitioning |
129,187 | 08.04.2019 22:54:32 | 14,400 | f9e5e963fded815e7a625560be286820d8d0924c | [native] Enlarge MultimediaModal close button tap target | [
{
"change_type": "MODIFY",
"old_path": "native/media/multimedia-modal.react.js",
"new_path": "native/media/multimedia-modal.react.js",
"diff": "@@ -811,7 +811,7 @@ class MultimediaModal extends React.PureComponent<Props> {\nconst backdropStyle = { opacity: this.progress };\nconst closeButtonStyle = ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Enlarge MultimediaModal close button tap target |
129,187 | 09.04.2019 17:52:32 | 14,400 | 5a1cda22010954f0702bf296868732613667cd38 | [native] Dismiss-from-pan for MultimediaModal | [
{
"change_type": "MODIFY",
"old_path": "native/media/multimedia-modal.react.js",
"new_path": "native/media/multimedia-modal.react.js",
"diff": "@@ -49,6 +49,7 @@ const {\nevent,\nExtrapolate,\nset,\n+ call,\ncond,\nnot,\nand,\n@@ -60,8 +61,11 @@ const {\nsub,\nmultiply,\ndivide,\n+ pow,\nmax,\n+ min... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Dismiss-from-pan for MultimediaModal |
129,187 | 09.04.2019 18:06:46 | 14,400 | 903e621743a69594906ad8231372b9c2158dbfc0 | [native] Fix MultimediaMessageMultimedia on Android
Android can't seem to measure a `View` nested inside an `Animated.View`, so I just flipped them around. | [
{
"change_type": "MODIFY",
"old_path": "native/chat/multimedia-message-multimedia.react.js",
"new_path": "native/chat/multimedia-message-multimedia.react.js",
"diff": "@@ -93,11 +93,11 @@ class MultimediaMessageMultimedia extends React.PureComponent<Props, State> {\n}\nreturn (\n<TouchableWithoutFee... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix MultimediaMessageMultimedia on Android
Android can't seem to measure a `View` nested inside an `Animated.View`, so I just flipped them around. |
129,187 | 09.04.2019 18:18:11 | 14,400 | 2dfd717aab7fa71143e74874e5b34ecf0fe0bfdc | [native] codeVersion -> 30 | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/build.gradle",
"new_path": "native/android/app/build.gradle",
"diff": "@@ -110,8 +110,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 -> 30 |
129,187 | 09.04.2019 22:58:17 | 14,400 | c41f3de7c62128332c01a02847868067d8c66dff | [native] Avoid jump before dismiss-on-pan decay in MultimediaModal | [
{
"change_type": "MODIFY",
"old_path": "native/media/multimedia-modal.react.js",
"new_path": "native/media/multimedia-modal.react.js",
"diff": "@@ -650,7 +650,13 @@ class MultimediaModal extends React.PureComponent<Props> {\nstopClock(resetClock),\nset(curOpacity, progressiveOpacity),\nset(dismissin... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Avoid jump before dismiss-on-pan decay in MultimediaModal |
129,187 | 10.04.2019 10:53:25 | 14,400 | d1ada19290ca65eff254a1908ffdba03c9847cd4 | [native] Avoid jump towards the end of fling in MultimediaModal | [
{
"change_type": "MODIFY",
"old_path": "native/media/multimedia-modal.react.js",
"new_path": "native/media/multimedia-modal.react.js",
"diff": "@@ -757,20 +757,20 @@ 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] Avoid jump towards the end of fling in MultimediaModal |
129,187 | 10.04.2019 15:30:37 | 14,400 | e4a91f5da833e399f218e86896274485d867802d | [native] Update react-navigation Flow libdefs from flow-typed | [
{
"change_type": "MODIFY",
"old_path": "native/flow-typed/npm/@react-navigation/core_v3.x.x.js",
"new_path": "native/flow-typed/npm/@react-navigation/core_v3.x.x.js",
"diff": "-// flow-typed signature: d7b7a4cc978b332c2a63943f63ac7400\n-// flow-typed version: c674c6bec3/@react-navigation/core_v3.x.x... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Update react-navigation Flow libdefs from flow-typed |
129,187 | 11.04.2019 02:47:28 | 14,400 | 699ed91945f6f1da41fa29a29c3bd61a20ccb782 | [native] Fix up types for | [
{
"change_type": "MODIFY",
"old_path": "native/app.react.js",
"new_path": "native/app.react.js",
"diff": "@@ -97,7 +97,6 @@ if (Platform.OS === \"android\") {\n}\nconst msInDay = 24 * 60 * 60 * 1000;\n-// $FlowFixMe should be fixed on flow-bin@0.89\nconst ReduxifiedRootNavigator = createReduxContain... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix up types for flow-bin@0.92.0 |
129,187 | 11.04.2019 18:01:29 | 14,400 | 6d630d519f5c74d33023c90f6c462c7079c3599f | [native] Switch on inline requires | [
{
"change_type": "MODIFY",
"old_path": "native/metro.config.js",
"new_path": "native/metro.config.js",
"diff": "@@ -14,7 +14,7 @@ module.exports = {\ngetTransformOptions: async () => ({\ntransform: {\nexperimentalImportSupport: false,\n- inlineRequires: false,\n+ inlineRequires: true,\n},\n}),\n},\n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Switch on inline requires |
129,187 | 12.04.2019 02:25:21 | 14,400 | 19414da73245f92a5b824001a8104c5f50375934 | [native] Use new XCode build system | [
{
"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 | [native] Use new XCode build system |
129,187 | 12.04.2019 23:38:02 | 14,400 | 47d0c1f152e5abebf83fae4c06be2e794ec27bf5 | [server] Increase email verification expiration to 30 days | [
{
"change_type": "MODIFY",
"old_path": "server/src/models/verification.js",
"new_path": "server/src/models/verification.js",
"diff": "@@ -14,11 +14,15 @@ import bcrypt from 'twin-bcrypt';\nimport { ServerError } from 'lib/utils/errors';\n-import { dbQuery, SQL } from '../database';\n+import { dbQuer... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Increase email verification expiration to 30 days |
129,187 | 13.04.2019 00:02:52 | 14,400 | 50a15544ca2f5eb80dee07719c7097984caca048 | [server] Don't show "database error" if sqlMessage is undefined | [
{
"change_type": "MODIFY",
"old_path": "server/src/responders/handlers.js",
"new_path": "server/src/responders/handlers.js",
"diff": "@@ -56,7 +56,9 @@ function downloadHandler(responder: DownloadResponder) {\n}\nfunction getMessageForException(error: Error & { sqlMessage?: string }) {\n- return err... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Don't show "database error" if sqlMessage is undefined |
129,187 | 13.04.2019 00:38:31 | 14,400 | fe5464636696d54e8c57b629a496c86c3018b29b | Pass down new ServerVerificationResult object on website load | [
{
"change_type": "MODIFY",
"old_path": "lib/types/verify-types.js",
"new_path": "lib/types/verify-types.js",
"diff": "// @flow\nimport invariant from 'invariant';\n+import PropTypes from 'prop-types';\nexport const verifyField = Object.freeze({\nEMAIL: 0,\n@@ -21,11 +22,41 @@ export type CodeVerific... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Pass down new ServerVerificationResult object on website load |
129,187 | 13.04.2019 00:48:43 | 14,400 | 4021b9c6cf607cfeb1167bec6a027d9fdf39c5df | [web] Show expiration error when verification code is invalid | [
{
"change_type": "MODIFY",
"old_path": "web/app.react.js",
"new_path": "web/app.react.js",
"diff": "@@ -46,8 +46,7 @@ import css from './style.css';\nimport AccountBar from './account-bar.react';\nimport Calendar from './calendar/calendar.react';\nimport ResetPasswordModal from './modals/account/res... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Show expiration error when verification code is invalid |
129,187 | 15.04.2019 12:30:14 | 14,400 | 9232725159efe3a98fbd3828e0fa2dcc757310cb | [server] Wait until unread status is updated before calling sendPushNotifs
Otherwise badge count can be wrong. | [
{
"change_type": "MODIFY",
"old_path": "server/src/creators/message-creator.js",
"new_path": "server/src/creators/message-creator.js",
"diff": "@@ -318,10 +318,11 @@ async function postMessageSend(\n}\nawait Promise.all([\n- sendPushNotifs(pushInfo),\nupdateUnreadStatus(setUnreadPairs),\nredisPublis... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Wait until unread status is updated before calling sendPushNotifs
Otherwise badge count can be wrong. |
129,187 | 15.04.2019 19:36:19 | 14,400 | 1399cdd6e5fb657feb320f2d3d57b17389783bb0 | [native] Fix up getParam React Navigation Flow type | [
{
"change_type": "MODIFY",
"old_path": "native/flow-typed/npm/@react-navigation/core_v3.x.x.js",
"new_path": "native/flow-typed/npm/@react-navigation/core_v3.x.x.js",
"diff": "@@ -488,8 +488,8 @@ declare module '@react-navigation/core' {\nfallback?: $ElementType<\n$PropertyType<\n{|\n+ ...{| params:... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix up getParam React Navigation Flow type |
129,187 | 15.04.2019 23:16:46 | 14,400 | 3ffe57a3c2058048f622bb4e05c83cfe0fee9b82 | [server] Prevent overeager notification rescind on activity update | [
{
"change_type": "MODIFY",
"old_path": "server/src/fetchers/thread-fetchers.js",
"new_path": "server/src/fetchers/thread-fetchers.js",
"diff": "@@ -184,6 +184,34 @@ async function checkThreadPermission(\nreturn permissionLookup(permissionsBlob, permission);\n}\n+async function checkThreadPermissions... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Prevent overeager notification rescind on activity update |
129,187 | 16.04.2019 15:31:14 | 14,400 | ffef5bd567048a2bf246d7191ec9c4e967ac8002 | [server] Only rescind notifs after unread update so badge count is correct | [
{
"change_type": "MODIFY",
"old_path": "server/src/updaters/activity-updaters.js",
"new_path": "server/src/updaters/activity-updaters.js",
"diff": "@@ -106,10 +106,6 @@ async function activityUpdater(\nconst focusUpdatePromise = updateFocusedRows(viewer, currentlyFocused);\n- const rescindCondition ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Only rescind notifs after unread update so badge count is correct |
129,187 | 17.04.2019 00:28:01 | 14,400 | f3e4d2c9cf735edf61cdddae362b7a34996af53b | [server] Fix botherMonthlyActivesToUpdateAppVersion
Was erroring out | [
{
"change_type": "MODIFY",
"old_path": "server/src/bots/app-version-update.js",
"new_path": "server/src/bots/app-version-update.js",
"diff": "@@ -57,9 +57,9 @@ async function botherMonthlyActivesToUpdateAppVersion(): Promise<void> {\nfor (let row of result) {\nconst userID = row.user.toString();\nco... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Fix botherMonthlyActivesToUpdateAppVersion
Was erroring out |
129,187 | 17.04.2019 14:49:27 | 14,400 | f88477efd836766523a188f8d566668a852353ee | [native] Remove react-native-fcm | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/build.gradle",
"new_path": "native/android/app/build.gradle",
"diff": "apply plugin: \"com.android.application\"\n-apply plugin: \"com.google.gms.google-services\"\nimport com.android.build.OutputFile\n@@ -160,9 +159,6 @@ dependencies {\ncom... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Remove react-native-fcm |
129,187 | 17.04.2019 14:34:05 | 14,400 | 7e5e81f2b98fc2671ba54b683e53fc2dc1b9fa67 | [native] react-native-firebase | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/build.gradle",
"new_path": "native/android/app/build.gradle",
"diff": "@@ -144,19 +144,21 @@ android {\n}\n}\n}\n- configurations.all {\n- resolutionStrategy.force 'com.android.support:support-v4:28.0.0'\n- }\n}\ndependencies {\n+ implementa... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] react-native-firebase |
129,187 | 17.04.2019 22:48:06 | 14,400 | f5d4ba7d575963a752f12bbd687eddbcd90babf7 | [native] Redo Android notifs code to use react-native-firebase | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/src/main/AndroidManifest.xml",
"new_path": "native/android/app/src/main/AndroidManifest.xml",
"diff": "</intent-filter>\n</activity>\n<activity android:name=\"com.facebook.react.devsupport.DevSettingsActivity\" />\n+ <meta-data\n+ android:na... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Redo Android notifs code to use react-native-firebase |
129,187 | 17.04.2019 22:52:38 | 14,400 | 11423b6c8df897e471b1c9dfbf231d653a8dc08e | New Android notif format | [
{
"change_type": "MODIFY",
"old_path": "lib/shared/notif-utils.js",
"new_path": "lib/shared/notif-utils.js",
"diff": "@@ -30,30 +30,56 @@ export type NotificationPressPayload = {\nclearChatRoutes: bool,\n};\n-function notifTextForMessageInfo(\n+type NotifTexts = {|\n+ merged: string,\n+ body: string... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | New Android notif format |
129,187 | 17.04.2019 23:06:27 | 14,400 | 988f90b1cdb0609b38d75e65cb725309956c12c3 | [native] clearAndroidNotificationActionType -> clearAndroidNotificationsActionType | [
{
"change_type": "MODIFY",
"old_path": "native/app.react.js",
"new_path": "native/app.react.js",
"diff": "@@ -68,7 +68,7 @@ import {\nimport {\nhandleURLActionType,\nrecordNotifPermissionAlertActionType,\n- clearAndroidNotificationActionType,\n+ clearAndroidNotificationsActionType,\n} from './redux/... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] clearAndroidNotificationActionType -> clearAndroidNotificationsActionType |
129,187 | 17.04.2019 23:22:37 | 14,400 | d03c81e3cbfe53f14b47b947110490b7553481c3 | [native] Clear Android notifs from Redux on rescind
Use removeDeliveredNotificationsByTag | [
{
"change_type": "MODIFY",
"old_path": "native/push/android.js",
"new_path": "native/push/android.js",
"diff": "@@ -6,7 +6,10 @@ import type { RemoteMessage } from 'react-native-firebase';\nimport firebase from 'react-native-firebase';\nimport invariant from 'invariant';\n-import { recordAndroidNoti... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Clear Android notifs from Redux on rescind
Use removeDeliveredNotificationsByTag |
129,187 | 18.04.2019 03:25:09 | 14,400 | 7290edb176c37b63db0d1464c15455543ca5320e | [native] Handle already-rehydrated app start
Can get rehydrated by our new notif background task. | [
{
"change_type": "MODIFY",
"old_path": "native/account/logged-out-modal.react.js",
"new_path": "native/account/logged-out-modal.react.js",
"diff": "@@ -227,6 +227,9 @@ class LoggedOutModal extends React.PureComponent<Props, State> {\ncomponentDidMount() {\nthis.mounted = true;\n+ if (this.props.rehy... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Handle already-rehydrated app start
Can get rehydrated by our new notif background task. |
129,187 | 19.04.2019 11:46:05 | 14,400 | 0c77da6625fe51e4017a9b88749e2b5d6de543e2 | [native] Update react-navigation libdefs | [
{
"change_type": "MODIFY",
"old_path": "native/flow-typed/npm/@react-navigation/core_v3.x.x.js",
"new_path": "native/flow-typed/npm/@react-navigation/core_v3.x.x.js",
"diff": "-// flow-typed signature: f5d242f3c2446176504c0f649d8c4462\n-// flow-typed version: 976d0874e7/@react-navigation/core_v3.x.x... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Update react-navigation libdefs |
129,187 | 19.04.2019 21:38:25 | 14,400 | cabf0bf0fca73a2605c65ca4b2bd8217911b699f | [native] Fix up SplashActivity to work with react-native-firebase | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/src/main/AndroidManifest.xml",
"new_path": "native/android/app/src/main/AndroidManifest.xml",
"diff": "</activity>\n<activity\nandroid:name=\".SplashActivity\"\n+ android:launchMode=\"singleTop\"\nandroid:theme=\"@style/SplashTheme\"\nandroi... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix up SplashActivity to work with react-native-firebase |
129,187 | 22.04.2019 15:41:36 | 14,400 | 72c7859171b86d2155e05675177393958df3a20f | [lib] Don't overwrite Redux nextLocalID if highest localID is lower | [
{
"change_type": "MODIFY",
"old_path": "lib/reducers/local-id-reducer.js",
"new_path": "lib/reducers/local-id-reducer.js",
"diff": "@@ -20,6 +20,13 @@ export default function reduceNextLocalID(state: number, action: BaseAction) {\nlet newCandidate = null;\nif (action.type === rehydrateActionType) {\... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [lib] Don't overwrite Redux nextLocalID if highest localID is lower |
129,187 | 22.04.2019 16:39:45 | 14,400 | 1ebd4eb0a0afaadf6a8eee3298f7ae80a9e3f3e8 | [web] Fix AccountBar expanding header issue | [
{
"change_type": "MODIFY",
"old_path": "web/account-bar.react.js",
"new_path": "web/account-bar.react.js",
"diff": "@@ -19,7 +19,7 @@ import UserSettingsModal from './modals/account/user-settings-modal.react.js';\nimport { UpCaret, DownCaret } from './vectors.react';\nimport { htmlTargetFromEvent } ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Fix AccountBar expanding header issue |
129,187 | 22.04.2019 17:37:36 | 14,400 | 24c4a0a54999a8600895912431051e9437646a74 | [native] Avoid react-native-firebase on iOS | [
{
"change_type": "MODIFY",
"old_path": "native/app.react.js",
"new_path": "native/app.react.js",
"diff": "@@ -46,7 +46,6 @@ import invariant from 'invariant';\nimport PropTypes from 'prop-types';\nimport NotificationsIOS from 'react-native-notifications';\nimport InAppNotification from 'react-native... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Avoid react-native-firebase on iOS |
129,187 | 22.04.2019 22:49:24 | 14,400 | 358a1c5229c7ac361d618e2658b4194a4e2e2527 | [native] Handle updateCalendarQuery error in Calendar | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -23,6 +23,10 @@ import {\ncalendarFilterPropType,\n} from 'lib/types/filter-types';\nimport { type Dimensions, dimensionsPropType } from 'lib/types/media-types';\n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Handle updateCalendarQuery error in Calendar |
129,187 | 23.04.2019 00:06:28 | 14,400 | 3fbe209e8eaba1e6ea3bff0b72edc881934a3f54 | [server] Fix legacy call in rescind prepareAndroidNotification | [
{
"change_type": "MODIFY",
"old_path": "server/src/push/rescind.js",
"new_path": "server/src/push/rescind.js",
"diff": "@@ -45,6 +45,8 @@ async function rescindPushNotifs(\nconst notification = prepareAndroidNotification(\nrow.collapse_key ? row.collapse_key : row.id.toString(),\nrow.unread_count,\n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Fix legacy call in rescind prepareAndroidNotification |
129,187 | 23.04.2019 00:08:28 | 14,400 | 034e0a158a22beec9cd70ecb479c430149db477a | [native] codeVersion -> 31 | [
{
"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 -> 31 |
129,187 | 23.04.2019 10:53:03 | 14,400 | 2c9c4ed9ed475f747f258682456a7e4baa3147a8 | [lib] Fix REHYDRATE action payload type to be optional | [
{
"change_type": "MODIFY",
"old_path": "lib/types/redux-types.js",
"new_path": "lib/types/redux-types.js",
"diff": "@@ -414,7 +414,7 @@ export type BaseAction =\nloadingInfo: LoadingInfo,\n|} | {|\ntype: \"persist/REHYDRATE\",\n- payload: BaseAppState<*>,\n+ payload: ?BaseAppState<*>,\n|} | {|\ntype... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [lib] Fix REHYDRATE action payload type to be optional |
129,187 | 23.04.2019 12:22:31 | 14,400 | 3de6ba857335d6451b223768fd165b61201fd39d | [native] CocoaPods | [
{
"change_type": "MODIFY",
"old_path": "native/.gitignore",
"new_path": "native/.gitignore",
"diff": "@@ -21,6 +21,7 @@ DerivedData\n*.ipa\n*.xcuserstate\nproject.xcworkspace\n+Pods/\n# Android/IntelliJ\n#\n"
},
{
"change_type": "ADD",
"old_path": null,
"new_path": "native/ios/Podfil... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] CocoaPods |
129,187 | 24.04.2019 00:14:34 | 14,400 | 5603d39c8276cafa2af9a215e8634fdc90820c6f | [native] Fix XCode recovered references | [
{
"change_type": "MODIFY",
"old_path": "native/ios/SquadCal.xcodeproj/project.pbxproj",
"new_path": "native/ios/SquadCal.xcodeproj/project.pbxproj",
"diff": "00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix XCode recovered references |
129,187 | 23.04.2019 19:21:29 | 14,400 | 541e5489873d76703dd180df4529a4241c831702 | [native] Remove unused libraries from iOS build | [
{
"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- 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileR... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Remove unused libraries from iOS build |
129,187 | 24.04.2019 01:56:05 | 14,400 | 0eec00f1770a398dacbf4b89de3bd8e689a3a327 | [native] Use react-native-onepassword from GitHub
Has a fix for running on the UI thread that avoids a warning when debugging in simulator. | [
{
"change_type": "MODIFY",
"old_path": "native/package.json",
"new_path": "native/package.json",
"diff": "\"react-native-in-app-notification\": \"^2.1.0\",\n\"react-native-keychain\": \"^3.0.0\",\n\"react-native-notifications\": \"git+https://git@github.com/ashoat/react-native-notifications.git\",\n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Use react-native-onepassword from GitHub
Has a fix for running on the UI thread that avoids a warning when debugging in simulator. |
129,187 | 24.04.2019 12:55:42 | 14,400 | 4210d477dddefb163d5d4001ea55d29e017eba24 | [native] Use paths relative to whole repo root for Podfile | [
{
"change_type": "MODIFY",
"old_path": "native/ios/Podfile",
"new_path": "native/ios/Podfile",
"diff": "@@ -6,7 +6,7 @@ target 'SquadCal' do\n# use_frameworks!\n# Pods for SquadCal\n- pod 'React', :path => '../node_modules/react-native', :subspecs => [\n+ pod 'React', :path => '../../node_modules/re... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Use paths relative to whole repo root for Podfile |
129,187 | 24.04.2019 13:24:56 | 14,400 | ce42f174efc4dcd3e5bb34dbecc033cb94896387 | [native] Use latest react-native-exit-app from GitHub
It has a Podspec | [
{
"change_type": "MODIFY",
"old_path": "native/ios/Podfile",
"new_path": "native/ios/Podfile",
"diff": "@@ -35,6 +35,7 @@ target 'SquadCal' do\npod 'react-native-async-storage', :path => '../../node_modules/@react-native-community/async-storage'\npod 'react-native-netinfo', :path => '../../node_modu... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Use latest react-native-exit-app from GitHub
It has a Podspec |
129,187 | 24.04.2019 16:56:43 | 14,400 | 5d70f7ff1e7999872f9769d710e961819b7fb9e9 | [native] CameraRoll | [
{
"change_type": "MODIFY",
"old_path": "native/ios/Podfile",
"new_path": "native/ios/Podfile",
"diff": "@@ -16,6 +16,7 @@ target 'SquadCal' do\n'RCTAnimation',\n'RCTImage',\n'RCTLinkingIOS',\n+ 'RCTCameraRoll',\n]\npod 'yoga', :path => '../../node_modules/react-native/ReactCommon/yoga'\n"
},
{
... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] CameraRoll |
129,187 | 24.04.2019 17:45:36 | 14,400 | 60ebcc2291cc9b9e567f09e1d644dc8bb555d9e4 | [native] Use different icon for message send button | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-input-bar.react.js",
"new_path": "native/chat/chat-input-bar.react.js",
"diff": "@@ -32,7 +32,7 @@ import {\nText,\nActivityIndicator,\n} from 'react-native';\n-import Icon from 'react-native-vector-icons/FontAwesome';\n+import Icon from 'reac... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Use different icon for message send button |
129,187 | 24.04.2019 20:16:41 | 14,400 | e3b457aa4dd64f7355a9cd3bfe21b1db4a1a9e16 | [native] Expanding buttons in ChatInputBar | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-input-bar.react.js",
"new_path": "native/chat/chat-input-bar.react.js",
"diff": "@@ -20,8 +20,9 @@ import {\nimport type { LoadingStatus } from 'lib/types/loading-types';\nimport { loadingStatusPropType } from 'lib/types/loading-types';\nimpor... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Expanding buttons in ChatInputBar |
129,187 | 24.04.2019 21:02:31 | 14,400 | 928e095e0948fbbbd9e4afcb79c61982e2e6ff73 | react-native-keyboard-input
Includes patch-package for Podfile | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/build.gradle",
"new_path": "native/android/app/build.gradle",
"diff": "@@ -163,6 +163,7 @@ dependencies {\nimplementation project(':react-native-exit-app')\nimplementation project(':react-native-vector-icons')\nimplementation project(':react... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | react-native-keyboard-input
Includes patch-package for Podfile |
129,187 | 24.04.2019 23:43:04 | 14,400 | fbdf061ca28bb5e576d98444fe29e37c0bbe7b21 | [native] ImageGalleryKeyboard | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/src/main/java/org/squadcal/MainApplication.java",
"new_path": "native/android/app/src/main/java/org/squadcal/MainApplication.java",
"diff": "@@ -52,7 +52,7 @@ public class MainApplication extends Application implements ReactApplication {\nne... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] ImageGalleryKeyboard |
129,187 | 26.04.2019 17:47:49 | 14,400 | adbf99e413285813f5b467c85ab7b2ccbe2f0383 | [native] Use current master of reanimated/gesture-handler
Avoids warnings about deprecated components and require cycles | [
{
"change_type": "MODIFY",
"old_path": "native/package.json",
"new_path": "native/package.json",
"diff": "\"react-native-fast-image\": \"^5.2.0\",\n\"react-native-firebase\": \"^5.3.1\",\n\"react-native-floating-action\": \"^1.9.0\",\n- \"react-native-gesture-handler\": \"1.1.0\",\n+ \"react-native-... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Use current master of reanimated/gesture-handler
Avoids warnings about deprecated components and require cycles |
129,187 | 30.04.2019 16:35:18 | 14,400 | 673d4db693be68783a7b9e82ebb6b7ddee77c96c | Update yarn cleaninstall to handle CocoaPods | [
{
"change_type": "MODIFY",
"old_path": "native/ios/Podfile.lock",
"new_path": "native/ios/Podfile.lock",
"diff": "@@ -112,7 +112,7 @@ PODS:\n- React\n- RNKeychain (3.0.0):\n- React\n- - RNReanimated (1.0.0):\n+ - RNReanimated (1.0.1):\n- React\n- RNScreens (1.0.0-alpha.17):\n- React\n@@ -227,9 +227,... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Update yarn cleaninstall to handle CocoaPods |
129,187 | 30.04.2019 18:26:29 | 14,400 | 5fe2b1a0058c9f2047d54196418960d5a3402787 | [native] Fix react-native-keyboard-input's access to react-native-keyboard-tracking view on iOS | [
{
"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": "+diff --git a/node_modules/react-native-keyboard-input/.react-native-keyboard-input.podspec.swp b/node_modules/react-native-keyboard-input... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix react-native-keyboard-input's access to react-native-keyboard-tracking view on iOS |
129,187 | 30.04.2019 18:29:10 | 14,400 | b6c58893275d0eb2d71f529fa80eb3adc378821a | [native] Have ImageGalleryKeyboard cover home pill on iPhone X | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-keyboard.react.js",
"new_path": "native/media/image-gallery-keyboard.react.js",
"diff": "import * as React from 'react';\nimport PropTypes from 'prop-types';\n-import { TouchableOpacity, Text, StyleSheet } from 'react-native';\n+impo... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Have ImageGalleryKeyboard cover home pill on iPhone X |
129,187 | 01.05.2019 17:44:11 | 14,400 | 1d83bf854e2d26aa65229c1a634a6cbde1c925cf | [native] Track keyboard height | [
{
"change_type": "MODIFY",
"old_path": "native/keyboard.js",
"new_path": "native/keyboard.js",
"diff": "// @flow\n-import { AppState, Keyboard, Platform } from 'react-native';\n+import { AppState, Keyboard, Platform, DeviceInfo } from 'react-native';\ntype ScreenRect = $ReadOnly<{|\nscreenX: number,... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Track keyboard height |
129,187 | 01.05.2019 18:13:21 | 14,400 | 9c37fe9f7a75479d05b6cf40008b291d06fca549 | [native] Set custom keyboard height on iOS from JS | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-input-bar.react.js",
"new_path": "native/chat/chat-input-bar.react.js",
"diff": "@@ -38,7 +38,10 @@ import FAIcon from 'react-native-vector-icons/FontAwesome';\nimport PropTypes from 'prop-types';\nimport invariant from 'invariant';\nimport An... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Set custom keyboard height on iOS from JS |
129,187 | 01.05.2019 18:32:03 | 14,400 | dd052fcf4db5c23ce229b76bdb18cb6b69bac21d | [native] Fix types of keyboard hide callbacks
`event` parameter can actually be `null` on Android | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -916,11 +916,11 @@ class InnerCalendar extends React.PureComponent<Props, State> {\nthis.keyboardPartiallyVisible = true;\n}\n- keyboardDismiss = (event: KeyboardE... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix types of keyboard hide callbacks
`event` parameter can actually be `null` on Android |
129,187 | 01.05.2019 19:07:59 | 14,400 | c4733ab994fc31d4406fcd3f488eddfdd2260d79 | [native] Don't call ChatInputBar.hideButtons when keyboard is closed | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-input-bar.react.js",
"new_path": "native/chat/chat-input-bar.react.js",
"diff": "@@ -116,6 +116,7 @@ class ChatInputBar extends React.PureComponent<Props, State> {\ncameraRollOpacity: Animated.Value;\nexpandOpacity: Animated.Value;\nexpandoBut... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Don't call ChatInputBar.hideButtons when keyboard is closed |
129,187 | 01.05.2019 19:57:46 | 14,400 | ea3b02ade1cb0ea3202f0cf75a67959d76b6f087 | [native] Fix ChatInputBar custom keyboard dismissal on Android | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-input-bar.react.js",
"new_path": "native/chat/chat-input-bar.react.js",
"diff": "@@ -347,10 +347,9 @@ class ChatInputBar extends React.PureComponent<Props, State> {\n}\n}\n- return (\n- <View style={styles.container}>\n- {joinButton}\n- {conte... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix ChatInputBar custom keyboard dismissal on Android |
129,187 | 01.05.2019 21:26:18 | 14,400 | c867425d3d9dd2f024899449e4dba92bee8f6419 | [native] Dismiss custom keyboard when item selected | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-input-bar.react.js",
"new_path": "native/chat/chat-input-bar.react.js",
"diff": "@@ -41,6 +41,7 @@ import Animated, { Easing } from 'react-native-reanimated';\nimport {\nKeyboardAccessoryView,\nTextInputKeyboardMangerIOS,\n+ KeyboardUtils,\n} ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Dismiss custom keyboard when item selected |
129,187 | 01.05.2019 21:27:04 | 14,400 | 76ab69eb820ed2bccef0ddb3fae7b328c37e9b9f | [native] Set image gallery background color
Including on native in iOS | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-input-bar.react.js",
"new_path": "native/chat/chat-input-bar.react.js",
"diff": "@@ -67,6 +67,7 @@ import {\n} from '../keyboard';\nimport {\nimageGalleryKeyboardName,\n+ imageGalleryBackgroundColor,\n} from '../media/image-gallery-keyboard.re... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Set image gallery background color
Including on native in iOS |
129,187 | 01.05.2019 22:10:35 | 14,400 | 076233c747f65987bff651d787b6a7208f3e57aa | [native] Move ListLoadingIndicator into components folder | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -76,7 +76,7 @@ import {\ncreateActiveTabSelector,\n} from '../selectors/nav-selectors';\nimport TextHeightMeasurer from '../text-height-measurer.react';\n-import L... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Move ListLoadingIndicator into components folder |
129,187 | 01.05.2019 22:51:09 | 14,400 | 26189bf42187f65cee0df10b61ed9b8320fbe7a1 | [native] Dismiss ImageGalleryKeyboard when anything in MessageList pressed | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-input-bar.react.js",
"new_path": "native/chat/chat-input-bar.react.js",
"diff": "@@ -32,6 +32,7 @@ import {\nPlatform,\nText,\nActivityIndicator,\n+ TouchableWithoutFeedback,\n} from 'react-native';\nimport Icon from 'react-native-vector-icons... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Dismiss ImageGalleryKeyboard when anything in MessageList pressed |
129,187 | 01.05.2019 23:06:02 | 14,400 | 7452d8c7e63a9538c4340bb75896b5098c4f9a75 | [native] Lift imageGalleryOpen state
`react-native-keyboard-input`'s Android implementation doesn't call `Keyboard` callbacks for custom keyboards, so we need to track this state ourselves. We lift it to `MessageListContainer` and pass it down to `ChatInputBar` and `MessageList`. | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-input-bar.react.js",
"new_path": "native/chat/chat-input-bar.react.js",
"diff": "@@ -76,6 +76,8 @@ const draftKeyFromThreadID =\ntype Props = {|\nthreadInfo: ThreadInfo,\n+ imageGalleryOpen: bool,\n+ setImageGalleryOpen: (imageGalleryOpen: boo... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Lift imageGalleryOpen state
`react-native-keyboard-input`'s Android implementation doesn't call `Keyboard` callbacks for custom keyboards, so we need to track this state ourselves. We lift it to `MessageListContainer` and pass it down to `ChatInputBar` and `MessageList`. |
129,187 | 02.05.2019 14:43:27 | 14,400 | 90c9f7b4862c7988b23ec4da4c402c1d15aa2a06 | [native] Don't set keyboard height if keyboard showing for image gallery | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-input-bar.react.js",
"new_path": "native/chat/chat-input-bar.react.js",
"diff": "@@ -192,7 +192,7 @@ class ChatInputBar extends React.PureComponent<Props, State> {\n}\nsetIOSKeyboardHeight() {\n- if (Platform.OS !== \"ios\") {\n+ if (Platform.... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Don't set keyboard height if keyboard showing for image gallery |
129,187 | 03.05.2019 15:16:49 | 14,400 | dc4a3e42f9971cc0a8a09f99dca874bf6064f3c7 | [lib] Don't bother sending initial platformDetails on web | [
{
"change_type": "MODIFY",
"old_path": "lib/socket/socket.react.js",
"new_path": "lib/socket/socket.react.js",
"diff": "@@ -126,7 +126,7 @@ class Socket extends React.PureComponent<Props, State> {\nlisteners: Set<SocketListener> = new Set();\npingTimeoutID: ?TimeoutID;\nmessageLastReceived: ?number;... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [lib] Don't bother sending initial platformDetails on web |
129,187 | 03.05.2019 15:17:34 | 14,400 | 2a241a4c8e52ed6685863acc01918926911124c8 | [native] Support lack of onscreen keyboard in LoggedOutModal | [
{
"change_type": "MODIFY",
"old_path": "native/account/logged-out-modal.react.js",
"new_path": "native/account/logged-out-modal.react.js",
"diff": "@@ -735,9 +735,10 @@ class LoggedOutModal extends React.PureComponent<Props, State> {\n// If keyboard isn't currently active, keyboardShow will handle t... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Support lack of onscreen keyboard in LoggedOutModal |
129,187 | 03.05.2019 17:24:21 | 14,400 | 3c609d3fed0f170d24265091938a1f1ad161b259 | [lib] Refactor update types a little bit | [
{
"change_type": "MODIFY",
"old_path": "lib/types/update-types.js",
"new_path": "lib/types/update-types.js",
"diff": "@@ -38,55 +38,76 @@ export function assertUpdateType(\nreturn ourUpdateType;\n}\n-type AccountDeletionUpdateData = {|\n- type: 0,\n+type AccountDeletionData = {|\n+ deletedUserID: st... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [lib] Refactor update types a little bit |
129,187 | 03.05.2019 20:03:45 | 14,400 | eb80eb4695c319e5e66367108e12ed2ee3ce55d9 | [server] Allow createUpdates to be used with bot Viewer | [
{
"change_type": "MODIFY",
"old_path": "server/src/creators/update-creator.js",
"new_path": "server/src/creators/update-creator.js",
"diff": "@@ -107,14 +107,19 @@ const sortFunction = (\n// excluded from the update.\nasync function createUpdates(\nupdateDatas: $ReadOnlyArray<UpdateData>,\n- viewerI... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Allow createUpdates to be used with bot Viewer |
129,187 | 03.05.2019 20:04:09 | 14,400 | 855c29a6ddc4b61ead8b34b88d8a2e438a42b496 | [server] Allow deleteAccount to be used from scripts | [
{
"change_type": "MODIFY",
"old_path": "server/src/deleters/account-deleters.js",
"new_path": "server/src/deleters/account-deleters.js",
"diff": "@@ -10,6 +10,7 @@ import { updateTypes } from 'lib/types/update-types';\nimport bcrypt from 'twin-bcrypt';\nimport { ServerError } from 'lib/utils/errors'... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Allow deleteAccount to be used from scripts |
129,187 | 03.05.2019 20:04:35 | 14,400 | 29046e7c817b0821e320c4b73b66fa5283a75489 | [server] Script to merge one user into another
Because Larry created two accounts... | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "server/src/scripts/merge-users.js",
"diff": "+// @flow\n+\n+import { type UpdateData, updateTypes } from 'lib/types/update-types';\n+import type { ServerThreadInfo } from 'lib/types/thread-types';\n+\n+import { pool, dbQuery, SQL } from '../data... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Script to merge one user into another
Because Larry created two accounts... |
129,187 | 03.05.2019 20:25:49 | 14,400 | 59a27f46d1d90931848fb35397c667e264845898 | [server] Dry run support | [
{
"change_type": "MODIFY",
"old_path": "server/src/database.js",
"new_path": "server/src/database.js",
"diff": "@@ -5,6 +5,7 @@ import mysql from 'mysql2';\nimport SQL from 'sql-template-strings';\nimport dbConfig from '../secrets/db_config';\n+import { isDryRun } from './scripts/dry-run';\nconst SQ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Dry run support |
129,187 | 03.05.2019 20:35:43 | 14,400 | 0b81ec6cbc46da5c15548c3f3a5f629a90e06baa | [server] createScriptViewer | [
{
"change_type": "MODIFY",
"old_path": "server/src/creators/update-creator.js",
"new_path": "server/src/creators/update-creator.js",
"diff": "@@ -116,8 +116,8 @@ async function createUpdates(\nthrow new ServerError('not_logged_in');\n}\nlet viewerInfo = passedViewerInfo;\n- if (viewerInfo && viewerI... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] createScriptViewer |
129,187 | 03.05.2019 20:52:22 | 14,400 | 8d0f11c5474f646ff8e1d3736386aa153340ca0a | [server] endScript | [
{
"change_type": "MODIFY",
"old_path": "server/flow-typed/npm/redis_v2.x.x.js",
"new_path": "server/flow-typed/npm/redis_v2.x.x.js",
"diff": "@@ -249,6 +249,7 @@ declare module \"redis\" {\nincrement: number,\ncallback: (error: ?Error, result: ?string) => void\n) => void;\n+ unref: () => void;\n}\nd... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] endScript |
129,187 | 03.05.2019 21:00:24 | 14,400 | 17dd0b40241ae4942c0124cc2fd7b47994cc98ea | [server] Don't update toUser user row until deleting fromUser user row
To avoid violating SQL constraints. | [
{
"change_type": "MODIFY",
"old_path": "server/src/scripts/merge-users.js",
"new_path": "server/src/scripts/merge-users.js",
"diff": "import { type UpdateData, updateTypes } from 'lib/types/update-types';\nimport type { ServerThreadInfo } from 'lib/types/thread-types';\n-import { dbQuery, SQL } from... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Don't update toUser user row until deleting fromUser user row
To avoid violating SQL constraints. |
129,187 | 03.05.2019 21:07:05 | 14,400 | f5f2f7478b237c113bc7c7b6884f91b3aacd6b3f | [server] Allow pod install to fail
This is to fix server push script | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "},\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 server/node_modules/ && rm -rf web/dist/ && rm -rf server... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Allow pod install to fail
This is to fix server push script |
129,187 | 03.05.2019 21:22:27 | 14,400 | 618e2e9d28be7182e7229f5b9feef765c54639a0 | [server] Final tuning for merge-users script | [
{
"change_type": "MODIFY",
"old_path": "server/src/scripts/merge-users.js",
"new_path": "server/src/scripts/merge-users.js",
"diff": "@@ -16,7 +16,7 @@ import { endScript } from './utils';\nasync function main() {\ntry {\n- await mergeUsers(\"15972\", \"7147\", { email: true });\n+ await mergeUsers(... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Final tuning for merge-users script |
129,187 | 04.05.2019 19:03:37 | 14,400 | 3eaa8e08b277e947aa0a9df0af969122865d8f82 | [server] Rework app version update bot message conditions
Only look at the newest `codeVersion` for a given platform | [
{
"change_type": "MODIFY",
"old_path": "server/src/bots/app-version-update.js",
"new_path": "server/src/bots/app-version-update.js",
"diff": "@@ -18,24 +18,24 @@ const { squadbot } = bots;\nasync function botherMonthlyActivesToUpdateAppVersion(): Promise<void> {\nconst cutoff = Date.now() - thirtyDa... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [server] Rework app version update bot message conditions
Only look at the newest `codeVersion` for a given platform |
129,187 | 07.05.2019 14:57:52 | 14,400 | 4523ffa496375226969f0c4691a1ae9144bf33e4 | [native] Pull images from CameraRoll to show in ImageGalleryKeyboard | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/src/main/AndroidManifest.xml",
"new_path": "native/android/app/src/main/AndroidManifest.xml",
"diff": "<uses-permission android:name=\"android.permission.VIBRATE\" />\n<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" too... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Pull images from CameraRoll to show in ImageGalleryKeyboard |
129,187 | 07.05.2019 15:10:26 | 14,400 | ce5ffe0476a65cf5083e9eacbc8f88ecafc97bb7 | [native] ImageGalleryImage | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "native/media/image-gallery-image.react.js",
"diff": "+// @flow\n+\n+import type { Dimensions } from 'lib/types/media-types';\n+\n+import * as React from 'react';\n+import PropTypes from 'prop-types';\n+import { Image, StyleSheet, TouchableOpacit... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] ImageGalleryImage |
129,187 | 07.05.2019 15:37:20 | 14,400 | ba9091774f7c9b5bff2b7dc1574e36f49f50c3b0 | [native] Infinite scroll for ImageGalleryKeyboard | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-keyboard.react.js",
"new_path": "native/media/image-gallery-keyboard.react.js",
"diff": "@@ -22,6 +22,8 @@ type State = {|\nimageInfos: ?$ReadOnlyArray<GalleryImageInfo>,\nerror: ?string,\ncontainerHeight: ?number,\n+ // null means e... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Infinite scroll for ImageGalleryKeyboard |
129,187 | 08.05.2019 14:51:30 | 14,400 | 7a55447f9a9de37c068fcc9b4217be6ca68c347a | [native] ItemSeparatorComponent for ImageGalleryKeyboard | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-image.react.js",
"new_path": "native/media/image-gallery-image.react.js",
"diff": "@@ -4,7 +4,7 @@ import type { Dimensions } from 'lib/types/media-types';\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\n-impor... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] ItemSeparatorComponent for ImageGalleryKeyboard |
129,187 | 08.05.2019 16:09:53 | 14,400 | 1cde30a6d616c5cc9fc88ba3fb79fd225815337c | [native] Handle loading/error cases in ImageGalleryKeyboard | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-keyboard.react.js",
"new_path": "native/media/image-gallery-keyboard.react.js",
"diff": "@@ -11,6 +11,7 @@ import {\nPlatform,\nPermissionsAndroid,\nFlatList,\n+ ActivityIndicator,\n} from 'react-native';\nimport { KeyboardRegistry }... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Handle loading/error cases in ImageGalleryKeyboard |
129,187 | 08.05.2019 23:16:44 | 14,400 | 0799994895207ac799369e789cc0cd9b113743b5 | [native] Sticky opacity style for ImageGalleryImage | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-image.react.js",
"new_path": "native/media/image-gallery-image.react.js",
"diff": "@@ -4,7 +4,7 @@ import type { Dimensions } from 'lib/types/media-types';\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\n-impor... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Sticky opacity style for ImageGalleryImage |
129,187 | 09.05.2019 11:45:29 | 14,400 | 246c0dd9726a43f91644e6936a68c17a019af86b | [native] State for queueing images in ImageGalleryKeyboard | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-input-bar.react.js",
"new_path": "native/chat/chat-input-bar.react.js",
"diff": "@@ -21,6 +21,7 @@ import type { LoadingStatus } from 'lib/types/loading-types';\nimport { loadingStatusPropType } from 'lib/types/loading-types';\nimport type { C... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] State for queueing images in ImageGalleryKeyboard |
129,187 | 09.05.2019 13:08:35 | 14,400 | 037c5f5d527d24669ef37edae2d7fa17f15972d6 | [native] Lift image focused state to ImageGalleryKeyboard
Now only one image can be focused at once. | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-image.react.js",
"new_path": "native/media/image-gallery-image.react.js",
"diff": "@@ -18,11 +18,10 @@ type Props = {|\nisQueued: bool,\nsetImageQueued: (image: GalleryImageInfo, isQueued: bool) => void,\nsendImage: (image: GalleryIm... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Lift image focused state to ImageGalleryKeyboard
Now only one image can be focused at once. |
129,187 | 09.05.2019 16:30:46 | 14,400 | fb292d08e7a2f8de6917eeddc6cd7faeaea772b4 | [native] Keep ImageGalleryImage width below screen width | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-image.react.js",
"new_path": "native/media/image-gallery-image.react.js",
"diff": "@@ -20,6 +20,7 @@ type Props = {|\nsendImage: (image: GalleryImageInfo) => void,\nisFocused: bool,\nsetFocus: (image: GalleryImageInfo) => void,\n+ sc... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Keep ImageGalleryImage width below screen width |
129,187 | 09.05.2019 18:16:08 | 14,400 | fcbf518168975891ed0fdaf2ed7271f453eeca69 | [native] Basic action buttons for ImageGalleryImage | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-image.react.js",
"new_path": "native/media/image-gallery-image.react.js",
"diff": "@@ -4,7 +4,7 @@ import type { Dimensions } from 'lib/types/media-types';\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\n-impor... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Basic action buttons for ImageGalleryImage |
129,187 | 10.05.2019 13:46:37 | 14,400 | 1be5c10139c07dfeb5eb4ab34d58c17ae3d07db2 | [native] Keep keyboardHeight updated even if it shrinks | [
{
"change_type": "MODIFY",
"old_path": "native/keyboard.js",
"new_path": "native/keyboard.js",
"diff": "@@ -101,7 +101,9 @@ function callShowCallbackIfAppActive(\nreturn (event: KeyboardEvent) => {\nif (event) {\nconst { height } = event.endCoordinates;\n- if (height > 0 && (!keyboardHeight || keybo... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Keep keyboardHeight updated even if it shrinks |
129,187 | 10.05.2019 13:55:19 | 14,400 | f119fbb23ebc86b7f1355c6c8b348150fbf74f8f | [native] Keep all ImageGalleryKeyboard extraData in state | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-keyboard.react.js",
"new_path": "native/media/image-gallery-keyboard.react.js",
"diff": "@@ -40,22 +40,28 @@ type State = {|\ncursor: ?string,\nqueuedImageURIs: Set<string>,\nfocusedImageURI: ?string,\n+ screenWidth: number,\n|};\ncl... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Keep all ImageGalleryKeyboard extraData in state |
129,187 | 14.05.2019 18:11:43 | 14,400 | caa490faa90441d66db38c2801de672dac2f3045 | [native] Fix ChatInputBar press for Android 4.4 | [
{
"change_type": "MODIFY",
"old_path": "native/chat/message.react.js",
"new_path": "native/chat/message.react.js",
"diff": "@@ -23,6 +23,7 @@ import {\nView,\nLayoutAnimation,\nTouchableWithoutFeedback,\n+ Platform,\n} from 'react-native';\nimport _isEqual from 'lodash/fp/isEqual';\nimport invariant... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix ChatInputBar press for Android 4.4 |
129,187 | 15.05.2019 13:12:48 | 14,400 | ac87476aa10903bc2ecad7982c22fa693d0a6564 | [native] Style ImageGalleryImage buttons | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-image.react.js",
"new_path": "native/media/image-gallery-image.react.js",
"diff": "@@ -4,7 +4,16 @@ import type { Dimensions } from 'lib/types/media-types';\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\n-impo... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Style ImageGalleryImage buttons |
129,187 | 15.05.2019 18:59:07 | 14,400 | e247653b68f933b253bf6b8fecd9feb026db05c9 | [native] ImageGalleryImage animation on focus | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-image.react.js",
"new_path": "native/media/image-gallery-image.react.js",
"diff": "// @flow\nimport type { Dimensions } from 'lib/types/media-types';\n+import type { ViewStyle, ImageStyle } from '../types/styles';\nimport * as React ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] ImageGalleryImage animation on focus |
129,187 | 15.05.2019 19:31:43 | 14,400 | 7ddc6ffe60fbd5b653749f559a656c61de8c0afb | [native] Scroll ImageGalleryKeyboard to full visibility when pressed | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-keyboard.react.js",
"new_path": "native/media/image-gallery-keyboard.react.js",
"diff": "import type { GalleryImageInfo } from './image-gallery-image.react';\nimport type { AppState } from '../redux/redux-setup';\nimport { type Dimen... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Scroll ImageGalleryKeyboard to full visibility when pressed |
129,187 | 15.05.2019 19:52:43 | 14,400 | 8ed65831a0f89a6baa4460854c64638683aa5c48 | [native] lottie-react-native | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/build.gradle",
"new_path": "native/android/app/build.gradle",
"diff": "@@ -147,6 +147,7 @@ android {\n}\ndependencies {\n+ implementation project(':lottie-react-native')\nimplementation project(':@react-native-community_cameraroll')\nimpleme... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] lottie-react-native |
129,187 | 15.05.2019 20:42:26 | 14,400 | 71d886277e8ea1fe38e65c744618c89c363425d1 | [native] Animation for ImageGalleryKeyboard queue mode | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "native/animations/check.json",
"diff": "+{\"v\":\"4.12.0\",\"fr\":29.9700012207031,\"ip\":0,\"op\":30.0000012219251,\"w\":60,\"h\":60,\"nm\":\"check_draw_outline\",\"ddd\":0,\"assets\":[],\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":4,\"nm\":\"Shape ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Animation for ImageGalleryKeyboard queue mode |
129,187 | 15.05.2019 22:41:50 | 14,400 | 90d802f45dc22f0545b36ef73b9b3b86e0c7bf60 | [native] Fix ImageGalleryImage queue animation and avoid accidental closure on Android | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-image.react.js",
"new_path": "native/media/image-gallery-image.react.js",
"diff": "@@ -12,16 +12,23 @@ import {\nView,\nText,\nPlatform,\n+ TouchableWithoutFeedback,\n+ Animated,\n+ Easing,\n} from 'react-native';\nimport Icon from '... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fix ImageGalleryImage queue animation and avoid accidental closure on Android |
129,187 | 15.05.2019 22:51:14 | 14,400 | 5bc1e2ecbca767210fe74be33b638ef1163343f1 | [native] Scroll ImageGalleryKeyboard to newly queued ImageGalleryImage | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-keyboard.react.js",
"new_path": "native/media/image-gallery-keyboard.react.js",
"diff": "@@ -84,25 +84,33 @@ class ImageGalleryKeyboard extends React.PureComponent<Props, State> {\n}\nconst { flatList, viewableIndices } = this;\n- co... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Scroll ImageGalleryKeyboard to newly queued ImageGalleryImage |
129,187 | 15.05.2019 22:58:01 | 14,400 | a178a201ce08906cb9a33c22ddf350f7adadfe21 | [native] Keep ImageGalleryKeyboard queue mode on once activated | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-keyboard.react.js",
"new_path": "native/media/image-gallery-keyboard.react.js",
"diff": "@@ -39,7 +39,7 @@ type State = {|\ncontainerHeight: ?number,\n// null means end reached; undefined means no fetch yet\ncursor: ?string,\n- queue... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Keep ImageGalleryKeyboard queue mode on once activated |
129,187 | 15.05.2019 23:04:33 | 14,400 | 2eff98731fc71b4ac6352dc86d7998d93aa89d8e | [native] Allow ImageGalleryImage unfocus on backdrop press | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-image.react.js",
"new_path": "native/media/image-gallery-image.react.js",
"diff": "@@ -38,7 +38,7 @@ type Props = {|\nsetImageQueued: (image: GalleryImageInfo, isQueued: bool) => void,\nsendImage: (image: GalleryImageInfo) => void,\n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Allow ImageGalleryImage unfocus on backdrop press |
129,187 | 16.05.2019 01:51:26 | 14,400 | a0148650c1a04a6a6d289199609907307883a795 | [native] Final fixes to make ImageGalleryKeyboard transitions smooth
Uses `GenericTouchable` from `react-native-gesture-handler` directly | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-image.react.js",
"new_path": "native/media/image-gallery-image.react.js",
"diff": "@@ -19,6 +19,10 @@ import {\nimport Icon from 'react-native-vector-icons/FontAwesome';\nimport MaterialIcon from 'react-native-vector-icons/MaterialIc... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Final fixes to make ImageGalleryKeyboard transitions smooth
Uses `GenericTouchable` from `react-native-gesture-handler` directly |
129,187 | 16.05.2019 01:54:47 | 14,400 | 67eb5023d971e93ba90ac7f1e41aff315936c594 | [native] Avoid wrapping KeyboardAccessoryView with Touchable
On Android this ends up wrapping the whole `ImageGalleryKeyboard`. | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-input-bar.react.js",
"new_path": "native/chat/chat-input-bar.react.js",
"diff": "@@ -286,6 +286,7 @@ class ChatInputBar extends React.PureComponent<Props, State> {\n);\n}\ncontent = (\n+ <TouchableWithoutFeedback onPress={KeyboardUtils.dismiss... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Avoid wrapping KeyboardAccessoryView with Touchable
On Android this ends up wrapping the whole `ImageGalleryKeyboard`. |
129,187 | 16.05.2019 02:56:21 | 14,400 | 4340c7441509410194388029d3d2319089f7e9e1 | [native] Floating send button in ImageGalleryKeyboard | [
{
"change_type": "MODIFY",
"old_path": "native/media/image-gallery-keyboard.react.js",
"new_path": "native/media/image-gallery-keyboard.react.js",
"diff": "@@ -14,11 +14,13 @@ import {\nPermissionsAndroid,\nFlatList,\nActivityIndicator,\n+ TouchableOpacity,\n} from 'react-native';\nimport { Keyboard... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Floating send button in ImageGalleryKeyboard |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.