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
02.01.2019 22:30:33
18,000
7e12c1dbc89960c0c586cc28bdc42e681af3e125
[server] Fix Flow
[ { "change_type": "ADD", "old_path": null, "new_path": "server/flow-typed/npm/react-dnd-html5-backend_vx.x.x.js", "diff": "+// flow-typed signature: 3a65c86a3aa91668377c3aebf103505d\n+// flow-typed version: <<STUB>>/react-dnd-html5-backend_v^7.0.2/flow_v0.78.0\n+\n+/**\n+ * This is an autogenerated l...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Fix Flow
129,187
03.01.2019 11:19:56
18,000
9a19e90afae0c13759ec1d2edc75c7eaee24d2a2
Add progressPercent/onProgress to web ChatInputState
[ { "change_type": "MODIFY", "old_path": "lib/actions/message-actions.js", "new_path": "lib/actions/message-actions.js", "diff": "@@ -87,11 +87,12 @@ async function sendMultimediaMessage(\nthreadID: string,\nlocalID: string,\nmultimedia: $ReadOnlyArray<Object>,\n+ onProgress: (percent: number) => void...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Add progressPercent/onProgress to web ChatInputState
129,187
03.01.2019 14:55:46
18,000
b273af166c6f6b13ca5cb8fda0b161eb5c1fcad1
[server] Fix broken parsing of notif delivery column for notif rescind
[ { "change_type": "MODIFY", "old_path": "server/src/push/rescind.js", "new_path": "server/src/push/rescind.js", "diff": "@@ -29,18 +29,18 @@ async function rescindPushNotifs(\nconst deliveries = Array.isArray(row.delivery)\n? row.delivery\n: [ row.delivery ];\n- for (let delivery of row.delivery) {\n...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Fix broken parsing of notif delivery column for notif rescind
129,187
03.01.2019 17:32:25
18,000
8f1743017bb2d0c049738974b8b773ccdcd004c9
[web] Show progress during multimedia upload
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.css", "new_path": "web/chat/chat-message-list.css", "diff": "@@ -186,19 +186,30 @@ a.multimediaUpload > svg {\n}\ndiv.previews {\n+ display: flex;\noverflow-x: auto;\nwhite-space: nowrap;\n}\nspan.preview {\n+ display: inline-flex;\n...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Show progress during multimedia upload
129,187
04.01.2019 10:39:38
18,000
d1465183d7c0974e6246bcfeb44dd000c7df4d00
[lib] Add abortHandler to FetchJSONOptions for uploadBlob
[ { "change_type": "MODIFY", "old_path": "lib/utils/fetch-json.js", "new_path": "lib/utils/fetch-json.js", "diff": "@@ -28,13 +28,16 @@ import { fetchJSONTimeout } from '../shared/timeouts';\nexport type FetchJSONOptions = $Shape<{|\ntimeout: number, // in milliseconds\nblobUpload: bool,\n- onProgress...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] Add abortHandler to FetchJSONOptions for uploadBlob
129,187
04.01.2019 11:49:58
18,000
ba23fdfad90f388ee85eb66915e39f51bd907389
Add localID/serverID to PendingMultimediaUpload and key state on them
[ { "change_type": "MODIFY", "old_path": "lib/types/media-types.js", "new_path": "lib/types/media-types.js", "diff": "@@ -17,12 +17,16 @@ export const mediaPropType = PropTypes.shape({\n});\nexport type PendingMultimediaUpload = {|\n+ localID: string,\n+ serverID: ?string,\nfile: File,\nmediaType: Med...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Add localID/serverID to PendingMultimediaUpload and key state on them
129,187
05.01.2019 17:44:41
18,000
b136af42f1b8c2a7aae98fe80736bf4150d01761
Add all necessary state to PendingMultimediaUpload, ChatInputState, and Media
[ { "change_type": "MODIFY", "old_path": "lib/types/media-types.js", "new_path": "lib/types/media-types.js", "diff": "@@ -5,30 +5,20 @@ import PropTypes from 'prop-types';\nexport type MediaType = \"photo\" | \"video\";\nexport type Media = {|\n+ id: string,\nuri: string,\ntype: MediaType,\n|};\n-cons...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Add all necessary state to PendingMultimediaUpload, ChatInputState, and Media
129,187
08.01.2019 11:13:24
18,000
ed1b290788a08483ee0e2ce2f9d9481f0dfceb02
ChatInputStateContainer.uploadFile Introduces `uploadMultimedia` action and `PendingMultimediaUpload.abort` as well.
[ { "change_type": "ADD", "old_path": null, "new_path": "lib/actions/upload-actions.js", "diff": "+// @flow\n+\n+import type { FetchJSON } from '../utils/fetch-json';\n+import type { UploadMultimediaResult } from '../types/media-types';\n+\n+async function uploadMultimedia(\n+ fetchJSON: FetchJSON,\n+...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
ChatInputStateContainer.uploadFile Introduces `uploadMultimedia` action and `PendingMultimediaUpload.abort` as well.
129,187
09.01.2019 13:15:24
18,000
a6cb05c2edca22aec8fa0ba9b5625b4ad79f7c49
[server] Re-add default export for react-redux libdef See [https://github.com/flow-typed/flow-typed/pull/3012#issuecomment-452799153](here)
[ { "change_type": "MODIFY", "old_path": "server/flow-typed/npm/react-redux_v5.x.x.js", "new_path": "server/flow-typed/npm/react-redux_v5.x.x.js", "diff": "@@ -268,4 +268,11 @@ declare module \"react-redux\" {\nselectorFactory: SelectorFactory<Com, D, S, OP, EFO, CP>,\nconnectAdvancedOptions: ?(Connec...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Re-add default export for react-redux libdef See [https://github.com/flow-typed/flow-typed/pull/3012#issuecomment-452799153](here)
129,187
09.01.2019 13:17:41
18,000
134d98b8255f054bb680be5afa75334aeb9dd8ac
[web] Hide multimedia upload button for now
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-input-bar.react.js", "new_path": "web/chat/chat-input-bar.react.js", "diff": "@@ -45,6 +45,7 @@ import {\n} from 'lib/actions/thread-actions';\nimport { createLoadingStatusSelector } from 'lib/selectors/loading-selectors';\nimport { threadHasPerm...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Hide multimedia upload button for now
129,187
09.01.2019 16:33:07
18,000
c4228d116e6d4f6940ece05fcaceb8f872b8ad37
assignMediaServerIDToMessageActionType Necessary for updating local media IDs to server ones.
[ { "change_type": "MODIFY", "old_path": "lib/actions/upload-actions.js", "new_path": "lib/actions/upload-actions.js", "diff": "@@ -17,6 +17,10 @@ async function uploadMultimedia(\nreturn { id: response.id, uri: response.uri };\n}\n+const assignMediaServerIDToMessageActionType =\n+ \"ASSIGN_MEDIA_SERV...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
assignMediaServerIDToMessageActionType Necessary for updating local media IDs to server ones.
129,187
09.01.2019 16:51:56
18,000
914266bc349ffa670d92ad9abdc37400aec7cf6b
[web] Preload upload image URI before swapping them in
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-input-state-container.react.js", "new_path": "web/chat/chat-input-state-container.react.js", "diff": "@@ -25,7 +25,7 @@ import {\n} from 'lib/actions/upload-actions';\nimport ChatMessageList from './chat-message-list.react';\n-import { validateFi...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Preload upload image URI before swapping them in
129,187
09.01.2019 16:59:10
18,000
26ec8d354b4aad6142eea78fe3da81abdc324dbf
assignMediaServerURIToMessageActionType Necessary for updating local URIs to global ones after preload.
[ { "change_type": "MODIFY", "old_path": "lib/actions/upload-actions.js", "new_path": "lib/actions/upload-actions.js", "diff": "@@ -19,8 +19,11 @@ async function uploadMultimedia(\nconst assignMediaServerIDToMessageActionType =\n\"ASSIGN_MEDIA_SERVER_ID_TO_MESSAGE\";\n+const assignMediaServerURIToMess...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
assignMediaServerURIToMessageActionType Necessary for updating local URIs to global ones after preload.
129,187
09.01.2019 17:36:56
18,000
fd166e5c191cb03a0bc5927082da5d42cc2b6420
[web] Handle send-after-upload scenario
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-input-state-container.react.js", "new_path": "web/chat/chat-input-state-container.react.js", "diff": "@@ -214,10 +214,7 @@ class ChatInputStateContainer extends React.PureComponent<Props, State> {\nawait preloadImage(result.uri);\n- const uploadA...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Handle send-after-upload scenario
129,187
09.01.2019 17:37:28
18,000
5edb08b3903e7558d4b9c8b87de9c2942788b372
[web] Revoke local URL after replacing it in MultimediaPreview
[ { "change_type": "MODIFY", "old_path": "web/chat/multimedia-preview.react.js", "new_path": "web/chat/multimedia-preview.react.js", "diff": "@@ -24,6 +24,15 @@ class MultimediaPreview extends React.PureComponent<Props> {\nremove: PropTypes.func.isRequired,\n};\n+ componentDidUpdate(prevProps: Props) ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Revoke local URL after replacing it in MultimediaPreview
129,187
09.01.2019 18:04:45
18,000
4f4ded3aeadf78740fa7f90bc64add4367d99cd1
[web] Update react-hot-loader and Webpack config for webpack-dev-server
[ { "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.2.0\",\n\"react-feather\": \"^1.1.4\",\n- \"react-hot-loader\": \"^4.2.0\",\n+ \"react-hot-loader\": \"^4.6.3\",\n\"react-linkify\": \"^0...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Update react-hot-loader and Webpack config for webpack-dev-server
129,187
09.01.2019 18:07:22
18,000
f5e3e7ee306b5272be3895003ca1c18b8da2eede
[web] Update to React 16.7
[ { "change_type": "MODIFY", "old_path": "web/package.json", "new_path": "web/package.json", "diff": "\"lib\": \"0.0.1\",\n\"lodash\": \"^4.17.5\",\n\"prop-types\": \"^15.6.0\",\n- \"react\": \"^16.2.0\",\n+ \"react\": \"^16.7.0\",\n\"react-circular-progressbar\": \"^1.0.0\",\n\"react-color\": \"^2.13...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Update to React 16.7
129,187
09.01.2019 18:25:56
18,000
356ad3b95c898990bc450f714f21de1cdebb96c8
[web] Use instead of react-hot-loader/webpack
[ { "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\"assets-webpack-plugin\": \"^3.9.7\",\n\"babe...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Use @hot-loader/react-dom instead of react-hot-loader/webpack
129,187
09.01.2019 18:32:59
18,000
9c4e79a1a183bfe8ecd41486bbe589c6ff8cee51
[web] Fix bug with initial upload
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-input-state-container.react.js", "new_path": "web/chat/chat-input-state-container.react.js", "diff": "@@ -119,7 +119,7 @@ class ChatInputStateContainer extends React.PureComponent<Props, State> {\nconst prevUploads = prevState.pendingUploads[thre...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Fix bug with initial upload
129,187
09.01.2019 18:46:47
18,000
6475f4d9b91542f8eec3c428f2f565a6e99f0499
[web] Allow upload removal during upload
[ { "change_type": "MODIFY", "old_path": "web/chat/multimedia-preview.react.js", "new_path": "web/chat/multimedia-preview.react.js", "diff": "@@ -35,9 +35,6 @@ class MultimediaPreview extends React.PureComponent<Props> {\nrender() {\nconst { uri, progressPercent } = this.props.pendingUpload;\n- const ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Allow upload removal during upload
129,187
09.01.2019 18:47:14
18,000
0d4f743d87898f101d47a733572f55eae1128be9
[lib] Fix bug in multimedia upload `uploadBlob` expects an array of multimedia, not a single one.
[ { "change_type": "MODIFY", "old_path": "lib/actions/upload-actions.js", "new_path": "lib/actions/upload-actions.js", "diff": "@@ -11,7 +11,7 @@ async function uploadMultimedia(\n): Promise<UploadMultimediaResult> {\nconst response = await fetchJSON(\n'upload_multimedia',\n- { multimedia },\n+ { mult...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] Fix bug in multimedia upload `uploadBlob` expects an array of multimedia, not a single one.
129,187
09.01.2019 18:48:03
18,000
040f9862570a953931210cd96c59cc848b7421a9
Move server upload endpoint to upload_multimedia
[ { "change_type": "MODIFY", "old_path": "lib/types/message-types.js", "new_path": "lib/types/message-types.js", "diff": "@@ -661,8 +661,6 @@ export type SendTextMessageRequest = {|\ntext: string,\n|};\n-export type SendMultimediaMessageResponse = SendMessageResult;\n-\n// Used for the message info in...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Move server upload endpoint to upload_multimedia
129,187
10.01.2019 11:50:33
18,000
f7d6a55c427ac8e0c82ee5869bfcff6df837dcf3
[native] Don't show save button if save isn't possible
[ { "change_type": "MODIFY", "old_path": "native/calendar/entry.react.js", "new_path": "native/calendar/entry.react.js", "diff": "@@ -213,6 +213,13 @@ class InternalEntry extends React.Component<Props, State> {\n) {\nthis.save();\n}\n+\n+ if (\n+ this.state.editing && prevState.editing &&\n+ (this.sta...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Don't show save button if save isn't possible
129,187
10.01.2019 15:10:10
18,000
b8afe1df295c5779b5c67d447cdc50f6421f1b14
[lib] Cap upload filename length
[ { "change_type": "MODIFY", "old_path": "lib/utils/media-utils.js", "new_path": "lib/utils/media-utils.js", "diff": "@@ -17,7 +17,10 @@ function fileInfoFromData(\nreturn null;\n}\nconst [ readableFileName, extension ] = fileName.split('.');\n- return { name: `${readableFileName}.${ext}`, mime };\n+ ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] Cap upload filename length
129,187
10.01.2019 16:44:21
18,000
cb370a4a120ad1efda5f2e70416000c39578f05b
Store uploaded photos in MySQL
[ { "change_type": "MODIFY", "old_path": "lib/actions/upload-actions.js", "new_path": "lib/actions/upload-actions.js", "diff": "@@ -14,7 +14,8 @@ async function uploadMultimedia(\n{ multimedia: [ multimedia ] },\n{ blobUpload: true, onProgress, abortHandler },\n);\n- return { id: response.id, uri: res...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Store uploaded photos in MySQL
129,187
11.01.2019 12:05:41
18,000
cd69dba4fb23e1d974f07430a4bf75710e24a31d
[server] Endpoint to download uploads
[ { "change_type": "ADD", "old_path": null, "new_path": "server/src/fetchers/upload-fetchers.js", "diff": "+// @flow\n+\n+import type { Viewer } from '../session/viewer';\n+\n+import { dbQuery, SQL } from '../database';\n+import { ServerError } from 'lib/utils/errors';\n+\n+type UploadInfo = {|\n+ con...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Endpoint to download uploads
129,187
11.01.2019 12:07:57
18,000
c857f92787fffec332acd18573f1d7bc99391a8c
[web] Clear abort function on successful upload
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-input-state-container.react.js", "new_path": "web/chat/chat-input-state-container.react.js", "diff": "@@ -201,6 +201,7 @@ class ChatInputStateContainer extends React.PureComponent<Props, State> {\n[upload.localID]: {\n...currentUpload,\nserverID:...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Clear abort function on successful upload
129,187
11.01.2019 12:26:39
18,000
b26d5ffe30a74ec1300ac9df95183fbb675cd274
Delete uploads if they are cancelled after already being uploaded
[ { "change_type": "MODIFY", "old_path": "lib/actions/upload-actions.js", "new_path": "lib/actions/upload-actions.js", "diff": "@@ -23,8 +23,16 @@ const assignMediaServerIDToMessageActionType =\nconst assignMediaServerURIToMessageActionType =\n\"ASSIGN_MEDIA_SERVER_URI_TO_MESSAGE\";\n+async function d...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Delete uploads if they are cancelled after already being uploaded
129,187
11.01.2019 13:39:00
18,000
6e513b8444093ec7826b8ae37f7f65411c0d79dd
[web] Handle upload failure in MultimediaPreview
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-input-state-container.react.js", "new_path": "web/chat/chat-input-state-container.react.js", "diff": "@@ -319,6 +319,7 @@ class ChatInputStateContainer extends React.PureComponent<Props, State> {\n[localUploadID]: {\n...upload,\nfailed,\n+ progre...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Handle upload failure in MultimediaPreview
129,187
11.01.2019 19:21:49
18,000
0be1124763490769f675adbb956125fa195e5cfe
[lib] Disable timeout for uploadBlob Continue to allow it to be overriden, but use XMLHttpRequest native features for that.
[ { "change_type": "MODIFY", "old_path": "lib/utils/fetch-json.js", "new_path": "lib/utils/fetch-json.js", "diff": "@@ -26,7 +26,8 @@ import { uploadBlob } from './upload-blob';\nimport { fetchJSONTimeout } from '../shared/timeouts';\nexport type FetchJSONOptions = $Shape<{|\n- timeout: number, // in ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] Disable timeout for uploadBlob Continue to allow it to be overriden, but use XMLHttpRequest native features for that.
129,187
11.01.2019 19:25:30
18,000
d99b6ee29726e3abe3ede300a69317396da63f0e
[web] Math.floor the percent
[ { "change_type": "MODIFY", "old_path": "web/chat/multimedia-preview.react.js", "new_path": "web/chat/multimedia-preview.react.js", "diff": "@@ -39,7 +39,7 @@ class MultimediaPreview extends React.PureComponent<Props> {\nlet progressIndicator = null;\nif (progressPercent !== 0 && progressPercent !== ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Math.floor the percent
129,187
11.01.2019 19:59:02
18,000
b1306942113e4117b9684a1cdff90061c7431d6b
[native] Handle empty password correctly in DeleteThread
[ { "change_type": "MODIFY", "old_path": "native/chat/settings/delete-thread.react.js", "new_path": "native/chat/settings/delete-thread.react.js", "diff": "@@ -207,7 +207,10 @@ class InnerDeleteThread extends React.PureComponent<Props, State> {\ntry {\nreturn await this.props.deleteThread(threadInfo.i...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Handle empty password correctly in DeleteThread
129,187
14.01.2019 10:37:56
18,000
7b3b9a91581048458af9bc85f98fa8533cfd8cf9
Move message action type constants to message-actions
[ { "change_type": "MODIFY", "old_path": "lib/actions/message-actions.js", "new_path": "lib/actions/message-actions.js", "diff": "@@ -98,6 +98,8 @@ async function sendMultimediaMessage(\n}\nconst saveMessagesActionType = \"SAVE_MESSAGES\";\n+const processMessagesActionType = \"PROCESS_MESSAGES\";\n+co...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Move message action type constants to message-actions
129,187
23.01.2019 15:36:07
28,800
87ceef21e1ba93045a02ab5a32f95e5d43083791
MultimediaPreview -> Multimedia We'll use the new `Multimedia` from within `MultimediaMessage`.
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-input-bar.react.js", "new_path": "web/chat/chat-input-bar.react.js", "diff": "@@ -53,7 +53,7 @@ import css from './chat-message-list.css';\nimport LoadingIndicator from '../loading-indicator.react';\nimport { nonThreadCalendarQuery } from '../sel...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
MultimediaPreview -> Multimedia We'll use the new `Multimedia` from within `MultimediaMessage`.
129,187
23.01.2019 16:15:13
28,800
3a388623e9d81fbaead261ded58789cacc5da6ca
[web] Render Multimedia from within MultimediaMessage Also passes down `ChatInputState` to `MultimediaMessage`.
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.react.js", "new_path": "web/chat/chat-message-list.react.js", "diff": "@@ -156,7 +156,8 @@ class ChatMessageList extends React.PureComponent<Props, State> {\n</div>\n);\n}\n- const threadInfo = this.props.threadInfo;\n+ const { threa...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Render Multimedia from within MultimediaMessage Also passes down `ChatInputState` to `MultimediaMessage`.
129,187
23.01.2019 16:16:25
28,800
7f03029db9c4b970da98772358a86cf1df913bbc
[lib] Add support for messageTypes.MULTIMEDIA to message-utils
[ { "change_type": "MODIFY", "old_path": "lib/shared/message-utils.js", "new_path": "lib/shared/message-utils.js", "diff": "@@ -6,6 +6,7 @@ import {\ntype RobotextMessageInfo,\ntype PreviewableMessageInfo,\ntype TextMessageInfo,\n+ type MultimediaMessageInfo,\ntype MessageData,\ntype MessageType,\ntyp...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] Add support for messageTypes.MULTIMEDIA to message-utils
129,187
23.01.2019 16:31:46
28,800
cfffd46ce37ecf2e40aaf4c330fe48a2ab8c4cbb
[web] Don't allow expansion of already-expanded messages
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.css", "new_path": "web/chat/chat-message-list.css", "diff": "@@ -102,14 +102,15 @@ div.robotext {\ncolor: #333333;\npadding: 6px 0;\nmargin: 0 24px 5px 24px;\n- font-Size: 15px;\n+ font-size: 15px;\n+}\n+div.expandableMessage {\ncurs...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Don't allow expansion of already-expanded messages
129,187
29.01.2019 17:48:58
18,000
1f3f8fc2ea4121b9a24b68c706aaef7eef6b1c0e
Move flow-mono-cli to native
[ { "change_type": "MODIFY", "old_path": "native/package.json", "new_path": "native/package.json", "diff": "\"babel-plugin-transform-remove-console\": \"^6.8.5\",\n\"babel-plugin-transform-remove-strict-mode\": \"0.0.2\",\n\"flow-bin\": \"^0.78.0\",\n+ \"flow-mono-cli\": \"^1.4.3\",\n\"get-yarn-worksp...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Move flow-mono-cli to native
129,187
29.01.2019 18:34:05
18,000
719c1d60b5950ec676869b1df23494c7bdc59c69
[native] react-native-gesture-handler@^1.0.15
[ { "change_type": "MODIFY", "old_path": "native/package.json", "new_path": "native/package.json", "diff": "\"react-native-exit-app\": \"^1.0.0\",\n\"react-native-fcm\": \"git+https://git@github.com/ashoat/react-native-fcm.git\",\n\"react-native-floating-action\": \"^1.9.0\",\n- \"react-native-gesture...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] react-native-gesture-handler@^1.0.15
129,187
29.01.2019 18:42:18
18,000
eca007a32532cf94177e93794353c9dddbd3e61a
[native] Remove CenterCropDrawable from android I don't think I ever used this?
[ { "change_type": "DELETE", "old_path": "native/android/app/src/main/java/org/squadcal/CenterCropDrawable.java", "new_path": null, "diff": "-package org.squadcal;\n-\n-import android.graphics.Canvas;\n-import android.graphics.ColorFilter;\n-import android.graphics.Matrix;\n-import android.graphics.Re...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Remove CenterCropDrawable from android I don't think I ever used this?
129,187
30.01.2019 11:09:37
18,000
8eba2f2f341c5b98a4da1b97621249149aca957c
[native] Fix Flow types for
[ { "change_type": "MODIFY", "old_path": "native/components/thread-list.react.js", "new_path": "native/components/thread-list.react.js", "diff": "@@ -70,7 +70,7 @@ class ThreadList extends React.PureComponent<Props, State> {\n}\n}\n- static listData(props: Props, state: State) {\n+ static listData(pro...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix Flow types for flow-bin@0.86.0
129,187
30.01.2019 11:13:38
18,000
aac7b34483d0772a144a243050620a347dd2997f
Fix type of createStore result
[ { "change_type": "MODIFY", "old_path": "native/redux-setup.js", "new_path": "native/redux-setup.js", "diff": "@@ -28,7 +28,11 @@ import {\nimport React from 'react';\nimport invariant from 'invariant';\nimport thunk from 'redux-thunk';\n-import { createStore as defaultCreateStore, applyMiddleware } ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Fix type of createStore result
129,187
30.01.2019 11:52:59
18,000
0b9de771d52da6ede114683e663338617eefba5b
[web] Temporarily fix react-router/history libdefs Upstream PR:
[ { "change_type": "MODIFY", "old_path": "web/flow-typed/npm/history_v4.x.x.js", "new_path": "web/flow-typed/npm/history_v4.x.x.js", "diff": "@@ -27,8 +27,8 @@ declare module \"history/createBrowserHistory\" {\ngoBack(): void,\ngoForward(): void,\nlisten: Function,\n- block(message: string): typeof Un...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Temporarily fix react-router/history libdefs Upstream PR: https://github.com/flow-typed/flow-typed/pull/3110
129,187
30.01.2019 12:19:55
18,000
91b9f588b06be6a5a6fe14895cd70c3a5918ffa4
[web] Display error message when attempting to upload invalid file type
[ { "change_type": "MODIFY", "old_path": "web/app.react.js", "new_path": "web/app.react.js", "diff": "@@ -250,7 +250,7 @@ class App extends React.PureComponent<Props, State> {\n);\n} else if (this.props.navInfo.tab === \"chat\") {\nmainContent = (\n- <Chat />\n+ <Chat setModal={this.setModal} />\n);\n...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Display error message when attempting to upload invalid file type
129,187
30.01.2019 12:51:52
18,000
30e9964ae244b43671ad494fc2af413a613f2399
[web] Handle file copy-paste as file upload
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.react.js", "new_path": "web/chat/chat-message-list.react.js", "diff": "@@ -89,7 +89,8 @@ class ChatMessageList extends React.PureComponent<Props, State> {\nstate = {\nfocusedMessageKey: null,\n};\n- messageContainer: ?HTMLDivElement ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Handle file copy-paste as file upload
129,187
31.01.2019 17:56:40
18,000
938357e46dd1b25a0062d2bc3b3c20525f9fff14
[web] Detect Message mouseover instead of using toggling for timestamp UI (via tooltip) coming in next commit.
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.css", "new_path": "web/chat/chat-message-list.css", "diff": "@@ -104,9 +104,6 @@ div.robotext {\nmargin: 0 24px 5px 24px;\nfont-size: 15px;\n}\n-div.expandableMessage {\n- cursor: pointer;\n-}\ndiv.textMessage {\npadding: 6px 12px;\n...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Detect Message mouseover instead of using toggling for timestamp UI (via tooltip) coming in next commit.
129,187
31.01.2019 18:28:44
18,000
c29eb9cf479b48a71a4c57090f277b5a5af0fcb2
[web] MessageTimestampTooltip Still need to implement pointy triangle, as well as logic to determine tooltip position and pointy triangle direction.
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.css", "new_path": "web/chat/chat-message-list.css", "diff": "@@ -105,6 +105,16 @@ div.robotext {\nfont-size: 15px;\n}\n+div.messageTimestampTooltip {\n+ position: absolute;\n+ margin-bottom: 8px;\n+ background-color: black;\n+ color:...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] MessageTimestampTooltip Still need to implement pointy triangle, as well as logic to determine tooltip position and pointy triangle direction.
129,187
01.02.2019 16:32:56
18,000
0f1d94444327a77deee247388cf28349a9be866c
Uppercase AM/PM
[ { "change_type": "MODIFY", "old_path": "lib/utils/date-utils.js", "new_path": "lib/utils/date-utils.js", "diff": "@@ -85,7 +85,7 @@ function shortAbsoluteDate(timestamp: number) {\nconst now = Date.now();\nconst msSince = now - timestamp;\nif (msSince < millisecondsInDay) {\n- return dateFormat(time...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Uppercase AM/PM
129,187
01.02.2019 16:33:26
18,000
84420be2475fe396bb048fb921a495e72cecdedb
[web] Get rid of some calc CSS Behaves inconsistently in Firefox and seems to hurt scroll perf. Also an unrelated removal of an unneeded `removeEventListener`. JS should clean up any event listeners on an element when it gets GC'd.
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.react.js", "new_path": "web/chat/chat-message-list.react.js", "diff": "@@ -225,8 +225,6 @@ class ChatMessageList extends React.PureComponent<Props, State> {\ncontainerRef = (container: ?HTMLDivElement) => {\nif (container) {\ncontain...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Get rid of some calc CSS Behaves inconsistently in Firefox and seems to hurt scroll perf. Also an unrelated removal of an unneeded `removeEventListener`. JS should clean up any event listeners on an element when it gets GC'd.
129,187
02.02.2019 19:21:21
18,000
ed886f7f62a00b8796f9a95e5d572353d40e44c4
[web] Fix scroll behavior on message insert for Firefox
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.css", "new_path": "web/chat/chat-message-list.css", "diff": "@@ -21,7 +21,7 @@ div.messageContainer > div {\ntransform: translateZ(0);\n}\n-div.firefoxMessageContainer {\n+div.invertedMessageContainer {\nflex-grow: 1;\nflex: 1;\nover...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Fix scroll behavior on message insert for Firefox
129,187
02.02.2019 21:28:08
18,000
6ba8bbffaeaa69abdd09104afe295f7fe32ad98b
[web] Add an arrow to MessageTimestampTooltip
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.css", "new_path": "web/chat/chat-message-list.css", "diff": "@@ -128,6 +128,34 @@ div.messageTimestampTooltip {\nborder-radius: 5px;\nfont-size: 14px;\n}\n+div.messageTimestampTooltip:after {\n+ content: \"\";\n+ position: absolute;\...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Add an arrow to MessageTimestampTooltip
129,187
03.02.2019 14:02:49
18,000
c62f45a1ac01f4a57e819a131c5f6b3dce6b9cc7
[web] Clear MessageTimestampTooltip on Message onMouseOut
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.react.js", "new_path": "web/chat/chat-message-list.react.js", "diff": "@@ -42,7 +42,10 @@ import { registerFetchKey } from 'lib/reducers/loading-reducer';\nimport { webMessageListData } from '../selectors/chat-selectors';\nimport Cha...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Clear MessageTimestampTooltip on Message onMouseOut
129,187
03.02.2019 17:15:29
18,000
f27312c48b477603d20e096694ce9c10a7705a78
[web] Only use flex-direction: column-reverse on Chrome
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.react.js", "new_path": "web/chat/chat-message-list.react.js", "diff": "@@ -51,7 +51,7 @@ import MessageTimestampTooltip from './message-timestamp-tooltip.react';\nimport css from './chat-message-list.css';\nconst browser = detectBrow...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Only use flex-direction: column-reverse on Chrome
129,187
03.02.2019 17:31:10
18,000
4c2b1837c75b73aaf3308c97691308857b84e512
[web] Fix align = "right" condition in MessageTimestampTooltip
[ { "change_type": "MODIFY", "old_path": "web/chat/message-timestamp-tooltip.react.js", "new_path": "web/chat/message-timestamp-tooltip.react.js", "diff": "@@ -54,7 +54,8 @@ function MessageTimestampTooltip(props: Props) {\nconst centerOfMessage = messagePosition.top + messagePosition.height / 2;\ncon...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Fix align = "right" condition in MessageTimestampTooltip
129,187
04.02.2019 19:29:11
18,000
6172b5252592bccc532de599f68cace48ab858a1
Handle unsupervised background If a background occurs without registering a `BACKGROUND` action (common on native), we will try to detect it when we come back and handle it gracefully.
[ { "change_type": "MODIFY", "old_path": "lib/reducers/connection-reducer.js", "new_path": "lib/reducers/connection-reducer.js", "diff": "@@ -14,6 +14,7 @@ import {\n} from '../types/socket-types';\nimport { defaultCalendarQuery } from '../types/entry-types';\nimport { queueActivityUpdatesActionType }...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Handle unsupervised background If a background occurs without registering a `BACKGROUND` action (common on native), we will try to detect it when we come back and handle it gracefully.
129,187
04.02.2019 20:02:22
18,000
eb35ace9c298eb8d8ec9deda6febeaf234a05d5b
[server] Include libdef for detect-browser Used via web
[ { "change_type": "ADD", "old_path": null, "new_path": "server/flow-typed/npm/detect-browser_vx.x.x.js", "diff": "+// flow-typed signature: 7d4d59cf48e607d12c556f74be5cd003\n+// flow-typed version: <<STUB>>/detect-browser_v^4.0.4/flow_v0.89.0\n+\n+/**\n+ * This is an autogenerated libdef stub for:\n+...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Include libdef for detect-browser Used via web
129,187
05.02.2019 18:06:26
18,000
2a0b44d78f96acb665e5b4b9a72d9771b3439d04
[lib] Don't clear queuedActivityUpdates on updateActivityActionTypes.failed
[ { "change_type": "MODIFY", "old_path": "lib/reducers/connection-reducer.js", "new_path": "lib/reducers/connection-reducer.js", "diff": "@@ -59,10 +59,7 @@ export default function reduceConnectionInfo(\n...activityUpdates,\n],\n};\n- } else if (\n- action.type === updateActivityActionTypes.success ||...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] Don't clear queuedActivityUpdates on updateActivityActionTypes.failed
129,187
04.02.2019 19:50:22
18,000
689a8d6048a9b11a4f8acee0615c608498cde954
[lib] Prevent race between final activity update and socket close
[ { "change_type": "MODIFY", "old_path": "lib/socket/api-request-handler.react.js", "new_path": "lib/socket/api-request-handler.react.js", "diff": "@@ -32,9 +32,24 @@ class APIRequestHandler extends React.PureComponent<Props> {\nconnection: connectionInfoPropType.isRequired,\n};\n- static isConnected(...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] Prevent race between final activity update and socket close
129,187
06.02.2019 11:37:53
18,000
be0a4bb8a40124c9f16db8fd8fabaa219da15971
[server] Share inconsistency report validator shapes
[ { "change_type": "MODIFY", "old_path": "lib/types/report-types.js", "new_path": "lib/types/report-types.js", "diff": "@@ -32,16 +32,7 @@ export type FlatErrorData = {|\ncomponentStack?: ?string,\n|};\n-type ErrorReportCreationRequest = {|\n- type: 0,\n- platformDetails: PlatformDetails,\n- errors: $...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Share inconsistency report validator shapes
129,187
06.02.2019 14:23:44
18,000
91a0024c8eb398de89a68df437266d1e1a279995
Separate out ClientClientResponse and ClientClientSocketMessage The double-`Client` variants are for the client to use, and only need to support the latest version of the shape. In contrast, the original variants support all versions of the shape, and are for use on the server.
[ { "change_type": "MODIFY", "old_path": "lib/actions/report-actions.js", "new_path": "lib/actions/report-actions.js", "diff": "import type { FetchJSON } from '../utils/fetch-json';\nimport type {\n- ReportCreationRequest,\n+ ClientReportCreationRequest,\nReportCreationResponse,\n} from '../types/repo...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Separate out ClientClientResponse and ClientClientSocketMessage The double-`Client` variants are for the client to use, and only need to support the latest version of the shape. In contrast, the original variants support all versions of the shape, and are for use on the server.
129,187
06.02.2019 14:51:09
18,000
77c46cd02470c767d03fe117938e2ba1dbc95f60
lastActionTypes -> lastActions Introducing `ActionSummary` type for more details when inconsistencies happen.
[ { "change_type": "ADD", "old_path": null, "new_path": "lib/flow-typed/npm/util-inspect_vx.x.x.js", "diff": "+// flow-typed signature: 0f822d4822fa7a5e4d09904196646b58\n+// flow-typed version: <<STUB>>/util-inspect_v^0.1.8/flow_v0.89.0\n+\n+/**\n+ * This is an autogenerated libdef stub for:\n+ *\n+ *...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
lastActionTypes -> lastActions Introducing `ActionSummary` type for more details when inconsistencies happen.
129,187
06.02.2019 19:05:40
18,000
2067c45dad98aa148cef677dcbe6569e741c733c
[lib] Don't attempt second initial message if first attempt throws SocketOffline
[ { "change_type": "MODIFY", "old_path": "lib/socket/socket.react.js", "new_path": "lib/socket/socket.react.js", "diff": "@@ -55,7 +55,11 @@ import { socketAuthErrorResolutionAttempt } from '../actions/user-actions';\nimport { ServerError } from '../utils/errors';\nimport { pingFrequency, serverReques...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] Don't attempt second initial message if first attempt throws SocketOffline
129,187
06.02.2019 19:06:12
18,000
82101b0e7dd1e61eb500803f4ea97a9126ea10a9
[lib] Don't attempt reconnect if an invalidation recovery is in progress The invalidation recovery will cause a cookie change eventually, which will lead to a reconnect (unless the user is logged out).
[ { "change_type": "MODIFY", "old_path": "lib/socket/socket.react.js", "new_path": "lib/socket/socket.react.js", "diff": "@@ -128,6 +128,7 @@ class Socket extends React.PureComponent<Props, State> {\nmessageLastReceived: ?number;\ninitialPlatformDetailsSent = getConfig().platformDetails === \"web\";\n...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] Don't attempt reconnect if an invalidation recovery is in progress The invalidation recovery will cause a cookie change eventually, which will lead to a reconnect (unless the user is logged out).
129,187
06.02.2019 19:10:02
18,000
e2abfc3e0236abd3e477e6abbcaa76ed0fad0c7f
[lib] Don't re-set connection status to disconnected in finishClosingSocket
[ { "change_type": "MODIFY", "old_path": "lib/socket/socket.react.js", "new_path": "lib/socket/socket.react.js", "diff": "@@ -244,10 +244,12 @@ class Socket extends React.PureComponent<Props, State> {\n}\nthis.socket = null;\nthis.stopPing();\n+ if (this.props.connection.status !== \"disconnected\") {...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] Don't re-set connection status to disconnected in finishClosingSocket
129,187
06.02.2019 19:10:59
18,000
d7d149b36d77db8a8aabc74a802359a129eca362
[native] Wait until REHYDRATE concluded before setting device token
[ { "change_type": "MODIFY", "old_path": "native/app.react.js", "new_path": "native/app.react.js", "diff": "@@ -100,6 +100,7 @@ type NativeDispatch = Dispatch & ((action: NavigationAction) => boolean);\ntype Props = {\n// Redux state\n+ rehydrateConcluded: bool,\nnavigationState: NavigationState,\nact...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Wait until REHYDRATE concluded before setting device token
129,187
08.02.2019 09:56:46
18,000
f33655e1f6cee527b729146e4b605635586b74f9
[lib] On Socket reconnect re-send current activity
[ { "change_type": "MODIFY", "old_path": "lib/socket/activity-handler.react.js", "new_path": "lib/socket/activity-handler.react.js", "diff": "@@ -66,6 +66,23 @@ class ActivityHandler extends React.PureComponent<Props> {\n}\n}\n+ const { status } = this.props.connection;\n+ const prevStatus = prevProps...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] On Socket reconnect re-send current activity
129,187
08.02.2019 09:57:20
18,000
5fce8e81050b1425efc5d4f6879c9e35df41743e
[lib] detectUnsupervisedBackground only counts when first action in a while We want to prevent it from firing after `FOREGROUND`
[ { "change_type": "MODIFY", "old_path": "lib/socket/socket.react.js", "new_path": "lib/socket/socket.react.js", "diff": "@@ -69,6 +69,7 @@ import CalendarQueryHandler from './calendar-query-handler.react';\nimport { logOutActionTypes } from '../actions/user-actions';\nimport { updateActivityActionTyp...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] detectUnsupervisedBackground only counts when first action in a while We want to prevent it from firing after `FOREGROUND`
129,187
08.02.2019 09:59:22
18,000
88b69bf8ce64f41d97a014ee7b6679d10450318c
[native] Use detectUnsupervisedBackground when receiving notif on Android too
[ { "change_type": "MODIFY", "old_path": "native/app.react.js", "new_path": "native/app.react.js", "diff": "@@ -624,6 +624,9 @@ class AppWithNavigationState extends React.PureComponent<Props> {\n}\n// We are here because notif was received, but hasn't been pressed yet\n+ if (this.detectUnsupervisedBac...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Use detectUnsupervisedBackground when receiving notif on Android too
129,187
08.02.2019 12:22:46
18,000
9b2165448420d111746dd5ad5e93ae259c4dcf7a
codeVersion -> 27
[ { "change_type": "MODIFY", "old_path": "lib/facts/version.json", "new_path": "lib/facts/version.json", "diff": "{\n- \"currentCodeVersion\": 26\n+ \"currentCodeVersion\": 27\n}\n" }, { "change_type": "MODIFY", "old_path": "native/android/app/build.gradle", "new_path": "native/android...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
codeVersion -> 27
129,187
08.02.2019 17:26:45
18,000
37e6a18c0d452e15f5ad9fc39cb5ff47570e0358
[server] <!DOCTYPE html>
[ { "change_type": "MODIFY", "old_path": "server/src/responders/website-responders.js", "new_path": "server/src/responders/website-responders.js", "diff": "@@ -195,6 +195,7 @@ async function websiteResponder(viewer: Viewer, url: string): Promise<string> {\nhref=\"compiled/${assets.browser.css}\"\n/>`;...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] <!DOCTYPE html>
129,187
08.02.2019 18:09:54
18,000
5085a70146aa1c6f1ac113d963e79c05bad027ca
[web] Use rgba() instead of 8-digit hex 8-digit hex doesn't work with IE
[ { "change_type": "MODIFY", "old_path": "web/calendar/calendar.react.js", "new_path": "web/calendar/calendar.react.js", "diff": "@@ -174,7 +174,7 @@ class Calendar extends React.PureComponent<Props, State> {\nif (this.state.filterPanelOpen) {\nfilterPanel = <FilterPanel setModal={this.props.setModal}...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Use rgba() instead of 8-digit hex 8-digit hex doesn't work with IE
129,187
08.02.2019 18:11:05
18,000
68125d96fdad876d77827fb232af2fada9a74a19
[web] Use flexbox for arranging main content
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-thread-list.css", "new_path": "web/chat/chat-thread-list.css", "diff": "div.container {\n- position: fixed;\n+ position: absolute;\nwidth: 400px;\n- top: 62px;\n+ top: 0;\nbottom: 0;\noverflow-y: auto;\nbackground-color: white;\n" }, { "c...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Use flexbox for arranging main content
129,187
08.02.2019 18:17:12
18,000
5d051f71e021ed01d7cdff8e3fc014d27e4e7657
[web] Move splash CSS to separate file
[ { "change_type": "ADD", "old_path": null, "new_path": "web/splash/splash.css", "diff": "+div.header-container {\n+ position: fixed;\n+ top: 0;\n+ left: 0;\n+ right: 0;\n+ height: 61px;\n+ z-index: 3;\n+ background-image: url(../images/background.png);\n+ background-size: 3000px 2000px;\n+ background...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Move splash CSS to separate file
129,187
08.02.2019 18:57:55
18,000
64987d93da481f3dab8240890c3bfa4ed57a16b0
[web] Improve HTML/CSS for splash page
[ { "change_type": "MODIFY", "old_path": "web/splash/splash.css", "new_path": "web/splash/splash.css", "diff": "div.header-container {\n- position: fixed;\n- top: 0;\n- left: 0;\n- right: 0;\n- height: 61px;\n- z-index: 3;\n+ flex: 0 1 auto;\nbackground-image: url(../images/background.png);\nbackgroun...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Improve HTML/CSS for splash page
129,187
12.02.2019 14:39:58
18,000
e291d540ab266cc1f134e7ed48f75aea2f9156c6
[web] Fix Splash styling for Microsoft Edge
[ { "change_type": "MODIFY", "old_path": "web/splash/splash.css", "new_path": "web/splash/splash.css", "diff": "div.header-container {\n- flex: 0 1 auto;\n+ flex: 1 1 auto;\nbackground-image: url(../images/background.png);\nbackground-size: 3000px 2000px;\nbackground-attachment: fixed;\n@@ -65,13 +65,...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Fix Splash styling for Microsoft Edge
129,187
12.02.2019 15:05:14
18,000
621f2d4b6867afeb9b4a58bfa1c8550fa94ab6e5
[web] Always use autohiding scrollbar in Microsoft Edge
[ { "change_type": "MODIFY", "old_path": "web/splash/splash.css", "new_path": "web/splash/splash.css", "diff": "@@ -73,7 +73,6 @@ div.bottom-container {\nposition: relative;\noverflow: auto;\nheight: 100%;\n- -ms-overflow-style: -ms-autohiding-scrollbar;\n}\ndiv.bottom {\nmargin-top: 728px;\n" }, ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Always use autohiding scrollbar in Microsoft Edge
129,187
12.02.2019 15:18:40
18,000
a578583c701c9ea9adfbdcba3f30900cd92d15b4
[web] Use camelCase for CSS class names in Splash Easier to index into using JavaScript
[ { "change_type": "MODIFY", "old_path": "web/splash/splash.css", "new_path": "web/splash/splash.css", "diff": "-div.header-container {\n+div.headerContainer {\nflex: 1 1 auto;\nbackground-image: url(../images/background.png);\nbackground-size: 3000px 2000px;\nbackground-attachment: fixed;\npadding: 0...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Use camelCase for CSS class names in Splash Easier to index into using JavaScript
129,187
13.02.2019 12:20:23
18,000
c63e80fc2006a9af5943fd187acda7d76ae9e0f7
[web] ComposedMessage
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.css", "new_path": "web/chat/chat-message-list.css", "diff": "@@ -159,7 +159,6 @@ div.messageTimestampTopRightTooltip:after {\ndiv.textMessage {\npadding: 6px 12px;\n- margin: 0 4px 0 12px;\nwhite-space: pre-wrap;\n}\ndiv.normalTextMe...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] ComposedMessage
129,187
13.02.2019 14:59:52
18,000
74b2381db0e6743dfdb0c9dc7402823006eea41c
[web] Couple fixes for ComposedMessage
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.css", "new_path": "web/chat/chat-message-list.css", "diff": "@@ -179,8 +179,7 @@ div.content {\ndisplay: flex;\nflex-shrink: 0;\nalign-items: center;\n- margin: 0 4px 5px 12px;\n- overflow: hidden;\n+ margin-bottom: 5px;\n}\ndiv.nonV...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Couple fixes for ComposedMessage
129,187
13.02.2019 15:11:18
18,000
ee3f41520cdf0b47e5aa1dad0118c144909c2148
[web] Use ComposedMessage in MultimediaMessage
[ { "change_type": "MODIFY", "old_path": "web/chat/message.react.js", "new_path": "web/chat/message.react.js", "diff": "@@ -76,6 +76,7 @@ class Message extends React.PureComponent<Props> {\nmessage = (\n<MultimediaMessage\nitem={this.props.item}\n+ threadInfo={this.props.threadInfo}\nsetMouseOver={thi...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Use ComposedMessage in MultimediaMessage
129,187
13.02.2019 15:16:31
18,000
0bc9dff3c8fd1fafa403c2ebdcdfc420f37740df
Increment localID on createLocalMultimediaMessageActionType
[ { "change_type": "MODIFY", "old_path": "lib/reducers/local-id-reducer.js", "new_path": "lib/reducers/local-id-reducer.js", "diff": "@@ -9,7 +9,10 @@ import {\nhighestLocalIDSelector,\n} from '../selectors/local-id-selectors';\nimport { rehydrateActionType } from '../types/redux-types';\n-import { se...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Increment localID on createLocalMultimediaMessageActionType
129,187
13.02.2019 15:42:56
18,000
c4d129199f005d103a3df026e4a29d289506783b
[web] Separate out "preview" logic from Multimedia
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.css", "new_path": "web/chat/chat-message-list.css", "diff": "@@ -245,14 +245,16 @@ div.previews {\noverflow-x: auto;\nwhite-space: nowrap;\n}\n-span.preview {\n+span.multimedia {\ndisplay: inline-flex;\nalign-items: center;\njustify-...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Separate out "preview" logic from Multimedia
129,187
13.02.2019 17:18:08
18,000
352860fa0131c053bd628b9abff91a3ab91eb392
[web] Fix a couple bugs in ChatInputState logic
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-input-state-container.react.js", "new_path": "web/chat/chat-input-state-container.react.js", "diff": "@@ -12,7 +12,7 @@ import _memoize from 'lodash/memoize';\nimport _keyBy from 'lodash/fp/keyBy';\nimport _omit from 'lodash/fp/omit';\nimport _fl...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Fix a couple bugs in ChatInputState logic
129,187
13.02.2019 17:36:50
18,000
ef7c3ee7ec338d9445730165e1c93cb35a28540f
[web] Move mouseover detection logic from TextMessage to ComposedMessage This allows `MultimediaMessage` to share it.
[ { "change_type": "MODIFY", "old_path": "web/chat/composed-message.react.js", "new_path": "web/chat/composed-message.react.js", "diff": "@@ -6,6 +6,7 @@ import {\n} from 'lib/selectors/chat-selectors';\nimport { type ThreadInfo, threadInfoPropType } from 'lib/types/thread-types';\nimport { assertComp...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Move mouseover detection logic from TextMessage to ComposedMessage This allows `MultimediaMessage` to share it.
129,187
13.02.2019 17:37:26
18,000
a3fca1eaf3074ade170c778b53c437644131ef26
[lib] Allow clustering of multimedia messages
[ { "change_type": "MODIFY", "old_path": "lib/selectors/chat-selectors.js", "new_path": "lib/selectors/chat-selectors.js", "diff": "@@ -11,6 +11,7 @@ import {\nmessageInfoPropType,\nlocalMessageInfoPropType,\nmessageTypes,\n+ isComposableMessageType,\n} from '../types/message-types';\nimport type { Us...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] Allow clustering of multimedia messages
129,187
13.02.2019 17:46:53
18,000
ee49bac76808304694390808af9391266249f467
[web] Get rid of baseline under img
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.css", "new_path": "web/chat/chat-message-list.css", "diff": "@@ -250,6 +250,7 @@ span.multimedia {\nalign-items: center;\njustify-content: center;\nposition: relative;\n+ vertical-align: top;\n}\ndiv.previews > span.multimedia {\nmar...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Get rid of baseline under img
129,187
15.02.2019 18:34:38
18,000
8e3b22898edd84769ed4322c1e831eb3f915704e
codeVersion -> 28 iOS-only
[ { "change_type": "MODIFY", "old_path": "lib/facts/version.json", "new_path": "lib/facts/version.json", "diff": "{\n- \"currentCodeVersion\": 27\n+ \"currentCodeVersion\": 28\n}\n" }, { "change_type": "MODIFY", "old_path": "native/android/app/build.gradle", "new_path": "native/android...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
codeVersion -> 28 iOS-only
129,187
16.02.2019 17:35:04
18,000
f5f3d02d84dd9335dfde8e2c753b66f45b0d2a27
Use table instead of hard-coded constants for app version update message
[ { "change_type": "DELETE", "old_path": "lib/facts/version.json", "new_path": null, "diff": "-{\n- \"currentCodeVersion\": 28\n-}\n" }, { "change_type": "MODIFY", "old_path": "native/persist.js", "new_path": "native/persist.js", "diff": "@@ -9,7 +9,6 @@ import { createMigrate } fr...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Use table instead of hard-coded constants for app version update message
129,187
18.02.2019 22:35:03
18,000
bb22a1f4bd255218b0e5d8d3967bf775a283c740
[web] Display MultimediaMessage as grid
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.css", "new_path": "web/chat/chat-message-list.css", "diff": "@@ -180,14 +180,18 @@ div.content {\nflex-shrink: 0;\nalign-items: center;\nmargin-bottom: 5px;\n+ box-sizing: border-box;\n+ width: 100%;\n}\ndiv.nonViewerContent {\nalign...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Display MultimediaMessage as grid
129,187
19.02.2019 14:44:16
18,000
7a54a5253c6d5a287d5f912ba7040cd14ec1eae5
[native] codeVersion -> 29
[ { "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 -> 29
129,187
19.02.2019 15:19:40
18,000
4c4678731f6c8d9daaf7aad70af4092b621b5805
[web] Use CSS grid instead of Flexbox This allows us to specify `grid-gap`, and we're not supporting IE anyways.
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.css", "new_path": "web/chat/chat-message-list.css", "diff": "@@ -330,22 +330,27 @@ span.multimedia > svg.progressIndicator {\nstroke: transparent !important;\n}\n-div.messageBox > span.multimedia {\n- flex: 0 0 49.75%;\n- margin-top:...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Use CSS grid instead of Flexbox This allows us to specify `grid-gap`, and we're not supporting IE anyways.
129,187
19.02.2019 15:30:16
18,000
b7b8788d91003954be9ec35926824c12cb5964a1
[web] Custom borderRadius for MultimediaMessage
[ { "change_type": "MODIFY", "old_path": "web/chat/composed-message.react.js", "new_path": "web/chat/composed-message.react.js", "diff": "@@ -27,6 +27,7 @@ type Props = {|\nsetMouseOver: (messagePositionInfo: MessagePositionInfo) => void,\nchildren: React.Node,\nclassName?: string,\n+ borderRadius: nu...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Custom borderRadius for MultimediaMessage
129,187
19.02.2019 15:35:47
18,000
29dafe9ecce7c35de979db2213531d7cd144a104
[web] Focus ChatInputBar when files uploaded
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-input-bar.react.js", "new_path": "web/chat/chat-input-bar.react.js", "diff": "@@ -101,18 +101,26 @@ class ChatInputBar extends React.PureComponent<Props> {\nif (chatInputState.draft !== prevChatInputState.draft) {\nthis.updateHeight();\n}\n+ cons...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Focus ChatInputBar when files uploaded
129,187
19.02.2019 16:53:29
18,000
aca3aeeafd241db71d96e23b0bf0d1c0f040c8f1
[web] Special-case display of single multimedia
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.css", "new_path": "web/chat/chat-message-list.css", "diff": "@@ -210,6 +210,9 @@ div.messageBox {\ndiv.fullWidthMessageBox {\nwidth: 100%;\n}\n+div.halfWidthMessageBox {\n+ max-width: 50%;\n+}\ndiv.failedSend {\ntext-transform: upper...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Special-case display of single multimedia
129,187
19.02.2019 17:46:47
18,000
90ea9886dd61100e89735f360a9a2b8e2022bfc1
[web] Fix calendar header for Edge
[ { "change_type": "MODIFY", "old_path": "web/calendar/calendar.css", "new_path": "web/calendar/calendar.css", "diff": "@@ -10,6 +10,7 @@ a.filtersButton {\nfont-size: 16px;\ncursor: pointer;\ntext-transform: uppercase;\n+ position: absolute;\n}\na.filtersButton > svg {\npadding-right: 5px;\n@@ -22,16...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Fix calendar header for Edge
129,187
20.02.2019 12:20:40
18,000
1ae5870c0a304d004b9858acb7b41ec018fce2fa
[server] fetchMedia
[ { "change_type": "MODIFY", "old_path": "server/src/creators/upload-creator.js", "new_path": "server/src/creators/upload-creator.js", "diff": "@@ -9,9 +9,7 @@ import { ServerError } from 'lib/utils/errors';\nimport { dbQuery, SQL } from '../database';\nimport createIDs from './id-creator';\n-import u...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] fetchMedia
129,187
20.02.2019 12:59:04
18,000
a04205beb6fe1a0892aa97435cfcc52277a838b7
Server support for creating messageTypes.MULTIMEDIA
[ { "change_type": "MODIFY", "old_path": "lib/types/message-types.js", "new_path": "lib/types/message-types.js", "diff": "@@ -80,6 +80,15 @@ export function assertComposableMessageType(\n);\nreturn ourMessageType;\n}\n+export function messageDataLocalID(messageData: MessageData) {\n+ if (\n+ messageDa...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Server support for creating messageTypes.MULTIMEDIA
129,187
20.02.2019 13:54:09
18,000
397ba2c6efa64d2e65b6425e1feb2cbf0a20beff
[server] Support fetching messageTypes.MULTIMEDIA This required refactoring `message-fetchers` so it could handle parsing multiple rows per `RawMessageInfo`.
[ { "change_type": "MODIFY", "old_path": "server/src/fetchers/message-fetchers.js", "new_path": "server/src/fetchers/message-fetchers.js", "diff": "@@ -30,6 +30,7 @@ import { ServerError } from 'lib/utils/errors';\nimport { dbQuery, SQL, mergeOrConditions } from '../database';\nimport { fetchUserInfos...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Support fetching messageTypes.MULTIMEDIA This required refactoring `message-fetchers` so it could handle parsing multiple rows per `RawMessageInfo`.
129,187
20.02.2019 14:01:12
18,000
0974acdf150edaa7b85ef16e2f0b2e625d47bb26
[lib] Support notifs on messageTypes.MULTIMEDIA
[ { "change_type": "MODIFY", "old_path": "lib/shared/media-utils.js", "new_path": "lib/shared/media-utils.js", "diff": "@@ -17,11 +17,11 @@ function contentStringForMediaArray(media: $ReadOnlyArray<Media>): string {\nif (firstType === single.type) {\ncontinue;\n} else {\n- return \"media\";\n+ return ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] Support notifs on messageTypes.MULTIMEDIA
129,187
20.02.2019 15:57:10
18,000
3b6e49f13d4d58fc54b8ad60029625d2d0bd31fc
[server] assignMedia
[ { "change_type": "MODIFY", "old_path": "server/src/responders/message-responders.js", "new_path": "server/src/responders/message-responders.js", "diff": "@@ -14,6 +14,7 @@ import {\n} from 'lib/types/message-types';\nimport t from 'tcomb';\n+import invariant from 'invariant';\nimport { ServerError }...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] assignMedia