Commit Graph

  • 0d6e1afe54 drive: only request owner field when using --drive-auth-owner-only Martin Kristensen 2017-04-23 21:12:28 +02:00
  • 7d9faffd4b Add Martin Kristensen to contributors Nick Craig-Wood 2017-04-23 17:03:20 +01:00
  • d7df065320 drive: reduce bandwidth by adding fields for partial responses Martin Kristensen 2017-04-20 18:58:51 +02:00
  • 84d4d7f9d9 oauthutil: Print redirection URI if using own credentials. Michael Ledin 2017-03-03 01:36:00 +03:00
  • 733d6fe56c Add Michael Ledin to contributors Nick Craig-Wood 2017-04-22 10:24:33 +01:00
  • 8350544092 onedrive: swap to using http://localhost:53682/ as redirect URL. Michael Ledin 2017-03-02 23:21:35 +03:00
  • 6a63bc2788 Add Hraban Luyat to contributors Nick Craig-Wood 2017-04-22 09:39:46 +01:00
  • 66e8c1600e Print password prompts to stderr Hraban Luyat 2017-04-15 18:17:53 +01:00
  • 82b8d68ffb crypt: report the name:root as specified by the user Stephen Harris 2017-04-10 12:52:31 -04:00
  • b86bbcd67e Add Jon Craton to contributors Nick Craig-Wood 2017-04-22 09:22:51 +01:00
  • 38b6d607aa fixed typo Jon Craton 2017-04-14 15:07:46 -04:00
  • e1647a5a08 crypt: Fix obfuscate filename encryption method Stephen Harris 2017-04-14 08:30:18 -04:00
  • bc25190fc7 Fix misleading log message with --dry-run - fixes #1309 Nick Craig-Wood 2017-04-10 16:07:22 +01:00
  • e3a41321cc onedrive: changed QueryEscape to PathEscape - fixes #1296 Yoni Jah 2017-03-30 22:44:36 +08:00
  • 2fd86c93fc allow modTime to be changed even before all writers are closed (fixes #1197 -- again) Stefan Breunig 2017-03-30 20:58:11 +02:00
  • 2b8c461e04 Add Ihor Dvoretskyi to contributors Nick Craig-Wood 2017-03-29 18:12:13 +01:00
  • a54692d165 OneDrive vs One Drive Ihor Dvoretskyi 2017-03-08 13:21:57 +02:00
  • 4b4c59a4bb crypt: add integration tests for obfuscate name encryption Nick Craig-Wood 2017-03-23 20:32:29 +00:00
  • 81d688107e Add Stephen Harris to contributors Nick Craig-Wood 2017-03-29 17:55:24 +01:00
  • 6e003934fc crypt: add an "obfuscate" option for filename encryption. Stephen Harris 2017-03-12 14:14:36 -04:00
  • 37e1b20ec1 Updated .pkgr.yml file to use rclone as its own cli. Dedsec1 2017-03-21 14:22:41 -04:00
  • d1787b50fd Yoni Jah to contributors Nick Craig-Wood 2017-03-29 17:37:33 +01:00
  • 9dfc346998 onedrive: Retry on token expired error, reset upload body on retry Yoni Jah 2017-03-23 21:10:43 +08:00
  • 9ab4c19945 Add Danny Tsai to contributors Nick Craig-Wood 2017-03-29 17:26:03 +01:00
  • 3bab119fa5 drive: implement --drive-shared-with-me flag to view shared with me files Danny Tsai 2017-03-26 00:16:56 +08:00
  • 1fdf3e2aae Add Marvin Watson to contributors Nick Craig-Wood 2017-03-29 17:12:17 +01:00
  • 4810aa65a4 Update references from HTTP to HTTPS where possible marvwatson 2017-03-29 05:38:34 -07:00
  • f798552cf1 Update urls to https after site move Nick Craig-Wood 2017-03-29 10:06:22 +01:00
  • 4dc030d081 implement ModTime via FUSE for remotes that support it (fixes #1197) Stefan Breunig 2017-03-23 20:41:21 +01:00
  • 216499d78b Add Mike Tesch to authors Nick Craig-Wood 2017-03-19 08:26:41 +00:00
  • 60f636ee15 Fix spelling of Unfortunately Mike Tesch 2017-03-18 20:18:04 -04:00
  • f0bf117a04 Add Jérôme Vizcaino to authors Nick Craig-Wood 2017-03-18 21:23:34 +00:00
  • 788b6ce821 mount: umount dir when program ends with SIGINT (Ctrl+C) or SIGTERM Jérôme Vizcaino 2017-03-17 11:20:28 +01:00
  • 503cd84919 Start v1.36-DEV development Nick Craig-Wood 2017-03-18 11:30:04 +00:00
  • 118e26f8e2 Version v1.36 v1.36 Nick Craig-Wood 2017-03-18 11:16:43 +00:00
  • 5355881332 local: fix unnormalised unicode causing problems reading directories #1212 Nick Craig-Wood 2017-03-16 22:37:56 +00:00
  • b94b50a808 Prepare website for https Nick Craig-Wood 2017-03-16 22:36:23 +00:00
  • 9b07d32c02 onedrive, drive, amazonclouddrive: make sure we find the root Nick Craig-Wood 2017-03-15 20:55:05 +00:00
  • 986a2851bf onedrive: make sure we create root for server side copy Nick Craig-Wood 2017-03-15 19:40:58 +00:00
  • 6474f2c7c2 onedrive: fix uploading empty files with go1.8 Nick Craig-Wood 2017-03-15 12:45:03 +00:00
  • 99f7fe736a onedrive: implement Move #197 Nick Craig-Wood 2017-03-14 15:35:10 +00:00
  • e80d8db417 Fix typo in option name Nick Craig-Wood 2017-03-13 12:51:01 +00:00
  • 320c53eab0 Start Cat tests from 2 as onedrive doesn't support ranging from 1 Nick Craig-Wood 2017-03-12 14:24:33 +00:00
  • 4d5b73df85 Fix TestListDirSorted eventual consistency listing problems Nick Craig-Wood 2017-03-12 14:00:22 +00:00
  • 0faf82702b onedrive: fix waitForJob to parse errors correctly #1224 Nick Craig-Wood 2017-03-12 12:00:10 +00:00
  • 194a8f56e1 rest: Implement IgnoreStatus option to not parse the error return Nick Craig-Wood 2017-03-12 11:44:43 +00:00
  • f046c00d3b onedrive: fix overwrite detection in Copy - fixes #1224 Nick Craig-Wood 2017-03-11 22:22:13 +00:00
  • 488353c977 acd: Fix Move returning nil objects and nil error #1226 Nick Craig-Wood 2017-03-09 21:32:50 +00:00
  • c45c604997 onedrive: fix NewObject so it doesn't return an object when given a directory Nick Craig-Wood 2017-03-06 20:11:54 +00:00
  • b2a4ea9304 fs/buffer: Fix panic on concurrent Read/Close - fixes #1213 Nick Craig-Wood 2017-03-06 19:22:17 +00:00
  • 8dc7bf883d vendor: Update go-acd Nick Craig-Wood 2017-03-06 19:21:18 +00:00
  • 61f186c8a3 Add missing dependency Nick Craig-Wood 2017-03-05 10:24:46 +00:00
  • e88623e3c8 Add cryptcheck and obscure to docs Nick Craig-Wood 2017-03-05 10:19:22 +00:00
  • 4652db34a4 Update config docs - fixes #1174 Nick Craig-Wood 2017-03-05 10:14:57 +00:00
  • 05d72385b5 created .pkgr.yml file for automated apt-get Dedsec1 2017-03-01 22:04:48 -05:00
  • 9bb408e1a9 Update snapcraft.yaml Dedsec1 2017-03-01 12:21:54 -05:00
  • 10e532bce9 Fix --files-from with an empty file copying everything - fixes #1196 Nick Craig-Wood 2017-03-04 10:11:15 +00:00
  • 4ab7e05e02 Fix MimeType propagation Nick Craig-Wood 2017-03-04 10:10:55 +00:00
  • 1cc58e4e09 mount: fix logging for unimplemented file open modes #1195 Nick Craig-Wood 2017-03-02 22:07:01 +00:00
  • fdaac6df67 local: open files in write only mode so they can write to an rclone mount Nick Craig-Wood 2017-03-02 21:46:28 +00:00
  • 1d42a343d2 b2: fix inconsistent listings and rclone check Nick Craig-Wood 2017-03-01 07:57:10 +00:00
  • 0ce34be41d Fix bulleted list doc formatting errors - fixes #1170 Nick Craig-Wood 2017-03-02 15:07:25 +00:00
  • 5fba913207 local: fix detection of directories in new object creation Nick Craig-Wood 2017-02-27 17:02:31 +00:00
  • f7252645ba Make the Makefile build rclone with the correct version number by default Nick Craig-Wood 2017-02-27 11:53:03 +00:00
  • e48d19f895 acd: make file size warning at Info level so it appears by default Nick Craig-Wood 2017-02-26 13:23:12 +00:00
  • 6bad0ad9c4 Fix installation instructions to install in /usr/bin not /usr/sbin Nick Craig-Wood 2017-02-26 10:09:23 +00:00
  • dc5b7dc102 rest: don't duplicate headers on redirect now go1.8 does it Nick Craig-Wood 2017-02-25 21:41:03 +00:00
  • 55eafb3a9a gcs: fix depth 1 directory listings Nick Craig-Wood 2017-02-25 16:03:29 +00:00
  • 5b6dd36307 dropbox, yandex: fix return of wrapped nil introduced in 79e3c67bbd Nick Craig-Wood 2017-02-25 15:23:27 +00:00
  • 175c39e1d0 b2: fix uploading empty files with go1.8 Nick Craig-Wood 2017-02-25 15:22:14 +00:00
  • 84b12574de sftp: fix detection of file vs directory Nick Craig-Wood 2017-02-25 14:31:27 +00:00
  • efbb040e3f yandex: fix single level directory listing Nick Craig-Wood 2017-02-25 13:39:16 +00:00
  • 79e3c67bbd local, yandex, dropbox: fix NewObject suceeding on a directory #1079 Nick Craig-Wood 2017-02-25 11:09:57 +00:00
  • 527099ae72 dropbox: normalise the case for single level directory listings #1165 Nick Craig-Wood 2017-02-24 22:49:29 +00:00
  • e2f0feef3c Add debugging to print hash values on failed hash comparison Nick Craig-Wood 2017-02-23 11:23:19 +00:00
  • 30e97ad9ec Fix parsing of remotes in moveto and copyto - fixes #1079 Nick Craig-Wood 2017-02-22 21:24:04 +00:00
  • 07dc76eff0 Remove unused test file Nick Craig-Wood 2017-02-22 20:58:24 +00:00
  • e59dc81658 Stop --track-renames deleting case folded source files - fixes #1094 Nick Craig-Wood 2017-02-22 19:28:22 +00:00
  • f40443359d Fix exit code docs - fixes #1169 Nick Craig-Wood 2017-02-22 18:00:56 +00:00
  • 6b0f2ef4bd Fix --delete-before deleting files on copy - fixes #1166 Nick Craig-Wood 2017-02-22 13:17:38 +00:00
  • 12aa03f5b8 dropbox: fix depth 1 listing - fixes #1165 Nick Craig-Wood 2017-02-22 12:48:16 +00:00
  • 73a96dc588 Improve directory listing tests to detect issue #1165 Nick Craig-Wood 2017-02-22 10:14:40 +00:00
  • 980cd5bfd8 Put the -beta-latest files at the root of beta.rclone.org - fixes #1047 Nick Craig-Wood 2017-02-20 18:02:45 +00:00
  • 86cc9f3dfb Include git-log.txt into beta releases - fixes #1047 Nick Craig-Wood 2017-02-20 17:08:07 +00:00
  • 1ae604fcf4 cross-compile: make rclone-beta-latest* for download #1047 Nick Craig-Wood 2017-02-20 16:54:33 +00:00
  • 5e93fe96d3 cross-compile: add missing .exe suffix to windows binaries Nick Craig-Wood 2017-02-20 16:36:54 +00:00
  • 31745320c8 Log the rclone version at the end of the run - fixes #847 Nick Craig-Wood 2017-02-20 16:36:25 +00:00
  • 2da6cd7f84 Introduce AtExit to fix --cpuprofile and --memprofile to write profiles at end of run Nick Craig-Wood 2017-02-20 16:33:45 +00:00
  • 6e0e1ad9cb Add more description to the snapcraft files Nick Craig-Wood 2017-02-18 12:02:04 +00:00
  • dd62c94d05 Create dev-snapcraft.yaml for current snapshot rclone Dedsec1 2017-02-16 21:30:09 -05:00
  • ee70b99143 Add Hisham Zarka to contributors Nick Craig-Wood 2017-02-18 11:42:26 +00:00
  • b3a526814e fix --ignore-checksum Hisham Zarka 2017-02-18 13:13:53 +04:00
  • 69a15ae173 Replace gox with a go script to do cross compiling Nick Craig-Wood 2017-02-17 21:54:32 +00:00
  • 1d7f95da8e Support MIPS big and little endian - fixes #849 Nick Craig-Wood 2017-02-17 19:11:08 +00:00
  • 8ec57d145e Update vendor directory Nick Craig-Wood 2017-02-17 16:49:51 +00:00
  • 3ef9f6f016 mount: add test scripts Nick Craig-Wood 2017-02-17 11:37:19 +00:00
  • 990b676e13 travis: only run go latest on OS X and include go tip, but allow failures Nick Craig-Wood 2017-02-17 10:30:45 +00:00
  • 5cdfe9c7ae Updae to go1.8 Nick Craig-Wood 2017-02-17 09:40:14 +00:00
  • 033d1eb7af Refactor Account interface Nick Craig-Wood 2017-02-17 09:15:24 +00:00
  • ac62ef430d Prevent double closes on async buffer Nick Craig-Wood 2017-02-17 08:37:53 +00:00