abraunegg-onedrive/src
abraunegg 5d388581b1
Resolve 'sync_dir' not read from 'config' file when run in Docker container #306 (#308)
* Fix logic for sync_dir handling on headless systems
* Fix logic where potentially a 'default' ~/OneDrive sync_dir could be set despite 'config' file configured for an alternate
* Add debug handling for sync_dir operations
* Add debug handling for homePath calculation
* Add debug handling for configDirBase calculation
* Reorder main() so that log.vdebug works where required
* Rework configDirName as this had the same issue as syncDir
* Update configDirName & syncDir '~' handling & replacement to be more robust and only replace if '~' is first char in string
* Add additional debug logging if syncDir is created
2018-12-23 11:15:10 +11:00
..
notifications Notification support via libnotify (#270) 2018-12-06 06:19:00 +11:00
config.d check config file keys for validity (#296) 2018-12-20 08:51:21 +09:00
itemdb.d Implement better handling of database errors & database disk space issues (Issue #77) (#80) 2018-08-02 08:28:52 +10:00
log.d Add very verbose (debug) mode by double -v -v (#279) 2018-12-08 05:01:22 +11:00
main.d Resolve 'sync_dir' not read from 'config' file when run in Docker container #306 (#308) 2018-12-23 11:15:10 +11:00
monitor.d Add very verbose (debug) mode by double -v -v (#279) 2018-12-08 05:01:22 +11:00
onedrive.d Notification support via libnotify (#270) 2018-12-06 06:19:00 +11:00
progress.d Implement Feature Request: Add a progress bar for large uploads & downloads (Issue #12) (#99) 2018-08-10 07:46:27 +10:00
qxor.d Fix for Issue #23 (#60) 2018-07-11 06:43:45 +10:00
selective.d Fix: skip_file configuration doesn't handle spaces or specified directory paths (Issue #52) (#57) 2018-07-10 13:08:17 +10:00
sqlite.d Implement better handling of database errors & database disk space issues (Issue #77) (#80) 2018-08-02 08:28:52 +10:00
sync.d Resolve JSONException when supplying --get-O365-drive-id option with a string containing spaces (#305) 2018-12-21 11:28:16 +11:00
upload.d Handle HTTP request returned status code 412 (Precondition Failed) for session uploads (#227) 2018-11-11 11:15:48 +11:00
util.d Resolve crash with strange filename (Issue #151) (#178) 2018-10-04 09:33:39 +10:00