Commit Graph

1334 Commits

Author SHA1 Message Date
skilion e3f011b724 write logs on stdout instead of stderr 2017-12-28 15:21:41 +01:00
skilion 35ce743b39 removed exception chaining 2017-12-28 15:03:15 +01:00
skilion 789ec85e0c partial remote items support 2017-12-27 15:13:28 +01:00
skilion d9c9915bc3 update API to use full item addressing 2017-12-27 15:12:38 +01:00
skilion d65d00c46d updated README and CHANGELOG 2017-08-01 20:43:12 +02:00
skilion 22db459ac4 fixed bug where remotely deleted and recreated directories would make the application crash 2017-08-01 19:20:02 +02:00
skilion 9765b27902 new parameter syncdir 2017-08-01 19:11:50 +02:00
skilion 7fae9c1bef versioning 2017-07-14 11:40:57 +02:00
skilion 849dd36276 check if the item is in the db before executing operations on it 2017-07-02 15:38:21 +02:00
skilion 9cd00472b2 Merge pull request #209 from aleksen/master
yum for centos (and Fedora)
2017-06-30 13:23:08 +02:00
aleksen f2fc0ee254 yum for centos (and Fedora) 2017-06-30 10:54:14 +02:00
skilion 1558e793a3 Merge pull request #204 from lanhin/master
Fixed bugs where the app fails to create nested directories.
2017-06-22 17:20:12 +02:00
lanhin 8f5f54f6a1 Merge branch 'master' of github.com:skilion/onedrive 2017-06-22 22:25:04 +08:00
skilion a61abc4e15 fix issue #202 2017-06-20 22:01:57 +02:00
skilion ce4802a434 added fedora/centos dependencies 2017-06-16 18:41:57 +02:00
skilion f00a80bcac update documentation 2017-06-16 17:01:19 +02:00
skilion 1581c6989a fix error in QuickXorHash implementation 2017-06-16 11:40:07 +02:00
skilion 974be0884b fixed bug where an item is incorrectly assumed to be a file 2017-06-15 15:17:47 +02:00
skilion 126f2719b8 hack for onedrive biz 2017-06-15 14:19:23 +02:00
skilion 3529a4f78b make makeItem() more resiliant 2017-06-15 13:45:14 +02:00
skilion 9e2123249a do not check token status during initialization 2017-06-15 13:02:04 +02:00
skilion b703a824c7 compute path before performing selective sync 2017-06-15 12:59:33 +02:00
skilion 65bb14ad37 WIP for remote items support 2017-06-14 22:49:00 +02:00
skilion 7de0d97e6e fix error message 2017-06-14 22:30:29 +02:00
skilion 35f81b2115 itemdb support for remote items 2017-06-14 15:50:02 +02:00
skilion 74c931cdba added test for NULL values 2017-06-14 15:48:15 +02:00
skilion c5a9b8b480 fix bug where remote items are wrongly identified as deleted 2017-06-12 17:54:33 +02:00
skilion 4f542800a7 fix bug when using personalized config dir 2017-06-12 17:54:33 +02:00
skilion 4511242e99 Merge pull request #190 from Scimmia22/patch-3
Add service filename to Makefile
2017-05-29 11:08:37 +02:00
Doug Newgard ac6b43c28d Add service filename to Makefile
When the dir the file is being installed to doesn't exist (like when setting DESTDIR), "install" will take the last part as the filename. A file called "/usr/lib/systemd/user" doesn't work correctly.
2017-05-28 21:12:35 -05:00
skilion 83a958df59 added DESTDIR and PREFIX 2017-05-29 01:37:09 +02:00
skilion c2815d6498 fix indentation 2017-05-29 01:14:22 +02:00
skilion ad5441ccdc fix indentation 2017-05-29 00:23:55 +02:00
skilion b5cbaa13cc cleaned comments 2017-05-28 23:15:03 +02:00
skilion 8b6c99b0d9 notify deletion in verbose mode 2017-05-28 23:14:37 +02:00
skilion 305242d8a1 fix typo 2017-05-28 23:01:58 +02:00
skilion 809ccde562 workaround for old OneDrive files 2017-05-28 22:45:09 +02:00
skilion 8360d6508d align message 2017-05-28 22:17:21 +02:00
skilion 44fc36fd8d support for SHA1 and QuickXor hash algorithms 2017-05-28 22:13:19 +02:00
skilion 691862b18f implement the recommended way to enumerate changes 2017-05-28 20:54:57 +02:00
skilion 3d8daa086d added --print-token 2017-05-28 20:14:50 +02:00
skilion 80c60beef9 added newline at the end 2017-05-28 19:55:00 +02:00
skilion f2209c0591 add qxor.d to Makefile 2017-05-28 19:53:39 +02:00
skilion 7fec22bef1 fix variable type in for loop 2017-05-28 19:51:02 +02:00
skilion 9030a107b7 fix third person in comments 2017-05-28 19:49:55 +02:00
skilion f19b86e4c7 QuickXor utility function 2017-05-28 19:37:51 +02:00
skilion a2298be257 QuickXor implementation 2017-05-28 19:28:10 +02:00
lanhin 79139600ac Merge branch 'master' of github.com:skilion/onedrive
This may fix some up load problems.
2017-04-24 13:45:52 +08:00
skilion 97a9d53914 refactored selective sync code
fixed bug in selective sync
2017-03-24 22:31:56 +01:00
skilion 0d69ed805d wip for OneDrive Biz 2017-03-21 18:11:32 +01:00