Commit graph

42 commits

Author SHA1 Message Date
theoleuthardt
56a023e075 Merge remote-tracking branch 'origin/fix/deployment' into fix/deployment 2025-02-28 12:04:26 +01:00
theoleuthardt
3b17ba8aa3 fix: user switch for permissions to set chmod on entrypoint script 2025-02-28 12:04:15 +01:00
Theo Leuthardt
eb256f5cb5
fix: use bash idiot 2025-02-28 11:52:52 +01:00
Theo Leuthardt
22095aa71c
unnecessary change 2025-02-28 11:51:01 +01:00
theoleuthardt
2dad778d0e feat: debug print at nextjs container start 2025-02-28 11:47:55 +01:00
theoleuthardt
1ef7f9f822 feat: debug prints at runtime in docker 2025-02-28 11:37:15 +01:00
theoleuthardt
776ed29bca fix: frontend and backend now get variables at build time not runtime 2025-02-28 11:29:44 +01:00
theoleuthardt
607d496f2a fix: all pages now use the right backend url + backend uses .env of root too 2025-02-24 16:22:28 +01:00
theoleuthardt
0d92719258 fix: nextjs only reads .env files when using NEXT_PUBLIC_ in front of variables + definition of right .env of root 2025-02-24 15:50:08 +01:00
theoleuthardt
d75f0c4626 fix: configure docker compose and fastify cors with .env file for local and production environment 2025-02-24 13:39:07 +01:00
Theo Leuthardt
7494e89661
Merge branch 'main' into feat/video-to-audio 2025-02-23 13:15:26 +01:00
theoleuthardt
21a68e87e7 fix: ffmpeg now uses right encoder for every supported input format 2025-02-22 23:27:33 +01:00
theoleuthardt
95c8ba211c feat: renaming some constants, correct table constant in frontend 2025-02-22 15:23:47 +01:00
theoleuthardt
ad7d94c8d0 feat: frontend page with remove bg api call and automatic download of output image 2025-02-22 14:30:52 +01:00
Domenik
903709c334 fix: removed wrong imports 2025-02-22 14:25:47 +01:00
Domenik
324156fd03 feat: video-to-audio converter implemented without logic 2025-02-22 14:25:05 +01:00
Theo Leuthardt
5cdfc5b861
Merge branch 'main' into feat/qr-code-generator 2025-02-21 15:25:53 +01:00
theoleuthardt
69370f1049 fix: QRCode variable name + clear button and conditional rendering 2025-02-21 15:19:44 +01:00
Theo Leuthardt
2d9769edb8
console log isn't needed anymore 2025-02-21 11:59:28 +01:00
Domenik
8cf282e127 feat: word-counter fully implemented + lower case revision 2025-02-21 11:53:06 +01:00
theoleuthardt
0833ce98b8 feat: renamed tool pages + qr code generator tool page implemented with output as Image & instant download 2025-02-20 23:20:38 +01:00
theoleuthardt
ab601b53fe feat: new timezone converter, just three inputs for time, your timezone and the destination timezone, design is analogous to the other converters 2025-02-20 21:55:54 +01:00
Domenik
7b4ef9c70b fix: prettier formating 2025-02-20 20:49:24 +01:00
Domenik
544ebaa7cf regex-tester fully implemented 2025-02-20 20:18:56 +01:00
Domenik
8787ee5c2b regex-tester first version implemented 2025-02-20 11:29:17 +01:00
AurionTex
bbcfcddedf
Merge pull request #12 from theoleuthardt/feat/password-generator
feat: Password Generator finished and working
2025-02-19 16:26:41 +01:00
Theo Leuthardt
184605b893
password generator description update 2025-02-19 16:20:44 +01:00
DomenikW
5930e8764d Password Generator finished and working 2025-02-19 16:15:27 +01:00
theoleuthardt
b4d7bccc57 fix: security issue fixed by not assigning download blob url to button, instead create a html element and auto click it for download 2025-02-19 14:39:40 +01:00
theoleuthardt
3bcd052235 fix: if a file is uploaded, not converted and then another file is uploaded, the selected output format is now also reset 2025-02-19 14:05:00 +01:00
theoleuthardt
80daad2700 fix: no console log and error anymore 2025-02-19 13:55:07 +01:00
Theo Leuthardt
8fe6657200
Merge branch 'main' into feat/doc-converter 2025-02-18 10:18:09 +01:00
Theo Leuthardt
a82a817664
Merge pull request #8 from theoleuthardt/rgb-to-hex
feat: rgb-to-hex tool
2025-02-17 10:15:49 +01:00
theoleuthardt
f149472975 feat: new dropdown menu for output file format selection + dynamic rendering of the information table 2025-02-16 17:53:19 +01:00
theoleuthardt
2c582aaa60 feat: new dropdown menu for output file format as standalone component 2025-02-15 23:11:07 +01:00
theoleuthardt
9e2215b70a feat: table as dropdown for information about input and output file formats 2025-02-15 22:12:14 +01:00
Domenik
557efd74ba rgb-to-hex converter fully implemented 2025-02-15 19:52:49 +01:00
theoleuthardt
6d71eaef03 feat: dropdown table for supported input and output formats 2025-02-15 12:38:43 +01:00
theoleuthardt
7ede50fa8c feat: dynamic website tab title of tool 2025-02-15 11:46:46 +01:00
theoleuthardt
be3ab2bcaf feat: new fixed Dockerfiles for deployment in separate folders, docker compose for composing the stack 2025-02-15 11:19:44 +01:00
theoleuthardt
41cf6c9e49 feat: new tool names and folder renaming 2025-02-14 15:14:37 +01:00
theoleuthardt
9733de9a39 feat: new separate frontend and backend folders with fastify as nodejs framework, libreconvert is configured in fastify as route 2025-02-14 14:40:35 +01:00