Commit Graph

  • 86f8378cf1 Update API description Christoph Polcin 2021-04-27 23:21:33 +0200
  • 4145fa842c Add ability to define custom interceptors (fixes #35) Felix Pojtinger 2021-04-27 20:16:33 +0200
  • ac1a683dc0 Add ability to define custom interceptors (fixes #35) Felix Pojtinger 2021-04-27 20:16:33 +0200
  • 8244b5a5f5
    Merge pull request #41 from needsaholiday/bug/pluscharacter David Holdeman 2021-02-03 15:23:56 -0600
  • d02a1ebcd2 switched to PathUnescape Nick Kratzke 2021-02-03 21:16:30 +0100
  • 3ed042db71 fix unescape Nick 2021-02-03 15:25:12 +0100
  • bdacfab947 update README due to API changes Christoph Polcin 2020-09-29 10:07:39 +0200
  • 617404b525 fixed panic due to concurrent map writes Jarek Kowalski 2020-08-17 19:47:58 -0700
  • 4feab506ce fixed panic due to concurrent map writes Jarek Kowalski 2020-08-17 19:47:58 -0700
  • 9380631c29 update README v0.8.0 8 Christoph Polcin 2020-03-03 16:07:24 +0100
  • a93005d73c
    Add File.Path to return the full path (#34) Lukáš Lalinský 2020-03-03 15:28:06 +0100
  • 19a935a272
    Add File.Path to return the full path Lukáš Lalinský 2020-02-21 18:49:50 +0100
  • 22156ce6e0
    🎨 引入轱辘工具库,日志组件 Liang Ding 2020-01-29 11:12:09 +0800
  • 805f99e7eb
    🔥 删掉命令行工具 Liang Ding 2020-01-29 11:11:43 +0800
  • 5e65ad0e18
    🎨 Add getter of file#path field Liang Ding 2020-01-27 16:22:54 +0800
  • 321978fa73 ref: make names more descriptive vitalii 2019-12-15 01:31:08 +0200
  • c4c707907d fix method of getting user's home path vitalii 2019-12-15 01:28:41 +0200
  • 9f625b1b8e Added check for root path Justus Flerlage 2019-11-08 23:27:45 +0100
  • e53b818e1b Added check of parentPath in createParentCollection Justus Flerlage 2019-02-09 20:21:47 +0100
  • 9e351655ce Added check for root path Justus Flerlage 2019-11-08 23:27:45 +0100
  • ff7f737904 fix(requests.go): allow www-authenticate to be case-insensitive. close #32 vitalii 2019-10-05 22:13:01 +0300
  • e4425e858d Added check of parentPath in createParentCollection Justus Flerlage 2019-02-09 20:21:47 +0100
  • 38f79aeaf1 fix uploading file with wrong content. close #30 vitalii 2019-01-03 20:38:58 +0200
  • 6c32839dbd fix import for command line tool vitalii 2018-12-30 13:17:58 +0200
  • 4d70d7ea28 use 'application/xml' instead of 'text/xml'. related with (1) in #15 vitalii 2018-12-29 22:04:04 +0200
  • 8bcb1b383c Fix early defer panic. (#29) yatsen1 2018-11-08 16:39:42 +0800
  • 9c05ad6c13 Fix early defer panic. drswinghead 2018-11-08 16:31:51 +0800
  • cba565a9dc links was updated in readme file. Related to studio-b12/gowebdav#27 vitalii 2018-10-24 14:05:51 +0300
  • 425530b55e cmd: readme was updated. closes studio-b12/gowebdav#27 vitalii 2018-10-22 08:29:10 +0300
  • 7493d8befb readme file for command line tool was added vitalii 2018-10-21 21:50:49 +0300
  • e29bc0f031 main readme file was updated vitalii 2018-10-21 21:49:28 +0300
  • c8fc9ca590 Merge remote-tracking branch 'upstream/master' vitalii 2018-10-21 12:52:46 +0300
  • a68e21e92b requests: nil pointer dereference panic was fixed [#25] vitalii 2018-09-04 23:48:06 +0300
  • 98fd89603f
    Delete client.go Christoph Polcin 2018-10-21 10:59:40 +0200
  • 02aa9bdaeb unused imports was removed vitalii 2018-07-17 18:00:53 +0300
  • 03e7eadd81 remove unused imports vitalii 2018-10-20 23:05:38 +0300
  • 8be07d5b02 requests: nil pointer dereference panic was fixed vitalii 2018-09-04 23:48:06 +0300
  • 8de8ce169b Merge remote-tracking branch 'upstream/master' vitalii 2018-07-17 14:00:43 +0300
  • 3cd755d6c4 make check api Christoph Polcin 2018-07-14 01:55:58 +0200
  • 83e3d1e31e Creating parent collection method was added (#22) Vitalii 2018-07-14 02:48:30 +0300
  • eca9684e7c using an early return on error in case of 409 in Client.Write() method vitalii 2018-07-13 14:27:14 +0300
  • 0a18eef386 error wrapping was removed from Client.put() method vitalii 2018-07-13 14:23:50 +0300
  • 28039fda22 fmt Christoph Polcin 2018-07-13 12:12:09 +0200
  • 45a56c2115 cmd: remove Connect() due to #16 Christoph Polcin 2018-07-13 12:11:56 +0200
  • d511d61c7c testing was added to Travis-CI file vitalii 2018-07-13 12:19:17 +0300
  • daaf54f9f8 install dependencies script was added to Travis-CI file vitalii 2018-07-13 12:12:26 +0300
  • 633c375501 using Client's method to create parent collection vitalii 2018-07-11 16:05:19 +0300
  • d4e0f1a6d9 method for creating parent collection was added to Client struct vitalii 2018-07-11 15:47:29 +0300
  • f821ab73e9 Merge branch 'b12-master' vitalii 2018-07-11 12:41:49 +0300
  • ec1263db2f all cases of Digest authorization was implemented (#19) Vitalii 2018-07-10 19:51:11 +0300
  • 95706c0747 .gitignore was expanded (#18) Vitalii 2018-07-08 15:27:10 +0300
  • f43a0a4cf8 quick bugfix for issue #20 (#21) Vitalii 2018-07-08 15:25:00 +0300
  • ff701bb5a6 quick bugfix for issue #20 vitalii 2018-07-04 10:24:22 +0300
  • ef9d9d1b5a all cases of Digest authorization was implemented vitalii 2018-06-20 06:46:25 +0300
  • da47f0d60d .gitignore was expanded vitalii 2018-06-21 16:48:43 +0300
  • 68824ef55e createParentCollection() function was added vitalii 2018-06-20 06:51:06 +0300
  • 6ca20e2a70 copyMove() function returns error in case of 409 status code vitalii 2018-06-20 06:49:28 +0300
  • 790397514e all cases of Digest authorization was implemented vitalii 2018-06-20 06:46:25 +0300
  • 4ca2f77e2b Merge remote-tracking branch 'upstream/master' vitalii 2018-06-21 16:34:17 +0300
  • 008b27eb0f bug #14 fixed (#17) Vitalii 2018-06-21 11:57:32 +0300
  • 9d2cc385a6 bug #14 fixed vitalii 2018-06-20 03:17:52 +0300
  • d1ebcbebf2 Merge branch 'develop' vitalii 2018-06-20 04:02:49 +0300
  • 4f450cfd02 Merge branch 'master' into develop vitalii 2018-06-20 04:01:37 +0300
  • 876ef52924 not all webdav servers returns "Dav" header vitalii 2018-06-20 03:21:30 +0300
  • 21d86ab356 use import of current fork (instead of original project) vitalii 2018-06-20 03:19:23 +0300
  • 97a0b83aeb bug #14 fixed vitalii 2018-06-20 03:17:52 +0300
  • 1fe9163c92 Merge remote-tracking branch 'studio-b12/master' vitalii 2018-06-19 11:44:16 +0300
  • 8bab650703 gitignore: .idea folder and *.exe files was added vitalii 2018-06-19 11:42:02 +0300
  • c4c24955e1 update README Christoph Polcin 2018-06-19 08:43:13 +0200
  • 2593a81bf0 Update issue templates Christoph Polcin 2018-06-19 08:36:40 +0200
  • b45378c08f Check status on every request to fix #14 David 2018-06-18 10:02:01 -0500
  • aebc3ef9d2 .idea/ folder and *.exe files was added to .gitignore vitalii 2018-06-14 09:24:10 +0300
  • 9ff8e33634 fix authorization 7 misha-plus 2018-06-10 14:01:51 +0500
  • 7e3803fb71
    Update requests.go misha-plus 2018-06-09 22:30:17 +0500
  • a33240e4ab add ability to read login / pw from ~/.netrc 6 Aaron Bieber 2017-10-05 09:07:51 -0600
  • fbcb29d33e docs Christoph Polcin 2018-05-25 23:26:18 +0200
  • 6d8c168f72 Add Authenticator interface and Digest auth support David 2018-04-07 08:37:48 -0500
  • 5bedad6f1e cmd: refactor method Christoph Polcin 2018-05-25 20:31:58 +0200
  • 31e0b57e53 cmd: PUT with optinal FILE argument Christoph Polcin 2018-05-25 20:27:55 +0200
  • ba3a71318b cmd: refactor output message Christoph Polcin 2018-05-25 19:58:42 +0200
  • fa51555f16 cmd: simplify arg handling Christoph Polcin 2018-05-25 12:25:36 +0200
  • e0b778960b cmd: GET with optional FILE argument Christoph Polcin 2018-05-25 12:18:30 +0200
  • a98da9745e cmd: create parent directories if writing files Christoph Polcin 2018-05-25 12:15:16 +0200
  • 1786d37966 ignore second cmd arg Christoph Polcin 2018-05-25 12:13:16 +0200
  • 32d5561fb6 add make check Christoph Polcin 2018-05-25 11:26:31 +0200
  • d6b82df09a update cmd usage 5 Christoph Polcin 2018-05-25 11:03:42 +0200
  • c16034adb0 refactor getCmd Christoph Polcin 2018-05-25 10:15:26 +0200
  • 1e4b7a5554 refactor client Christoph Polcin 2018-05-24 01:14:19 +0200
  • 3993494db0 refactor cmd Christoph Polcin 2018-05-24 01:13:26 +0200
  • 34368960d0 refactor Christoph Polcin 2018-05-23 14:15:46 +0200
  • 375f391c8a Escape URL Christoph Polcin 2018-05-23 13:41:06 +0200
  • c49c91989e % and # in the URL Shishkin Artem 2018-05-11 11:42:23 +0300
  • 7ea52a8e4f fix close Christoph Polcin 2018-05-17 01:17:14 +0200
  • 0e7fe90d28 Fetch ContentType and ETag Abdurrahman 2017-11-26 23:23:14 +0700
  • 0120c3c3c4 hello travis-ci Christoph Polcin 2018-05-17 00:05:28 +0200
  • 410e447c49 simplify 409 write error handler Christoph Polcin 2018-05-16 23:39:37 +0200
  • 65a34986d4 update Readme Christoph Polcin 2018-05-16 14:35:38 +0200
  • 73b90bf27e Do not do a read on the root on connect Keith Ball 2016-10-21 15:05:50 +0200
  • 9c695fe0df Return codes Keith Ball 2016-10-21 10:34:34 +0200
  • 732590873e docs Christoph Polcin 2018-05-16 12:35:57 +0200