abraunegg-onedrive/src
abraunegg 2c80033c89
Correctly set config directory permissions at first start (#1132)
* When ~/.config/onedrive/ gets created for the first time, directory permissions are not set, thus, effective permissions of 'd---------' get applied. This then causes issues attempting to update the 'refresh_token' as permission is denied.
* When permission is denied, the file exception error is not correctly handled
* Set refresh_token file permissions
2020-11-09 08:06:48 +11:00
..
notifications deal with unavailable dbus server (Issue: #365) 2019-01-30 17:34:07 +09:00
config.d Correctly set config directory permissions at first start (#1132) 2020-11-09 08:06:48 +11:00
itemdb.d Merge contents of SQLite WAL file into main database file on sync completion (#1128) 2020-11-06 10:28:15 +11:00
log.d Update logfile output spacing (#944) 2020-06-05 06:00:42 +10:00
main.d Merge contents of SQLite WAL file into main database file on sync completion (#1128) 2020-11-06 10:28:15 +11:00
monitor.d Fix segfault when moving file when using --monitor (#997) 2020-07-22 06:54:35 +10:00
onedrive.d Correctly set config directory permissions at first start (#1132) 2020-11-09 08:06:48 +11:00
progress.d Update progress bar to be more accurate when downloading large files (#888) 2020-04-26 06:52:29 +10:00
qxor.d Fix module std.digest.digest is deprecated (#916) 2020-05-12 10:50:36 +10:00
selective.d Check the given local path in reverse order for a skip_dir match on --resync (#1125) 2020-11-05 04:51:35 +11:00
sqlite.d Resolve issues identified by Valgrind (#910) 2020-05-20 11:37:11 +10:00
sync.d Check if localModifiedTime >= item.mtime: avoid re-upload (#1131) 2020-11-08 08:44:57 +11:00
upload.d Catch unhandled MonitorException when inotify throws an error (Issue #903) (#905) 2020-05-06 07:20:13 +10:00
util.d Remove 'Icon' check as no longer valid (#1038) 2020-08-28 06:18:56 +10:00