| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-27 | support teamdrivesHEADmaster | jeff.yin | |
| 2022-09-20 | drive/export: Replace "/" in file name with "_" | Teddy Wing | |
| When the file name includes a "/" character, the export fails. Replace the character in the file name with a "_" character, replicating the behaviour of the Google Docs web UI. Partially fixes https://github.com/prasmussen/gdrive/issues/120. | |||
| 2022-09-20 | Untrack and ignore the vendor directory | Teddy Wing | |
| I don't think this should be in version control. | |||
| 2022-08-19 | handlers_drive.go: Use private Google client ID | Teddy Wing | |
| 2022-08-19 | Merge branch 'pr/337' into tw | Teddy Wing | |
| 2022-08-19 | Merge branch 'pr/585' into tw | Teddy Wing | |
| Add Go modules This greatly improves the experience for people wanting to build the project from source. | |||
| 2021-07-13 | Add Go modules | Dawid Dziurla | |
| 2021-05-29 | Link to release downloads | Petter Rasmussen | |
| 2021-05-28 | Bumb version | Petter Rasmussen | |
| 2021-05-28 | Update README.md | Petter Rasmussen | |
| 2021-05-28 | Merge pull request #565 from CypherpunkSamurai/patch-1 | Petter Rasmussen | |
| Added Automated Release Github Action | |||
| 2021-05-28 | Add news about being verified for sensitive scopes | Petter Rasmussen | |
| 2021-03-05 | Merge pull request #575 from joshschriever/master | Petter Rasmussen | |
| Update path to sabhiram/go-gitignore | |||
| 2021-03-05 | update path to sabhiram/go-gitignore | Josh Schriever | |
| see https://github.com/sabhiram/go-gitignore/commit/24b2447174be370e56ea86a72f00a76258606067 | |||
| 2020-09-22 | Added Automated Release Github Action | Cypherpunk Samurai | |
| Automatically compiles binaries for most common platforms and adds them to the release | |||
| 2020-07-28 | Add note about not being maintained anymore | Petter Rasmussen | |
| 2019-07-29 | Update README.md | M. Mucahid Benlioglu | |
| Migrated compiled binaries to Github releases. Fixes #479 | |||
| 2019-04-19 | Re-compiled binaries to update go version. Fixes #450 | M. Mucahid Benlioglu | |
| Signed-off-by: M. Mucahid Benlioglu <m.mucahidbenlioglu@gmail.com> | |||
| 2019-03-11 | Updated maintenance note | M. Mucahid Benlioglu | |
| 2017-09-08 | Add maintenance note | Petter Rasmussen | |
| 2017-08-14 | Possibility to disable notification when sharing to user or group | Dusan Stloukal | |
| Added the parameter --no-notification to the action "share" to not send notification e-mails to users or groups. Not allowed for other requests. It must not be disabled for ownership transfers. | |||
| 2017-02-24 | Merge pull request #258 from saaros/dont-read-nonexistent-tokens | Petter Rasmussen | |
| auth/file_source: don't try to read non-existent files | |||
| 2017-02-15 | auth/file_source: don't try to read non-existent files | Oskari Saarenmaa | |
| Commit b33b3e96e introduced a bug where we try to read a token file even if it doesn't exist, causing unauthenticated run (e.g. `gdrive about`) to fail with the error Failed getting oauth client: Failed to read token: unexpected end of JSON input Closes #257. | |||
| 2017-02-04 | Merge pull request #213 from X1011/patch-1 | Petter Rasmussen | |
| clarify that only the root .gdriveignore is used | |||
| 2017-02-01 | Merge pull request #252 from fab-io/master | Petter Rasmussen | |
| New feature, support authentication via service account. | |||
| 2017-01-26 | New feature, support authentication via service account. | Fabio Di Fabio | |
| 2017-01-18 | Update windows 64-bit download link | Petter Rasmussen | |
| 2016-10-24 | clarify that only the root .gdriveignore is used | dan smith | |
| 2016-10-12 | Merge pull request #201 from jblazquez/master | Petter Rasmussen | |
| Added --description option | |||
| 2016-09-20 | Added --description option | Javier Blazquez | |
| 2016-09-14 | Merge pull request #193 from alexanderkjeldaas/patch-1 | Petter Rasmussen | |
| Fix #159 | |||
| 2016-09-12 | Fix #159 | Alexander Kjeldaas | |
| Document how to list files in a subdirectory. | |||
| 2016-09-06 | Merge pull request #191 from dreamtechit/master | Petter Rasmussen | |
| Add the skip parameter to download and download query commands | |||
| 2016-09-06 | Merge pull request #190 from fab-io/master | Petter Rasmussen | |
| add the parameter to specify the Google Apps domain when the sharing type is domain | |||
| 2016-09-06 | Merge pull request #187 from vandenoever/master | Petter Rasmussen | |
| Add --mime option to gdrive import | |||
| 2016-09-06 | Merge pull request #165 from Anmol-Singh-Jaggi/master | Petter Rasmussen | |
| Fixed typo | |||
| 2016-09-06 | Add the skip parameter to download and download query commands | Roberto Gambuzzi | |
| 2016-09-01 | add the parameter to specify the Google Apps domain when the sharing type is ↵ | Fabio Di Fabio | |
| domain | |||
| 2016-08-24 | Add --mime option to gdrive import | Jos van den Oever | |
| 2016-06-20 | Fixed typo | Anmol Singh Jaggi | |
| `directoy` -> `directory` | |||
| 2016-05-02 | Merge pull request #148 from paulz/master | Petter Rasmussen | |
| add Homebrew installation instructions | |||
| 2016-05-02 | remove tap from install instructions | Amigo Developer | |
| as now https://github.com/Homebrew/homebrew-core/pull/754 has been accepted we do not to tap | |||
| 2016-05-01 | add Homebrew installation instructions | Paul Zabelin | |
| 2016-04-17 | Merge pull request #140 from paulz/godep | Petter Rasmussen | |
| add Go dependencies by godep | |||
| 2016-04-17 | add Go dependencies by godep | Paul Zabelin | |
| see https://github.com/tools/godep | |||
| 2016-04-09 | Merge pull request #133 from app-git-hub/patch-1 | Petter Rasmussen | |
| Clarifies the phrase 'first time gdrive is launched'. | |||
| 2016-04-09 | Add 2.1.0 download links | Petter Rasmussen | |
| 2016-04-09 | Update usage | Petter Rasmussen | |
| 2016-04-09 | Version 2.1.0 | Petter Rasmussen | |
| 2016-04-09 | Skip non-regular files #114 | Petter Rasmussen | |
