Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-18 | feat(new-tool): json to csv converter | 6 | -0/+199 | ||
2023-06-18 | fix(sonar): took down minor sonar warning | 2 | -3/+1 | ||
2023-06-18 | chore(i18n): setup i18n plugin config | 3 | -1/+54 | ||
2023-06-18 | feat(new tool): xml formatter (#457) | 7 | -0/+139 | ||
* feat(new tool): xml formatter * feat(xml-formatter): added happy path e2e tests * refactor(xml-formatter): improved unit tests * refactor(xml-formatter): add better suitable icon * feat(xml-formatter): added happy path e2e tests * feat(xml-formatter): registered xml as syntax highlighter * chore(auto-import): removed unused NSpace --------- Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com> | |||||
2023-06-18 | feat(chmod-calculator): added symbolic representation (#455) | 3 | -3/+82 | ||
2023-06-18 | feat(enhancement): use system dark mode (#458) | 4 | -35/+8 | ||
* Use prefers-color-scheme * Remove theme store | |||||
2023-06-11 | refactor(c-input-text): force usage of props with default | 1 | -2/+1 | ||
2023-06-10 | refactor(naming): prevent auto import conflicts for git memo | 2 | -1/+1 | ||
2023-06-10 | refactor(imports): removed unnecessary imports to vue | 59 | -59/+17 | ||
2023-06-10 | feat(phone-parser): searchable country code select | 1 | -1/+1 | ||
2023-05-28 | chore(lint): switched to a better lint config | 174 | -2873/+3124 | ||
2023-05-27 | refactor(ui): removed all n-space | 40 | -246/+222 | ||
2023-05-17 | feat(new tool): camera screenshot and recorder | 13 | -6/+402 | ||
2023-05-15 | feat(base64-string-converter): switch to encode and decode url safe base64 ↵ | 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-15 | fix(ipv4-range-expander): calculate correct for ip addresses where the first ↵ | 3 | -2/+27 | ||
octet is lower than 128 (#405) | |||||
2023-05-15 | fix(ipv4-converter): removed readonly on input | 1 | -1/+1 | ||
2023-05-15 | refactor(ui): replaced some n-input with c-input-text | 9 | -170/+185 | ||
2023-05-14 | refactor(ui): replaced some n-input with c-input-text | 37 | -442/+675 | ||
2023-05-14 | ui-lib(new-component): added text input component in the c-lib | 8 | -5/+363 | ||
2023-05-14 | ui-lib(button): size variants | 3 | -20/+51 | ||
2023-05-07 | fix(phone-parser): use default country code | 2 | -4/+4 | ||
2023-05-07 | feat(list-converter): a small converter who deals with column based data and ↵ | 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-02 | feat(new tool): phone parser and normalizer | 7 | -2/+202 | ||
2023-05-01 | fix(home): prevent weird blue border on card | 1 | -0/+1 | ||
2023-04-23 | feat(ui-lib): demo pages for c-lib components | 13 | -240/+281 | ||
2023-04-23 | fix(ts): cleaned legacy typechecking warning | 6 | -17/+17 | ||
2023-04-23 | feat(new-tool): diff of two json objects | 11 | -3/+618 | ||
2023-04-20 | refactor(ui-lib): prevent c-button to shrink | 1 | -0/+1 | ||
2023-04-20 | refactor(ui): replaced naive ui cards with custom ones | 38 | -172/+219 | ||
2023-04-19 | refactor(clean): removed unused lodash import | 1 | -1/+0 | ||
2023-04-19 | fix(mac-address-lookup): added copy handler on button click | 1 | -1/+4 | ||
2023-04-19 | refactor(clean): removed useless br tags | 13 | -43/+21 | ||
2023-04-19 | refactor(ui): getting ride of naive ui buttons | 42 | -203/+666 | ||
2023-04-19 | feat(ipv4-range-expander): expands a given IPv4 start and end address to a ↵ | 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-19 | feat(date converter): auto focus main input | 1 | -0/+1 | ||
2023-04-14 | feat(new-tool): http status codes | 5 | -0/+524 | ||
2023-04-13 | refactor(uuid-generator): prevent NaN in quantity | 1 | -29/+25 | ||
2023-04-13 | refactor(404): simplified 404 page | 1 | -14/+11 | ||
2023-04-12 | refactor(date-converter): improved ux and layout | 6 | -76/+344 | ||
2023-04-10 | feat(new-tool): yaml and json converters | 7 | -0/+139 | ||
2023-04-10 | refactor(dx): generic data transformer | 4 | -50/+77 | ||
2023-04-10 | refactor(config): removed new tools env config | 3 | -17/+3 | ||
2023-04-10 | refactor(lint): auto fix lint | 4 | -10/+7 | ||
2023-04-09 | feat(new-tool): generate ula based on timestamp and mac address (#344) | 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-09 | feat(new-tool): generate ula based on timestamp and mac address (#344) | 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-09 | feat(test): added e2e tests | 3 | -3/+80 | ||
2023-04-09 | fix(mac-address-lookup): fix typo in mac-address-lookup tool (#345) | 1 | -3/+3 | ||
2023-04-08 | feat(new-tool): ipv4 address converter | 1 | -1/+1 | ||
2023-04-08 | feat(new-tool): ipv4 address converter | 5 | -1/+152 | ||
2023-04-08 | fix(roman-numeral-converter): input validation and feedback (#332) | 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 |