Commit Graph
638 Commits
Author SHA1 Message Date
GCHQDeveloper581andGitHub 864afa85aa Make compatible with node >=22 (#2273)
Breaking change: uplifts the minimum version of node required to v20
2026-04-28 07:18:44 +01:00
Matt CandGitHub 5a1b121041 Accessibility - Add support for screenreaders in operations search (#1862) 2026-04-24 16:19:36 +01:00
j264415andGitHub 9cf82cc1a1 Added tab focus to top banner and navigation to About/Support Modal (#1733) 2026-03-21 20:28:59 +00:00
j264415andGitHub 2b370b9616 Selection and Deselection of autobake checkbox using keyboard (#1727) 2026-03-21 17:49:13 +00:00
SwonkieandGitHub 15d7d5507e [bugfix] #1874 Add Bootstrap form style for CodeMirror editor (#2161) 2026-03-07 08:20:26 +00:00
Bart van AndelandGitHub 2979f2ebb4 Fix hint tooltip display issues (#2017) 2026-03-01 17:24:45 +00:00
GCHQ Developer 85297andGitHub 98fb680a92 Paste spreadsheets as text (#2200) 2026-02-20 17:08:11 +00:00
GCHQ Developer 85297andGitHub d71dad8568 Fix Roboto Mono font (#2199) 2026-02-20 16:10:15 +00:00
GCHQ Developer 85297andGitHub c97baa6fdf Update JIMP (#2171) 2026-02-18 11:34:31 +00:00
fe69ec5881 Added the ability to paste one or more Images from the Clipboard (#1876)
Co-authored-by: a3957273 <89583054+a3957273@users.noreply.github.com>
Co-authored-by: GCHQ Developer 85297 <95289555+C85297@users.noreply.github.com>
2026-02-09 20:30:45 +00:00
Zack ZhouandGitHub 042afe4157 Fix freeze when output text decoding fails (#1573) 2026-02-09 09:17:36 +00:00
1542cadde8 Update Sitemap URLs to Use Valid Paths in sitemap.mjs (#1861)
Co-authored-by: C85297 <95289555+C85297@users.noreply.github.com>
2026-02-03 18:44:59 +00:00
GCHQ Developer C85297andGitHub 96c93b95f2 Remove version 10 message from banner (#2169) 2026-02-03 15:12:41 +00:00
GCHQDeveloper94872 e4f4d9c1c5 Workaround for Safari load bug 2025-05-12 12:15:41 +00:00
kenduguay1andGitHub 85a3a18570 Merge branch 'master' into push-input-through-postmessage 2025-05-09 10:29:09 -04:00
Ken Duguay a150137c4b Merge branch 'push-input-through-postmessage' of github.com:kenduguay1/CyberChef into push-input-through-postmessage 2025-05-09 14:22:11 +00:00
Ken Duguay c6ece4292b Update the postMessage format to be consistent with cyberchef's internal functions 2025-05-09 14:20:13 +00:00
heaprc c83e1ac4fb Fix(RecipeWaiter): eslint format error 2025-04-05 00:42:37 +02:00
heaprc 857576dbe4 fix(RecipeWaiter): sanitize user input in addOperation to prevent XSS 2025-04-05 00:18:54 +02:00
heaprc 0e7b1f7c78 resolve conflict in applyPreferredColorScheme method 2025-04-03 09:31:53 +02:00
0xh3xaandGitHub 9ca0152aac Merge branch 'master' into master 2025-04-03 09:22:38 +02:00
heaprc 9f30dd0e7a fix invalid theme error 2025-03-29 04:40:29 +01:00
0xh3xaandGitHub 49d69a293b Fix selected theme not loading when refreshing 2025-03-29 01:27:38 +01:00
kenduguay1andGitHub f4988328be Merge branch 'master' into push-input-through-postmessage 2025-02-28 14:45:20 -05:00
ken 7710c5ef49 Add event listener for message events
Add handler for message events
2025-02-28 19:44:04 +00:00
Vijay Soni e484d426fe automatically theme mode based on user preference
Related to #1901

Implemented automatic dark theme change based on user preference using the `prefers-color-scheme` media query.
2024-10-07 01:28:46 +05:30
piguagua b6c95492f1 chore: remove repeat words
Signed-off-by: piguagua <piguagua@aliyun.com>
2024-06-10 17:36:17 +08:00
n1474335 57c8c6dbc6 Added operation counts to categories and ops list with option to hide by default for categories. 2024-05-13 17:48:09 +01:00
n1474335 a79be1e3ef Removed autoBakePause flag and statechange trigger in InputWaiter.set() as they are redundant. 2024-04-24 17:13:44 +01:00
n1474335 29efd77eaf Merge branch 'fix-testui-race-condition' of https://github.com/zb3/CyberChef into zb3-fix-testui-race-condition 2024-04-24 16:35:12 +01:00
n1474335 e61d64f618 Wording and stats improvements 2024-04-23 18:28:08 +01:00
a3957273andGitHub 42ad9a49f3 Merge pull request #1786 from zb3/fix-overwritten-output 2024-04-15 01:17:49 +01:00
a3957273andGitHub 4619a511d4 Merge pull request #541 from TheZ3ro/hide-recipe-options 2024-04-13 20:22:31 +01:00
a3957273andGitHub d13218caaf Merge pull request #1739 from e218736/options-dialog-keyboard-navigation 2024-04-11 15:24:57 +01:00
TheZ3roandGitHub 670c370b90 Merge branch 'master' into hide-recipe-options 2024-04-09 09:22:03 +02:00
a3957273andGitHub b2e400f474 Merge pull request #1743 from e218736/button-aria-labels 2024-04-09 00:44:48 +01:00
zb3 a81b2064d4 Abort the previous bake when attempting the next autobake 2024-04-07 00:23:17 +02:00
zb3 e3033173d7 Merge branch 'master' into fix-testui-race-condition 2024-04-06 13:33:59 +02:00
TheZ3roandGitHub 1fbf6c94cd Merge branch 'master' into hide-recipe-options 2024-04-06 11:48:59 +02:00
thez3ro bf9066ae2e fix: make the linter happy 2024-04-06 09:30:52 +00:00
n1474335 1b870e559e Updated copyright declarations to a range up to the latest commit 2024-04-05 18:09:07 +01:00
zb3 1adc2ff930 Make loadURIParams set input non-silently
Silent input changes might be overwritten due to the debounce logic present inside inputChange.
2024-04-05 18:52:50 +02:00
zb3 fc40580dce Avoid calling inputChange when setting encoding inside loadURIParams
Otherwise the debounce logic sometimes causes the input to be overriden by the previous value.
2024-04-05 18:48:45 +02:00
TheZ3roandGitHub a1892d4411 Merge branch 'master' into hide-recipe-options 2024-04-05 13:23:28 +02:00
n1474335 0026d77b7b More test tweaking 2024-03-26 16:34:36 +00:00
n1474335 65ffd8d65d Automatically detect UTF8 character encoding in output 2024-03-26 13:44:59 +00:00
n1474335 16dfb3fac6 Automatically detect EOL from paste events and output setting 2024-03-26 13:44:58 +00:00
e218736 bf833a39fc favourites button aria label 2024-02-29 14:32:47 +00:00
e218736 fccc3584d8 aria labels/aria hidden to input/output buttons 2024-02-29 12:11:41 +00:00
e218736 963e2839ce add css styling on focus 2024-02-27 14:41:07 +00:00