AustrianToast
  • Vienna, Austria
  • I am currently a student in Vienna, where I am learning Java. I am also learning rust and bash in my free time.

  • Joined on 2023-06-07
AustrianToast pushed to main at AustrianToast/update 2024-07-13 00:23:53 +02:00
6f9ee34a94 add new color for errors
3198a02081 modify check
6593f087c4 move check for backup location to function
8b5704f397 remove most options
Compare 4 commits »
AustrianToast deleted branch dev from AustrianToast/update 2024-07-13 00:03:37 +02:00
AustrianToast pushed to main at ITL/Uploader 2024-07-12 03:33:39 +02:00
bcf0c06e6f almost perfectly supports async upload
AustrianToast pushed to main at ITL/Uploader 2024-07-12 00:53:52 +02:00
e378ac29cd remove random file
AustrianToast pushed to main at ITL/Uploader 2024-07-12 00:53:14 +02:00
3356734e5f add upload
AustrianToast pushed to main at ITL/Uploader 2024-07-12 00:51:27 +02:00
50fc6ace41 switch to normal db connection
9e705741e5 move main to bottom
93b4258dd5 now detects existing files
Compare 3 commits »
AustrianToast pushed to main at ITL/Uploader 2024-07-11 23:15:43 +02:00
e433c4b048 rename uploadFolder
AustrianToast pushed to main at ITL/Uploader 2024-07-11 23:05:41 +02:00
a042458499 create uploadFolder if not exist
AustrianToast pushed to dev at AustrianToast/update 2024-07-07 02:19:16 +02:00
e86a004a28 add missing check for flatpak
a8eee49762 remove trailing slash
Compare 2 commits »
AustrianToast created pull request AustrianToast/update#25 2024-07-07 01:39:59 +02:00
Implemented secondary backup location
AustrianToast commented on issue AustrianToast/update#23 2024-07-07 01:33:20 +02:00
Second backup location

Script now supports an optional secondary backup location. Please test the script in the dev branch.

AustrianToast commented on issue AustrianToast/update#24 2024-07-07 01:32:44 +02:00
Notify user if backup location is not present

Script will now prompt the user if he wants to create the path or not. Please test the script in the dev branch.

AustrianToast pushed to dev at AustrianToast/update 2024-07-07 01:31:44 +02:00
e4e6f51bdb fix indentation
0db312e8a0 now supports secondary backup
2fff3ce2a2 better backup location checks
b7a2dc89be add secondary backup location
afab665ca6 switch to makefile
Compare 5 commits »
AustrianToast pushed to dev at AustrianToast/update 2024-07-07 00:40:51 +02:00
bbec26f438 switch justfile to makefile
AustrianToast pushed to main at ITL/Uploader 2024-06-11 00:18:47 +02:00
7b1b0f1cc5 small cleanup
AustrianToast commented on issue ITL/Uploader#2 2024-06-11 00:15:42 +02:00
Integrate with Postgres DB

pgx driver works perfectly for what I need. I checked for the possibility of sql injection, but it seems impossible because of my use of placeholders.

AustrianToast closed issue ITL/Uploader#2 2024-06-11 00:15:42 +02:00
Integrate with Postgres DB
AustrianToast pushed to main at ITL/Uploader 2024-06-11 00:11:03 +02:00
ee9708be55 remove Atoi
AustrianToast pushed to main at ITL/Uploader 2024-06-11 00:03:32 +02:00
fb34c220b2 remove debug printf
AustrianToast pushed to main at ITL/Uploader 2024-06-10 23:53:21 +02:00
7df7bc7611 CRUD implemented