Commit graph

134 commits

Author SHA1 Message Date
Norbert Preining 1c6fd5df39 notification on incoming changes (#355)
* When notifications are enabled, display the number of OneDrive changes to process if any are found
* Add 'config' option 'min_notif_changes' for minimum number of changes to notify on, default = 5
* Update readme, manual page for new option
2019-01-29 04:54:03 +11:00
abraunegg c27ff936fb
Resolve build warning & support CentOS 6.x for installation (Issue #350) (#353)
* Support install on CentOS / RHEL 6.x
* Support uninstall on CentOS / RHEL 6.x
* Add /usr/local/bin/ to search path when starting init.d service
* Fix dmd-2.084.0 deprecation warning: loop index implicitly converted from size_t to int
* Update readme based on CentOS 6 / RHEL 6 additional dependencies
* Resolve warnings about "bashisms" in init.d script (Issue #349) - fixed here as we are updating the init file already, rather than have multiple PR's
2019-01-19 13:01:01 +11:00
abraunegg 6959fe86ae
Update release files for 2.2.5 (#345)
* Update release files for 2.2.5
2019-01-17 05:45:26 +11:00
Norbert Preining d527b7ef26
Makefile: support building with ldc2 and usage of pkg-config for lib finding (#334)
* ldc2 support
the pragma versions passed to the compiler need an additional `-d`
prefix in case of ldc2. Add it if the compiler component looks like
ldc2.

* pkg-config support
By passing `PKGCONFIG=1` to the make call libraries are searched via
`pkg-config` instead of hard-coded values.
2019-01-07 11:03:47 +09:00
abraunegg a31fdc6a6f
Fix codacy issues (#332)
* Fix codacy issues
2019-01-07 03:02:58 +11:00
abraunegg 84c69a5234
Update README.md
* Update help output to include --force-http-1.1
* Update to add note about curl compatibility and when to use --force-http-1.1
2019-01-06 08:19:02 +11:00
abraunegg f14fbf22a7
Update release files for 2.2.4 (#322)
* Update release files for 2.2.4
2018-12-28 21:03:26 +11:00
abraunegg bbe672bff1
Update README.md
Add line break
2018-12-20 07:44:02 +11:00
abraunegg ddda7e0527
Update README.md
* Update readme to clarify using multiple OneDrive accounts and how to configure additional unit files for each individual OneDrive account
2018-12-20 07:42:13 +11:00
abraunegg 7d522583ef
Implement option --display-config (Issue #100) (#292)
* Implement --display-config to show the application configuration without actually performing a sync or application init
2018-12-20 05:42:28 +11:00
Norbert Preining 3608dcc4c2 Add very verbose (debug) mode by double -v -v (#279)
* Add very verbose (debug) mode by double -v -v - currently only used for debugging the inotify events
2018-12-08 05:01:22 +11:00
abraunegg 0562c52492 Handle short lived files (Issue #273) (PR #274)
* Handle short lived files (Issue #273)
* Update README.md
* Add --disable-notifications to readme
2018-12-06 08:50:46 +09:00
Norbert Preining cc6cbf5ac7 Notification support via libnotify (#270)
* add external sources for (d)notify with README and license statements
* add new logAndNotify function, make building a compile time option
* use logAndNotify and main.d, make timeout message silent
* update documentation for notification support
* add command line switch --disable-notifications
* add build-deps for libnotify in README.md
2018-12-06 06:19:00 +11:00
adudek 026809d4d1 Docker buildfiles for onedrive service (#262)
* Separate install options for binary (make install.noservice) only and binary
* Docker build files and usage documentation
2018-12-04 11:59:03 +11:00
abraunegg 29808c905c
Implement --get-O365-drive-id to get correct SharePoint Shared Library (Issue #248) (#260)
* Implement --get-O365-drive-id to return the correct drive_id of a SharePoint Shared Library to use for syncing that repository
2018-12-04 10:59:23 +11:00
abraunegg a26a69ce9f
Change logging to a separate logfile is no longer the default (#239)
* Change '--download' to '--download-only' to align with '--upload-only'
* Enable logging to a separate file only if the '--enable-logging' flag is passed through at client run time
* Implement configuration option for logfile location, if logging is enabled
2018-11-24 07:13:16 +11:00
abraunegg c5ee62efd8
Sync with shared folders/drives for onedrive business (#206)
* Refactor PR104 for latest code base to enable client use with SharePoint libraries
* Implement '--disable-upload-validation' as SharePoint modifies files when uploaded
* Enable '--disable-upload-validation' by default if account type is documentLibrary - as most likely this is a SharePoint repository
2018-11-24 06:26:30 +11:00
abraunegg 1c23d01007
Update README.md 2018-10-14 20:32:11 +11:00
abraunegg d9e10799ce
Update README.md 2018-10-13 05:27:49 +11:00
abraunegg a571f78ed3
Update README.md 2018-10-10 07:50:46 +11:00
abraunegg 45b824448a
Update README.md
* Add upgrading details to remove items.sqlite3 if encountering errors
2018-10-09 10:22:25 +11:00
abraunegg 2648612acd
Update makefile & documentation (#172)
* Update makefile & documentation to provide details on how to run the onedrive service via systemd as a non-root user
2018-10-04 09:26:14 +10:00
abraunegg 8323d05230
Update Travis CI building to test build on ARM64 (Issue #95) (#177)
* Update to build on ARM64 
* Update documentation regarding building on ARM64 platforms
2018-10-04 09:22:49 +10:00
abraunegg 583075fb87
Update README.md
Clarify when to use --resync
2018-10-03 09:52:14 +10:00
abraunegg 53cbc8ff5e
Update README.md 2018-09-13 08:52:24 +10:00
abraunegg a3f69d4a2e
Resolve systemd/user is not supported on CentOS / RHEL (Issue #131) (#132)
* Resolve systemd/user is not supported on CentOS / RHEL (Issue #131)
2018-08-27 10:35:58 +10:00
abraunegg 4a1ed426fb
Update README.md
Update OpenSuSE Leap 15.0 dependency instructions (#122)
2018-08-17 05:13:56 +10:00
abraunegg dad7b42bc8
Update README.md 2018-08-13 06:32:51 +10:00
abraunegg 036e6416e2
Update README.md 2018-08-12 08:33:25 +10:00
abraunegg bedba08579
Update README.md
* Add openSUSE Leap 15.0 build dependency details
2018-08-11 06:37:28 +10:00
abraunegg e922a7d85e
Implement Feature Request: Make checkinterval for monitor configurable (Issue #31) (#97)
* Implement Feature: Make checkinterval for monitor configurable
* Update monitor mode processing logic
2018-08-08 05:35:18 +10:00
Jesse Harris b2270ee696 ebuild for Gentoo users. (#101)
* Add gentoo ebuild
* Updated readme for Gentoo
2018-08-07 19:28:47 +10:00
abraunegg b220bf87e3
Update README.md 2018-08-06 05:49:43 +10:00
abraunegg 2e04bf534a
Implement Feature Request: Upload Only Option that does not perform remote delete (Issue #49) (#96)
* Implement Feature Request: Upload Only Option that does not perform remote deletes
2018-08-05 10:43:31 +10:00
abraunegg 635178f787
Update README.md 2018-08-05 06:33:51 +10:00
abraunegg 6daa637ff2
Update README.md
* Update readme with valid Debian i386 / i686 instructions
2018-08-03 06:59:17 +10:00
Leif Denby c0074638da Add ability to skip symlinks (Issue #87) (#92)
* Add ability to skip symlinks
2018-08-03 06:02:10 +10:00
abraunegg aa34ef56fb
Update README.md 2018-08-02 12:13:07 +10:00
abraunegg 686da27e34
Update README.md 2018-08-01 19:07:56 +10:00
abraunegg 697ee3b9a0
Update README.md 2018-08-01 06:18:43 +10:00
abraunegg 2336118d8a Revert "Update README.md"
This reverts commit 0545153bb2.
2018-07-28 06:27:01 +10:00
abraunegg 0545153bb2
Update README.md 2018-07-28 06:16:01 +10:00
abraunegg e07ee71ad2
Update readme for Ubuntu / Debian 32bit platforms & ARM Architecture
* Update readme to detail that for Ubuntu / Debian 32bit platforms, the build needs to use LDC rather than DMD due to runtime errors of the resulting binary. Resolves https://github.com/skilion/onedrive/issues/385, https://github.com/skilion/onedrive/issues/353, https://github.com/skilion/onedrive/issues/336, https://github.com/abraunegg/onedrive/issues/79
* Add details on how to build the client for ARM Architecture
2018-07-26 08:27:56 +10:00
abraunegg e58c76d7da
Update README.md 2018-07-24 19:26:29 +10:00
abraunegg 6542d2f69c
Update README.md 2018-07-24 19:22:44 +10:00
abraunegg 4678056792
Update README.md 2018-07-12 20:07:40 +10:00
abraunegg aae04394a8
Update README.md 2018-07-12 19:53:26 +10:00
abraunegg b3d644d8a9
Update README.md 2018-07-10 06:02:06 +10:00
abraunegg a6673c7bc8
Update README.md
* dnf does not exist on CentOS 7.x / RHEL 7.x
2018-07-04 08:00:14 +10:00
abraunegg 63c5dd86b7
Merge pull request #28 from abraunegg/Issue-#8
Implement feature request: Detect when sync-folder is missing
2018-06-27 16:27:41 +10:00
abraunegg 77ac29acdf Update feature flag
* Update feature flag from 'check-mount' to 'check-for-nomount' as this is what this option does
* Add information into readme file
2018-06-27 06:23:17 +10:00
abraunegg 669c370248
Update README.md 2018-06-27 06:10:25 +10:00
abraunegg 54fcb63886
Update README.md 2018-06-20 07:36:57 +10:00
abraunegg e8d3a261f3
Update README.md 2018-05-17 06:59:09 +10:00
abraunegg 175f061691
Update README.md 2018-05-17 06:52:34 +10:00
abraunegg 0ca87cb92d
Update README.md 2018-05-09 05:15:31 +10:00
abraunegg c6b15eef30
Update README.md 2018-05-07 06:25:03 +10:00
abraunegg d989a8a9d0 Update Readme
Update readme
2018-05-07 05:45:14 +10:00
abraunegg ace9482f23
Update README.md 2018-04-12 12:20:44 +10:00
abraunegg 091e675d85 Update README.md based on current changes made
* Update readme
* Tweak logging output based on sync options selected
2018-04-12 10:18:18 +10:00
skilion 5d821c4440 release version 1.1.0 2018-01-19 23:08:48 +01:00
skilion 65707a3a07 Merge branch 'master' of github.com:skilion/onedrive 2018-01-19 19:00:28 +01:00
skilion 099522dd0e Merge branch 'master' of bitbucket.org:skilion/onedrive-free-client 2018-01-19 17:53:45 +01:00
skilion bfcc0c8733 Improve wording 2018-01-19 17:53:22 +01:00
Nishant Varma 9cf4b581d7 update readme 2018-01-19 16:48:47 +05:30
skilion d624aec3ad added examples of relevant info for reporting issues 2018-01-06 18:01:07 +01:00
skilion ac728df543 update readme 2018-01-02 21:25:27 +01:00
skilion d65d00c46d updated README and CHANGELOG 2017-08-01 20:43:12 +02:00
skilion 7fae9c1bef versioning 2017-07-14 11:40:57 +02:00
aleksen f2fc0ee254 yum for centos (and Fedora) 2017-06-30 10:54:14 +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 9dd944286f new feature selective sync
removed system wide config file
hardcoded sane default config
updated README
2017-03-12 16:11:51 +01:00
skilion 91c5ac6f31 add git clone in install instructions 2016-12-25 20:53:46 +01:00
hgdsraj 56af579699 require => requires 2016-12-04 12:54:43 -08:00
skilion bfb24193db added commands to install dependencies on Ubuntu 2016-06-28 14:21:07 +02:00
skilion 0efc2fe382 use view.delta instead of view.changes
removed dependency on client_secret
2016-06-27 19:23:14 +02:00
pyed ebc40ff2b8 delete an obsolete backtick 2016-05-29 03:35:56 +03:00
skilion 7e3d36750a instruction on how to run the service 2015-12-29 20:01:03 +01: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 fa9029c643 updated readme 2015-09-28 13:51:33 +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