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 |
|---|---|---|---|---|---|---|---|---|---|
263,096 | 06.12.2022 09:14:52 | -3,600 | e2301653c3ed286cb08e807e38c1ad4f91b7646c | check if plaso is not installed to err out | [
{
"change_type": "MODIFY",
"old_path": "timesketch/tsctl.py",
"new_path": "timesketch/tsctl.py",
"diff": "@@ -455,8 +455,11 @@ def info():\nprint(f\"Timesketch version: {version.get_version()}\")\n# Get plaso version\n+ try:\noutput = subprocess.check_output([\"psort.py\", \"--version\"])\nprint(out... | Python | Apache License 2.0 | google/timesketch | check if plaso is not installed to err out (#2446) |
263,093 | 16.12.2022 17:20:58 | -3,600 | c68cb167afe67472d795f0b274a7cd23a06422fc | Consistent colors on hover | [
{
"change_type": "MODIFY",
"old_path": "timesketch/frontend-ng/src/assets/main.scss",
"new_path": "timesketch/frontend-ng/src/assets/main.scss",
"diff": "@@ -125,7 +125,7 @@ html {\n}\n.dark-hover:hover {\n- background-color: #555;\n+ background-color: #303030;\n}\n.light-hover-on-highlight:hover {\... | Python | Apache License 2.0 | google/timesketch | Consistent colors on hover (#2464) |
263,171 | 16.12.2022 17:28:31 | -3,600 | eab3496dcf0e4257a44cd0a9443e7bde3d579052 | Add proxy_read_timeout in gninx conf
Some requests can take long time | [
{
"change_type": "MODIFY",
"old_path": "contrib/nginx.conf",
"new_path": "contrib/nginx.conf",
"diff": "@@ -11,6 +11,7 @@ http {\nproxy_buffer_size 128k;\nproxy_buffers 4 256k;\nproxy_busy_buffers_size 256k;\n+ proxy_read_timeout 120s;\nproxy_pass http://timesketch-web:5000;\nproxy_set_header Host $... | Python | Apache License 2.0 | google/timesketch | Add proxy_read_timeout in gninx conf (#2466)
Some requests can take long time
Co-authored-by: Johan Berggren <jberggren@gmail.com> |
263,096 | 16.12.2022 17:49:37 | -3,600 | a985c0c673be2daaa2dcb2216cc89b1b57aebf3e | Adding a trailing /
I confirmed applying that fix manually on a system installed with
chmod 755 deploy_timesketch.sh worked | [
{
"change_type": "MODIFY",
"old_path": "contrib/nginx.conf",
"new_path": "contrib/nginx.conf",
"diff": "@@ -11,8 +11,8 @@ http {\nproxy_buffer_size 128k;\nproxy_buffers 4 256k;\nproxy_busy_buffers_size 256k;\n+ proxy_pass http://timesketch-web:5000/;\nproxy_read_timeout 120s;\n- proxy_pass http://ti... | Python | Apache License 2.0 | google/timesketch | Adding a trailing / (#2455)
https://github.com/google/timesketch/issues/2363
I confirmed applying that fix manually on a system installed with https://raw.githubusercontent.com/google/timesketch/master/contrib/deploy_timesketch.sh
chmod 755 deploy_timesketch.sh worked
Co-authored-by: Johan Berggren <jberggren@g... |
263,151 | 16.12.2022 23:43:06 | -3,600 | ec87b55c307f2e66f2cb88704c3ec96a046e8a6f | MISP and Hashlookup analyzers | [
{
"change_type": "MODIFY",
"old_path": "data/timesketch.conf",
"new_path": "data/timesketch.conf",
"diff": "@@ -262,6 +262,16 @@ YETI_API_KEY = ''\n# Labels to narrow down indicator selection\nYETI_INDICATOR_LABELS = ['domain']\n+\n+# Url to MISP instance\n+MISP_URL = ''\n+\n+# API key to authentica... | Python | Apache License 2.0 | google/timesketch | MISP and Hashlookup analyzers (#2429) |
263,096 | 29.12.2022 09:05:51 | -3,600 | abea1c2abd7a0ed3dd68568b46200a1d7d3f4f59 | some minor changes to frontend dev doc | [
{
"change_type": "MODIFY",
"old_path": "docs/changelog/2022-12.md",
"new_path": "docs/changelog/2022-12.md",
"diff": "@@ -28,3 +28,7 @@ Visit [CLI howto](../guides/admin/admin-cli) for more information\nWith [#2439](https://github.com/google/timesketch/issues/2439) we introduced context links to the... | Python | Apache License 2.0 | google/timesketch | some minor changes to frontend dev doc (#2469) |
263,093 | 04.01.2023 14:00:03 | -3,600 | 1cef69b041c488878f062ce9e515313aa05f96cd | Rename sketch | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "timesketch/frontend-ng/src/components/RenameSketch.vue",
"diff": "+<!--\n+Copyright 2023 Google Inc. All rights reserved.\n+\n+Licensed under the Apache License, Version 2.0 (the \"License\");\n+you may not use this file except in compliance wit... | Python | Apache License 2.0 | google/timesketch | Rename sketch (#2495)
Co-authored-by: Alexander J <741037+jaegeral@users.noreply.github.com> |
263,153 | 10.01.2023 23:25:33 | -39,600 | 17cfa41def67d589c4c12efe385900f1d9e7ad14 | Fixed interface BaseAnalyzer class name | [
{
"change_type": "MODIFY",
"old_path": "test_tools/timesketch/lib/analyzers/interface.py",
"new_path": "test_tools/timesketch/lib/analyzers/interface.py",
"diff": "@@ -557,7 +557,7 @@ class Sketch(object):\nself._context = context\n-class BaseIndexAnalyzer(object):\n+class BaseAnalyzer(object):\n\"\... | Python | Apache License 2.0 | google/timesketch | Fixed interface BaseAnalyzer class name (#2506)
Co-authored-by: Roshan Maskey <rmaskey@google.com>
Co-authored-by: Johan Berggren <jberggren@gmail.com> |
263,093 | 17.01.2023 14:25:29 | -3,600 | 50343d24efa953d6f02ba49e343e527d4c8d8182 | Edit timefilter | [
{
"change_type": "MODIFY",
"old_path": "timesketch/frontend-ng/src/components/Explore/FilterMenu.vue",
"new_path": "timesketch/frontend-ng/src/components/Explore/FilterMenu.vue",
"diff": "@@ -84,6 +84,7 @@ import dayjs from '@/plugins/dayjs'\nimport DatePicker from 'v-calendar/lib/components/date-pi... | Python | Apache License 2.0 | google/timesketch | Edit timefilter (#2510) |
263,096 | 07.02.2023 10:01:34 | -3,600 | b6cbac3594c0d8b21860e45b167450d81788d192 | use a fixed id if crypto.randomUUID is not available | [
{
"change_type": "MODIFY",
"old_path": "timesketch/frontend-ng/src/utils/SigmaRuleTemplates.js",
"new_path": "timesketch/frontend-ng/src/utils/SigmaRuleTemplates.js",
"diff": "@@ -11,9 +11,16 @@ See the License for the specific language governing permissions and\nlimitations under the License.\n*/\n... | Python | Apache License 2.0 | google/timesketch | use a fixed id if crypto.randomUUID is not available (#2537) |
263,096 | 08.02.2023 12:53:17 | -3,600 | ed7b5d8df32e605d49ed580a5783542a9ac3db06 | don't mutate the prop | [
{
"change_type": "MODIFY",
"old_path": "timesketch/frontend-ng/src/components/Studio/SigmaRuleModification.vue",
"new_path": "timesketch/frontend-ng/src/components/Studio/SigmaRuleModification.vue",
"diff": "@@ -131,7 +131,6 @@ export default {\nthis.ruleYamlTextArea = defaultSigmaPlaceholder\nthis.... | Python | Apache License 2.0 | google/timesketch | don't mutate the prop (#2542) |
263,096 | 08.02.2023 13:03:20 | -3,600 | 757d73a74f73fb34be4654920ef60fd959d75614 | update Sigma create rule gif | [
{
"change_type": "ADD",
"old_path": "docs/assets/images/Sigma_create_rule_new.gif",
"new_path": "docs/assets/images/Sigma_create_rule_new.gif",
"diff": "Binary files /dev/null and b/docs/assets/images/Sigma_create_rule_new.gif differ\n"
},
{
"change_type": "MODIFY",
"old_path": "docs/gui... | Python | Apache License 2.0 | google/timesketch | update Sigma create rule gif (#2544) |
129,187 | 01.01.2017 18:54:13 | 18,000 | 8f5e37f46fceff21932637df9aff1eaaa3633501 | Factor out all the typeahead panes | [
{
"change_type": "MODIFY",
"old_path": "js/typeahead/typeahead.react.js",
"new_path": "js/typeahead/typeahead.react.js",
"diff": "@@ -16,7 +16,7 @@ import { connect } from 'react-redux';\nimport TypeaheadActionOption from './typeahead-action-option.react';\nimport TypeaheadCalendarOption from './typ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Factor out all the typeahead panes |
129,187 | 02.01.2017 07:42:59 | 18,000 | d692ef6096caf7a4dde60ccc12199c1b0a7de665 | Fix minor visual bug | [
{
"change_type": "MODIFY",
"old_path": "style.css",
"new_path": "style.css",
"diff": "@@ -269,6 +269,7 @@ div.calendar-nav-option-pane-header {\ncolor: #777777;\nfont-family: 'Open Sans', sans-serif;\nfont-size: 9px;\n+ position: relative;\n}\ndiv.calendar-nav-option {\ncursor: pointer;\n@@ -276,7 +... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Fix minor visual bug |
129,187 | 03.01.2017 17:02:59 | 18,000 | d8ca3f74fa6f605384f18822796516be3bcddd2b | Fix width of calendar selector | [
{
"change_type": "MODIFY",
"old_path": "style.css",
"new_path": "style.css",
"diff": "@@ -904,7 +904,7 @@ span.select-calendar {\ndisplay: inline-block;\noverflow: hidden;\ntext-overflow: ellipsis;\n- max-width: 150px;\n+ width: 110px;\n}\ndiv.pick-calendar > div.pick-calendar-option {\nborder-botto... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Fix width of calendar selector |
129,187 | 04.01.2017 16:54:49 | 18,000 | 95cb16410ad24ccebc253cdbcbbe4e6095ffb411 | Fix bug in *_entry.php where text was not escaped before being passed to SQL | [
{
"change_type": "MODIFY",
"old_path": "delete_entry.php",
"new_path": "delete_entry.php",
"diff": "@@ -71,12 +71,13 @@ if (\n)));\n}\n+$escaped_text = $conn->real_escape_string($text);\n$conn->query(\"INSERT INTO ids(table_name) VALUES('revisions')\");\n$revision_id = $conn->insert_id;\n$conn->quer... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Fix bug in *_entry.php where text was not escaped before being passed to SQL |
129,187 | 05.01.2017 17:41:53 | 18,000 | 23bd9b14f146d8c7c760788486e72018904dd18f | Update save.php, delete_entry.php, and restore_entry.php to check `edit_rules` | [
{
"change_type": "MODIFY",
"old_path": "auth.php",
"new_path": "auth.php",
"diff": "@@ -278,3 +278,52 @@ function viewer_can_see_entry($entry) {\n}\nreturn !$entry_row['requires_auth'];\n}\n+\n+function edit_rules_helper($mysql_row) {\n+ if (!$mysql_row) {\n+ return null;\n+ }\n+ if ($mysql_row['req... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Update save.php, delete_entry.php, and restore_entry.php to check `edit_rules` |
129,187 | 06.01.2017 13:59:09 | 18,000 | 7867fa8419031bf77e5cea79c470086ef3c40626 | Changes to INSERT INTO calendars queries corresponding to introduction of new MySQL column | [
{
"change_type": "MODIFY",
"old_path": "new_calendar.php",
"new_path": "new_calendar.php",
"diff": "@@ -69,22 +69,23 @@ $conn->query(\"INSERT INTO ids(table_name) VALUES('calendars')\");\n$id = $conn->insert_id;\n$creator = get_viewer_id();\n$edit_rules = $is_closed ? 1 : 0;\n+$visibility_rules = $i... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Changes to INSERT INTO calendars queries corresponding to introduction of new MySQL column |
129,187 | 09.01.2017 15:59:06 | 18,000 | 3027e9eb1852f88d4fb9e95a45c0437f43975c50 | Add some constants for _rules fields in calendars | [
{
"change_type": "MODIFY",
"old_path": "calendar_lib.php",
"new_path": "calendar_lib.php",
"diff": "require_once('config.php');\nrequire_once('auth.php');\n+define(\"VISIBILITY_OPEN\", 0);\n+define(\"VISIBILITY_CLOSED\", 1);\n+define(\"VISIBILITY_SECRET\", 2);\n+define(\"EDIT_ANYBODY\", 0);\n+define... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Add some constants for _rules fields in calendars |
129,187 | 09.01.2017 18:23:31 | 18,000 | 2c515c2488287d171bd90a9d4afda110045d7e51 | Update all remaining SQL queries that check nullness of hash column to check visibility_rules instead | [
{
"change_type": "MODIFY",
"old_path": "auth.php",
"new_path": "auth.php",
"diff": "<?php\nrequire_once('config.php');\n+require_once('calendar_lib.php');\ndefine(\"ROLE_VIEWED\", 0);\ndefine(\"ROLE_SUCCESSFUL_AUTH\", 5);\n@@ -228,8 +229,9 @@ function viewer_can_see_calendar($calendar) {\n$viewer_id... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Update all remaining SQL queries that check nullness of hash column to check visibility_rules instead |
129,187 | 10.01.2017 09:50:05 | 18,000 | d9a0c514dd5810c0dd2d644f978e0d30548f5cda | 1) Add the down arrow to the account bar when loading
2) Add a gray transparent overlay over everything when loading to make it clear that nothing is clickable | [
{
"change_type": "MODIFY",
"old_path": "index.php",
"new_path": "index.php",
"diff": "@@ -224,6 +224,19 @@ if (user_logged_in()) {\necho <<<HTML\nlogged in as\n<span class=\"username\">$username</span>\n+ <svg\n+ version=\"1.1\"\n+ xmlns=\"http://www.w3.org/2000/svg\"\n+ xml:space=\"preserve\"\n+ xm... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | 1) Add the down arrow to the account bar when loading
2) Add a gray transparent overlay over everything when loading to make it clear that nothing is clickable |
129,187 | 11.01.2017 16:12:26 | 18,000 | f72a795eaba3e6c36d48d135900c193894f67961 | Make recommendationSize larger in the case of a null home state | [
{
"change_type": "MODIFY",
"old_path": "js/typeahead/typeahead.react.js",
"new_path": "js/typeahead/typeahead.react.js",
"diff": "@@ -49,6 +49,7 @@ type TypeaheadCalendarOptionConnect = {\nclass Typeahead extends React.Component {\nstatic recommendationSize;\n+ static homeNullStateRecommendationSize... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Make recommendationSize larger in the case of a null home state |
129,187 | 13.01.2017 15:32:57 | 18,000 | e3a7d333cd37f961bb12dad47634c3d281616574 | Only darken the loading screen if it will be dark after load | [
{
"change_type": "MODIFY",
"old_path": "style.css",
"new_path": "style.css",
"diff": "@@ -424,9 +424,7 @@ div.account-menu > div {\nspan.username {\ndisplay: inline-block;\ncolor: #2A5DB0;\n-}\n-span.username:hover {\n- cursor: default;\n+ cursor: pointer;\n}\nsvg.account-caret {\npadding-left: 6px;... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Only darken the loading screen if it will be dark after load |
129,187 | 13.01.2017 20:09:34 | 18,000 | 9aa15958595c21b07a6799c1a85a017f4a04bf6f | Fix up a bug in when pre-load modal-overlay is displayed | [
{
"change_type": "MODIFY",
"old_path": "index.php",
"new_path": "index.php",
"diff": "@@ -47,9 +47,6 @@ if (!$home && !isset($calendar_infos[$calendar])) {\nexit;\n}\n}\n-$current_calendar_authorized = !$home\n- && isset($calendar_infos[$calendar])\n- && $calendar_infos[$calendar]['authorized'];\n$m... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Fix up a bug in when pre-load modal-overlay is displayed |
129,187 | 14.01.2017 13:47:43 | 18,000 | 1550845f040aea7fb7e647cd478f2eb281daef87 | The guide lines for IntroModal. I'm gonna get rid of these... this is a temp commit (without a build) just in case I ever want to bring them back | [
{
"change_type": "MODIFY",
"old_path": "js/app.react.js",
"new_path": "js/app.react.js",
"diff": "@@ -68,7 +68,12 @@ class App extends React.Component {\ncomponentDidMount() {\nif (!this.props.currentNavID) {\nif (this.props.navInfo.home) {\n- this.setModal(<IntroModal />);\n+ this.setModal(\n+ <Int... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | The guide lines for IntroModal. I'm gonna get rid of these... this is a temp commit (without a build) just in case I ever want to bring them back |
129,187 | 27.01.2017 14:57:25 | 18,000 | 239697ba63e99400fc6f4fd92871a9b62ac8d126 | Compare values at same time | [
{
"change_type": "MODIFY",
"old_path": "save.php",
"new_path": "save.php",
"diff": "@@ -33,7 +33,7 @@ if ($entry_id === -1) {\n$day_id = get_editable_day_id($calendar, $day, $month, $year);\n} else {\n$result = $conn->query(\n- \"SELECT day, deleted, text FROM entries WHERE id = $entry_id\"\n+ \"SEL... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Compare values at same time |
129,187 | 08.02.2017 16:23:10 | 18,000 | 2af5154a23a4794ee8739c20e7ee911b9fc669cc | Add flow-typed for Redux | [
{
"change_type": "MODIFY",
"old_path": "lib/model/redux-reducer.js",
"new_path": "lib/model/redux-reducer.js",
"diff": "@@ -63,7 +63,9 @@ export type Dispatch<T: BaseAppState, A> =\n((promisedAction: PromisedAction<T, A>) => void) &\n((promisedAction: PromisedAction<T, BaseAction<T>>) => void);\n-ex... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Add flow-typed for Redux |
129,187 | 08.02.2017 23:03:29 | 18,000 | 003bb3547f2eaeb023650ed5aee6beabb1753583 | Pull out types into separate files too | [
{
"change_type": "MODIFY",
"old_path": "lib/reducers/loading-reducer.js",
"new_path": "lib/reducers/loading-reducer.js",
"diff": "import type {\nBaseAppState,\n- LoadingStatus,\nBaseAction,\n} from '../types/redux-types';\n+import type { LoadingStatus } from '../types/loading-types';\nimport _ from ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Pull out types into separate files too |
129,187 | 11.02.2017 21:17:15 | 18,000 | 0c55cf6634d6b60afdaa279729b64ee94ea29f04 | goodbye GENERIC! everything is action-ified | [
{
"change_type": "DELETE",
"old_path": "lib/shared/redux-utils.js",
"new_path": null,
"diff": "-// @flow\n-\n-import type {\n- Dispatch,\n- UpdateCallback,\n- BaseAppState,\n-} from '../types/redux-types';\n-\n-function mapStateToUpdateStore<T: BaseAppState, A>(\n- dispatch: Dispatch<T, A>,\n-) {\n-... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | goodbye GENERIC! everything is action-ified |
129,187 | 15.02.2017 03:54:41 | 18,000 | e3c9b811e146378bedecb7a6109debb38de3d2f6 | NavigatorIOS to react-navigation, and I can run it in Android now! | [
{
"change_type": "MODIFY",
"old_path": "native/.flowconfig",
"new_path": "native/.flowconfig",
"diff": ".*/Libraries/react-native/React.js\n.*/Libraries/react-native/ReactNative.js\n+; These guys...\n+.*/node_modules/react-navigation/.*\n+\n[include]\n[libs]\n@@ -41,5 +44,7 @@ suppress_comment=\\\\(... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | NavigatorIOS to react-navigation, and I can run it in Android now! |
129,187 | 15.02.2017 04:20:16 | 18,000 | 7e0572e16f25bf711d3bf4a8d0fa1e4ead65095b | Upgrade react-native versions | [
{
"change_type": "MODIFY",
"old_path": "native/.flowconfig",
"new_path": "native/.flowconfig",
"diff": "@@ -38,8 +38,8 @@ suppress_type=$FlowIssue\nsuppress_type=$FlowFixMe\nsuppress_type=$FixMe\n-suppress_comment=\\\\(.\\\\|\\n\\\\)*\\\\$FlowFixMe\\\\($\\\\|[^(]\\\\|(\\\\(>=0\\\\.\\\\(3[0-6]\\\\|[1... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Upgrade react-native versions |
129,187 | 15.02.2017 17:43:06 | 18,000 | cc8efc16d9929290dc1181f8535ecb636cea0b48 | Add Redux into native! | [
{
"change_type": "MODIFY",
"old_path": "lib/reducers/master-reducer.js",
"new_path": "lib/reducers/master-reducer.js",
"diff": "@@ -6,7 +6,7 @@ import { reduceLoadingStatuses } from './loading-reducer';\nimport { reduceEntryInfos } from './entry-reducer';\nimport reduceUserInfo from './user-reducer'... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Add Redux into native! |
129,187 | 17.02.2017 01:27:55 | 18,000 | 492392cd7880fdef0e6c4c7c35459d63d265bd58 | Update react-navigation, add an extra layer for the log in part, create LogInModal | [
{
"change_type": "MODIFY",
"old_path": "lib/reducers/calendar-reducer.js",
"new_path": "lib/reducers/calendar-reducer.js",
"diff": "@@ -14,12 +14,9 @@ export default function reduceCalendarInfos<T: BaseAppState>(\naction: BaseAction<T>,\n): {[id: string]: CalendarInfo} {\nif (!state) {\n- invariant(... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Update react-navigation, add an extra layer for the log in part, create LogInModal |
129,187 | 17.02.2017 02:30:05 | 18,000 | 20af578b8715f12ba586e23e57ef718bbdde08c3 | Redo the approach a little bit | [
{
"change_type": "MODIFY",
"old_path": "lib/reducers/calendar-reducer.js",
"new_path": "lib/reducers/calendar-reducer.js",
"diff": "@@ -10,12 +10,9 @@ import invariant from 'invariant';\nimport _omitBy from 'lodash/fp/omitBy';\nexport default function reduceCalendarInfos<T: BaseAppState>(\n- state: ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Redo the approach a little bit |
129,187 | 19.02.2017 14:40:24 | 18,000 | a8fe2cff6b6a282fccdb67634d72d75b191f9a23 | Progress on native login modal | [
{
"change_type": "MODIFY",
"old_path": "native/account/logged-out-modal.react.js",
"new_path": "native/account/logged-out-modal.react.js",
"diff": "import type { NavigationScreenProp } from 'react-navigation';\nimport React from 'react';\n-import { View, StyleSheet, Text, Button } from 'react-native... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Progress on native login modal |
129,187 | 20.02.2017 17:12:55 | 18,000 | 0c339f947036d3848234628dc8d95fe91cc687e2 | Refinement of log-in screen, consistent on iOS/Android | [
{
"change_type": "MODIFY",
"old_path": "native/account/logged-out-modal.react.js",
"new_path": "native/account/logged-out-modal.react.js",
"diff": "@@ -7,8 +7,10 @@ import {\nView,\nStyleSheet,\nText,\n- TouchableHighlight,\n- LayoutAnimation,\n+ TouchableOpacity,\n+ Animated,\n+ Easing,\n+ Image,\n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Refinement of log-in screen, consistent on iOS/Android |
129,187 | 03.03.2017 11:32:17 | 28,800 | efc5c9141a8ca761c09a3028a26b19a4304403cb | jquery-param extracted, new "config" concept so we can customize endpoint, move fetch around (since it's already there in React Native), and updated iOS config | [
{
"change_type": "MODIFY",
"old_path": "lib/package.json",
"new_path": "lib/package.json",
"diff": "\"dependencies\": {\n\"invariant\": \"^2.2.2\",\n\"isomorphic-fetch\": \"^2.2.1\",\n- \"jquery\": \"^3.1.1\",\n+ \"jquery-param\": \"^0.2.0\",\n\"lodash\": \"^4.17.4\",\n\"react\": \"^15.4.2\",\n\"red... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | jquery-param extracted, new "config" concept so we can customize endpoint, move fetch around (since it's already there in React Native), and updated iOS config |
129,187 | 03.03.2017 11:34:46 | 28,800 | 4e5990c6613d9dc97d3550525a72188f64dd27d9 | Progress on log in/register on mobile | [
{
"change_type": "MODIFY",
"old_path": "lib/selectors/loading-selectors.js",
"new_path": "lib/selectors/loading-selectors.js",
"diff": "@@ -10,14 +10,9 @@ import _memoize from 'lodash/memoize';\nimport { registerFetchKey } from '../reducers/loading-reducer';\n-const baseCreateLoadingStatusSelector =... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Progress on log in/register on mobile |
129,187 | 08.03.2017 19:20:39 | 21,600 | 99146b29cf9f587736d06ec97659483987bcde1f | Small hack for cookies in Android local development | [
{
"change_type": "MODIFY",
"old_path": "server/auth.php",
"new_path": "server/auth.php",
"diff": "@@ -209,8 +209,16 @@ function delete_cookie($name) {\nfunction set_cookie($name, $value, $expiration_time) {\nglobal $base_url, $base_domain, $https;\n+ if (DEV && $_SERVER['HTTP_HOST'] == '10.0.2.2') {... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Small hack for cookies in Android local development |
129,187 | 15.03.2017 11:34:18 | 14,400 | d8fa16fac417844a979d4d8ecf70eff01f980903 | Uhhhhhh intermediate commit? Mostly action-utils updates | [
{
"change_type": "MODIFY",
"old_path": "lib/package.json",
"new_path": "lib/package.json",
"diff": "\"react\": \"^15.4.2\",\n\"redux\": \"^3.6.0\",\n\"reselect\": \"^2.5.4\",\n+ \"set-cookie-parser\": \"^2.0.0\",\n\"tokenize-text\": \"^1.1.3\",\n\"whatwg-fetch\": \"^2.0.2\"\n}\n"
},
{
"chang... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Uhhhhhh intermediate commit? Mostly action-utils updates |
129,187 | 15.03.2017 13:54:20 | 14,400 | 1e32317d0d1297e24eb06a46b107da1cac59d552 | More stuff!!!!!! | [
{
"change_type": "MODIFY",
"old_path": "lib/reducers/cookie-reducer.js",
"new_path": "lib/reducers/cookie-reducer.js",
"diff": "@@ -11,12 +11,7 @@ export default function reduceCookie(state: ?string, action: BaseAction) {\nif (state === undefined) {\nreturn state;\n}\n- if (\n- action.type === \"LOG... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | More stuff!!!!!! |
129,187 | 19.03.2017 20:10:51 | 14,400 | 36bf927e1f08c4b612606e79e56464729ad1c437 | Uhhhhh why is React Native doing this???? | [
{
"change_type": "MODIFY",
"old_path": "native/account/log-in-panel.react.js",
"new_path": "native/account/log-in-panel.react.js",
"diff": "@@ -37,6 +37,7 @@ class LogInPanel extends React.PureComponent {\nprops: {\nnavigateToApp: () => void,\n+ setActiveAlert: (activeAlert: bool) => void,\n// Redux... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Uhhhhh why is React Native doing this???? |
129,187 | 20.03.2017 21:55:55 | 14,400 | 92af8dd96fb676d9e581325148e0aae75c8572c0 | omg logged out modal is mostly working sort of | [
{
"change_type": "MODIFY",
"old_path": "native/account/log-in-panel.react.js",
"new_path": "native/account/log-in-panel.react.js",
"diff": "@@ -15,6 +15,8 @@ import {\nActivityIndicator,\nAlert,\nKeyboard,\n+ Animated,\n+ TouchableNativeFeedback,\n} from 'react-native';\nimport Icon from 'react-nati... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | omg logged out modal is mostly working sort of |
129,187 | 20.03.2017 23:19:40 | 14,400 | 575bc3b5b3a5cd3b4d9c9bb81915f748b277da7e | OnePassword support for iOS. Wow, that was easy! | [
{
"change_type": "MODIFY",
"old_path": "native/account/log-in-panel.react.js",
"new_path": "native/account/log-in-panel.react.js",
"diff": "@@ -17,10 +17,13 @@ import {\nKeyboard,\nAnimated,\nTouchableNativeFeedback,\n+ Image,\n+ TouchableWithoutFeedback,\n} from 'react-native';\nimport Icon from 'r... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | OnePassword support for iOS. Wow, that was easy! |
129,187 | 22.03.2017 18:55:07 | 14,400 | 006f9ef62ba908fe51f520e5ecf3d5435cfc553d | Some iOS universal deep linking stuff | [
{
"change_type": "MODIFY",
"old_path": "native/ios/SquadCal.xcodeproj/project.pbxproj",
"new_path": "native/ios/SquadCal.xcodeproj/project.pbxproj",
"diff": "7FB58ABB1E7F6BC600B4C1B1 /* Anaheim-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = \"Anaheim-Regular.ttf\"; source... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Some iOS universal deep linking stuff |
129,187 | 23.03.2017 12:34:43 | 14,400 | 1783fbdb8d01c9d34c3875890aaa5f506fe4017c | A bunch of deep linking ("universal links") stuff | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "lib/utils/url-utils.js",
"diff": "+// @flow\n+\n+import invariant from 'invariant';\n+\n+export type PartialNavInfo = {\n+ year?: number,\n+ month?: number, // 1-indexed\n+ home?: bool,\n+ calendarID?: string,\n+ verify?: string,\n+};\n+\n+funct... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | A bunch of deep linking ("universal links") stuff |
129,187 | 23.03.2017 12:57:22 | 14,400 | e154c3b604c6fe7c3b6b31ccd60a4f73c4df880f | This one works at least | [
{
"change_type": "MODIFY",
"old_path": "server/.well-known/assetlinks.json",
"new_path": "server/.well-known/assetlinks.json",
"diff": "-[\n- {\n+[{\n\"relation\": [\"delegate_permission/common.handle_all_urls\"],\n\"target\": {\n\"namespace\": \"android_app\",\n\"package_name\": \"org.squadcal\",\n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | This one works at least |
129,187 | 23.03.2017 12:59:54 | 14,400 | 70580bf73428149ab4fb1fd04094149344ee3df0 | Okay last update on this file until release signing hopefully | [
{
"change_type": "MODIFY",
"old_path": "server/.well-known/assetlinks.json",
"new_path": "server/.well-known/assetlinks.json",
"diff": "-[{\n- \"relation\": [\"delegate_permission/common.handle_all_urls\"],\n+[\n+ {\n+ \"relation\": [\n+ \"delegate_permission/common.handle_all_urls\",\n+ ],\n\"targe... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Okay last update on this file until release signing hopefully |
129,187 | 27.03.2017 17:10:02 | 14,400 | 23d4e6ba033d77020028ccba99ed35fad1caabc6 | Make sure to disable all panel buttons after they're clicked | [
{
"change_type": "MODIFY",
"old_path": "native/account/log-in-panel.react.js",
"new_path": "native/account/log-in-panel.react.js",
"diff": "@@ -90,7 +90,10 @@ class LogInPanel extends React.PureComponent {\nlet submitButton;\nif (Platform.OS === \"android\") {\nsubmitButton = (\n- <TouchableNativeFe... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Make sure to disable all panel buttons after they're clicked |
129,187 | 28.03.2017 21:50:29 | 14,400 | ef056dd278e19f87b34f6c3fd32ddb3f323cb6f4 | Forgot password modal! | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "native/account/forgot-password-panel.react.js",
"diff": "+// @flow\n+\n+import type { AppState } from '../redux-setup';\n+import type { LoadingStatus } from 'lib/types/loading-types';\n+import type { DispatchActionPromise } from 'lib/utils/actio... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Forgot password modal! |
129,187 | 28.03.2017 23:36:19 | 14,400 | 5376c1a122b05a7190695da6178c0c1ec8988b68 | A couple bugfixes after testing the whole forgot password/reset password flow | [
{
"change_type": "MODIFY",
"old_path": "native/account/verification-modal.react.js",
"new_path": "native/account/verification-modal.react.js",
"diff": "@@ -133,6 +133,7 @@ class VerificationModal extends React.PureComponent {\nhandleVerificationCodeActionType,\nthis.handleVerificationCodeAction(code... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | A couple bugfixes after testing the whole forgot password/reset password flow |
129,187 | 29.03.2017 18:34:29 | 14,400 | 2620b3247ff72e38c3e053bea716bfcb68380a9b | Factor out some panel logic | [
{
"change_type": "MODIFY",
"old_path": "native/account/forgot-password-panel.react.js",
"new_path": "native/account/forgot-password-panel.react.js",
"diff": "@@ -9,11 +9,6 @@ import { connect } from 'react-redux';\nimport {\nStyleSheet,\nView,\n- ActivityIndicator,\n- Platform,\n- TouchableNativeFee... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Factor out some panel logic |
129,187 | 29.03.2017 19:48:32 | 14,400 | 3bb660cc349413adf9f66534c954d36eb500b435 | Factor LogInPanelContainer out of LoggedOutModal because the latter is too big | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "native/account/log-in-panel-container.react.js",
"diff": "+// @flow\n+\n+import type { InnerLogInPanel } from './log-in-panel.react';\n+\n+import React from 'react';\n+import {\n+ View,\n+ Animated,\n+ Text,\n+ Easing,\n+ StyleSheet,\n+} from 'r... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Factor LogInPanelContainer out of LoggedOutModal because the latter is too big |
129,187 | 30.03.2017 12:47:29 | 14,400 | 06f484f3db7728b64a452f78b842548b9c9d34a4 | Mid-progress on keychain and shared web credentials stuff; committing to get apple-app-site-association filed updated | [
{
"change_type": "MODIFY",
"old_path": "native/account/log-in-panel.react.js",
"new_path": "native/account/log-in-panel.react.js",
"diff": "@@ -17,6 +17,7 @@ import Icon from 'react-native-vector-icons/FontAwesome';\nimport { connect } from 'react-redux';\nimport invariant from 'invariant';\nimport ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Mid-progress on keychain and shared web credentials stuff; committing to get apple-app-site-association filed updated |
129,187 | 31.03.2017 17:12:43 | 14,400 | b7cd9fb8147363e85cbbced49ca6b1d39ce26b3d | Working keychain credentials and "shared web credentials" on iOS | [
{
"change_type": "MODIFY",
"old_path": "native/account/log-in-panel.react.js",
"new_path": "native/account/log-in-panel.react.js",
"diff": "@@ -17,7 +17,6 @@ import Icon from 'react-native-vector-icons/FontAwesome';\nimport { connect } from 'react-redux';\nimport invariant from 'invariant';\nimport ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Working keychain credentials and "shared web credentials" on iOS |
129,187 | 31.03.2017 17:34:10 | 14,400 | fafe33d9e397c56321b48f1c90f79cef5c95b8b0 | Make LOG_OUT_SUCCESS action handle nav stuff instead of doing it in a separate action | [
{
"change_type": "MODIFY",
"old_path": "native/more/more.react.js",
"new_path": "native/more/more.react.js",
"diff": "@@ -102,15 +102,10 @@ class More extends React.PureComponent {\nlogOutButKeepNativeCredentialsWrapper = () => {\nthis.props.dispatchActionPromise(\nlogOutActionType,\n- this.logOutBu... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Make LOG_OUT_SUCCESS action handle nav stuff instead of doing it in a separate action |
129,187 | 01.04.2017 11:47:57 | 14,400 | 0e98b44ca46e311250152b3b284725433f405988 | Create ping endpoint | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "server/ping.php",
"diff": "+<?php\n+\n+require_once('async_lib.php');\n+require_once('config.php');\n+require_once('auth.php');\n+require_once('calendar_lib.php');\n+\n+async_start();\n+\n+$viewer_id = get_viewer_id();\n+$user_logged_in = user_l... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Create ping endpoint |
129,187 | 01.04.2017 16:17:10 | 14,400 | 482cb67f3cd6c6c351ae2360a93c97a9c32a7a66 | Show LoggedOutModal immediately upon logout and also fix up some shared web credentials behavior to avoid unnecessary modal alerts on iOS | [
{
"change_type": "MODIFY",
"old_path": "native/account/native-credentials.js",
"new_path": "native/account/native-credentials.js",
"diff": "@@ -42,6 +42,16 @@ async function fetchNativeKeychainCredentials(): Promise<?Credentials> {\n}\n}\n+function getNativeSharedWebCredentials(): ?Credentials {\n+ ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Show LoggedOutModal immediately upon logout and also fix up some shared web credentials behavior to avoid unnecessary modal alerts on iOS |
129,187 | 01.04.2017 17:33:41 | 14,400 | c2cfcf06f09643c2ac6b8c84c73ba9c284c0297a | Ping boilerplate and a bugfix for the last commit | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "lib/actions/ping-actions.js",
"diff": "+// @flow\n+\n+import type { FetchJSON } from '../utils/fetch-json';\n+\n+const pingActionType = \"PING\";\n+async function ping(fetchJSON: FetchJSON): Promise<void> {\n+ await fetchJSON('ping.php', {});\n+... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Ping boilerplate and a bugfix for the last commit |
129,187 | 03.04.2017 17:04:05 | 14,400 | 2fd7eddd6376420425f92ba01571a8a92a1b7568 | redux-persist! Prioritize redux-persist's cookie over native | [
{
"change_type": "MODIFY",
"old_path": "lib/reducers/cookie-reducer.js",
"new_path": "lib/reducers/cookie-reducer.js",
"diff": "// @flow\n-import type {\n- BaseAppState,\n- BaseAction,\n-} from '../types/redux-types';\n+import type { BaseAppState, BaseAction } from '../types/redux-types';\nexport de... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | redux-persist! Prioritize redux-persist's cookie over native |
129,187 | 03.04.2017 23:46:40 | 14,400 | 92082c29a83022157de6baf90bcff6ca76940080 | Apparently CookieManager.setFromResponse takes a different input type between iOS and Android. Weird. Also, added a cancel button to the log-out prompt | [
{
"change_type": "MODIFY",
"old_path": "native/account/native-credentials.js",
"new_path": "native/account/native-credentials.js",
"diff": "@@ -263,10 +263,13 @@ function setNativeCookie(cookie: string) {\nconst constructedCookieHeader =\n`${encodedCookie}; domain=${parsedURL.host}; path=${parsedURL... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Apparently CookieManager.setFromResponse takes a different input type between iOS and Android. Weird. Also, added a cancel button to the log-out prompt |
129,187 | 05.04.2017 16:49:19 | 14,400 | 41f915cbefccddd2e6604e1be0988d94cc738644 | Fix some weird JSON behavior hopefully | [
{
"change_type": "MODIFY",
"old_path": "server/async_lib.php",
"new_path": "server/async_lib.php",
"diff": "require_once('config.php');\nrequire_once('auth.php');\nrequire_once('calendar_lib.php');\n+require_once('json_lib.php');\nfunction async_exit($payload) {\n- exit(json_encode($payload));\n+ ex... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Fix some weird JSON behavior hopefully |
129,187 | 05.04.2017 18:02:45 | 14,400 | c3ba5793ff874b3479a837ffea1b23715c120afe | Gonna remove a couple files in a sec | [
{
"change_type": "MODIFY",
"old_path": "lib/utils/fetch-json.js",
"new_path": "lib/utils/fetch-json.js",
"diff": "@@ -49,7 +49,6 @@ async function fetchJSON(\n},\n});\nconst json = await response.json();\n- console.log(json);\nconst getNativeCookie = getConfig().getNativeCookie;\nif (getNativeCookie... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Gonna remove a couple files in a sec |
129,187 | 05.04.2017 18:05:48 | 14,400 | 1d28dbc96cad81d5a347a915d251e831a2d4ec94 | Remove those files | [
{
"change_type": "DELETE",
"old_path": "lib/utils/string-utils.js",
"new_path": null,
"diff": "-// @flow\n-\n-// Only works on simple JSON\n-// Operates in-place!\n-function recursive_utf8_decode(mixed: mixed) {\n- if (mixed === null) {\n- return mixed;\n- } else if (typeof mixed === \"object\") {\n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Remove those files |
129,187 | 13.04.2017 13:09:38 | 25,200 | 4915273639d1dbec65eb320bfc22350be103b775 | Tested the app startup code, fixed some bugs, and made sure a ping happens on app start | [
{
"change_type": "MODIFY",
"old_path": "native/account/logged-out-modal.react.js",
"new_path": "native/account/logged-out-modal.react.js",
"diff": "@@ -125,6 +125,7 @@ class LoggedOutModal extends React.PureComponent {\nsuper(props);\nif (props.rehydrateConcluded) {\nthis.state.mode = \"prompt\";\n+... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Tested the app startup code, fixed some bugs, and made sure a ping happens on app start |
129,187 | 13.04.2017 14:24:31 | 25,200 | 2d1b5217f6003a986cebfb290052d2f561d9172d | Move native Redux store construction logic from app.react.js to redux-setup.js | [
{
"change_type": "MODIFY",
"old_path": "native/app.react.js",
"new_path": "native/app.react.js",
"diff": "@@ -7,46 +7,20 @@ import type { AppState } from './redux-setup';\nimport type { Action } from './navigation-setup';\nimport React from 'react';\n-import { createStore, applyMiddleware } from 're... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Move native Redux store construction logic from app.react.js to redux-setup.js |
129,187 | 14.04.2017 16:09:15 | 14,400 | bb724d82a8d162bf3354686948e256adb8a18a0a | Ping on app foregrounding to preemptively catch cookie invalidations and make sure Redux state is updated and consistent | [
{
"change_type": "MODIFY",
"old_path": "native/app.react.js",
"new_path": "native/app.react.js",
"diff": "@@ -5,14 +5,26 @@ import { PropTypes as ReactNavigationPropTypes } from 'react-navigation';\nimport type { Dispatch } from 'lib/types/redux-types';\nimport type { AppState } from './redux-setup'... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Ping on app foregrounding to preemptively catch cookie invalidations and make sure Redux state is updated and consistent |
129,187 | 14.04.2017 17:07:38 | 14,400 | f15bf8d6ccc2a8d7e31ac87a144133ba879f9bce | Move deep linking stuff from LoggedOutModal to App | [
{
"change_type": "MODIFY",
"old_path": "native/account/logged-out-modal.react.js",
"new_path": "native/account/logged-out-modal.react.js",
"diff": "@@ -23,7 +23,6 @@ import {\nKeyboard,\nPlatform,\nBackAndroid,\n- Linking,\nActivityIndicator,\n} from 'react-native';\nimport invariant from 'invariant... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Move deep linking stuff from LoggedOutModal to App |
129,187 | 14.04.2017 17:19:23 | 14,400 | 27bc8d4ecd1adda73cdd82740147628d6a3ff040 | Make sure PING_SUCCESS doesn't remove VerificationModal | [
{
"change_type": "MODIFY",
"old_path": "native/navigation-setup.js",
"new_path": "native/navigation-setup.js",
"diff": "@@ -9,6 +9,7 @@ import type { PingResult } from 'lib/actions/ping-actions';\nimport { TabNavigator, StackNavigator } from 'react-navigation';\nimport invariant from 'invariant';\ni... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Make sure PING_SUCCESS doesn't remove VerificationModal |
129,187 | 14.04.2017 22:30:22 | 14,400 | 3fc3548bc3a479df2c86dbb41e056dd8021d8917 | Strip console statements on native for production release | [
{
"change_type": "MODIFY",
"old_path": "lib/utils/fetch-json.js",
"new_path": "lib/utils/fetch-json.js",
"diff": "@@ -49,6 +49,7 @@ async function fetchJSON(\n},\n});\nconst json = await response.json();\n+ console.log(json);\nconst getNativeCookie = getConfig().getNativeCookie;\nif (getNativeCookie... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Strip console statements on native for production release |
129,187 | 15.04.2017 00:29:33 | 14,400 | 358553d81fb202835fc18aec9423a44e4d8d4b7e | Make sure modal BackAndroids are only active when those modals are in the foreground | [
{
"change_type": "MODIFY",
"old_path": "native/account/logged-out-modal.react.js",
"new_path": "native/account/logged-out-modal.react.js",
"diff": "@@ -42,6 +42,7 @@ import LogInPanelContainer from './log-in-panel-container.react';\nimport RegisterPanel from './register-panel.react';\nimport Connect... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Make sure modal BackAndroids are only active when those modals are in the foreground |
129,187 | 17.04.2017 00:21:10 | 14,400 | ac0185aff722368c9ff879e8e7370d71af59662c | Add BackAndroid handling for AppNavigator (the tab screen) | [
{
"change_type": "MODIFY",
"old_path": "native/navigation-setup.js",
"new_path": "native/navigation-setup.js",
"diff": "import type { BaseAction } from 'lib/types/redux-types';\nimport type { BaseNavInfo } from 'lib/types/nav-types';\nimport type { CalendarInfo } from 'lib/types/calendar-types';\n-i... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Add BackAndroid handling for AppNavigator (the tab screen) |
129,187 | 18.04.2017 20:33:33 | 14,400 | e5fcc1e0c2f0f0d2559596ebf6e6f067bb0b2add | Replace day_history.php and month_entries.php with fetch_entries.php | [
{
"change_type": "MODIFY",
"old_path": "lib/actions/entry-actions.js",
"new_path": "lib/actions/entry-actions.js",
"diff": "@@ -5,6 +5,8 @@ import type { EntryInfo } from '../types/entry-types';\nimport type { FetchJSON } from '../utils/fetch-json';\nimport type { HistoryRevisionInfo } from '../type... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Replace day_history.php and month_entries.php with fetch_entries.php |
129,187 | 20.04.2017 18:50:00 | 14,400 | b800941b6c92edb1cec918426c7a40bdb2c39d4a | Factor out entry fetch and make it possible to ask for entries in login.php, ping.php, and reset_password.php | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "server/entry_lib.php",
"diff": "+<?php\n+\n+require_once('config.php');\n+require_once('auth.php');\n+require_once('calendar_lib.php');\n+\n+// $input should be an array that contains:\n+// - start_date key with date formatted like 2017-04-20\n+... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Factor out entry fetch and make it possible to ask for entries in login.php, ping.php, and reset_password.php |
129,187 | 20.04.2017 19:15:51 | 14,400 | aeb378070c2872c1d099434244b45c34306281a1 | Make sure that a log out, delete account, and any invalidation reset navInfo
Previously we just guaranteed that it pushes a new modal, but it should reset all of navInfo | [
{
"change_type": "MODIFY",
"old_path": "native/navigation-setup.js",
"new_path": "native/navigation-setup.js",
"diff": "@@ -12,6 +12,7 @@ import type {\n} from 'react-navigation';\nimport type { PingResult } from 'lib/actions/ping-actions';\nimport type { AppState } from './redux-setup';\n+import { ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Make sure that a log out, delete account, and any invalidation reset navInfo
Previously we just guaranteed that it pushes a new modal, but it should reset all of navInfo |
129,187 | 27.04.2017 11:19:20 | 14,400 | 3c6a9e4d29544157c54f4bb76d6f352b84a36ec9 | Make it possible for log in and reset password actions to include an inner entry query | [
{
"change_type": "MODIFY",
"old_path": "lib/actions/user-actions.js",
"new_path": "lib/actions/user-actions.js",
"diff": "@@ -4,6 +4,9 @@ import type { FetchJSON } from '../utils/fetch-json';\nimport type { CalendarInfo } from '../types/calendar-types';\nimport type { VerifyField } from '../utils/ve... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Make it possible for log in and reset password actions to include an inner entry query |
129,187 | 27.04.2017 13:58:21 | 14,400 | a74b132c10e1a28a6cd9add6994b13574dafd1c7 | Add pingAndFetchEntries action | [
{
"change_type": "MODIFY",
"old_path": "lib/actions/ping-actions.js",
"new_path": "lib/actions/ping-actions.js",
"diff": "import type { FetchJSON } from '../utils/fetch-json';\nimport type { CalendarInfo } from '../types/calendar-types';\nimport type { UserInfo } from '../types/user-types';\n+import... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Add pingAndFetchEntries action |
129,187 | 30.04.2017 09:20:05 | 14,400 | 630a5ccf5b22f2b49e48ab984d935e5b5fc97a4d | Update react-native and react-navigation | [
{
"change_type": "MODIFY",
"old_path": "native/account/logged-out-modal.react.js",
"new_path": "native/account/logged-out-modal.react.js",
"diff": "@@ -108,9 +108,7 @@ class InnerLoggedOutModal extends React.PureComponent {\n};\nstatic navigationOptions = {\n- cardStack: {\ngesturesEnabled: false,\n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Update react-native and react-navigation |
129,187 | 03.05.2017 13:50:47 | 14,400 | bc8b9af056bf8e0fa976c69c22941193ba48e2e2 | Upgrade to react-native 0.44.0, find that doesn't have the thing I want, go to master instead, find a bunch of new Flow errors, fix them | [
{
"change_type": "MODIFY",
"old_path": "native/.flowconfig",
"new_path": "native/.flowconfig",
"diff": "@@ -39,12 +39,12 @@ suppress_type=$FlowIssue\nsuppress_type=$FlowFixMe\nsuppress_type=$FixMe\n-suppress_comment=\\\\(.\\\\|\\n\\\\)*\\\\$FlowFixMe\\\\($\\\\|[^(]\\\\|(\\\\(>=0\\\\.\\\\(4[0-0]\\\\|... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Upgrade to react-native 0.44.0, find that doesn't have the thing I want, go to master instead, find a bunch of new Flow errors, fix them |
129,187 | 03.05.2017 19:14:52 | 14,400 | 47038dbce075d247271ae5344137f731c6574543 | Uhh... cookies stopped working in React Native 0.44.0 on iOS, so I'm just gonna like pass the cookie values directly
It's not like SSL/TLS works better on the Cookie header than on the contents anyways
On web we won't do this though so we can keep our cookies httponly | [
{
"change_type": "MODIFY",
"old_path": "lib/utils/action-utils.js",
"new_path": "lib/utils/action-utils.js",
"diff": "@@ -162,6 +162,7 @@ async function fetchNewCookieFromNativeCredentials<T: BaseAppState, A>(\n};\ntry {\nconst result = await fetchJSON(\n+ cookie,\ninnerBoundSetCookie,\n() => new Pr... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Uhh... cookies stopped working in React Native 0.44.0 on iOS, so I'm just gonna like pass the cookie values directly
It's not like SSL/TLS works better on the Cookie header than on the contents anyways
On web we won't do this though so we can keep our cookies httponly |
129,187 | 04.05.2017 17:06:22 | 14,400 | 77851ec5e8431a42a154436e8d5e6acac2eaa15d | Native package updates | [
{
"change_type": "MODIFY",
"old_path": "native/package.json",
"new_path": "native/package.json",
"diff": "\"react-native-cookies\": \"^3.0.0\",\n\"react-native-keychain\": \"^1.2.0\",\n\"react-native-onepassword\": \"^1.0.4\",\n- \"react-native-vector-icons\": \"^4.0.1\",\n+ \"react-native-vector-ic... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Native package updates |
129,187 | 04.05.2017 17:51:02 | 14,400 | 25d2a6c66aa846614ddf1f48f07499717283d04a | Working really early calendar implementation | [
{
"change_type": "MODIFY",
"old_path": "lib/utils/date-utils.js",
"new_path": "lib/utils/date-utils.js",
"diff": "@@ -63,6 +63,10 @@ function fifteenDaysLater() {\nreturn dateString(fifteenDaysLater);\n}\n+function prettyDate(dayString: string): string {\n+ return dateFormat(dateFromString(dayString... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Working really early calendar implementation |
129,187 | 04.05.2017 18:39:20 | 14,400 | 828b1ea49b92ef95470403df2d6b56eb5e9681be | Committing this design for now but gonna revise | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -57,10 +57,12 @@ class Calendar extends React.PureComponent {\ninvariant(row.section.key, \"should be set\");\nreturn (\n<View style={styles.sectionHeader}>\n+ <Vi... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Committing this design for now but gonna revise |
129,187 | 10.05.2017 00:40:28 | 14,400 | 6e4e72e0595ceaba1f1bfbc7b54701f7f43222cf | New react-native-vector-icons to get rid of warnings | [
{
"change_type": "MODIFY",
"old_path": "native/package.json",
"new_path": "native/package.json",
"diff": "\"react-native-cookies\": \"^3.0.0\",\n\"react-native-keychain\": \"^1.2.0\",\n\"react-native-onepassword\": \"^1.0.4\",\n- \"react-native-vector-icons\": \"^4.1.0\",\n+ \"react-native-vector-ic... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | New react-native-vector-icons to get rid of warnings |
129,187 | 10.05.2017 00:40:56 | 14,400 | 77489bfe35e886fb2750e13431d3b00c6534fff0 | This commit switches to using RN master so I can have access to FlatList.scrollToLocation | [
{
"change_type": "MODIFY",
"old_path": "native/.flowconfig",
"new_path": "native/.flowconfig",
"diff": "@@ -47,4 +47,4 @@ suppress_comment=\\\\(.\\\\|\\n\\\\)*\\\\$FlowExpectedError\nunsafe.enable_getters_and_setters=true\n[version]\n-^0.42.0\n+^0.45.0\n"
},
{
"change_type": "MODIFY",
"o... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | This commit switches to using RN master so I can have access to FlatList.scrollToLocation |
129,187 | 11.05.2017 01:08:04 | 14,400 | ce19320bf55feedf453002ceef1812f97e5bfc50 | A bunch of improvements to calendar, mostly trying to get it to load at the center | [
{
"change_type": "MODIFY",
"old_path": "lib/selectors/session-selectors.js",
"new_path": "lib/selectors/session-selectors.js",
"diff": "@@ -76,6 +76,7 @@ const sessionStartingPayload = createSelector(\n);\nexport {\n+ sessionExpired,\nnewSessionID,\nsessionInactivityLimit,\ncurrentSessionID,\n"
},... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | A bunch of improvements to calendar, mostly trying to get it to load at the center |
129,187 | 11.05.2017 17:40:21 | 14,400 | dd77cb5a623d1ca27d24c9bc5ed75b72128ff6ba | Upgrade to react-native 0.45.0-rc0 | [
{
"change_type": "MODIFY",
"old_path": "native/package.json",
"new_path": "native/package.json",
"diff": "\"dependencies\": {\n\"invariant\": \"^2.2.2\",\n\"react\": \"^16.0.0-alpha.12\",\n- \"react-native\": \"git+https://github.com/facebook/react-native.git\",\n+ \"react-native\": \"^0.45.0-rc.0\"... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Upgrade to react-native 0.45.0-rc0 |
129,187 | 11.05.2017 17:50:34 | 14,400 | 61a14f91e82f718828e8814a3e486a09911693c4 | Improvements to TextHeightMeasurer, required for Android compatibility | [
{
"change_type": "MODIFY",
"old_path": "native/text-height-measurer.react.js",
"new_path": "native/text-height-measurer.react.js",
"diff": "@@ -9,8 +9,6 @@ import PropTypes from 'prop-types';\nimport { Text, View, StyleSheet } from 'react-native';\nimport invariant from 'invariant';\nimport _isEmpty... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Improvements to TextHeightMeasurer, required for Android compatibility |
129,187 | 12.05.2017 17:24:31 | 14,400 | 6e18e1ff41238954aef56fb1e86a1ff4bac3e9c6 | Working loading indicator for calendar SectionList, and started work on load-on-scroll | [
{
"change_type": "MODIFY",
"old_path": "lib/actions/entry-actions.js",
"new_path": "lib/actions/entry-actions.js",
"diff": "@@ -25,7 +25,8 @@ export type CalendarResult = {\ncalendarQuery: CalendarQuery,\n};\nconst fetchEntriesAndSetRangeActionType = \"FETCH_ENTRIES_AND_SET_RANGE\";\n-async function... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Working loading indicator for calendar SectionList, and started work on load-on-scroll |
129,187 | 13.05.2017 21:59:22 | 14,400 | 197e43de6324532d7f15cfe63fa71865b4ff11c7 | Latest Calendar SectionList. A little rough around the edges, but the only big problem remaining is scroll position when prepending new sections | [
{
"change_type": "MODIFY",
"old_path": "lib/reducers/entry-reducer.js",
"new_path": "lib/reducers/entry-reducer.js",
"diff": "@@ -19,6 +19,9 @@ import _mapKeys from 'lodash/fp/mapKeys';\nimport _groupBy from 'lodash/fp/groupBy';\nimport _keyBy from 'lodash/fp/keyBy';\nimport _without from 'lodash/fp... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Latest Calendar SectionList. A little rough around the edges, but the only big problem remaining is scroll position when prepending new sections |
129,187 | 15.05.2017 15:27:07 | 14,400 | 793f2d024da85df9cc5234b571cc47c48f3b6917 | Ugh sorta working but scroll up is still a pain because of React Native. Gonna try to move from SectionList to FlatList... | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -19,6 +19,7 @@ import {\nAppState as NativeAppState,\nPlatform,\nActivityIndicator,\n+ InteractionManager,\n} from 'react-native';\nimport Icon from 'react-native-... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Ugh sorta working but scroll up is still a pain because of React Native. Gonna try to move from SectionList to FlatList... |
129,187 | 15.05.2017 15:28:56 | 14,400 | 641bf4cba30e0e750e22562bce44e811a904cf2c | Remove initialScrollIndex | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -504,17 +504,6 @@ class InnerCalendar extends React.PureComponent {\nreturn [curItemIndex, curSectionIndex, currentScrollPosition - curPosition];\n}\n- initialScro... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Remove initialScrollIndex |
129,187 | 15.05.2017 18:37:33 | 14,400 | 82fc202d88585b28ca45ae55682512a2bcd045e6 | Convert to FlatList. We lose sticky section headers on iOS, but it is so much more stable than SectionList | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -4,7 +4,6 @@ import type { EntryInfo } from 'lib/types/entry-types';\nimport { entryInfoPropType } from 'lib/types/entry-types';\nimport type { AppState } from '..... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Convert to FlatList. We lose sticky section headers on iOS, but it is so much more stable than SectionList |
129,187 | 15.05.2017 19:33:15 | 14,400 | 9a4f0c536abca44ac5c3360c220a9495ccaa67b2 | Touch up timing on scroll events | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -253,10 +253,8 @@ class InnerCalendar extends React.PureComponent {\n// current calendar query gets reset due to inactivity, let's reset the\n// scroll position to... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Touch up timing on scroll events |
129,187 | 16.05.2017 17:05:39 | 14,400 | e5fe2b3163011901b3995ad901200fcabfecd113 | Don't save entry on native unless the text actually changes | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/entry.react.js",
"new_path": "native/calendar/entry.react.js",
"diff": "@@ -202,7 +202,7 @@ class Entry extends React.Component {\nthis.setState({ focused: false });\nif (this.state.text.trim() === \"\") {\nthis.delete(this.props.entryInfo.id);... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Don't save entry on native unless the text actually changes |
129,187 | 16.05.2017 17:16:05 | 14,400 | 82b71044fd6de17a1f7eabaae034241ac32f0c41 | Fix up the logic to detect when prepend/append/reset events occur on the calendar view | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -248,17 +248,13 @@ class InnerCalendar extends React.PureComponent {\n) {\nthis.scrollToToday();\n}\n+\nconst lastLDWH = prevState.listDataWithHeights;\nconst newL... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Fix up the logic to detect when prepend/append/reset events occur on the calendar view |
129,187 | 23.05.2017 21:35:04 | 14,400 | 2cc4ccf8893d066ef8a5911560aa5c997b30ab53 | Update to though annoyingly it has new Flow errors... | [
{
"change_type": "MODIFY",
"old_path": "native/package.json",
"new_path": "native/package.json",
"diff": "\"react-native-keychain\": \"^1.2.0\",\n\"react-native-onepassword\": \"^1.0.4\",\n\"react-native-vector-icons\": \"^4.1.1\",\n- \"react-navigation\": \"^1.0.0-beta.9\",\n+ \"react-navigation\":... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Update to react-navigation@1.0.0-beta.10, though annoyingly it has new Flow errors... |
129,187 | 24.05.2017 11:37:34 | 14,400 | 55763ec8de67ce012e4633417ef9240f00e79158 | Another react-navigation version bump | [
{
"change_type": "MODIFY",
"old_path": "native/package.json",
"new_path": "native/package.json",
"diff": "\"react-native-keychain\": \"^1.2.0\",\n\"react-native-onepassword\": \"^1.0.4\",\n\"react-native-vector-icons\": \"^4.1.1\",\n- \"react-navigation\": \"^1.0.0-beta.10\",\n+ \"react-navigation\"... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Another react-navigation version bump |
129,187 | 24.05.2017 18:23:50 | 14,400 | 3918858a0c3c319fc5329454da6e12c3ec868acf | Add action links and a delete button to the calendar view | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -31,6 +31,9 @@ import _find from 'lodash/fp/find';\nimport _difference from 'lodash/fp/difference';\nimport _filter from 'lodash/fp/filter';\nimport _sum from 'lod... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Add action links and a delete button to the calendar view |
129,187 | 24.05.2017 19:20:16 | 14,400 | bab00751f670ba11e342a382210702796df7874a | Some changes and bugfixes for cross-platform compatability | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/calendar.react.js",
"new_path": "native/calendar/calendar.react.js",
"diff": "@@ -573,9 +573,11 @@ class InnerCalendar extends React.PureComponent {\n// the app. We wait until now to scroll the calendar FlatList to today\n// because FlatList.sc... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | Some changes and bugfixes for cross-platform compatability |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.