Commit graph

61 commits

Author SHA1 Message Date
cgoIT
df989e24b3
feat(ipv4-range-expander): expands a given IPv4 start and end address to a 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 20:30:45 +02:00
Corentin Thomasset
8355bd2ae4 feat(new-tool): http status codes 2023-04-14 09:04:49 +02:00
Corentin Thomasset
c0a89131dd feat(new-tool): yaml and json converters 2023-04-10 22:38:35 +02:00
cgoIT
1d7f8b9a8c
feat(new-tool): generate ula based on timestamp and mac address (#344)
* 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 20:58:27 +02:00
Corentin Thomasset
28145e0ffe feat(new-tool): ipv4 address converter 2023-04-08 21:13:14 +02:00
Corentin Thomasset
076df11024 feat(new-tool): mac address lookup 2023-04-07 00:24:49 +02:00
cgoIT
f350dc19aa
feat(new-tool): add new tool user agent parser (#329)
* 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-06 10:28:12 +02:00
Corentin Thomasset
6e84ea4061 feat(new-tool): simple benchmark calculator 2023-04-05 22:57:58 +02:00
Corentin Thomasset
c339ab3551 feat(new-tool): IPv4 subnet calculator 2023-03-28 23:49:54 +02:00
cgoIT
ffb99579ba
feat(new-tool): add a docker run to docker compose converter (#291)
* Integrate composerize (https://github.com/magicmark/composerize) into it-tools

* Fix Prettier errors

* Fix Prettier errors

* Fix code according to suggestions

* Added syntax highlighting to TextareaCopyable component, some ui adjustments in docker-run-to-docker-compose-converter.vue
2023-03-27 17:31:13 +02:00
Corentin Thomasset
f3b1863f09 feat(new-tool): html wysiwyg editor 2023-03-26 20:21:00 +02:00
Corentin Thomasset
30e9149d61
feat(new-tool): RSA key pair generator 2023-03-10 18:16:55 +01:00
Corentin Thomasset
0ddf18f4b5
feat(new-tool): String to NATO alphabet 2023-02-15 00:45:20 +01:00
Corentin Thomasset
6fe4b5ac60
feat(new-tool): slugify string 2023-02-10 22:06:32 +01:00
Corentin Thomasset
c934c4e50c
feat(new-tool): keycode info 2023-02-06 23:13:20 +01:00
Tsonglew
f708f5091e
feat(new-tool): json minify (#265)
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2023-02-04 09:56:17 +01:00
Corentin Thomasset
4607837f9a
feat(new-tool): temperature converter 2023-01-13 18:26:28 +01:00
bastantoine
acc7f0a586
feat(new-tool): jwt parser (#262)
* npm install jwt-decode

* added base tool structure

* added function to decode JWT and display header and payload

* use a table to display the data

* show human readable values

* added switch to toggle display of parsed values

* lint

* replaced basic package-lock.json with pnpm-lock.json

* change the icon of the tool

* simplify return

* use camelCase

* added description of the tool

* always parse the values

* use camelCase...
2022-12-27 09:38:35 +01:00
Corentin Thomasset
40872859a5
refactor(clean): removed unused import 2022-12-20 21:15:00 +01:00
Corentin Thomasset
4cd809bd0c
feat(tools): added favorite tool handling 2022-12-17 01:30:02 +01:00
Corentin Thomasset
35b5187119
feat(new-tool): chmod calculator 2022-11-23 21:57:38 +01:00
Corentin Thomasset
7c9b8ac178
feat(new-tool): mime type to extension converter 2022-11-14 22:13:26 +01:00
Corentin Thomasset
5f16885923
feat(new-tool): added otp generator 2022-08-24 00:18:01 +02:00
Corentin Thomasset
164e32b442
feat(new-tool): meta tag generator 2022-08-19 17:40:00 +02:00
Corentin Thomasset
1bc6380c6f feat(new-tool): hmac generator 2022-08-03 17:19:53 +02:00
Corentin Thomasset
129f74c371 feat(new-tool): an svg placeholder image generator 2022-08-03 17:18:18 +02:00
Corentin Thomasset
e6953d1b67
refactor(base64): split base64 text and file conversion in two tools + base64 to file 2022-07-25 23:21:42 +02:00
Corentin Thomasset
bdee93a9e4
feat(new-tool): added a basic auth generator 2022-07-25 18:47:27 +02:00
Corentin Thomasset
125a50215a
feat(new-tool): added an ETA calculator 2022-07-24 18:32:05 +02:00
Corentin Thomasset
d1f95f5b34
feat(new-tool): added an SQL prettifier and formatter 2022-07-24 14:37:27 +02:00
Corentin Thomasset
130031c225
feat(new-tool): added chronometer 2022-07-24 00:58:18 +02:00
Corentin Thomasset
214084262c
refactor(import): auto reordered imports 2022-07-23 23:04:57 +02:00
Corentin Thomasset
433ba2a3e5
feat(new-tool): math evaluator 2022-06-02 00:25:10 +02:00
Corentin Thomasset
ac89490794
refactor: renammed Tool.ts to tool.ts 2022-06-02 00:11:49 +02:00
Corentin Thomasset
d356b1488f
feat(new-tool): json viewer 2022-05-09 17:41:42 +02:00
Corentin Thomasset
086d31eab5
refactor(lint): linter auto fix 2022-04-22 23:31:40 +02:00
Corentin Thomasset
8e29a97404
feat(new-tool): html entities escape/unescape 2022-04-22 20:18:12 +02:00
Corentin Thomasset
2b38d6f81e
feat(new-tool): url parser 2022-04-19 00:12:44 +02:00
Corentin Thomasset
277bd5f0da
feat(new-tool): device information 2022-04-18 18:22:47 +02:00
Corentin Thomasset
6d5856fa93
feat(new-tool): bcrypt 2022-04-18 10:17:39 +02:00
Corentin Thomasset
7a7372df19
feat(tool): case converter 2022-04-16 00:03:31 +02:00
Corentin Thomasset
4e50b7a973
feat(tool): color converter 2022-04-15 18:50:07 +02:00
Corentin Thomasset
5582d75927
feat(tool): qr-code generator 2022-04-14 18:18:15 +02:00
Corentin Thomasset
203b6a9d73
feat(tool): base64 string converter 2022-04-14 02:30:25 +02:00
Corentin Thomasset
358ff45ae1
feat(tool): crontab generator 2022-04-14 02:02:05 +02:00
Corentin Thomasset
0a7c3252e3
feat(tool): text statistics 2022-04-14 01:06:06 +02:00
Corentin Thomasset
5dcb2ed95c
feat(tool): lorem ipsum generator 2022-04-14 00:00:29 +02:00
Corentin Thomasset
7c540f1208
feat(tool): random port generator 2022-04-13 13:55:41 +02:00
Corentin Thomasset
afac5664c8
feat(tool): url encode/decode 2022-04-13 13:29:44 +02:00
Corentin Thomasset
034c686896
feat(tool): base converter 2022-04-12 14:27:52 +02:00