Commit Graph

502 Commits (6aeec257789ceb41c3caa19a095469488c0e85d3)

Author SHA1 Message Date
Daniel Deptford 6aeec25778 Adding CMake's Backtrace package to resolve issue where the project fails to compile under BSD. 2020-01-19 20:41:02 -08:00
Vitaliy Filippov a3cce71643 Small corrections 2020-01-06 20:37:32 +03:00
Vitaliy Filippov 37df02adff
Merge pull request #297 from AmonRaNet/update-readme
Add instruction for replacing the OAuth2 client
2020-01-06 20:22:37 +03:00
AmonRaNet 94182975db Add instruction for replacing the OAuth2 client 2019-12-31 20:13:26 +01:00
Vitaliy Filippov bdcb76efc0
Merge pull request #294 from AmonRaNet/extend-custom-app-id-secret
Extends support application id and secret support
2019-12-15 23:58:57 +03:00
AmonRaNet 79312b9c53 Extends support application id and secret support
- persistent id's in config
- cmake supports id's during config
- priority: default(cmake), config, cli
2019-12-13 11:16:32 +01:00
Vitaliy Filippov 39299096cf Move to 0.5.2-dev 2019-11-13 01:06:03 +03:00
Vitaliy Filippov 548ea362f3 Update client_id and client_secret -> maybe Google will verify it? 2019-11-13 01:05:31 +03:00
Vitaliy Filippov 13ac9bd1a9 Add ACHTUNG note to the README 2019-11-11 21:10:40 +03:00
Vitaliy Filippov f039e38c4c
Merge pull request #221 from martinak1/master
Added the install instruction for Fedora
2019-02-24 18:24:38 +03:00
Vitaliy Filippov 294b1b1ded
Merge pull request #244 from jankatins/fix_unescaped_folder_name
Escape folder when calling sync from change listener
2019-02-24 18:22:13 +03:00
Vitaliy Filippov 00d5148c19
Merge pull request #247 from jankatins/remove-unneded-dependencies
Remove unneded link-time dependency on libz and libexpat
2019-02-24 18:09:23 +03:00
Jan Schulz d4742fd470 Remove unneded link-time dependency on libz and libexpat 2019-02-09 23:38:11 +01:00
Jan Schulz f9cad3b635 Update readme how to enable and start systemd units
It missed that escaping was essential if you didn't use a all [a-z] foldername...
2018-12-05 00:10:41 +01:00
Jan Schulz e3e18fe16a Escape folder when calling sync from change listener
The old version would pass in an unescaped directory, which then got unescaped by the sync call.

In some cases it worked but resulted in foldername wold not matched reality (example: google-drive -> google/drive) and error out when checking if that folder exists.
2018-12-05 00:10:41 +01:00
Alex Martin 60ecd5b0ff
Changed the g++ package to gcc-c++
Fixed the Fedora install directions.
2018-10-08 13:36:37 -04:00
Vitaliy Filippov cf51167b55 Return lost * matching back - fixes #223 2018-08-19 23:58:17 +03:00
a martin d4a0445873 Added the install instruction for Fedora
Tested on Fedora 28
2018-08-07 15:04:26 -04:00
Vitaliy Filippov cbac85a8e5 Fix #218 - Impossible to ignore sub-subdirectory via griveignore
Now an example .griveignore will look like this:

**
!dir/subdir/subdir
2018-07-31 01:11:12 +03:00
Vitaliy Filippov 93cae255fa Fix #169 2018-07-28 23:48:46 +03:00
Vitaliy Filippov 98d5b92e5d Followup to fddabe760f - should fix #217 2018-07-28 23:04:01 +03:00
Vitaliy Filippov f516356d33
Merge pull request #196 from jankatins/systemd_files_readme
Systemd files readme
2018-07-23 02:49:14 +03:00
Vitaliy Filippov 34d4582688
Merge pull request #160 from redmercury/custom-id-secret
New command line options
2018-07-23 02:48:14 +03:00
Vitaliy Filippov 6fe5f0c89b
Merge pull request #177 from psfloyd/master
Fix for systemd services and script, so it works with directories with sapces in their names.
2018-07-23 02:46:47 +03:00
Vitaliy Filippov 6b03e244df
Merge pull request #179 from proski/c2-uninitialized
Fix uninitialized use of c2 variable in State::FromLocal
2018-07-23 02:43:31 +03:00
Vitaliy Filippov ad9b66a92c
Merge pull request #186 from cpu82/master
FreeBSD fixes and improvements
2018-07-23 02:40:23 +03:00
Vitaliy Filippov 8384f0c983
Merge pull request #180 from proski/boost-only-needed-libraries
Link against specific Boost libraries, avoid using Boost_LIBRARIES
2018-07-23 02:39:34 +03:00
Vitaliy Filippov 59499327e2
Merge pull request #201 from TopherGopher/master
Drastically increases page sizes for listing - Dockerizes grive2 (cross-platform)
2018-07-23 02:39:02 +03:00
psfloyd b47dd70f35 Exclude symlinks from sync 2018-05-12 23:12:45 -03:00
Topher Sterling f19406e57d Reduces the size of the Docker image. 2018-04-07 21:50:20 -06:00
Topher Sterling f0e38924d0 Reduces the size of the Docker image. 2018-04-07 21:41:36 -06:00
Topher Sterling 1443dd9f18 Adding dumb-init. 2018-04-07 20:40:55 -06:00
Topher Sterling f5e1b67b4c Why not just go ahead and run the executable on entry? 2018-04-07 20:34:37 -06:00
Topher Sterling 48bfe66bab Dockerfile will attempt to build the binary now. 2018-04-07 20:03:42 -06:00
Topher Sterling fddabe760f Upping maxResults limits. 2018-04-07 19:56:11 -06:00
Topher Sterling 80bbe5f940 Adding dockerfiles for isolated build. 2018-04-07 19:55:39 -06:00
Jan Katins 2de114b212 Add systemd file install to README 2018-02-02 21:03:34 +01:00
Jan Katins cdea48edc1 gitignore: ignore files produced by the deb build 2018-01-30 22:04:59 +01:00
Carlos J b06f66c86d Unbreak the build against new Clang version 6.0.0 2018-01-15 23:43:15 +01:00
Carlos J bff462211a FreeBSD fixes and improvements 2018-01-15 21:59:17 +01:00
Pavel Roskin 8f2f217da6 Link against specific Boost libraries, avoid using Boost_LIBRARIES
grive should not be linked against the Boost unit test framework, only
btest needs it.

Don't specify Boost libraries for executables if libgrive uses those
libraries. CMake takes care of the dependencies.
2018-01-02 18:15:16 -08:00
Pavel Roskin 2e75fc669b Fix uninitialized use of c2 variable in State::FromLocal 2018-01-02 16:27:41 -08:00
psfloyd d698d596d9 Can enable services systemd excaped 2017-12-08 00:23:17 -03:00
psfloyd 94bda77b1b Removed debug line 2017-12-04 02:33:53 -03:00
psfloyd 70c5c64373 Fix for service files and script to work with directories with spaces in their names 2017-12-01 00:12:14 -03:00
Vitaliy Filippov 84c57c121e
Merge pull request #115 from sizeofvoid/master
OpenBSD install and compile fixes and improvements
2017-11-21 23:50:42 +03:00
Vitaliy Filippov 2155b755c4
Merge pull request #170 from vlachoudis/master
Added libstdc++-7-dev in the Build-Depends for Ubuntu 17.10
2017-11-21 23:50:13 +03:00
Vitaliy Filippov 76d76005ff
Merge pull request #122 from aschei/master
Fix man page to reflect fix #58
2017-11-21 23:49:49 +03:00
Vitaliy Filippov dcbdbfcd1e
Merge branch 'master' into master 2017-11-21 23:49:36 +03:00
Vitaliy Filippov 262edd71cc
Merge branch 'master' into master 2017-11-21 22:38:55 +03:00