wh0
|
f29d8eeda8
|
Parse octal escape sequences
|
2019-06-25 18:35:25 -07:00 |
|
mshwed
|
daee7ac761
|
Merge branch 'master' of https://github.com/gchq/CyberChef into feature/advanced-entropy
|
2019-06-20 14:11:51 -04:00 |
|
mshwed
|
313d1a580e
|
Merge branch 'master' of https://github.com/gchq/CyberChef into bugfix/json-to-csv
|
2019-06-20 13:59:08 -04:00 |
|
mshwed
|
824d8e929a
|
Fixed linting issues
|
2019-06-20 13:26:35 -04:00 |
|
mshwed
|
862d2adf1d
|
Added missing HTML entities
|
2019-06-20 13:08:20 -04:00 |
|
j433866
|
0bcf57e89c
|
Improve printing text to improve output quality.
Now resizes the text instead of the image
|
2019-06-20 12:58:02 +01:00 |
|
j433866
|
05d81eb734
|
Merge remote-tracking branch 'upstream/master' into multiple-input-files
|
2019-06-14 14:56:16 +01:00 |
|
j433866
|
34d03973f9
|
Improve queueing for getDish... messages.
Force wheel event to be not passive.
Change maxworkers to be navigator.hardwareConcurrency - 1
|
2019-06-13 14:48:28 +01:00 |
|
j433866
|
84204c1d12
|
Add mime type detection to tab title.
Move addition of close tab button back
|
2019-06-13 11:13:53 +01:00 |
|
j433866
|
6ee76e3bf0
|
Add getDishTitle function
|
2019-06-13 09:43:58 +01:00 |
|
j433866
|
9d60ef5f72
|
Turn output tabs into progress bars!
|
2019-06-10 15:39:21 +01:00 |
|
George O
|
466d872d30
|
Added Index of Coincidence Operation
|
2019-06-09 00:57:02 +01:00 |
|
j433866
|
ad982746dd
|
Display recipe progress in status message
|
2019-06-07 13:52:47 +01:00 |
|
j433866
|
31a3af1f84
|
Remove step and progress from Chef.
It's now all handled by the App!
|
2019-06-04 14:02:45 +01:00 |
|
j433866
|
c1bdca8df3
|
Change to use byte strings instead of byte array
|
2019-06-04 10:19:00 +01:00 |
|
j433866
|
b3cb800f35
|
Default inputNum to -1 when one isn't sent.
Improve jsdoc comments
|
2019-06-03 14:01:00 +01:00 |
|
j433866
|
dc74a389d8
|
Add documentation for inputNum.
Fix syntax for transferable objects.
|
2019-06-03 11:15:48 +01:00 |
|
j433866
|
7528065d4d
|
Fix stepping again.
Add new getInput function to inputWorker
|
2019-05-28 11:59:57 +01:00 |
|
d98762625
|
1a9c9a5ddf
|
Actually need to return the translation
|
2019-05-24 16:46:07 +01:00 |
|
j433866
|
4dcd60adc0
|
Improve handling of displaying large outputs.
Bring getDishStr and getDishBuffer back.
|
2019-05-23 15:29:58 +01:00 |
|
d98762625
|
d51e8ec378
|
Merge branch 'master' of github.com:gchq/CyberChef into node-lib
|
2019-05-23 15:07:28 +01:00 |
|
j433866
|
59cdd259ac
|
Add new parse ssh host key operation
|
2019-05-23 11:11:37 +01:00 |
|
j433866
|
a750b0f08a
|
Use transferable objects to send arraybuffers back to the workerwaiter
|
2019-05-16 10:42:27 +01:00 |
|
j433866
|
0e850b2a85
|
Fix stepping not working.
Use transferable object for sending arraybuffers to workers
|
2019-05-16 10:42:07 +01:00 |
|
j433866
|
2ddb9b8f7c
|
Remove unecessary progress item
|
2019-05-16 09:33:28 +01:00 |
|
h345983745
|
219469f24f
|
Intial Commit
Consolidated IP Regex's
Fixed Logic Error
Added Tests
Removed Changes Outside Of Operation
Added to category
|
2019-05-12 21:19:54 +01:00 |
|
j433866
|
802879ced2
|
Merge pull request #2 from gchq/master
Bring branch up to date with gchq/master
|
2019-05-10 09:09:58 +01:00 |
|
j433866
|
cbcc2aa731
|
Fix regex to handle multiple escaped backslashes
|
2019-05-09 10:04:06 +01:00 |
|
j433866
|
cbf1d2feb0
|
Add specific handling for DOMExceptions
|
2019-05-08 16:42:06 +01:00 |
|
j433866
|
f72749304d
|
Improve handling of errors in operations.
Remove unused dependencies.
|
2019-05-08 11:57:22 +01:00 |
|
j433866
|
07021b8dd5
|
Add new worker for zipping outputs.
Use bakeId to track which outputs are stale.
|
2019-05-07 09:26:55 +01:00 |
|
d98762625
|
aa9bf08157
|
amend comments, remove return type from Dish translate
|
2019-05-03 14:38:29 +01:00 |
|
d98762625
|
0a3d87dfe3
|
Merge branch 'master' of github.com:gchq/CyberChef into node-lib
|
2019-05-03 13:41:05 +01:00 |
|
d98762625
|
65a3897f87
|
add dish translation tests for node
|
2019-05-03 13:36:08 +01:00 |
|
j433866
|
ff9c68db56
|
Update handling of bake errors.
Add preview thumbnail for image input.
|
2019-05-01 17:08:36 +01:00 |
|
j433866
|
1cedc94652
|
Fix status messages for baking
|
2019-05-01 15:19:01 +01:00 |
|
mshwed
|
8fa8e34027
|
Added support for parsing JSON with number type values. Added support for non-array JSON objects. Added extra tests for JSON to CSV operation.
|
2019-04-28 16:29:15 -04:00 |
|
mshwed
|
5225874498
|
Fixed handling of large files and fixed issue with line histogram colour fill
|
2019-04-28 14:38:03 -04:00 |
|
j433866
|
f638bd4ded
|
If sending arraybuffer back, use a transferable object
|
2019-04-26 14:01:49 +01:00 |
|
mshwed
|
802493fec4
|
Merge branch 'master' of https://github.com/gchq/CyberChef into feature/advanced-entropy
|
2019-04-24 19:48:03 -04:00 |
|
j433866
|
6d8daac5ca
|
Merge remote-tracking branch 'upstream/master' into multiple-input-files
|
2019-04-23 09:02:04 +01:00 |
|
n1474335
|
01f0625d6a
|
Fixed XSS in 'Text Encoding Brute Force. Closes #539
|
2019-04-14 22:00:17 +01:00 |
|
n1474335
|
8f450501cc
|
Downloadble version is now a .zip file instead of a single .htm file
|
2019-04-12 18:54:31 +01:00 |
|
n1474335
|
08c5dbce09
|
Merge branch 'init-dish' of https://github.com/d98762625/CyberChef into d98762625-init-dish
|
2019-04-12 16:24:23 +01:00 |
|
d98762625
|
de8c99eceb
|
merge init-dish & update tests
|
2019-04-08 18:06:01 +01:00 |
|
d98762625
|
cdc15c0f20
|
change empty Dish initialisation to use ArrayBuffer
|
2019-04-08 17:58:46 +01:00 |
|
Matt
|
18408901be
|
removed old bzip2 dependency
|
2019-04-07 19:11:46 +01:00 |
|
Matt
|
982c915931
|
Change author
|
2019-04-07 19:02:27 +01:00 |
|
Matt
|
a339eacd45
|
Bzip2 compression support changed to use wasm backend
x4 speed.
|
2019-04-07 18:59:03 +01:00 |
|
mshwed
|
8fc0e012e3
|
Fixed formatting issues
|
2019-04-06 23:09:46 -04:00 |
|