aboutsummaryrefslogtreecommitdiff
path: root/src/utils (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-15feat(base64-string-converter): switch to encode and decode url safe base64 ↵Gravatar cgoIT 2-8/+49
strings (#392) * feat(base64-string-converter): switch to encode and decode url safe * feat(base64-string-converter): changes based on review comments, use config object instead of boolean argument. * feat(base64-string-converter): fix validation, add option to watch additional refs for changes which interfere with validation rules
2023-05-15refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 1-7/+9
2023-05-14ui-lib(new-component): added text input component in the c-libGravatar Corentin Thomasset 1-1/+11
2023-05-07feat(list-converter): a small converter who deals with column based data and ↵Gravatar cgoIT 1-0/+7
do some stuff with it (#387) * feat(list-converter): a small converter who deals with column based data and do some stuff with it * Update src/tools/list-converter/index.ts * Update src/tools/list-converter/index.ts * Update src/tools/list-converter/index.ts --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> fix(list-format): fix e2e
2023-05-02feat(new tool): phone parser and normalizerGravatar Corentin Thomasset 2-2/+13
2023-04-09feat(new-tool): generate ula based on timestamp and mac address (#344)Gravatar cgoIT 1-1/+1
* feat(ipv6-ula-generator): new tool: generate ula based on timestamp and mac address This new tool generates a random unique ula based on the current timestamp and the provided mac address. An ULA is your "secondary" IPV6-Address only for internal use. It can also be used as a backup address if your provider gets offline and your Prefix-IPs are not longer valid.Also you can create the most of your internal firewall rules based on your ULAs. * feat(ipv6-ula-generator): changes requested by review * Update src/tools/ipv6-ula-generator/index.ts * Update src/tools/ipv6-ula-generator/ipv6-ula-generator.vue --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2023-04-09feat(new-tool): generate ula based on timestamp and mac address (#344)Gravatar cgoIT 1-0/+16
* feat(ipv6-ula-generator): new tool: generate ula based on timestamp and mac address This new tool generates a random unique ula based on the current timestamp and the provided mac address. An ULA is your "secondary" IPV6-Address only for internal use. It can also be used as a backup address if your provider gets offline and your Prefix-IPs are not longer valid.Also you can create the most of your internal firewall rules based on your ULAs. * feat(ipv6-ula-generator): changes requested by review * Update src/tools/ipv6-ula-generator/index.ts * Update src/tools/ipv6-ula-generator/ipv6-ula-generator.vue --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2023-03-10feat(new-tool): RSA key pair generatorGravatar Corentin Thomasset 1-1/+9
2022-12-07fix(integer-base-converter): handle non-decimal char and better error messageGravatar Corentin Thomasset 2-0/+53
2022-08-18fix(deps): added missing optional depsGravatar Corentin Thomasset 1-1/+2
2022-08-04refactor(validation): simplified validation management with helpersGravatar Corentin Thomasset 2-0/+25
2022-08-04refactor(base64): mutualized base64 functions into global utilitiesGravatar Corentin Thomasset 4-0/+127
2022-04-14feat(tool): text statisticsGravatar Corentin Thomasset 1-0/+11
2022-03-31chore: first commitGravatar Corentin Thomasset 1-0/+21