Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-04 | fix(otp-generator): editable secret | 1 | -3/+7 | ||
2023-03-31 | fix(otp-generator): better computation of token | 2 | -26/+21 | ||
2023-03-30 | feat(menu): collapsible category | 1 | -2/+2 | ||
2023-03-30 | feat(menu): collapsible category | 2 | -30/+144 | ||
2023-03-29 | feat(json-prettify): sort keys | 3 | -3/+69 | ||
2023-03-29 | refactor(uuid-generator): now using computedRefreshable | 1 | -10/+4 | ||
2023-03-29 | refactor(token-generator): now using computedRefreshable | 1 | -10/+7 | ||
2023-03-29 | refactor(port-generator): now using computedRefreshable | 1 | -8/+2 | ||
2023-03-29 | feat(rsa-key-pair-generator): refresh certs button | 2 | -3/+47 | ||
2023-03-29 | feat(config): hide the banner by default | 2 | -1/+8 | ||
2023-03-28 | feat(new-tool): IPv4 subnet calculator | 5 | -0/+199 | ||
2023-03-28 | refactor(import): removed unused imports | 2 | -3/+0 | ||
2023-03-27 | refactor(html-editor): use correct letter casing (#292) | 1 | -1/+1 | ||
2023-03-27 | feat(new-tool): add a docker run to docker compose converter (#291) | 5 | -1/+67 | ||
* Integrate composerize (https://github.com/magicmark/composerize) into it-tools * Fix Prettier errors * Fix Prettier errors * Fix code according to suggestions * Added syntax highlighting to TextareaCopyable component, some ui adjustments in docker-run-to-docker-compose-converter.vue | |||||
2023-03-27 | fix(rsa-key-pair-generator): correct prime web worker urldocker-run-to-docker-compose-converterdev | 1 | -1/+2 | ||
2023-03-26 | refactor(otp-generator): coerce lowercase secret characters to uppercase | 3 | -2/+7 | ||
2023-03-26 | feat(new-tool): html wysiwyg editor | 6 | -0/+358 | ||
2023-03-26 | refactor(otp-generator): no more barcode color invertion | 1 | -1/+4 | ||
2023-03-24 | fix(roman-converter): replaced incorrect default value | 1 | -1/+1 | ||
2023-03-10 | feat(new-tool): RSA key pair generator | 5 | -2/+95 | ||
2023-03-08 | refactor(branding): correct branding for twitter & github (#268) | 4 | -12/+12 | ||
2023-03-08 | fix(about): correct git branch in package.json url | 1 | -1/+1 | ||
2023-03-01 | revert(pwa): fallback to autoUpdate | 2 | -54/+0 | ||
2023-03-01 | chore(pwa): close update notification on update | 1 | -28/+48 | ||
2023-03-01 | refactor(sponsor): updated support link to buy me a coffe | 2 | -2/+2 | ||
2023-03-01 | refactor(pwa): prompt for pwa update | 3 | -4/+44 | ||
2023-02-21 | refactor(style): improved dark mode colors | 1 | -5/+5 | ||
2023-02-21 | fix(jwt-parser): prevent [object Object] value | 1 | -1/+1 | ||
2023-02-15 | feat(new-tool): String to NATO alphabet | 5 | -0/+90 | ||
2023-02-10 | fix(case-converter): allowed diacritics | 1 | -1/+1 | ||
2023-02-10 | fix(case-converter): allowed diacritics | 1 | -11/+15 | ||
2023-02-10 | refactor(tool-card): enforce description height | 1 | -1/+1 | ||
2023-02-10 | refactor(tool-card): enforce description height | 1 | -0/+1 | ||
2023-02-10 | feat(new-tool): slugify string | 3 | -0/+46 | ||
2023-02-06 | refactor(keycode-info): wording | 1 | -1/+1 | ||
2023-02-06 | feat(new-tool): keycode info | 3 | -0/+95 | ||
2023-02-04 | feat(new-tool): json minify (#265) | 3 | -1/+70 | ||
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> | |||||
2023-01-28 | refactor(tools): config in query params | 4 | -10/+46 | ||
2023-01-13 | feat(new-tool): temperature converter | 4 | -6/+178 | ||
2023-01-13 | refactor(jwt-parser): simplified code | 6 | -503/+182 | ||
2022-12-27 | feat(new-tool): jwt parser (#262) | 7 | -0/+560 | ||
* npm install jwt-decode * added base tool structure * added function to decode JWT and display header and payload * use a table to display the data * show human readable values * added switch to toggle display of parsed values * lint * replaced basic package-lock.json with pnpm-lock.json * change the icon of the tool * simplify return * use camelCase * added description of the tool * always parse the values * use camelCase... | |||||
2022-12-21 | refactor(tracker): better tracker injection | 6 | -36/+66 | ||
2022-12-21 | feat(search-bar): use cmd + k to focus on mac | 1 | -1/+10 | ||
2022-12-21 | feat(tracker): added actions monitoring | 7 | -1/+26 | ||
2022-12-20 | refactor(clean): removed unused import | 1 | -2/+0 | ||
2022-12-20 | refactor(clean): removed empty style tag | 6 | -12/+0 | ||
2022-12-17 | feat(tool): improved favorite tool management | 3 | -72/+84 | ||
2022-12-17 | refactor(menu): improve support button | 1 | -4/+20 | ||
2022-12-17 | feat(tools): added favorite tool handling | 10 | -51/+181 | ||
2022-12-16 | fix(tool-card): correct text color on light mode for card description | 1 | -2/+2 | ||