]> git.ekhem.eu.org Git - gdrive_knife.git/log
gdrive_knife.git
17 months agoDisplay progress for download, encrypt and decrypt.
Jakub Czajka [Sun, 19 Nov 2023 13:59:45 +0000 (14:59 +0100)]
Display progress for download, encrypt and decrypt.

17 months agoAllow for HTTP redirection after successful authentication.
Jakub Czajka [Sun, 19 Nov 2023 13:55:52 +0000 (14:55 +0100)]
Allow for HTTP redirection after successful authentication.

17 months agoAllow full argument names.
Jakub Czajka [Sun, 19 Nov 2023 12:25:06 +0000 (13:25 +0100)]
Allow full argument names.

17 months agoUpdate google-auth-oauthlib.
Jakub Czajka [Wed, 15 Nov 2023 23:24:45 +0000 (00:24 +0100)]
Update google-auth-oauthlib.

17 months agoPermit remote redirect URL to allow for remote authentication.
Jakub Czajka [Wed, 15 Nov 2023 23:22:30 +0000 (00:22 +0100)]
Permit remote redirect URL to allow for remote authentication.

17 months agoAdd a flag to disable unarchiving after download.
Jakub Czajka [Wed, 15 Nov 2023 22:35:21 +0000 (23:35 +0100)]
Add a flag to disable unarchiving after download.

17 months agoHardcode /tmp instead of tempfile.
Jakub Czajka [Sun, 12 Nov 2023 11:34:38 +0000 (12:34 +0100)]
Hardcode /tmp instead of tempfile.

tempfile does not resolve to '/tmp' on MacOS.

17 months agoRemove temporary file after upload and download.
Jakub Czajka [Wed, 8 Nov 2023 20:09:02 +0000 (21:09 +0100)]
Remove temporary file after upload and download.

17 months agoRename the file after moving to final destination.
Jakub Czajka [Sun, 5 Nov 2023 21:22:24 +0000 (22:22 +0100)]
Rename the file after moving to final destination.

17 months agoTurn the repository into a python project.
Jakub Czajka [Sat, 4 Nov 2023 21:00:36 +0000 (22:00 +0100)]
Turn the repository into a python project.

17 months agoReduce memory usage.
Jakub Czajka [Fri, 3 Nov 2023 00:14:13 +0000 (01:14 +0100)]
Reduce memory usage.

- Download to file instead of memory.
- Encrypt and decrypt in place using chunks.

17 months agoAdd a subprogram for deleting files from the drive.
Jakub Czajka [Tue, 12 Sep 2023 18:13:50 +0000 (20:13 +0200)]
Add a subprogram for deleting files from the drive.

17 months agoAdd a subprogram for uploading files to the drive.
Jakub Czajka [Tue, 12 Sep 2023 18:13:39 +0000 (20:13 +0200)]
Add a subprogram for uploading files to the drive.

17 months agoAdd a subprogram for downloading files from the drive.
Jakub Czajka [Tue, 12 Sep 2023 18:09:39 +0000 (20:09 +0200)]
Add a subprogram for downloading files from the drive.

17 months agoAdd a subprogram for listing file on the drive.
Jakub Czajka [Tue, 12 Sep 2023 18:06:43 +0000 (20:06 +0200)]
Add a subprogram for listing file on the drive.

17 months agoAdd a subprogram for obtaining an authentication token.
Jakub Czajka [Tue, 12 Sep 2023 18:04:33 +0000 (20:04 +0200)]
Add a subprogram for obtaining an authentication token.

17 months agoAdd program template.
Jakub Czajka [Wed, 9 Aug 2023 06:57:59 +0000 (08:57 +0200)]
Add program template.