aboutsummaryrefslogtreecommitdiff
path: root/src/tools/encryption/index.ts (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-11feat(new tool): ULID generator (#623)Gravatar Corentin THOMASSET 11-1/+174
2023-09-11doc(readme): added contributors list (#622)Gravatar Corentin THOMASSET 1-0/+8
2023-09-11chore(deps): update actions/checkout action to v4 (#613)Gravatar renovate[bot] 5-8/+8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-11fix(deps): update dependency monaco-editor to ^0.43.0 (#620)Gravatar renovate[bot] 2-5/+5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-06feat(new tool): add wifi qr code generator (#599)Gravatar Simon Bordeyne 5-1/+315
* (feat: new tool): add wifi qr code generator * Update src/tools/wifi-qr-code-generator/wifi-qr-code-generator.vue Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> * Update src/tools/wifi-qr-code-generator/index.ts Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> * remove naive UI grid * Update src/tools/wifi-qr-code-generator/index.ts --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2023-09-04refactor(spelling): minor corrections to phrasing/spelling (#596)Gravatar Mark Townsend 4-15/+15
* Minor corrections to phrasing/spelling. * Corrected 'millennia'. * Corrected tests. --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2023-09-03refactor(i18n): merge tools scoped locales with global ones (#612)Gravatar Corentin THOMASSET 3-6/+25
2023-09-03refactor(c-key-value-list): got rid of table for layout (#611)Gravatar Corentin THOMASSET 6-34/+50
2023-09-03fix(deps): update dependency sql-formatter to v13 (#606)Gravatar renovate[bot] 2-5/+13
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-03refactor(CI): run e2e against built app and no longer vercel (#610)Gravatar Corentin THOMASSET 4-17/+20
2023-09-03chore(deps): update dependency unplugin-icons to ^0.17.0 (#609)Gravatar renovate[bot] 2-7/+24
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-01refactor(bcrypt): fix typo (#604)Gravatar Anton Mosich 1-1/+1
2023-09-01chore(deps): update dependency @intlify/unplugin-vue-i18n to ^0.13.0 (#597)Gravatar renovate[bot] 2-90/+44
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-27feat(new tool): iban validation and parser (#591)Gravatar Corentin THOMASSET 14-1/+278
2023-08-26feat(new tool): text diff and comparator (#588)Gravatar Corentin THOMASSET 8-37/+127
* feat(new tool): text diff and comparator * chore(ci): increased memory in CI
2023-08-26chore(deps): update dependency @antfu/eslint-config to ^0.41.0 (#585)Gravatar renovate[bot] 2-82/+53
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-26doc(hosting): added cloudron in the other hosting solutions section (#589)Gravatar Corentin THOMASSET 1-6/+5
2023-08-26chore(deps): update dependency typescript to ~5.2.0 (#587)Gravatar renovate[bot] 2-78/+78
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-22chore(version): release 2023.08.21-6f93cbav2023.8.21-6f93cbaGravatar Corentin Thomasset 1-1/+1
2023-08-22docs(changelog): update changelog for 2023.08.21-6f93cbaGravatar Corentin Thomasset 1-0/+16
2023-08-21feat(copy): support legacy copy to clipboard for older browser (#581)Gravatar Corentin THOMASSET 11-53/+47
2023-08-21chore(deps): switched to fucking typescript v5 (#501)Gravatar renovate[bot] 10-885/+1120
* chore(deps): update dependency typescript to v5 * chore(deps): switched to fucking typescript v5 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
2023-08-21chore(deps): update dependency @antfu/eslint-config to ^0.40.0 (#552)Gravatar renovate[bot] 13-408/+348
* chore(deps): update dependency @antfu/eslint-config to ^0.40.0 * chore(deps): updated eslint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
2023-08-21chore(deps): update dependency prettier to v3 (#564)Gravatar renovate[bot] 3-40/+10
* chore(deps): update dependency prettier to v3 * chore(deps): updated prettier --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
2023-08-21chore(deps): removed @typescript-eslint/parser (#563)Gravatar renovate[bot] 2-88/+23
* chore(deps): update dependency @typescript-eslint/parser to v6 * chore(deps): removed @typescript-eslint/parser --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
2023-08-21chore(deps): removed ts-pattern (#565)Gravatar renovate[bot] 3-13/+9
* fix(deps): update dependency ts-pattern to v5 * chore(deps): removed ts-pattern --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
2023-08-21fix(deps): update dependency sql-formatter to v12 (#520)Gravatar renovate[bot] 3-8/+44
* fix(deps): update dependency sql-formatter to v12 * fix(sql-prettify): corrected types --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
2023-08-16feat(new tool): string obfuscator (#575)Gravatar Corentin THOMASSET 6-1/+119
2023-08-16chore(version): release 2023.08.16-9bd4ad4v2023.8.16-9bd4ad4Gravatar Corentin Thomasset 1-1/+1
2023-08-16docs(changelog): update changelog for 2023.08.16-9bd4ad4Gravatar Corentin Thomasset 1-0/+102
2023-08-10chore(deps): update dependency vitest to ^0.34.0 (#562)Gravatar renovate[bot] 2-93/+59
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-10fix(deps): update dependency uuid to v9 (#566)Gravatar renovate[bot] 2-10/+11
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-10chore(deps): update dependency node to v18.17.1 (#560)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-09chore(deps): update dependency unocss to ^0.55.0 (#561)Gravatar renovate[bot] 2-155/+167
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-09chore(deps): update dependency @unocss/eslint-config to ^0.55.0 (#553)Gravatar renovate[bot] 2-12/+142
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-10chore(deps): update dependency @intlify/unplugin-vue-i18n to ^0.12.0 (#526)Gravatar renovate[bot] 2-62/+31
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-10fix(deps): update dependency mathjs to v11 (#519)Gravatar renovate[bot] 2-17/+11
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-10chore(deps): update docker/login-action action to v2 (#512)Gravatar renovate[bot] 2-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-10fix(deps): update dependency @vueuse/router to v10 (#516)Gravatar renovate[bot] 2-15/+15
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-10chore(deps): update dependency jsdom to v22 (#499)Gravatar renovate[bot] 2-91/+44
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-09fix(copy): prevent shorthand copy if source is present in useCopy (#559)Gravatar Corentin THOMASSET 14-20/+26
* fix(copy): prevent shorthand copy if source is present in useCopy * refactor(copy): normalized copy usage
2023-08-09feat(Case Converter): Add lowercase and uppercase (#534)Gravatar Marvin 3-52/+79
* feat(case converter): add uppercase and lowercase * (case converter) correctly use stripRegexp * style: lint fix * feat(ui): added c-select in the ui lib (#550) * feat(ui): added c-select in the ui lib * refactor(ui): switched n-select to c-select * feat(new tool): emoji picker (#551) * chore(deps): update dependency @vitejs/plugin-vue to v4 (#496) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @vitejs/plugin-vue-jsx to v3 (#497) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * refactor(case converter): using nocase to convert to upper and lower case * refactor(case converter): config based case changes --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-09fix(c-lib): hide component library shortcut link in non-dev (#557)Gravatar Corentin THOMASSET 1-1/+1
2023-08-09fix(emoji picker): fix copy button (#556)Gravatar Corentin THOMASSET 1-1/+1
2023-08-08chore(deps): update dependency @vitejs/plugin-vue-jsx to v3 (#497)Gravatar renovate[bot] 2-334/+42
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-08chore(deps): update dependency @vitejs/plugin-vue to v4 (#496)Gravatar renovate[bot] 2-7/+7
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-08feat(new tool): emoji picker (#551)Gravatar Corentin THOMASSET 11-6/+192
2023-08-07feat(ui): added c-select in the ui lib (#550)Gravatar Corentin THOMASSET 29-199/+666
* feat(ui): added c-select in the ui lib * refactor(ui): switched n-select to c-select
2023-07-05chore(deps): update dependency vite-plugin-pwa to ^0.16.0 (#488)Gravatar renovate[bot] 2-90/+84
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-29chore(deps): update dependency vite to v4 (#503)Gravatar renovate[bot] 2-272/+25
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>