Klaxon
3079059ce3
Update regex to support a wider variety of email addresses.
2018-10-11 18:25:05 +10:00
n1474335
d6c6981bc0
8.8.2
2018-10-10 15:49:11 +00:00
n1474335
8aeb7b60a7
Updated dependencies
2018-10-10 15:49:07 +00:00
n1474335
9197ac6510
8.8.1
2018-10-10 14:08:32 +00:00
n1474335
b67ad3073c
Merge branch 'Cynser-csv-escape'
2018-10-10 14:08:20 +00:00
n1474335
4a4f37f888
Merge branch 'csv-escape' of https://github.com/Cynser/CyberChef into Cynser-csv-escape
2018-10-10 14:06:49 +00:00
n1474335
c55331f220
8.8.0
2018-10-10 13:59:37 +00:00
n1474335
757ec98554
Updated CHANGELOG
2018-10-10 13:59:28 +00:00
n1474335
14309f2069
Merge branch 'GCHQ77703-tlv'
2018-10-10 13:56:47 +00:00
n1474335
e6b89d571e
Tidied up TLV operation and tests
2018-10-10 13:56:20 +00:00
Cynser
d957198fd6
Make the check for Wikipedia URLs slightly stricter
2018-10-07 22:52:08 +01:00
Cynser
903bd22999
Stop treating backslashes in CSV as escape character
2018-10-07 22:20:43 +01:00
d98762625
48f3a3b18f
Do not mangle names on minification for Node prod build - property names are used for search in bake
2018-10-05 18:24:06 +01:00
d98762625
25e0585742
Improve use of files as input. Add dish to repl
2018-10-05 18:06:15 +01:00
Klaxon
04ee2fb3e4
add function to replace accent chars with latin chars
2018-10-03 13:26:01 +10:00
Klaxon
ac2466a304
create operation from npm run newop
2018-10-03 13:11:22 +10:00
Klaxon
ab4c9ef0d6
fix comment
2018-10-02 15:12:51 +10:00
Klaxon
a69063de9b
add tests
2018-10-02 13:51:55 +10:00
Klaxon
62b76777c0
update regex to match more email address variations
2018-10-02 13:40:47 +10:00
d98762625
431f1d4be0
housekeeping & add repl command to package
2018-09-27 17:51:44 +01:00
OllieGeek
32a91bda0a
CSS label / register-list Aesthetics
...
Occasionally depending on the page width and the operation used, the label.bmd-label-floating's wraps and covers the input - CSS to hide the wrap
On register-list, if the regex match is not a word and longer than the div, it'll over run - CSS of word-break: break-all
2018-09-24 22:56:38 +01:00
d98762625
cc840c050b
Add header to repl. Use uppercase Dish in chef export. Fix SyncDish constructor call
2018-09-21 12:24:34 +01:00
d98762625
e19d3d0d06
simplify repl-index - no longer needs its own config script. Just needs grunt node.
2018-09-04 10:08:05 +01:00
d98762625
749a587eb2
fix tests after merge; remove detectFileType as it behaves erratically
2018-09-04 09:55:41 +01:00
d98762625
5047619e54
Merge branch 'master' of github.com:gchq/CyberChef into node-lib
2018-09-04 09:42:05 +01:00
d98762625
63a23e4dcc
make chef.help emulate search function in UI. Didnt extract search logic from web as it is fairly entwined.
2018-09-04 09:34:55 +01:00
n1474335
a15af602e0
Merge branch 'tlv' of https://github.com/GCHQ77703/CyberChef into GCHQ77703-tlv
2018-08-31 15:12:54 +00:00
d98762625
3466f4e452
add help, bake to top level export so theyre in the expected place in ES5 chef
2018-08-31 15:17:33 +01:00
n1474335
ec9dfd2918
Updated NPM token
2018-08-31 14:08:18 +00:00
d98762625
b36e3adf7c
add assertions for chef.bake leniancy on op names
2018-08-31 15:03:53 +01:00
n1474335
016086ef4e
8.7.0
2018-08-31 14:00:29 +00:00
n1474335
2e5ea968ee
Updated CHANGELOG
2018-08-31 14:00:24 +00:00
n1474335
5dde1c1c04
Merge branch 'GCHQ77703-jwt'
2018-08-31 13:58:33 +00:00
n1474335
be14d56eae
Tidied up JWT operations
2018-08-31 13:58:06 +00:00
d98762625
c6a292bccb
rename node Recipe > NodeRecipe to avoid naming confusion
2018-08-31 14:52:14 +01:00
d98762625
f51d924ec9
Remove duplicate wiping of opconfig in node index config script
2018-08-31 14:48:46 +01:00
d98762625
96d5930f05
Throw ExcludedOperationError when excluded operation is called from API
2018-08-31 14:43:14 +01:00
d98762625
7c9ebafd00
toggleString args now additionally accept just input value, taking first option as default.
2018-08-31 13:45:12 +01:00
n1474335
100b097ace
Merge branch 'jwt' of https://github.com/GCHQ77703/CyberChef into GCHQ77703-jwt
2018-08-31 12:20:37 +00:00
GCHQ 77703
3833c5f9fe
Rename operation, add working tests, add info URL
2018-08-31 13:20:28 +01:00
d98762625
f6c4b5073c
Expose Dish (SyncDish) in API and make it composable.
2018-08-31 13:09:22 +01:00
d98762625
f73452e01f
making SyncDish composable! we want to exclude certain ops from top level api export (chef, etc) and make an Order (or something) class to start the chain off maybe?
2018-08-31 13:09:22 +01:00
d98762625
55f7cac526
Remove Buffer from Dish. Convert into ByteArray in api and then pass in as ArrayBuffer. Add some PNG files to tests
2018-08-31 13:08:55 +01:00
n1474335
3470dd9f3b
Merge branch 'GCHQ77703-alphabetical'
2018-08-31 11:41:43 +00:00
Matt C
31e758ca45
Attempt to make RSA key generation functional
2018-08-31 11:25:05 +01:00
GCHQ 77703
f81ca3ba60
Implement RSA generation and signing of messages
2018-08-30 22:38:01 +01:00
GCHQ 77703
c5e8649284
alphabetically sort tests
2018-08-29 22:48:47 +01:00
GCHQ 77703
a95f43aa4d
Implement tests, fix options argument
2018-08-29 22:43:10 +01:00
n1474335
0420aa8edb
Merge branch 'Sam-Dowling-patch-1'
2018-08-29 19:09:53 +00:00
n1474335
806b43dfec
Merge branch 'patch-1' of https://github.com/Sam-Dowling/CyberChef into Sam-Dowling-patch-1
2018-08-29 19:09:19 +00:00