AustrianToast
  • Vienna, Austria
  • Joined on 2023-06-07
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
AustrianToast pushed to main at ITL/Uploader 2024-06-03 22:15:50 +02:00
3db31b6ddc better error handling
AustrianToast pushed to main at ITL/Uploader 2024-06-03 21:20:25 +02:00
9e605e34b1 switch from Fatalf to Panicf
AustrianToast pushed to main at ITL/Uploader 2024-06-03 21:04:56 +02:00
a36fccfa1f rename func
AustrianToast pushed to main at ITL/Uploader 2024-06-03 19:44:59 +02:00
f63932ddaf add upload folder
AustrianToast pushed to main at ITL/Uploader 2024-06-03 19:36:45 +02:00
7c782522f5 finish initUpload
bc278868da CRUD mostly implemented
3df71a8302 can now create and read
Compare 3 commits »
AustrianToast pushed to main at ITL/Uploader 2024-05-18 14:36:49 +02:00
cb437f3bb6 switch to postgres db
AustrianToast opened issue ITL/Uploader#2 2024-05-18 13:21:04 +02:00
Integrate with Postgres DB
AustrianToast pushed to main at ITL/Uploader 2024-05-17 01:03:07 +02:00
35312f3c22 tiny fix