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,178
10.02.2019 12:44:46
-3,600
a7e393a2f33f1963dd5d8fa14418c21476492875
Multiple changes for code flagged by pylint 2.1.1
[ { "change_type": "MODIFY", "old_path": ".pylintrc", "new_path": ".pylintrc", "diff": "@@ -105,6 +105,10 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme\n# evaluation report (RP0004).\n#comment=no\n+# Activate the evaluation score.\n+# score=yes\n+score=no\n+\n[VAR...
Python
Apache License 2.0
google/timesketch
Multiple changes for code flagged by pylint 2.1.1 (#833)
263,093
18.02.2019 18:05:22
-3,600
a4837f70d4bc2bbdfa78e8620db3b77208195f1d
remove u' from docker scripts
[ { "change_type": "MODIFY", "old_path": "docker/docker-entrypoint.sh", "new_path": "docker/docker-entrypoint.sh", "diff": "# Run the container the default way\nif [ \"$1\" = 'timesketch' ]; then\n# Set SECRET_KEY in /etc/timesketch.conf if it isn't already set\n- if grep -q \"SECRET_KEY = u'<KEY_GOES...
Python
Apache License 2.0
google/timesketch
remove u' from docker scripts (#835)
263,093
21.02.2019 08:14:18
18,000
01f73cff6933017ee65c2ea335c452f094116443
Support re flags
[ { "change_type": "MODIFY", "old_path": "config/features.yaml", "new_path": "config/features.yaml", "diff": "# store_as:\n# re:\n# # Optional fields.\n+# re_flags: []\n# emojis: []\n# tags: []\n# create_view: False\n#\n# Each definition needs to define either a query_string or a query_dsl.\n#\n+# re_...
Python
Apache License 2.0
google/timesketch
Support re flags (#837)
263,093
21.02.2019 08:14:40
18,000
a006b39962fb856716092e9502555412d5b9d71c
Check if user exist
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/tasks.py", "new_path": "timesketch/lib/tasks.py", "diff": "@@ -253,6 +253,12 @@ def run_email_result_task(index_name, sketch_id=None):\nsearchindex = SearchIndex.query.filter_by(index_name=index_name).first()\nsketch = None\n+ try:\n+ to_usernam...
Python
Apache License 2.0
google/timesketch
Check if user exist (#838)
263,132
18.03.2019 05:17:21
25,200
d0bd0f43509cf96d86c5e89f10eb2eb96e5c6873
Linkedin account extraction * Linkedin account extraction Extracting linkedin accounts from profile edit URL * Update features.yaml * acting on feedback * Changed tag
[ { "change_type": "MODIFY", "old_path": "config/features.yaml", "new_path": "config/features.yaml", "diff": "@@ -75,3 +75,14 @@ github_accounts:\naggregate: True\ntags: ['Github Account']\nemojis: ['ID_BUTTON']\n+\n+# Linkedin account extraction from profile edit url\n+linkedin_accounts:\n+ query_str...
Python
Apache License 2.0
google/timesketch
Linkedin account extraction (#839) * Linkedin account extraction Extracting linkedin accounts from profile edit URL * Update features.yaml * acting on feedback * Changed tag
263,178
20.03.2019 19:30:21
-3,600
a4ddc99ad5454577a6f9adeada6f8fa4ec5d2b7f
Moved pylint to stand-alone CI test target
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "+matrix:\n+ include:\n+ - name: \"Pylint on Ubuntu Xenial (16.04) with Python 3.5\"\n+ env: TARGET=\"pylint\"\n+ os: linux\n+ dist: xenial\n+ group: edge\nlanguage: python\n-python:\n- - '2.7'\n- - '3.6'\n+ pyt...
Python
Apache License 2.0
google/timesketch
Moved pylint to stand-alone CI test target (#831)
263,178
20.03.2019 21:07:27
-3,600
de8f4e383edeb504b689c0932bed00a115f0ba71
Updated CI test to use pylint 2.2.2
[ { "change_type": "MODIFY", "old_path": ".pylintrc", "new_path": ".pylintrc", "diff": "@@ -76,7 +76,7 @@ load-plugins=\n# W1201: Specify string format arguments as logging function parameters\n# W0201: Variables defined initially outside the scope of __init__ (reconsider this, added by Kristinn).\n#d...
Python
Apache License 2.0
google/timesketch
Updated CI test to use pylint 2.2.2 (#852)
263,178
24.03.2019 13:21:30
-3,600
33f48b4262b5e1ea744ec51b4d8d8a318ea49bab
Changes to Travis-CI configuration to use installation script
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -10,7 +10,7 @@ matrix:\nnode_js: '8'\nvirtualenv:\nsystem_site_packages: true\n- - name: \"Ubuntu Xenial (16.04) with Python 2.7\"\n+ - name: \"Ubuntu Xenial (16.04) with Python 2.7 (pip)\"\nenv: TARGET=\"li...
Python
Apache License 2.0
google/timesketch
Changes to Travis-CI configuration to use installation script (#832)
263,178
03.04.2019 12:01:45
-7,200
44ee27b283900dbb8713fc9fe494661bc18a1cb4
Added l2tdevtools configuration files and generated dependency files
[ { "change_type": "ADD", "old_path": null, "new_path": "config/linux/gift_ppa_install.sh", "diff": "+#!/usr/bin/env bash\n+#\n+# This file is generated by l2tdevtools update-dependencies.py any dependency\n+# related changes should be made in dependencies.ini.\n+\n+# Exit on error.\n+set -e\n+\n+# De...
Python
Apache License 2.0
google/timesketch
Added l2tdevtools configuration files and generated dependency files (#790)
263,093
26.04.2019 10:18:41
-7,200
1779c5a6f47073d059deef904457fddc0f31e8e8
Aggregation model
[ { "change_type": "MODIFY", "old_path": "timesketch/models/sketch.py", "new_path": "timesketch/models/sketch.py", "diff": "@@ -391,3 +391,40 @@ class Story(AccessControlMixin, LabelMixin, StatusMixin, CommentMixin,\nself.content = content\nself.sketch = sketch\nself.user = user\n+\n+\n+class Aggregat...
Python
Apache License 2.0
google/timesketch
Aggregation model
263,093
29.04.2019 23:12:02
-7,200
1abec6b286a9b7877ea5f277060cb0a0bd460d32
Commit to DB after sketch creation
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources.py", "new_path": "timesketch/api/v1/resources.py", "diff": "@@ -323,12 +323,12 @@ class SketchListResource(ResourceMixin, Resource):\ndescription=form.description.data,\nuser=current_user)\nsketch.status.append(sketch.Status(user=No...
Python
Apache License 2.0
google/timesketch
Commit to DB after sketch creation
263,093
30.04.2019 08:14:14
-7,200
e8c39d130be1cc6204cb4bcbeb9a1d15fbec4885
Upgrade SQLalchemy
[ { "change_type": "MODIFY", "old_path": "requirements.txt", "new_path": "requirements.txt", "diff": "@@ -52,7 +52,7 @@ pyyaml==4.2b4\nredis==2.10.6\nrequests==2.20.1\nsix==1.12.0 # via altair, bcrypt, cryptography, flask-restful, jsonschema, pyrsistent, python-dateutil\n-sqlalchemy==1.3.0\n+sqlalchem...
Python
Apache License 2.0
google/timesketch
Upgrade SQLalchemy
263,178
01.05.2019 09:32:08
-7,200
2e5a8dec7fbdc6e1dc260f8ee6ac8c7a13d0557d
Removed elasticsearch5-py as a dependency
[ { "change_type": "MODIFY", "old_path": "config/linux/gift_ppa_install.sh", "new_path": "config/linux/gift_ppa_install.sh", "diff": "@@ -29,7 +29,6 @@ PYTHON2_DEPENDENCIES=\"python-alembic\npython-dateutil\npython-editor\npython-elasticsearch\n- python-elasticsearch5\npython-entrypoints\npython-enum3...
Python
Apache License 2.0
google/timesketch
Removed elasticsearch5-py as a dependency (#879)
263,093
03.05.2019 09:49:34
-7,200
40e47e583dc1ddbe472722b54ee791f621ccd51c
Add analysis DB model
[ { "change_type": "MODIFY", "old_path": "timesketch/models/sketch.py", "new_path": "timesketch/models/sketch.py", "diff": "@@ -430,3 +430,39 @@ class Aggregation(AccessControlMixin, LabelMixin, StatusMixin, CommentMixin,\nself.user = user\nself.sketch = sketch\nself.view = view\n+\n+\n+class Analysis...
Python
Apache License 2.0
google/timesketch
Add analysis DB model
263,093
09.05.2019 14:45:34
-7,200
7399d0bf0d394d666ab2ae00b477322efc3e1038
Don't run all analyzers all the time
[ { "change_type": "MODIFY", "old_path": "timesketch.conf", "new_path": "timesketch.conf", "diff": "@@ -144,17 +144,16 @@ NEO4J_USERNAME = 'neo4j'\nNEO4J_PASSWORD = '<NEO4J_PASSWORD>'\n#-------------------------------------------------------------------------------\n-# Auto analyzers.\n+# Analyzers\n-...
Python
Apache License 2.0
google/timesketch
Don't run all analyzers all the time
263,133
17.05.2019 10:24:26
0
27bbc74bd3f5d996e266e20b0550868c642effd2
Minor changes to phishy.
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/phishy_domains.py", "new_path": "timesketch/lib/analyzers/phishy_domains.py", "diff": "@@ -188,6 +188,9 @@ class PhishyDomainsSketchPlugin(interface.BaseSketchAnalyzer):\ntld = utils.get_tld_from_domain(domain)\ntld_counter[tld] += 1\n...
Python
Apache License 2.0
google/timesketch
Minor changes to phishy.
263,178
24.05.2019 15:43:05
-7,200
cbae143ed1ccb189875f46dbdc0376edee7a5742
Updated Dockerfile to use Python 3 timesketch
[ { "change_type": "MODIFY", "old_path": "docker/Dockerfile", "new_path": "docker/Dockerfile", "diff": "@@ -10,9 +10,9 @@ RUN apt-get -y install apt-transport-https\\\ngit \\\nlibffi-dev \\\nlsb-release \\\n- python-dev\\\n- python-pip\\\n- python-psycopg2\n+ python3-dev \\\n+ python3-pip \\\n+ python...
Python
Apache License 2.0
google/timesketch
Updated Dockerfile to use Python 3 timesketch (#887)
263,093
28.05.2019 10:12:05
-7,200
e7659f13742c2dfd667b4c756ec1035d052612c0
Commit to DB earlier
[ { "change_type": "MODIFY", "old_path": "timesketch/views/home.py", "new_path": "timesketch/views/home.py", "diff": "@@ -55,12 +55,13 @@ def home():\ndescription=form.description.data,\nuser=current_user)\nsketch.status.append(sketch.Status(user=None, status='new'))\n+ db_session.add(sketch)\n+ db_se...
Python
Apache License 2.0
google/timesketch
Commit to DB earlier (#897)
263,093
28.05.2019 10:42:21
-7,200
3d1312aa81f4388c1a443237b8c89212d9b91e2a
Exit early if no domains
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/domain.py", "new_path": "timesketch/lib/analyzers/domain.py", "diff": "@@ -67,6 +67,10 @@ class DomainSketchPlugin(interface.BaseSketchAnalyzer):\ntld = '.'.join(domain.split('.')[-2:])\ntld_counter[tld] += 1\n+ # Exit early if there a...
Python
Apache License 2.0
google/timesketch
Exit early if no domains (#898)
263,129
29.05.2019 16:04:38
-7,200
9674cafce7960ac493cbae1ff4e0963b43c74ab3
Yeti indicator analyzer
[ { "change_type": "MODIFY", "old_path": "timesketch.conf", "new_path": "timesketch.conf", "diff": "@@ -178,6 +178,16 @@ DOMAIN_ANALYZER_WATCHED_DOMAINS_SCORE_THRESHOLD = 0.75\nDOMAIN_ANALYZER_WHITELISTED_DOMAINS = ['ytimg.com', 'gstatic.com', 'yimg.com', 'akamaized.net', 'akamaihd.net', 's-microsoft....
Python
Apache License 2.0
google/timesketch
Yeti indicator analyzer
263,095
31.05.2019 13:58:16
-7,200
ade812bfba9aa8809c50ee43e9bf2908cfb2fd54
adress docstring for comment_event
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -464,15 +464,21 @@ class Sketch(BaseResource):\n\"\"\"\nAdds a comment to a single event.\n- :param event_id:\n- :param index:\n- :...
Python
Apache License 2.0
google/timesketch
adress docstring for comment_event
263,095
31.05.2019 13:59:26
-7,200
a3eb3a49a765d45ebceffcfe86cb9f2ff4665a75
label_event docstring
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -467,7 +467,7 @@ class Sketch(BaseResource):\nArgs:\nevent_id: id of the event\nindex: The Elasticsearch index name\n- comment_text...
Python
Apache License 2.0
google/timesketch
label_event docstring
263,093
31.05.2019 15:54:42
-7,200
5a528f2be020577dcb96dc2c6d8c8d845a4c7f94
Refactor docker directory
[ { "change_type": "MODIFY", "old_path": "docker/README.md", "new_path": "docker/README.md", "diff": "@@ -43,44 +43,6 @@ The timesketch docker config is set to write all data to the host filesystem, no\nThese locations on the host filesystem can be backed with any storage mechanism to persist sketch d...
Python
Apache License 2.0
google/timesketch
Refactor docker directory
263,143
05.06.2019 14:24:28
0
e3adf437624b35a7653263846e0076f030acafd2
initial gcp servicekey usage analyzer
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/__init__.py", "new_path": "timesketch/lib/analyzers/__init__.py", "diff": "@@ -22,3 +22,4 @@ from timesketch.lib.analyzers import feature_extraction\nfrom timesketch.lib.analyzers import login\nfrom timesketch.lib.analyzers import phis...
Python
Apache License 2.0
google/timesketch
initial gcp servicekey usage analyzer
263,093
12.06.2019 09:25:31
-7,200
99b1ac8cc94923c10799a78620c5279b941cb870
Kwargs for analyzers
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources.py", "new_path": "timesketch/api/v1/resources.py", "diff": "@@ -1674,11 +1674,11 @@ class TimelineListResource(ResourceMixin, Resource):\n# circular imports.\nfrom timesketch.lib import tasks\nsketch_analyzer_group = tasks.build_ske...
Python
Apache License 2.0
google/timesketch
Kwargs for analyzers
263,093
12.06.2019 09:43:50
-7,200
ca690d437127e913faf4474c0dbbf4174408750e
index pipeline
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources.py", "new_path": "timesketch/api/v1/resources.py", "diff": "@@ -1344,7 +1344,7 @@ class UploadFileResource(ResourceMixin, Resource):\nfrom timesketch.lib import tasks\npipeline = tasks.build_index_pipeline(\nfile_path, timeline_name...
Python
Apache License 2.0
google/timesketch
index pipeline
263,093
13.06.2019 11:49:32
-7,200
7578237511cec580507ec991c487162f378e77b8
Default kwargs in config
[ { "change_type": "MODIFY", "old_path": "data/timesketch.conf", "new_path": "data/timesketch.conf", "diff": "@@ -140,6 +140,20 @@ NEO4J_PASSWORD = '<NEO4J_PASSWORD>'\nAUTO_INDEX_ANALYZERS = []\nAUTO_SKETCH_ANALYZERS = []\n+# Optional specify any default arguments to pass to analyzers.\n+# The format ...
Python
Apache License 2.0
google/timesketch
Default kwargs in config
263,093
13.06.2019 14:05:55
-7,200
2a801b37b1829f2e7d3629cb1e04c647818ea35b
Make sketch title and desc editabe
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources.py", "new_path": "timesketch/api/v1/resources.py", "diff": "@@ -396,6 +396,28 @@ class SketchResource(ResourceMixin, Resource):\nsketch.set_status(status='deleted')\nreturn HTTP_STATUS_CODE_OK\n+ @login_required\n+ def post(self, sk...
Python
Apache License 2.0
google/timesketch
Make sketch title and desc editabe
263,133
20.06.2019 12:07:41
0
6af8558a326bd148da9c5dc3c28b00b4e652fd72
Minor changes to docker configs.
[ { "change_type": "MODIFY", "old_path": "docker/Dockerfile", "new_path": "docker/Dockerfile", "diff": "@@ -35,10 +35,10 @@ RUN sed -i -e '/pyyaml/d' /tmp/timesketch/requirements.txt\nRUN pip3 install /tmp/timesketch/\n# Copy the Timesketch configuration file into /etc\n-RUN cp /tmp/timesketch/timeske...
Python
Apache License 2.0
google/timesketch
Minor changes to docker configs. (#915)
263,143
26.06.2019 13:34:13
0
42fff1a0401e948460d86098560e2b65a4b525fc
gcp_servicekey usage analyzer for stackdrive log output by dftimewolf
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/gcp_servicekey.py", "new_path": "timesketch/lib/analyzers/gcp_servicekey.py", "diff": "@@ -27,8 +27,10 @@ class GcpServiceKeySketchPlugin(interface.BaseSketchAnalyzer):\nReturns:\nString with summary of the analyzer result\n\"\"\"\n- q...
Python
Apache License 2.0
google/timesketch
gcp_servicekey usage analyzer for stackdrive log output by dftimewolf
263,143
26.06.2019 13:55:03
0
54daa61b240c08421d4adc9cd2074a101251174f
removed old/commented code
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/gcp_servicekey.py", "new_path": "timesketch/lib/analyzers/gcp_servicekey.py", "diff": "@@ -27,12 +27,9 @@ class GcpServiceKeySketchPlugin(interface.BaseSketchAnalyzer):\nReturns:\nString with summary of the analyzer result\n\"\"\"\n- #...
Python
Apache License 2.0
google/timesketch
removed old/commented code
263,163
02.07.2019 22:39:49
-32,400
0a40b595ac34aeba39c2df507189febe5d70faa1
Fix a Python3 error by encoding before hashing
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources.py", "new_path": "timesketch/api/v1/resources.py", "diff": "@@ -1052,7 +1052,7 @@ class EventCreateResource(ResourceMixin, Resource):\n# We do not need a human readable filename or\n# datastore index name, so we use UUIDs here.\n- i...
Python
Apache License 2.0
google/timesketch
Fix a Python3 error by encoding before hashing (#914)
263,143
02.07.2019 21:18:54
0
e631b1ddd8e5f7be16736f79b428c439e96f0edd
addressed johan comments
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/gcp_servicekey.py", "new_path": "timesketch/lib/analyzers/gcp_servicekey.py", "diff": "@@ -26,7 +26,9 @@ class GcpServiceKeySketchPlugin(interface.BaseSketchAnalyzer):\nReturns:\nString with summary of the analyzer result\n\"\"\"\n- qu...
Python
Apache License 2.0
google/timesketch
addressed johan comments
263,098
15.07.2019 14:27:24
-7,200
b4822f3f162c8684245de86295a24d84ac95ddd9
Fixed typo in Users-guide.md.
[ { "change_type": "MODIFY", "old_path": "docs/Users-Guide.md", "new_path": "docs/Users-Guide.md", "diff": "@@ -112,11 +112,11 @@ Parameters:\n#### Removing groups\n-Not yet implemented\n+Not yet implemented.\n#### Managing group membership\n-Add or remove a user to a group\n+Add or remove a user to a...
Python
Apache License 2.0
google/timesketch
Fixed typo in Users-guide.md.
263,098
16.07.2019 11:56:54
-7,200
898568f3feab9646ceec6526ddfccbfa4988a4fd
Added tsctl import command to Users-Guide.md. Some other minor changes to Users-Guide.md
[ { "change_type": "MODIFY", "old_path": "docs/Users-Guide.md", "new_path": "docs/Users-Guide.md", "diff": "- [Import JSON to timesketch](#import-json-to-timesketch)\n- [Purge](#purge)\n- [Search template](#search_template)\n+ - [Import](#import)\n- [similarity_score](#similarity_score)\n3. [Concepts]...
Python
Apache License 2.0
google/timesketch
Added tsctl import command to Users-Guide.md. Some other minor changes to Users-Guide.md
263,129
07.08.2019 16:58:57
-7,200
3c9b5e4e2b62626add72d468a5c0fc27caa42f91
Format error as string
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -572,7 +572,7 @@ class Sketch(BaseResource):\nresponse = self.api.session.post(resource_url, json=form_data)\nif response.status_co...
Python
Apache License 2.0
google/timesketch
Format error as string (#944)
263,096
08.08.2019 11:54:51
-7,200
99f8738bc8ccaa6cccb6ecbb3da3b7421ef5eb7c
remove label_event() per feedback from I remove the label_event() method
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -484,26 +484,6 @@ class Sketch(BaseResource):\nresponse = self.api.session.post(resource_url, json=form_data)\nreturn response.json...
Python
Apache License 2.0
google/timesketch
remove label_event() per feedback from @berggren I remove the label_event() method
263,093
14.08.2019 17:24:22
-7,200
bce5cb458b5278890b9c805e379ce246764a8055
install deps in Dockerfile
[ { "change_type": "MODIFY", "old_path": "docker/development/Dockerfile", "new_path": "docker/development/Dockerfile", "diff": "# Use the latest Timesketch development base image\nFROM timesketch/timesketch-dev-base:20190603\n+# Install dependencies for Timesketch\n+COPY requirements.txt /timesketch-r...
Python
Apache License 2.0
google/timesketch
install deps in Dockerfile (#958)
263,096
14.08.2019 17:25:04
-7,200
12eb50d9e297488bb4e9c043e19271cdc41e72f6
Better explanation of the purge command Based on that issue: I made the purge command description a better.
[ { "change_type": "MODIFY", "old_path": "docs/Users-Guide.md", "new_path": "docs/Users-Guide.md", "diff": "@@ -183,6 +183,11 @@ tsctl json2ts\n### Purge\n+Delete timeline permanently from Timesketch and Elasticsearch. It will alert if a timeline is still in use in a sketch and promt for confirmation ...
Python
Apache License 2.0
google/timesketch
Better explanation of the purge command (#959) Based on that issue: https://github.com/google/timesketch/issues/885 I made the purge command description a better.
263,096
14.08.2019 17:26:24
-7,200
71676b516a79eac7891896a2008aab6c55783ad6
Mention SearchQueryGuide and SketchOverview in the userguide In it was still open and I have not looked at the SearchQuery Guide before, so it is worth to mention it in the Userguide Same goes for the SketchOverview document.
[ { "change_type": "MODIFY", "old_path": "docs/Users-Guide.md", "new_path": "docs/Users-Guide.md", "diff": "- [Import](#import)\n- [similarity_score](#similarity_score)\n3. [Concepts](#concepts)\n+ - [Sketches](#sketches)\n- [Adding Timelines](#adding-timelines)\n- [Using Stories](#stories)\n- [Adding...
Python
Apache License 2.0
google/timesketch
Mention SearchQueryGuide and SketchOverview in the userguide (#947) In https://github.com/google/timesketch/issues/421 it was still open and I have not looked at the SearchQuery Guide before, so it is worth to mention it in the Userguide Same goes for the SketchOverview document.
263,098
14.08.2019 17:27:33
-7,200
e55c7590d076f447664337b698904da3e1ead0bc
Fix for error when adding a view with query_dsl
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/interface.py", "new_path": "timesketch/lib/analyzers/interface.py", "diff": "@@ -280,7 +280,7 @@ class Sketch(object):\nReturns: An instance of a SQLAlchemy View object.\n\"\"\"\n- if not query_string or query_dsl:\n+ if not (query_str...
Python
Apache License 2.0
google/timesketch
Fix for error when adding a view with query_dsl (#948)
263,093
19.08.2019 13:09:35
25,200
81b203c5712c9cd0060e47eab4550e7c2027b8ae
drop Xenial from Travis tests
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "matrix:\ninclude:\n- - name: \"Pylint on Ubuntu Bionic (18.04) (Docker) with Python 3.6\"\n+ - name: \"Ubuntu Bionic (18.04) (Docker) Pylint with Python 3.6\"\nenv: [TARGET=\"pylint\", UBUNTU_VERSION=\"18.04\"]...
Python
Apache License 2.0
google/timesketch
drop Xenial from Travis tests (#963)
263,133
26.09.2019 10:06:59
0
c9e4d01a3897f5dcc361ca94143c48ee4857d3e9
Making changes to the client.
[ { "change_type": "MODIFY", "old_path": "api_client/python/setup.py", "new_path": "api_client/python/setup.py", "diff": "@@ -21,7 +21,7 @@ from setuptools import setup\nsetup(\nname='timesketch-api-client',\n- version='20190925',\n+ version='20190926',\ndescription='Timesketch API client',\nlicense='...
Python
Apache License 2.0
google/timesketch
Making changes to the client.
263,133
26.09.2019 10:14:04
0
5c338e962d659069e02490d022963d061bda7831
Fixing listing aggregators.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -615,9 +615,8 @@ class Sketch(BaseResource):\nreturn aggregation_obj\n- # TODO : Add a way to list all available aggregators\ndef l...
Python
Apache License 2.0
google/timesketch
Fixing listing aggregators.
263,133
26.09.2019 12:44:59
0
ffab694a8dc0f82bad6406c12f5b56b552e57ecd
adding a to_dict
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -1019,11 +1019,27 @@ class Aggregation(BaseResource):\nreturn name\nreturn self.aggregator_name\n+ @property\n+ def dict(self):\n+ ...
Python
Apache License 2.0
google/timesketch
adding a to_dict
263,133
26.09.2019 13:56:23
0
fefd80f8239a9fa619329f98cdcfa0f36579657c
Minor bug in client.
[ { "change_type": "MODIFY", "old_path": "api_client/python/setup.py", "new_path": "api_client/python/setup.py", "diff": "@@ -21,7 +21,7 @@ from setuptools import setup\nsetup(\nname='timesketch-api-client',\n- version='20190926',\n+ version='20190927',\ndescription='Timesketch API client',\nlicense='...
Python
Apache License 2.0
google/timesketch
Minor bug in client.
263,133
26.09.2019 18:22:42
0
2b335b9f83624a819d1569f3764a7eca0f38641e
Upgrading jupyter notebook.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -1055,7 +1055,7 @@ class Aggregation(BaseResource):\nraise TypeError('Unable to generate chart, missing a chart type.')\nif not sel...
Python
Apache License 2.0
google/timesketch
Upgrading jupyter notebook. (#985)
263,133
14.10.2019 23:06:33
-7,200
e3fb7057348f30f7980b4373e5fdebad93a69606
Minor changes and adding a test.
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/chain.py", "new_path": "timesketch/lib/analyzers/chain.py", "diff": "@@ -28,7 +28,7 @@ class ChainSketchPlugin(interface.BaseSketchAnalyzer):\n\"\"\"\nself.index_name = index_name\nself._chain_plugins = (\n- chain_manager.ChainPluginsM...
Python
Apache License 2.0
google/timesketch
Minor changes and adding a test.
263,133
18.10.2019 09:03:01
0
b4b08dc82d05cb153bb62a37351a1e5fba5e7548
Adding a TODO into the code
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/chain.py", "new_path": "timesketch/lib/analyzers/chain.py", "diff": "@@ -42,6 +42,9 @@ class ChainSketchPlugin(interface.BaseSketchAnalyzer):\nnumber_of_base_events = 0\ncounter = collections.Counter()\n+ # TODO: Have each plugin run i...
Python
Apache License 2.0
google/timesketch
Adding a TODO into the code
263,167
18.10.2019 13:17:28
25,200
0659a9b184a41c40f4b00a591beeadce0e6b7b9b
Fixed the TypeError: delimiter must be string, not unicode error when importing data into timesketch by adding a check for the delimiter type and decoding it if it isn't a string.
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/utils.py", "new_path": "timesketch/lib/utils.py", "diff": "@@ -24,6 +24,8 @@ import random\nimport smtplib\nimport sys\nimport time\n+import six\n+import codecs\nfrom dateutil import parser\nfrom flask import current_app\n@@ -58,6 +60,10 @@ def ...
Python
Apache License 2.0
google/timesketch
Fixed the TypeError: delimiter must be string, not unicode error when importing data into timesketch by adding a check for the delimiter type and decoding it if it isn't a string.
263,133
22.10.2019 10:00:48
0
1b41ef393861bdb2a68f3f71ea8812cb595201b8
Updating the documentation for CSV/JSON lines uploads Updating the documentation for importing timelines into TS from CSV and JSON Lines files.
[ { "change_type": "MODIFY", "old_path": "docs/CreateTimelineFromJSONorCSV.md", "new_path": "docs/CreateTimelineFromJSONorCSV.md", "diff": "@@ -27,7 +27,42 @@ Unlike JSON files, imports in JSONL format can be streamed from disk, making the\n{\"message\": \"Another message\",\"timestamp\": 123456790,\"...
Python
Apache License 2.0
google/timesketch
Updating the documentation for CSV/JSON lines uploads Updating the documentation for importing timelines into TS from CSV and JSON Lines files.
263,133
22.10.2019 15:36:38
0
9d891a71ae3a569146fa026b50d880611d7d3551
Adding list sketches to the tsctl command * First steps toward adding the ability to manually run a sketch. * Revert "First steps toward adding the ability to manually run a sketch." This reverts commit * Adding a list sketch to tsctl.
[ { "change_type": "MODIFY", "old_path": "timesketch/tsctl.py", "new_path": "timesketch/tsctl.py", "diff": "@@ -303,6 +303,34 @@ class SearchTemplateManager(Command):\ndb_session.commit()\n+class ListSketches(Command):\n+ \"\"\"List all available sketches.\"\"\"\n+\n+ # pylint: disable=arguments-diffe...
Python
Apache License 2.0
google/timesketch
Adding list sketches to the tsctl command (#1002) * First steps toward adding the ability to manually run a sketch. * Revert "First steps toward adding the ability to manually run a sketch." This reverts commit c411329f6265ef73c9c277c56bd429c4ffd46ac0. * Adding a list sketch to tsctl.
263,133
23.10.2019 23:07:46
0
b85b5da403d63380e161cca135afe9da8daf8263
Initial stream uploader.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "from __future__ import unicode_literals\nimport json\n+import tempfile\nimport uuid\n# pylint: disable=wrong-import-order\n@@ -28,6 +2...
Python
Apache License 2.0
google/timesketch
Initial stream uploader.
263,133
24.10.2019 09:27:31
0
a94406e5ebff014ea22f2d1f02056276cd686e63
Making some changes to the streamer.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "\"\"\"Timesketch API client.\"\"\"\nfrom __future__ import unicode_literals\n+import os\nimport json\nimport tempfile\nimport uuid\n@@...
Python
Apache License 2.0
google/timesketch
Making some changes to the streamer.
263,096
24.10.2019 14:39:59
-7,200
90c8007be376ef20b7aa00a95038509b6e151633
Install documentation from plaso changed location has been moved to so the PR will reduce number of clicks needed to get to the docs by two.
[ { "change_type": "MODIFY", "old_path": "docs/CreateTimelineFromPlaso.md", "new_path": "docs/CreateTimelineFromPlaso.md", "diff": "# Create timeline from Plaso file\n-You need to run version >= 1.5.0 Plaso on your Timesketch server. See the [official Plaso documentation](https://github.com/log2timeli...
Python
Apache License 2.0
google/timesketch
Install documentation from plaso changed location https://github.com/log2timeline/plaso/wiki has been moved to https://plaso.readthedocs.io so the PR will reduce number of clicks needed to get to the docs by two.
263,133
24.10.2019 14:03:09
0
f9a98b0bafdd1172c7e5cf9b9697addb120cd883
Minor minor change
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -563,7 +563,7 @@ class Sketch(BaseResource):\nreturn 'No return value.'\nreturn_lines = []\n- for timesketch_object in response.dat...
Python
Apache License 2.0
google/timesketch
Minor minor change
263,133
24.10.2019 14:30:41
0
04a1db2066ece1c7740e673f8ab03a992d1bcfff
First version of documentation and minor changes.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -28,6 +28,7 @@ Timesketch is an open source tool for collaborative forensic timeline analysis.\n* [Create timeline from JSON/JSONL/CSV file](docs/CreateTimelineFromJSONorCSV.md)\n* [Create timeline from Plaso fi...
Python
Apache License 2.0
google/timesketch
First version of documentation and minor changes.
263,133
24.10.2019 15:30:13
0
c28382bf49098f0ac8af69c0445d1d535336a019
Adding an API to trigger analyzer pipeline run.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -1610,3 +1610,16 @@ class UploadStreamer(object):\ndef __exit__(self, exception_type, exception_value, traceback):\n\"\"\"Make it p...
Python
Apache License 2.0
google/timesketch
Adding an API to trigger analyzer pipeline run.
263,133
24.10.2019 15:43:05
0
7faf4b53927bbdd039945a9a2fa835fa6de76643
minor change to aPI
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -1619,7 +1619,6 @@ class UploadStreamer(object):\npipe_resource = '{0:s}/sketches/{1:d}/analyzer/auto_run/'.format(\nself._sketch.a...
Python
Apache License 2.0
google/timesketch
minor change to aPI
263,133
25.10.2019 09:36:24
0
86fcd85042f888d7ce8f7da891a2b651c841d74c
Moving the uploader to a separate file.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -30,11 +30,6 @@ import pandas\nfrom .definitions import HTTP_STATUS_CODE_20X\n-def format_data_frame_row(row, format_message_string...
Python
Apache License 2.0
google/timesketch
Moving the uploader to a separate file.
263,133
25.10.2019 09:49:23
0
477912df0a6eefd3c6631f21a4a0684cfcb0be90
Making few changes.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "\"\"\"Timesketch API client.\"\"\"\nfrom __future__ import unicode_literals\n-import os\nimport json\n-import tempfile\nimport uuid\n#...
Python
Apache License 2.0
google/timesketch
Making few changes.
263,133
25.10.2019 10:16:23
0
71dd2e7d67967bd628104c447d8c4c177bc48ebe
Updating documentation as well as adding a JSON importer.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/importer.py", "new_path": "api_client/python/timesketch_api_client/importer.py", "diff": "\"\"\"Timesketch data importer.\"\"\"\nfrom __future__ import unicode_literals\n+import json\nimport os\nimport tempfile\nimport u...
Python
Apache License 2.0
google/timesketch
Updating documentation as well as adding a JSON importer.
263,133
25.10.2019 14:51:52
0
84e0c0ad40fe2dd30fc010432db1835e177dba31
Improving the file import
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/importer.py", "new_path": "api_client/python/timesketch_api_client/importer.py", "diff": "@@ -107,7 +107,13 @@ class ImportStreamer(object):\nself._data_lines = []\ndef _upload_data(self, file_name, end_stream):\n- \"\"\...
Python
Apache License 2.0
google/timesketch
Improving the file import
263,133
25.10.2019 15:06:54
0
24aad814db44e77d5c52c38f0b71f8540ba7b5c9
Adding an excel read method.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/importer.py", "new_path": "api_client/python/timesketch_api_client/importer.py", "diff": "@@ -211,6 +211,34 @@ class ImportStreamer(object):\nself._data_lines.append(entry)\nself._count += 1\n+ def add_excel_file(self, f...
Python
Apache License 2.0
google/timesketch
Adding an excel read method.
263,096
27.10.2019 10:50:15
-3,600
e2478976901682e56f9abb68113be42f67d4300b
remove u' and fix typo
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -813,14 +813,14 @@ class Sketch(BaseResource):\na json data of the query.\n\"\"\"\nform_data = {\n- u'annotation': comment_text,\n-...
Python
Apache License 2.0
google/timesketch
remove u' and fix typo
263,133
28.10.2019 13:53:42
0
8a2864f2f6d8478bcee1752ea8ace3bf69db841d
Adding tests for the importer.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/importer.py", "new_path": "api_client/python/timesketch_api_client/importer.py", "diff": "-# Copyright 2017 Google Inc. All rights reserved.\n+# Copyright 2019 Google Inc. All rights reserved.\n#\n# Licensed under the Ap...
Python
Apache License 2.0
google/timesketch
Adding tests for the importer.
263,133
28.10.2019 15:36:22
0
fbb629b5c5faa2eb8d9f786de644e251887c5843
Adding the ability to list available analyzers in the client.
[ { "change_type": "MODIFY", "old_path": "api_client/python/setup.py", "new_path": "api_client/python/setup.py", "diff": "@@ -39,5 +39,6 @@ setup(\ninstall_requires=frozenset([\n'pandas',\n'requests',\n+ 'xlrd',\n'beautifulsoup4']),\n)\n" }, { "change_type": "MODIFY", "old_path": "api_clie...
Python
Apache License 2.0
google/timesketch
Adding the ability to list available analyzers in the client.
263,133
28.10.2019 15:50:28
0
e6f2eb543046124a9edd29f4b53678b9a36cc43f
Minor bug in the list aggregation.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -396,7 +396,7 @@ class Sketch(BaseResource):\n\"\"\"\ndata = self.lazyload_data()\naggregations = []\n- for aggregation in data['ag...
Python
Apache License 2.0
google/timesketch
Minor bug in the list aggregation.
263,133
28.10.2019 16:35:09
0
42cc9418b4962f002c0f75f9f6d089f202dde6d7
Upgrading client version.
[ { "change_type": "MODIFY", "old_path": "api_client/python/setup.py", "new_path": "api_client/python/setup.py", "diff": "@@ -21,7 +21,7 @@ from setuptools import setup\nsetup(\nname='timesketch-api-client',\n- version='20191018',\n+ version='20191028',\ndescription='Timesketch API client',\nlicense='...
Python
Apache License 2.0
google/timesketch
Upgrading client version.
263,133
28.10.2019 20:03:06
0
793b91864ea4e7838655cbf7e2a6054e45dc6c11
Expanding excel imports.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/importer.py", "new_path": "api_client/python/timesketch_api_client/importer.py", "diff": "@@ -216,16 +216,34 @@ class ImportStreamer(object):\nself._data_lines.append(entry)\nself._count += 1\n- def add_excel_file(self, ...
Python
Apache License 2.0
google/timesketch
Expanding excel imports.
263,133
29.10.2019 14:42:20
0
e3b93935f736672ed0d1b9a896b7ab00beff9f68
Responding to comments, as well as simplifying API calls.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -533,6 +533,9 @@ class Sketch(BaseResource):\nRaises:\nValueError: if the dataframe cannot be uploaded to Timesketch.\n\"\"\"\n+ # ...
Python
Apache License 2.0
google/timesketch
Responding to comments, as well as simplifying API calls.
263,133
29.10.2019 15:01:57
0
ae371fa1619dd4a4e591a828de3470cd319f0712
Making minor changes to the analyzer form resource.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -765,7 +765,7 @@ class Sketch(BaseResource):\ntimeline_id = timelines[0]\ndata = {\n- 'timeline_id': timeline_id,\n+ 'index_name': ...
Python
Apache License 2.0
google/timesketch
Making minor changes to the analyzer form resource.
263,133
29.10.2019 15:24:33
0
59251d345d949c46da4cd3402c1b7382ec5e8175
Changing analyzer_name to analyzer_names
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -766,7 +766,7 @@ class Sketch(BaseResource):\ndata = {\n'index_name': timeline_id,\n- 'analyzer_name': analyzer_name,\n+ 'analyzer_...
Python
Apache License 2.0
google/timesketch
Changing analyzer_name to analyzer_names
263,133
01.11.2019 10:13:10
0
5d2363d19f09f578122218f857a40ef90b32a687
Fixing few things.
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/chain.py", "new_path": "timesketch/lib/analyzers/chain.py", "diff": "@@ -86,11 +86,11 @@ class ChainSketchPlugin(interface.BaseSketchAnalyzer):\nchain_id_list = event.source.get('chain_id_list', [])\nchain_id_list.append(chain_id)\n- c...
Python
Apache License 2.0
google/timesketch
Fixing few things.
263,133
01.11.2019 10:40:21
0
f3e3c7b697ec2d4f88f6858a62bd65074a4b2f9d
Fixing failed test.
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/chain_test.py", "new_path": "timesketch/lib/analyzers/chain_test.py", "diff": "@@ -132,7 +132,8 @@ class TestChainAnalyzer(testlib.BaseTest):\nlink_emoji = emojis.get_emoji('LINK')\nfor event in plugin.ALL_EVENTS:\nattributes = event.a...
Python
Apache License 2.0
google/timesketch
Fixing failed test.
263,093
05.11.2019 11:02:34
-3,600
1be65f20922452447b775b4aae40d3b9333f63a5
Allow running analyzers for users with READ permission
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources.py", "new_path": "timesketch/api/v1/resources.py", "diff": "@@ -1855,10 +1855,10 @@ class AnalyzerRunResource(ResourceMixin, Resource):\nA string with the response from running the analyzer.\n\"\"\"\nsketch = Sketch.query.get_with_a...
Python
Apache License 2.0
google/timesketch
Allow running analyzers for users with READ permission
263,133
05.11.2019 13:36:23
0
bce99cb4bc6d1824842f70ea57f3f0cc4da0bae7
Fixing a py3/py2 issue with urlencode
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/google_auth.py", "new_path": "timesketch/lib/google_auth.py", "diff": "@@ -22,7 +22,11 @@ import time\nimport json\nimport hashlib\nimport os\n-import urllib\n+\n+# six.moves is a dynamically-created namespace that doesn't actually\n+# exist and...
Python
Apache License 2.0
google/timesketch
Fixing a py3/py2 issue with urlencode
263,133
14.11.2019 08:26:51
0
ebe9c2b87bf3ddb287bb5ca4aa16f37e3109b899
Making minor changes to OAUTH handling for API client.
[ { "change_type": "MODIFY", "old_path": "api_client/python/setup.py", "new_path": "api_client/python/setup.py", "diff": "@@ -21,7 +21,7 @@ from setuptools import setup\nsetup(\nname='timesketch-api-client',\n- version='20191110',\n+ version='20191114',\ndescription='Timesketch API client',\nlicense='...
Python
Apache License 2.0
google/timesketch
Making minor changes to OAUTH handling for API client.
263,133
14.11.2019 13:02:16
0
3b00acd65779d87337b32ea503a79e69bdd5ed76
Making more changes.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -117,14 +117,18 @@ class TimesketchApi(object):\ndata = {'username': username, 'password': password}\nsession.post('{0:s}/login/'.f...
Python
Apache License 2.0
google/timesketch
Making more changes.
263,133
14.11.2019 13:37:43
0
26a3f3bd66fa33779ef1a2c46f86d3f601778bc8
Adding a new issuer
[ { "change_type": "MODIFY", "old_path": "data/timesketch.conf", "new_path": "data/timesketch.conf", "diff": "@@ -82,7 +82,7 @@ GOOGLE_IAP_AUDIENCE = '/projects/{}/global/backendServices/{}'.format(\n)\nGOOGLE_IAP_ALGORITHM = 'ES256'\n-GOOGLE_IAP_ISSUER = 'https://cloud.google.com/iap'\n+GOOGLE_IAP_IS...
Python
Apache License 2.0
google/timesketch
Adding a new issuer
263,133
14.11.2019 14:43:35
0
c448b096efb58f39131c480ec96ddb21e3222d81
Changing expected issuer.
[ { "change_type": "MODIFY", "old_path": "data/timesketch.conf", "new_path": "data/timesketch.conf", "diff": "@@ -82,7 +82,7 @@ GOOGLE_IAP_AUDIENCE = '/projects/{}/global/backendServices/{}'.format(\n)\nGOOGLE_IAP_ALGORITHM = 'ES256'\n-GOOGLE_IAP_ISSUER = 'https://cloud.google.com/iap,https://accounts...
Python
Apache License 2.0
google/timesketch
Changing expected issuer.
263,133
18.11.2019 12:30:32
0
ed7854106d15334ce7a219411086d6774b235637
Adding a server to catch OAUTH flow.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -144,14 +144,21 @@ class TimesketchApi(object):\n'referer': self._host_uri\n})\n- def _create_oauth_session(self, client_id, client...
Python
Apache License 2.0
google/timesketch
Adding a server to catch OAUTH flow.
263,133
18.11.2019 13:10:24
0
2e6d1b81cb4c2f7bbb569b4b71bf372af9d5ee3a
Adding an auto generated code verifier
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -172,7 +172,8 @@ class TimesketchApi(object):\nraise RuntimeError(\n'Unable to log in, client secret files does not exist.')\nflow ...
Python
Apache License 2.0
google/timesketch
Adding an auto generated code verifier
263,133
19.11.2019 15:21:57
0
3f994717c1183feda6d14b6ae1f5ca28ce525bbb
Adding description and chart titles for aggregation.
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources.py", "new_path": "timesketch/api/v1/resources.py", "diff": "@@ -988,6 +988,8 @@ class AggregationExploreResource(ResourceMixin, Resource):\nresult_obj = aggregator.run(**aggregator_parameters)\ntime_after = time.time()\n+ aggregator...
Python
Apache License 2.0
google/timesketch
Adding description and chart titles for aggregation. (#1036)
263,093
22.11.2019 11:09:48
-3,600
d1e7eb29a8e86c7418e73d63038022a761791166
Set correct value in option dropdown
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/Sketch/AggregationListDropdown.vue", "new_path": "timesketch/frontend/src/components/Sketch/AggregationListDropdown.vue", "diff": "@@ -20,7 +20,7 @@ limitations under the License.\n<div class=\"select\">\n<select v-model=\"se...
Python
Apache License 2.0
google/timesketch
Set correct value in option dropdown
263,133
22.11.2019 13:40:58
0
f8585298b2f9e6c79753c1eb34694e484ea69098
Forgot to remove a print statement
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch_test.py", "new_path": "api_client/python/timesketch_api_client/sketch_test.py", "diff": "@@ -51,7 +51,6 @@ class SketchTest(unittest.TestCase):\ndef test_explore(self):\n\"\"\"Tests to explore a timeline.\"\"\"\n-...
Python
Apache License 2.0
google/timesketch
Forgot to remove a print statement
263,093
28.11.2019 15:10:20
-3,600
6cbe3fe46759d4e67fddd48c787089297ae0b16c
New base dev image build
[ { "change_type": "MODIFY", "old_path": "docker/development/Dockerfile", "new_path": "docker/development/Dockerfile", "diff": "# Use the latest Timesketch development base image\n-FROM timesketch/timesketch-dev-base:20190603\n+FROM timesketch/timesketch-dev-base:20191128\n# Install dependencies for T...
Python
Apache License 2.0
google/timesketch
New base dev image build
263,093
07.12.2019 02:32:11
-3,600
9136334628cb5a789d22fcfd4f3d6fd19ce66f3b
Enable new UI
[ { "change_type": "MODIFY", "old_path": "timesketch/__init__.py", "new_path": "timesketch/__init__.py", "diff": "@@ -39,7 +39,7 @@ from timesketch.views.auth import auth_views\nfrom timesketch.views.spa import spa_views\n# Set to true to use the new Vue.js based frontend.\n-USE_NEW_FRONTEND = False\n...
Python
Apache License 2.0
google/timesketch
Enable new UI
263,096
13.12.2019 22:13:30
-3,600
e1bc479f431eedab4087f92f2db4ba9087296b6d
Remove vagrant from the readme as per Vagrant support was dropped, so should not be in the readme
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -20,7 +20,6 @@ Timesketch is an open source tool for collaborative forensic timeline analysis.\n#### Installation\n* [Install Timesketch manually](docs/Installation.md)\n-* [Use Vagrant](vagrant)\n* [Use Docker]...
Python
Apache License 2.0
google/timesketch
Remove vagrant from the readme (#1058) as per https://github.com/google/timesketch/pull/979 Vagrant support was dropped, so should not be in the readme
263,093
18.12.2019 11:04:13
-3,600
83688dd2657221fae077694172731ba507161e5a
Change default location for config file
[ { "change_type": "MODIFY", "old_path": "config/dpkg/timesketch-server.timesketch.default", "new_path": "config/dpkg/timesketch-server.timesketch.default", "diff": "# Timesketch configuration\n#\n-# The default location for this configuration file is in /etc/timesketch.conf\n+# The default location f...
Python
Apache License 2.0
google/timesketch
Change default location for config file
263,093
20.12.2019 10:27:58
-3,600
374228d867e0c8d2c7ab332c9667a71151fcd58e
Don't exit if Plaso is not installed
[ { "change_type": "MODIFY", "old_path": "timesketch/__init__.py", "new_path": "timesketch/__init__.py", "diff": "@@ -99,10 +99,9 @@ def create_app(config=None):\nif app.config['UPLOAD_ENABLED']:\ntry:\nfrom plaso import __version__ as plaso_version\n+ app.config['PLASO_VERSION'] = plaso_version\nexce...
Python
Apache License 2.0
google/timesketch
Don't exit if Plaso is not installed
263,093
20.12.2019 10:29:35
-3,600
a71b588023d9d6935005b41f0f90d8791d2c8a81
Always use HTTPS for OIDC redirects
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/google_auth.py", "new_path": "timesketch/lib/google_auth.py", "diff": "@@ -122,7 +122,11 @@ def get_oauth2_authorize_url(hosted_domain=None):\n\"\"\"\ncsrf_token = _generate_random_token()\nnonce = _generate_random_token()\n- redirect_uri = url_...
Python
Apache License 2.0
google/timesketch
Always use HTTPS for OIDC redirects
263,118
03.01.2020 11:20:08
-3,600
267744b2a043575af8651146031bacb56cda7e73
Run timesketch from the /tmp directory
[ { "change_type": "MODIFY", "old_path": "docker/docker-entrypoint.sh", "new_path": "docker/docker-entrypoint.sh", "diff": "@@ -62,6 +62,7 @@ if [ \"$1\" = 'timesketch' ]; then\ntsctl add_user --username \"$TIMESKETCH_USER\" --password \"$TIMESKETCH_PASSWORD\"\n# Run the Timesketch server (without SSL...
Python
Apache License 2.0
google/timesketch
Run timesketch from the /tmp directory (#1067)
263,096
03.01.2020 11:34:21
-3,600
5c9ce3f8b92e3efc4352fb34b227410bda46ac9a
Mention the correct slack channel The timesketch slack channel afaik is no longer in use.
[ { "change_type": "MODIFY", "old_path": "docs/Community-Guide.md", "new_path": "docs/Community-Guide.md", "diff": "@@ -7,7 +7,7 @@ We have a Timesketch channel (#timesketch) on the Freenode network.\nUse your favorite IRC client or try the [Freenode web based IRC client](http://webchat.freenode.net/)...
Python
Apache License 2.0
google/timesketch
Mention the correct slack channel (#1069) The timesketch slack channel afaik is no longer in use. Co-authored-by: Johan Berggren <jberggren@gmail.com>
263,096
03.01.2020 11:40:15
-3,600
40183fd33af0cd5f78d073c3cae155ae1d7f109c
Small update to dev docker readme I found it useful to write the container id to variable...
[ { "change_type": "MODIFY", "old_path": "docker/development/README.md", "new_path": "docker/development/README.md", "diff": "@@ -15,6 +15,15 @@ $ CONTAINER_ID=\"$(sudo docker container list -f name=development_timesketch -q)\"\n```\nIn the output look for CONTAINER ID for the timesketch container\n+T...
Python
Apache License 2.0
google/timesketch
Small update to dev docker readme (#1070) I found it useful to write the container id to variable... Co-authored-by: Johan Berggren <jberggren@gmail.com>
263,093
07.01.2020 15:12:32
-3,600
aefda06471a033cd1d3a9f5864dbc5677caa47f4
Use PyPi to install test containers
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -11,7 +11,7 @@ matrix:\nservices:\n- docker\n- name: \"Ubuntu Bionic (18.04) (Docker) with Python 2.7\"\n- env: UBUNTU_VERSION=\"18.04\"\n+ env: [MODE=\"pypi\", UBUNTU_VERSION=\"18.04\"]\nos: linux\ndist: xe...
Python
Apache License 2.0
google/timesketch
Use PyPi to install test containers
263,093
07.01.2020 16:16:53
-3,600
1b99b28f922e1a9c909e751786467691a5fdbaaa
Remove redundant pylint travis run
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "matrix:\ninclude:\n- - name: \"Ubuntu Bionic (18.04) (Docker) Pylint with Python 3.6\"\n- env: [TARGET=\"pylint\", UBUNTU_VERSION=\"18.04\"]\n- os: linux\n- dist: xenial\n- sudo: required\n- group: edge\n- lang...
Python
Apache License 2.0
google/timesketch
Remove redundant pylint travis run
263,093
30.01.2020 13:04:11
-3,600
516920b9198fe91a5e90c01a2fca6d103bdaf91c
Use new frontend and remove Neo4j
[ { "change_type": "MODIFY", "old_path": "docker/Dockerfile", "new_path": "docker/Dockerfile", "diff": "@@ -6,7 +6,6 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y dist-upgrade\n# Setup install environment and Timesketch dependencies\nRUN apt-get -y install apt-transport-https \\\n- curl \\...
Python
Apache License 2.0
google/timesketch
Use new frontend and remove Neo4j
263,136
04.02.2020 15:25:31
-3,600
24ecf90d5c04aeddfd00408f87b6ba940c6b79aa
api_client: possibility to specify index when uploading data
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/importer.py", "new_path": "api_client/python/timesketch_api_client/importer.py", "diff": "@@ -284,7 +284,7 @@ class ImportStreamer(object):\nfilepath, delimiter=delimiter, chunksize=self._threshold):\nself.add_data_frame...
Python
Apache License 2.0
google/timesketch
api_client: possibility to specify index when uploading data
263,136
05.02.2020 10:23:57
-3,600
71f8c49867c48e8f8f3e19dbc846b26681b3493b
fix args and linter
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -243,13 +243,15 @@ class Sketch(resource.BaseResource):\nArgs:\ntimeline_name: Name of the resulting timeline.\nfile_path: Path to ...
Python
Apache License 2.0
google/timesketch
fix args and linter