aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-28chore(lint): switched to a better lint configGravatar Corentin Thomasset 174-2873/+3124
2023-05-27refactor(ui): removed all n-spaceGravatar Corentin Thomasset 40-246/+222
2023-05-17feat(new tool): camera screenshot and recorderGravatar Corentin Thomasset 13-6/+402
2023-05-15feat(base64-string-converter): switch to encode and decode url safe base64 ↵Gravatar cgoIT 4-12/+72
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-15fix(ipv4-range-expander): calculate correct for ip addresses where the first ↵Gravatar cgoIT 3-2/+27
octet is lower than 128 (#405)
2023-05-15fix(ipv4-converter): removed readonly on inputGravatar Corentin Thomasset 1-1/+1
2023-05-15refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 9-170/+185
2023-05-14refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 37-442/+675
2023-05-14ui-lib(new-component): added text input component in the c-libGravatar Corentin Thomasset 8-5/+363
2023-05-14ui-lib(button): size variantsGravatar Corentin Thomasset 3-20/+51
2023-05-07fix(phone-parser): use default country codeGravatar Corentin Thomasset 2-4/+4
2023-05-07feat(list-converter): a small converter who deals with column based data and ↵Gravatar cgoIT 8-0/+300
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 7-2/+202
2023-05-01fix(home): prevent weird blue border on cardGravatar Corentin Thomasset 1-0/+1
2023-04-23feat(ui-lib): demo pages for c-lib componentsGravatar Corentin Thomasset 13-240/+281
2023-04-23fix(ts): cleaned legacy typechecking warningGravatar Corentin Thomasset 6-17/+17
2023-04-23feat(new-tool): diff of two json objectsGravatar Corentin Thomasset 11-3/+618
2023-04-20refactor(ui-lib): prevent c-button to shrinkGravatar Corentin Thomasset 1-0/+1
2023-04-20refactor(ui): replaced naive ui cards with custom onesGravatar Corentin Thomasset 38-172/+219
2023-04-19refactor(clean): removed unused lodash importGravatar Corentin Thomasset 1-1/+0
2023-04-19fix(mac-address-lookup): added copy handler on button clickGravatar Corentin Thomasset 1-1/+4
2023-04-19refactor(clean): removed useless br tagsGravatar Corentin Thomasset 13-43/+21
2023-04-19refactor(ui): getting ride of naive ui buttonsGravatar Corentin Thomasset 42-203/+666
2023-04-19feat(ipv4-range-expander): expands a given IPv4 start and end address to a ↵Gravatar cgoIT 10-9/+283
valid IPv4 subnet (#366) * feat(ipv4-range-expander): expands a given IPv4 start and end address to a valid IPv4 subnet * feat(ipv4-range-expander): remove old component copyable-ip-like.vue * feat(ipv4-range-expander): fix sonar findings * feat(ipv4-range-expander): changes due to review * feat(ipv4-range-expander): only show n-alert if both ipv4 addresses are valid
2023-04-19feat(date converter): auto focus main inputGravatar Corentin Thomasset 1-0/+1
2023-04-14feat(new-tool): http status codesGravatar Corentin Thomasset 5-0/+524
2023-04-13refactor(uuid-generator): prevent NaN in quantityGravatar Corentin Thomasset 1-29/+25
2023-04-13refactor(404): simplified 404 pageGravatar Corentin Thomasset 1-14/+11
2023-04-12refactor(date-converter): improved ux and layoutGravatar Corentin Thomasset 6-76/+344
2023-04-10feat(new-tool): yaml and json convertersGravatar Corentin Thomasset 7-0/+139
2023-04-10refactor(dx): generic data transformerGravatar Corentin Thomasset 4-50/+77
2023-04-10refactor(config): removed new tools env configGravatar Corentin Thomasset 3-17/+3
2023-04-10refactor(lint): auto fix lintGravatar Corentin Thomasset 4-10/+7
2023-04-09feat(new-tool): generate ula based on timestamp and mac address (#344)Gravatar cgoIT 2-5/+6
* 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 6-12/+98
* 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(test): added e2e testsGravatar Corentin Thomasset 3-3/+80
2023-04-09fix(mac-address-lookup): fix typo in mac-address-lookup tool (#345)Gravatar cgoIT 1-3/+3
2023-04-08feat(new-tool): ipv4 address converterGravatar Corentin Thomasset 1-1/+1
2023-04-08feat(new-tool): ipv4 address converterGravatar Corentin Thomasset 5-1/+152
2023-04-08fix(roman-numeral-converter): input validation and feedback (#332)Gravatar cgoIT 3-14/+62
* fix(roman-numeral-converter): checks for valid input and conversion enhancements Validates if numeral values are between 1 and 3999999. Validates if a roman number is valid. * fix(roman-numeral-converter): optimize logic for copy button * fix(roman-numeral-converter): changes due to review
2023-04-07feat(new-tool): mac address lookupGravatar Corentin Thomasset 4-1/+70
2023-04-06feat(css): added unocss with attributify presetGravatar Corentin Thomasset 9-13/+11
2023-04-06feat(dx): auto resolve vue componentsGravatar Corentin Thomasset 1-117/+2
2023-04-06feat(benchmark-builder): compute gap and export to bulet listGravatar Corentin Thomasset 1-2/+3
2023-04-06feat(benchmark-builder): compute gap and export to bulet listGravatar Corentin Thomasset 1-4/+56
2023-04-06feat(new-tool): add new tool user agent parser (#329)Gravatar cgoIT 5-0/+196
* fix(docker-run-to-docker-compose-converter): use different version of converter which suppports more options and is mor failsafe * chore(docker-run-to-docker-compose-converter): add pnpm-lock.yaml again which was accidently removed in last commit * chore(docker-run-to-docker-compose-converter): add fixed version of composerize-ts * chore(user-agent-parser): changes requested by code review * chore(user-agent-parser): some more changes requested by code review
2023-04-06refactor(qr-code): multiline inputGravatar Corentin Thomasset 2-2/+7
2023-04-06refactor(docker-run-converter): improve error handlingGravatar Corentin Thomasset 1-13/+12
2023-04-06refactor(docker-run-converter): improved converter Gravatar cgoIT 1-2/+48
* fix(docker-run-to-docker-compose-converter): use different version of converter which suppports more options and is mor failsafe * chore(docker-run-to-docker-compose-converter): add pnpm-lock.yaml again which was accidently removed in last commit * chore(docker-run-to-docker-compose-converter): add fixed version of composerize-ts
2023-04-05refactor(tool): better new tool logicGravatar Corentin Thomasset 2-1/+6