aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-04-04fix(otp-generator): editable secretGravatar Corentin Thomasset 1-3/+7
2023-03-31fix(otp-generator): better computation of tokenGravatar Corentin Thomasset 2-26/+21
2023-03-30feat(menu): collapsible categoryGravatar Corentin Thomasset 1-2/+2
2023-03-30feat(menu): collapsible categoryGravatar Corentin Thomasset 2-30/+144
2023-03-29feat(json-prettify): sort keysGravatar Corentin Thomasset 3-3/+69
2023-03-29refactor(uuid-generator): now using computedRefreshableGravatar Corentin Thomasset 1-10/+4
2023-03-29refactor(token-generator): now using computedRefreshableGravatar Corentin Thomasset 1-10/+7
2023-03-29refactor(port-generator): now using computedRefreshableGravatar Corentin Thomasset 1-8/+2
2023-03-29feat(rsa-key-pair-generator): refresh certs buttonGravatar Corentin Thomasset 2-3/+47
2023-03-29feat(config): hide the banner by defaultGravatar Corentin Thomasset 2-1/+8
2023-03-28feat(new-tool): IPv4 subnet calculatorGravatar Corentin Thomasset 5-0/+199
2023-03-28refactor(import): removed unused importsGravatar Corentin Thomasset 2-3/+0
2023-03-27refactor(html-editor): use correct letter casing (#292)Gravatar marvin-j97 1-1/+1
2023-03-27feat(new-tool): add a docker run to docker compose converter (#291)Gravatar cgoIT 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-27fix(rsa-key-pair-generator): correct prime web worker urldocker-run-to-docker-compose-converterdevGravatar Corentin Thomasset 1-1/+2
2023-03-26refactor(otp-generator): coerce lowercase secret characters to uppercaseGravatar Corentin Thomasset 3-2/+7
2023-03-26feat(new-tool): html wysiwyg editorGravatar Corentin Thomasset 6-0/+358
2023-03-26refactor(otp-generator): no more barcode color invertionGravatar Corentin Thomasset 1-1/+4
2023-03-24fix(roman-converter): replaced incorrect default valueGravatar Corentin Thomasset 1-1/+1
2023-03-10feat(new-tool): RSA key pair generatorGravatar Corentin Thomasset 5-2/+95
2023-03-08refactor(branding): correct branding for twitter & github (#268)Gravatar marvin-j97 4-12/+12
2023-03-08fix(about): correct git branch in package.json urlGravatar Corentin Thomasset 1-1/+1
2023-03-01revert(pwa): fallback to autoUpdateGravatar Corentin Thomasset 2-54/+0
2023-03-01chore(pwa): close update notification on updateGravatar Corentin Thomasset 1-28/+48
2023-03-01refactor(sponsor): updated support link to buy me a coffeGravatar Corentin Thomasset 2-2/+2
2023-03-01refactor(pwa): prompt for pwa updateGravatar Corentin Thomasset 3-4/+44
2023-02-21refactor(style): improved dark mode colorsGravatar Corentin Thomasset 1-5/+5
2023-02-21fix(jwt-parser): prevent [object Object] valueGravatar Corentin Thomasset 1-1/+1
2023-02-15feat(new-tool): String to NATO alphabetGravatar Corentin Thomasset 5-0/+90
2023-02-10fix(case-converter): allowed diacriticsGravatar Corentin Thomasset 1-1/+1
2023-02-10fix(case-converter): allowed diacriticsGravatar Corentin Thomasset 1-11/+15
2023-02-10refactor(tool-card): enforce description heightGravatar Corentin Thomasset 1-1/+1
2023-02-10refactor(tool-card): enforce description heightGravatar Corentin Thomasset 1-0/+1
2023-02-10feat(new-tool): slugify stringGravatar Corentin Thomasset 3-0/+46
2023-02-06refactor(keycode-info): wordingGravatar Corentin Thomasset 1-1/+1
2023-02-06feat(new-tool): keycode infoGravatar Corentin Thomasset 3-0/+95
2023-02-04feat(new-tool): json minify (#265)Gravatar Tsonglew 3-1/+70
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2023-01-28refactor(tools): config in query paramsGravatar Corentin Thomasset 4-10/+46
2023-01-13feat(new-tool): temperature converterGravatar Corentin Thomasset 4-6/+178
2023-01-13refactor(jwt-parser): simplified codeGravatar Corentin Thomasset 6-503/+182
2022-12-27feat(new-tool): jwt parser (#262)Gravatar bastantoine 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-21refactor(tracker): better tracker injectionGravatar Corentin Thomasset 6-36/+66
2022-12-21feat(search-bar): use cmd + k to focus on macGravatar Corentin Thomasset 1-1/+10
2022-12-21feat(tracker): added actions monitoringGravatar Corentin Thomasset 7-1/+26
2022-12-20refactor(clean): removed unused importGravatar Corentin Thomasset 1-2/+0
2022-12-20refactor(clean): removed empty style tagGravatar Corentin Thomasset 6-12/+0
2022-12-17feat(tool): improved favorite tool managementGravatar Corentin Thomasset 3-72/+84
2022-12-17refactor(menu): improve support buttonGravatar Corentin Thomasset 1-4/+20
2022-12-17feat(tools): added favorite tool handlingGravatar Corentin Thomasset 10-51/+181
2022-12-16fix(tool-card): correct text color on light mode for card descriptionGravatar Corentin Thomasset 1-2/+2