Commit graph

1334 commits

Author SHA1 Message Date
skilion 5ed7dfcf3c Merge pull request #27 from astanin/fix-missing-ctag
fix #24: crash on sync if cTag is missing
2016-02-11 22:41:29 +01:00
skilion 0d5524f3e1 Merge pull request #30 from astanin/user-friendly-max-inotify-watches
fix #29: a user-friendly message how to set fs.inotify.max_user_watches
2016-02-04 18:44:40 +01:00
Sergey Astanin ab2923df4d fix #29: add a user-friendly message how to change fs.inotify.max_user_watches 2016-02-04 15:36:25 +01:00
Sergey Astanin b824f87e7e fix #24: crash on sync if cTag is missing
According to https://dev.onedrive.com/resources/item.htm
cTag property is not returned if the Item is a folder.
2016-02-03 15:29:30 +01:00
skilion 7e3d36750a instruction on how to run the service 2015-12-29 20:01:03 +01:00
skilion c2b0b7f733 intercept curl exceptions 2015-12-29 19:38:15 +01:00
skilion ea970890a2 capability to run as service 2015-11-29 21:12:44 +01:00
skilion 3f40728779 redirect stdout to stderr 2015-10-18 10:12:10 +02:00
skilion af395996d0 simplified the config section 2015-10-13 18:18:03 +02:00
skilion ae39f63237 merged INSTALL.md with README.md 2015-10-13 17:32:51 +02:00
skilion 288d1feac1 avoid full inotify restart in the monitor loop 2015-10-10 22:18:33 +02:00
skilion 32009e2747 responses are encoded in UTF-8 2015-10-04 17:33:48 +02:00
skilion 789bdf8390 ignore 404 errors on delete 2015-10-04 16:27:02 +02:00
skilion e7d493807d reimplemented std.net.curl basic methods in order to intercept http status codes 2015-10-04 16:24:45 +02:00
skilion 9da9b7240d better way to check if a JSONValue has a member 2015-10-03 10:45:43 +02:00
skilion 2acd00209f rename the local item if it is unsynced and there is a new version of it 2015-09-30 15:53:49 +02:00
skilion 9a50174c08 missing parameters were making uploads fail 2015-09-30 15:14:39 +02:00
skilion fa9029c643 updated readme 2015-09-28 13:51:33 +02:00
skilion 10cfa83d39 fixed bug which caused dirs to not get deleted 2015-09-28 13:42:58 +02:00
skilion 9b80d99ad4 support for files bigger than 100 MB and resumable uploads 2015-09-28 13:25:25 +02:00
skilion 88b11433a7 removed space from auth url 2015-09-27 18:56:50 +02:00
skilion b4aeda818a regex simplified 2015-09-25 21:39:18 +02:00
skilion 7afae8fbb8 correct way to test if a value is in the AA 2015-09-24 19:12:19 +02:00
skilion 3489827431 alert when no config file is found 2015-09-24 18:59:17 +02:00
skilion 53d5d57678 readme fix 2015-09-22 19:04:05 +02:00
skilion 42f5140f9a added readme and license 2015-09-22 18:31:10 +02:00
skilion f7e4b2f1e3 fixed acces to json nested objects 2015-09-22 16:14:16 +02:00
skilion 21666230aa removed old windows lib 2015-09-22 15:31:02 +02:00
skilion 07f5f1ce78 create config dir if it doesn't exist 2015-09-22 15:26:45 +02:00
skilion 9b555d3370 updated makefile 2015-09-22 14:49:20 +02:00
skilion 068286a3a7 .gitignore 2015-09-22 14:48:46 +02:00
skilion 7cfa936db8 changed how config files works 2015-09-22 14:48:18 +02:00
skilion 4f5d4fad91 removed old makefile for win 2015-09-22 13:25:59 +02:00
skilion a032ef9671 changed help message 2015-09-22 11:52:57 +02:00
skilion 1c21474301 more error handling 2015-09-22 11:52:28 +02:00
skilion b32fef74fd add default config file 2015-09-22 11:45:14 +02:00
skilion 85cd44cf73 better help message 2015-09-22 11:20:54 +02:00
skilion da2cfbde9c additional fix for wildcards 2015-09-22 11:16:06 +02:00
skilion 21993b36ee removed useless destructor 2015-09-22 10:56:14 +02:00
skilion e3f6712df6 included curl with support for patch 2015-09-22 10:55:54 +02:00
skilion c74282879b fix Precondition Failed after upload 2015-09-21 17:23:12 +02:00
skilion 7ea7c0f9cd case insensitive patterns 2015-09-21 13:04:05 +02:00
skilion d2ec6c688f better exception management 2015-09-20 21:21:51 +02:00
skilion 4498c03dec skip slash from regex match 2015-09-20 20:23:09 +02:00
skilion 30504d7034 better path handling 2015-09-20 19:07:16 +02:00
skilion a877bad3ad run garbage collection after the synchronization 2015-09-20 14:49:44 +02:00
skilion 74fadfb262 support path with tilde 2015-09-20 14:20:01 +02:00
skilion 2d50e43674 removed path dependency in Item 2015-09-19 15:38:43 +02:00
skilion 8d00ad5672 updated monitor.d to filter paths 2015-09-19 14:25:39 +02:00
skilion f0c12e4002 improved regex to use with paths 2015-09-19 14:21:33 +02:00