Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-14 | chore(version): release 2023.05.14-77f2efcv2023.5.14-77f2efc | 1 | -1/+1 | ||
2023-05-14 | docs(changelog): update changelog for 2023.05.14-77f2efc | 1 | -0/+20 | ||
2023-05-14 | refactor(ui): replaced some n-input with c-input-text | 39 | -452/+742 | ||
2023-05-14 | ui-lib(new-component): added text input component in the c-lib | 14 | -21/+428 | ||
2023-05-14 | ui-lib(button): size variants | 3 | -20/+51 | ||
2023-05-13 | chore(issues): updated new tool request issue template | 1 | -2/+2 | ||
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 ↵ | 9 | -139/+441 | ||
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 | 10 | -140/+357 | ||
2023-05-01 | fix(home): prevent weird blue border on card | 1 | -0/+1 | ||
2023-04-23 | chore(version): release 2023.04.23-92bd835v2023.4.23-92bd835 | 1 | -1/+1 | ||
2023-04-23 | docs(changelog): update changelog for 2023.04.23-92bd835 | 1 | -0/+19 | ||
2023-04-23 | feat(ui-lib): demo pages for c-lib components | 14 | -240/+286 | ||
2023-04-23 | fix(ts): cleaned legacy typechecking warning | 7 | -17/+20 | ||
2023-04-23 | feat(new-tool): diff of two json objects | 12 | -134/+751 | ||
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 | 40 | -304/+352 | ||
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 | 44 | -205/+739 | ||
2023-04-19 | feat(ipv4-range-expander): expands a given IPv4 start and end address to a ↵ | 11 | -9/+284 | ||
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 | chore(version): release 2023.04.14-dbad773v2023.4.14-dbad773 | 1 | -1/+1 | ||
2023-04-14 | docs(changelog): update changelog for 2023.04.14-dbad773 | 1 | -0/+12 | ||
2023-04-14 | chore(release): create a github release on new version | 8 | -819/+356 | ||
2023-04-14 | chore(version): reset CHANGELOG content to support new format | 1 | -573/+2 | ||
2023-04-14 | feat(new-tool): http status codes | 6 | -0/+525 | ||
2023-04-13 | refactor(uuid-generator): prevent NaN in quantity | 1 | -29/+25 | ||
2023-04-13 | chore(version): release v2023.04.13-dce9ff9v2023.4.13-dce9ff9 | 1 | -1/+1 | ||
2023-04-13 | feat(cd): git version tag pushed to docker | 2 | -6/+63 | ||
2023-04-13 | refactor(404): simplified 404 page | 1 | -14/+11 | ||
2023-04-12 | refactor(date-converter): improved ux and layout | 7 | -76/+346 | ||
2023-04-12 | chore(deps): updated dependencies | 2 | -334/+341 | ||
2023-04-10 | feat(new-tool): yaml and json converters | 9 | -1/+149 | ||
2023-04-10 | refactor(dx): generic data transformer | 5 | -50/+78 | ||
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 | 11 | -5/+245 | ||
2023-04-09 | chore(cd): don't run nightly release if their is no new commits | 1 | -0/+18 | ||
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 | 2 | -1/+2 | ||
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 | |||||
2023-04-07 | feat(new-tool): mac address lookup | 7 | -9/+209 | ||
2023-04-06 | chore(cd): docker nightly releases | 1 | -1/+3 | ||
2023-04-06 | chore(cd): docker nightly releases | 1 | -5/+12 | ||
2023-04-06 | feat(css): added unocss with attributify preset | 15 | -13/+406 | ||