n1474335
|
ff94172b3c
|
Output files can now be downloaded using FileSaver (supports large files ~500MB)
|
2017-12-26 01:32:51 +00:00 |
|
n1474335
|
af71ca6a25
|
Output over 1MiB is passed back as an ArrayBuffer and an output file card is displayed.
|
2017-12-26 00:44:40 +00:00 |
|
n1474335
|
0e7989111f
|
Removed CryptoJS from Utils.js. UTF8 conversion is now achieved with the much smaller and actively maintained utf8 library.
|
2017-12-25 23:11:52 +00:00 |
|
n1474335
|
09b6661e35
|
Fixed trailing spaces
|
2017-12-20 15:51:57 +00:00 |
|
n1474335
|
12fc8c22dd
|
Made some naming changes to Label-related operations.
|
2017-12-19 13:18:25 +00:00 |
|
n1474335
|
4e00ac9300
|
Files are now uploaded in a worker and not displayed in the input by default. Added ArrayBuffer Dish type.
|
2017-12-18 20:39:55 +00:00 |
|
n1474335
|
7a2f68e14a
|
Cosmetic changes to keybindings code
|
2017-11-20 17:45:50 +00:00 |
|
n1474335
|
8fd08cb2bf
|
Merge branch 'features/keybindings' of https://github.com/artemisbot/CyberChef into artemisbot-features/keybindings
|
2017-11-20 16:57:16 +00:00 |
|
Matt C
|
8b30fdf7f1
|
Adds ability for user to use Meta key instead of alt for keybindings
- includes dynamically updating keybinding list
|
2017-11-04 12:55:28 +00:00 |
|
n1474335
|
1553b5f54b
|
Fixed lint
|
2017-10-23 17:32:36 +00:00 |
|
n1474335
|
2ddd2e0a60
|
Added 'Copy output' button. Closes #198.
|
2017-10-23 17:31:53 +00:00 |
|
Matt C
|
d924ede9cf
|
Merge remote-tracking branch 'upstream/master' into features/keybindings
|
2017-10-17 19:37:14 +01:00 |
|
Matt C
|
638e03856b
|
Initial keybinding functionality + documentation
Todo:
- allow user to specify whether to use alt or meta key (relatively easy to implement)
- keybinding icon for about pane
|
2017-10-17 19:36:51 +01:00 |
|
n1474335
|
599fefb39b
|
Fixed 'Parse URI' operation and improved error handling from worker
|
2017-10-13 11:29:22 +00:00 |
|
n1474335
|
e5a32ac57d
|
Added links to Gitter chat room
|
2017-10-13 09:19:16 +00:00 |
|
n1474335
|
6234afc119
|
Added disassembly examples to README and index.html
|
2017-10-04 23:08:16 +01:00 |
|
n1474335
|
90763dee6a
|
Added 'Register' example to FAQ
|
2017-09-28 19:45:29 +00:00 |
|
n1474335
|
ab7cc878c3
|
Removed debug code
|
2017-09-28 18:40:29 +00:00 |
|
n1474335
|
877ab57f0a
|
Multiple Register operations can now be called in a single recipe
|
2017-09-28 18:39:35 +00:00 |
|
n1474335
|
e2ac297102
|
Register values now displayed in the recipe
|
2017-09-28 17:35:52 +00:00 |
|
n1474335
|
d54d7011d9
|
Removed excess auto-baking on input load from URI
|
2017-09-27 15:44:00 +00:00 |
|
n1474335
|
db98e56e72
|
Reduced extraneous auto bakes
|
2017-09-22 17:33:46 +00:00 |
|
n1474335
|
e2cae035f2
|
Accessibility checks are now made before trying to access local storage. Fixes #174.
|
2017-09-20 22:26:47 +01:00 |
|
n1474335
|
e42b19d324
|
Removed excess auto-baking
|
2017-09-20 01:16:15 +01:00 |
|
n1474335
|
9028761821
|
Loading message fade and cancelBake bugfix
|
2017-09-20 00:48:37 +01:00 |
|
n1474335
|
f6b52b7c82
|
Operations can now set options from within the worker
|
2017-09-20 00:37:57 +01:00 |
|
n1474335
|
13f07abb8a
|
Highlighting now works with the web worker
|
2017-09-19 23:34:03 +01:00 |
|
n1474335
|
8c960f0661
|
Moved worker handling code from App.js to WorkerWaiter.js
|
2017-09-17 19:27:02 +01:00 |
|
n1474335
|
d3246b7c8b
|
Merged upstream master
|
2017-09-17 14:53:17 +01:00 |
|
n1474335
|
c93edec55b
|
Switched to val-loader and compiling MetaConfig
|
2017-09-17 13:47:33 +01:00 |
|
n1474335
|
8fa6f3f45c
|
Fixed bug where clicking up and down arrows on numeric inputs would not trigger an auto-bake
|
2017-09-05 16:51:57 +00:00 |
|
Marcus Bointon
|
9545205f19
|
Optimise PNGs
|
2017-09-04 12:22:12 +02:00 |
|
n1474335
|
d68523a54e
|
Added status message mechanism for the Worker to report to the app
|
2017-08-25 01:24:12 +01:00 |
|
n1474335
|
a4aee761c2
|
Added module and threading support for the inline version.
|
2017-08-25 00:25:49 +01:00 |
|
n1474335
|
cc44be7ef9
|
Fixed recipe saving
|
2017-08-21 15:25:35 +00:00 |
|
n1474335
|
e0eb972a54
|
Operations with no arguments can now be added to the recipe without causing errors
|
2017-08-18 16:12:49 +00:00 |
|
n1474335
|
19c54a99cd
|
Improved web app title construction
|
2017-08-18 16:01:55 +00:00 |
|
n1474335
|
9d60ec22ee
|
Updated links in index.html
|
2017-08-18 15:55:04 +01:00 |
|
n1474335
|
cf1ba60a10
|
Added new 'pretty' recipe format to make URLs more readable
|
2017-08-15 16:26:42 +00:00 |
|
n1474335
|
d4d7bcab7a
|
Added GeoCities theme
|
2017-08-10 12:35:30 +00:00 |
|
n1474335
|
a61cf6a68a
|
Added module framework
|
2017-08-09 20:09:23 +01:00 |
|
n1474335
|
81f2a460ed
|
Added apploaded event to signify when the app has completed loading
|
2017-08-08 13:08:06 +00:00 |
|
n1474335
|
ab1c9e27dc
|
Added more loading messages
|
2017-08-03 10:57:54 +00:00 |
|
n1474335
|
e8e5eb9c53
|
Fixed some edge cases for popover triggering
|
2017-08-01 19:23:30 +00:00 |
|
n1474335
|
a15034b03e
|
Merge branch 'bug/text-overflow' of https://github.com/artemisbot/CyberChef into artemisbot-bug/text-overflow
|
2017-08-01 15:40:31 +00:00 |
|
n1474335
|
9f19afc943
|
Removed auto-bake threshold as long bakes can now be cancelled manually
|
2017-07-30 12:51:21 +01:00 |
|
Matt C
|
9ee0964d0e
|
Fixed hover issue - now allows scrolling
|
2017-07-29 00:45:41 +01:00 |
|
Matt C
|
33ecbfa95b
|
Fixed arrow issue
|
2017-07-28 21:47:47 +01:00 |
|
n1474335
|
e977a1006c
|
Merge branch 'master' into feature-threading
|
2017-07-28 16:55:07 +01:00 |
|
n1474335
|
f1ebab0c2d
|
Added the ability to cancel bakes
|
2017-07-28 16:38:53 +01:00 |
|