abraunegg-onedrive/src
Norbert Preining 025a3b2878
check config file keys for validity (#296)
* check config file keys for validity, use setValue instead of direct access
* Update config.d
  Add 'drive_id' to be initialised, set to an empty string
* exit application if there is a configuration file error
* Issue #293 was caused by a spelling error in the configuration file. 
  If the configuration file has errors, we should not load it or run
  using the application defaults as this may have undesirable consequences
  for users data
* missed returning false on key issue
* Missed this edit of the file
2018-12-20 08:51:21 +09: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 check config file keys for validity (#296) 2018-12-20 08:51:21 +09: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 check displayName rather than description (#290) 2018-12-18 13:20:17 +09: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