Commit Graph

  • 83cb67070c
    webdav: fix LocalFileSystem.Readdir not returning children Simon Ser 2020-01-22 11:14:09 +0100
  • 6eeeccb96e
    all: encode hrefs, replace hrefs with path in public API Simon Ser 2020-01-22 11:07:30 +0100
  • 72c96af206
    webdav: move recursive PROPFIND to backend Simon Ser 2020-01-22 10:41:20 +0100
  • 307a998a46
    webdav: add Client.CopyAll Simon Ser 2020-01-22 10:16:48 +0100
  • 489be203a1
    webdav: add Client.MoveAll Simon Ser 2020-01-22 10:15:15 +0100
  • d30d4d2932
    internal: add helpers for the Overwrite header Simon Ser 2020-01-22 10:09:51 +0100
  • c0a91b0085
    internal: move Depth to internal.go Simon Ser 2020-01-22 10:06:00 +0100
  • 90fe8dedf7
    internal: add PROPPATCH support to server Simon Ser 2020-01-21 23:18:27 +0100
  • 4cee748898
    webdav: fix trailing getMod in client Simon Ser 2020-01-21 23:14:57 +0100
  • 83272e2195
    webdav: make FileInfo.ModTime optional in client Simon Ser 2020-01-21 22:47:48 +0100
  • 82bdd23de4
    webdav: populate FileInfo.MIMEType in client Simon Ser 2020-01-21 22:46:56 +0100
  • 23fa5c582c
    webdav: make FileInfo.ModTime optional Simon Ser 2020-01-21 22:44:10 +0100
  • 02d1a7dbe8
    webdav: add MIMEType to FileInfo Simon Ser 2020-01-21 22:43:13 +0100
  • c673e7c7e7
    webdav: replace os.FileInfo with our own type Simon Ser 2020-01-21 22:36:42 +0100
  • 6023eb58a0
    webdav: replace File with io.ReadCloser Simon Ser 2020-01-21 22:19:34 +0100
  • a5d750f1e1
    webdav: add Client.Mkdir Simon Ser 2020-01-21 22:06:47 +0100
  • e9e1f102de
    webdav: add MKCOL support to server Simon Ser 2020-01-21 22:05:59 +0100
  • a2ad695145
    webdav: move WebDAV semantics handling to LocalFileSystem Simon Ser 2020-01-21 21:49:54 +0100
  • 04bcea1ee8
    webdav: add Client.RemoveAll Simon Ser 2020-01-21 21:48:07 +0100
  • 41b68829e8
    webdav: add DELETE support to server Simon Ser 2020-01-21 21:46:01 +0100
  • 69f88b075a
    webdav: add PUT to allowed methods for regular files Simon Ser 2020-01-21 21:35:37 +0100
  • 9db481fa51
    webdav: add Client.Create Simon Ser 2020-01-21 21:32:43 +0100
  • 7d6de88179
    webdav: add support for PUT to server Simon Ser 2020-01-21 21:19:44 +0100
  • 45774fe572
    carddav: simplify variable names Simon Ser 2020-01-21 21:04:19 +0100
  • ffc628aed9
    webdav: fix URL encoding in PROPFIND handler Simon Ser 2020-01-21 21:02:41 +0100
  • 0469c3d389
    all: add basic docs Simon Ser 2020-01-21 21:01:18 +0100
  • f6d0a37ea4
    webdav: properly URL-encode hrefs in PROPFIND response Simon Ser 2020-01-21 20:08:58 +0100
  • 4e4a5abed2
    webdav: remove File.Readdir, add FileSystem.Readdir Simon Ser 2020-01-21 19:59:09 +0100
  • e851e6e3f1
    webdav: remove File.Stat, add FileSystem.Stat Simon Ser 2020-01-21 19:55:02 +0100
  • 6526cef9eb
    webdav: add Client.Readdir Simon Ser 2020-01-21 18:55:29 +0100
  • 8e50764757
    webdav: add basic Client.Open Simon Ser 2020-01-21 18:47:29 +0100
  • e84362bc0a
    webdav: add Client.Stat Simon Ser 2020-01-21 18:41:46 +0100
  • 63cdea07be
    internal: allow Response.DecodeProp to decode multiple values Simon Ser 2020-01-21 18:41:25 +0100
  • 3e41eefd12
    internal: properly encode path in Client.NewRequest Simon Ser 2020-01-20 13:40:26 +0100
  • d21315e9fc
    Fix host trailing dot in Discover Simon Ser 2020-01-20 13:17:19 +0100
  • 19140af10d
    carddav: add Discover Simon Ser 2020-01-20 11:15:22 +0100
  • 3a61646ab4
    carddav: add current-user-principal to server Simon Ser 2020-01-20 10:56:25 +0100
  • d8ce7d353d
    internal: check for response error in Multistatus.Get Simon Ser 2020-01-19 15:41:08 +0100
  • 6e0ea58de1
    carddav: populate AddressBook.{Name,MaxResourceSize} in client Simon Ser 2020-01-19 15:29:51 +0100
  • c4718a3a49
    carddav: add addressbook-home-set to server Simon Ser 2020-01-19 15:10:54 +0100
  • 6bac674701
    carddav: add max-resource-size to serve Simon Ser 2020-01-19 15:06:09 +0100
  • 238e72b73e
    carddav: add addressbook-supprted-address-data to server Simon Ser 2020-01-19 15:00:15 +0100
  • edfc2804b5
    carddav: add displayname and addressbook-description to server Simon Ser 2020-01-19 14:53:58 +0100
  • 797b2f8fc5
    carddav: add address-data to server responses Simon Ser 2020-01-19 12:08:53 +0100
  • 4a2a520522
    carddav: add server support for REPORT addressbook-query Simon Ser 2020-01-19 12:02:18 +0100
  • b311299ac0
    internal: add Prop.Get, Prop.Decode Simon Ser 2020-01-19 12:01:55 +0100
  • f3f1c8b58a
    internal: introduce DecodeXMLRequest, ServeXML and ServeMultistatus Simon Ser 2020-01-19 11:12:45 +0100
  • 60e5d57cda
    carddav: implement REPORT addressbook-multiget Simon Ser 2020-01-19 11:05:56 +0100
  • 402593c5c6
    carddav: define XML names as globals Simon Ser 2020-01-18 12:43:47 +0100
  • bf666bb2fb
    Ensure resourcetype is always defined Simon Ser 2020-01-17 17:09:44 +0100
  • 34b2ebf940
    all: use variables for xml.Name values Simon Ser 2020-01-17 17:09:23 +0100
  • 557972089c
    carddav: add very basic server implementation Simon Ser 2020-01-17 16:59:29 +0100
  • 13d70be046
    carddav: rename Address to AddressObject Simon Ser 2020-01-17 16:20:05 +0100
  • 883dafaf41
    internal: fix Error element definition Simon Ser 2020-01-17 14:47:10 +0100
  • 7cb302246b
    internal: add NewPropfindResponse helper Simon Ser 2020-01-17 14:40:29 +0100
  • e2da5769f5
    Improve OPTIONS handling Simon Ser 2020-01-17 11:41:44 +0100
  • f4c21ca352
    webdav: make HEAD/GET on a dir fail Simon Ser 2020-01-17 11:32:13 +0100
  • 326c4b9b6f
    internal: add Handler Simon Ser 2020-01-17 11:30:42 +0100
  • 3beeb23f7c
    internal: drop unused field in Client Simon Ser 2020-01-16 11:08:48 +0100
  • 23433b3eb1
    readme: license is now MIT Simon Ser 2020-01-16 16:30:11 +0100
  • cabf33219e
    Add Client.SetBasicAuth Simon Ser 2020-01-15 23:45:37 +0100
  • dbdd296d38
    webdav: advertise class 3 support in OPTIONS Simon Ser 2020-01-15 23:17:43 +0100
  • 0687eb165e
    webdav: add missing PROPFIND to OPTIONS response Simon Ser 2020-01-15 23:10:51 +0100
  • 4c4624e225
    webdav: add support for allprop and propname in PROPFIND Simon Ser 2020-01-15 23:03:09 +0100
  • ae0541654a
    inetrnal: rename Date to Time, make it a Text{Marshaler,Unmarshaler} Simon Ser 2020-01-15 19:32:59 +0100
  • 3d37e49ca0
    internal: make Status a Text{Marshaler,Unmarshaler} Simon Ser 2020-01-15 19:23:09 +0100
  • 040c38f1b6
    webdav: add support for more props Simon Ser 2020-01-15 19:08:38 +0100
  • d83efedfb5
    webdav: list children in PROPFIND Simon Ser 2020-01-15 18:39:25 +0100
  • ae93da82c1
    webdav: add minimal server implementation Simon Ser 2020-01-15 18:21:27 +0100
  • 42765234a8
    internal: add Depth, Client.Propfind Simon Ser 2020-01-15 12:30:42 +0100
  • 2b841a9234
    carddav: add support for <addressbook-multiget> Simon Ser 2020-01-15 12:09:42 +0100
  • 5fe39bbc13
    internal: remove xml.Name arg from Response.DecodeProp Simon Ser 2020-01-15 11:44:27 +0100
  • 25ab0b2076
    internal: add EncodeProp Simon Ser 2020-01-15 11:17:38 +0100
  • 45cd1977d4
    Add go.sum Simon Ser 2020-01-15 11:17:07 +0100
  • ee5864490e
    internal: make sure rawXMLValueReader is an xml.TokenReader Simon Ser 2020-01-15 11:16:30 +0100
  • 44f7f84ef5
    internal: add EncodeRawXMLElement Simon Ser 2020-01-15 11:14:34 +0100
  • 56c162197b
    carddav: add Client.QueryAddressBook Simon Ser 2020-01-14 23:44:21 +0100
  • 9dfabd89c8
    carddav: add Client.FindAddressBooks Simon Ser 2020-01-14 23:13:23 +0100
  • 3d05533a31
    carddav: add very basic Client Simon Ser 2020-01-14 22:19:54 +0100
  • 931602e55d
    internal: add Client.PropfindFlat Simon Ser 2020-01-14 21:43:09 +0100
  • 94d597c1f5
    internal: remove unnecessary call to Encoder.Flush Simon Ser 2020-01-14 21:38:25 +0100
  • a4580254eb
    internal: check response status in Response.DecodeProp Simon Ser 2020-01-14 21:35:24 +0100
  • 388377dfca
    internal: remove unnecessary namespaces in structs Simon Ser 2020-01-14 21:32:43 +0100
  • 5748fec4d0
    internal: add helpers to parse multistatus Simon Ser 2020-01-14 21:29:54 +0100
  • 93f95c7fd2
    internal: add <responsedescription> Simon Ser 2020-01-14 20:27:08 +0100
  • 87a88d6723
    Generate PROPFIND request body Simon Ser 2020-01-14 20:00:54 +0100
  • 6f9ff62747
    internal: add RawXMLValue.Decode Simon Ser 2020-01-14 18:53:29 +0100
  • 3beb076950
    webdav: add very basic Client Simon Ser 2020-01-14 18:51:17 +0100
  • 055a297f6e
    internal: add RawXMLValue to defer XML encoding/decoding Simon Ser 2020-01-14 17:52:14 +0100
  • 064cd80a24
    Start from scratch Simon Ser 2020-01-14 15:41:54 +0100
  • e36c7881da
    webdav: fix propfind decode errors v0.1.0 Simon Ser 2020-01-08 19:20:00 +0100
  • 1be15ec875
    carddav: improve error handling Simon Ser 2020-01-08 18:54:29 +0100
  • cb215c7037
    Rename webdav.go to server.go Simon Ser 2019-12-17 17:39:19 +0100
  • da3ea58163
    Add go.mod Simon Ser 2019-12-17 17:24:38 +0100
  • 6f8124dbbf Removed extra logging from carddav Konstantin Chukhlomin 2019-10-27 11:00:01 -0400
  • 4ef680e9a3
    Merge pull request #5 from shurcooL/patch-1 emersion 2018-05-09 20:03:21 +0100
  • 0ad8fa5233
    carddav: Remove duplicate package comment Dmitri Shuralyov 2018-05-09 14:39:53 -0400
  • f8d9f83cbc
    carddav: add AddressObject.Remove emersion 2017-09-14 11:51:57 +0200
  • 579a25f989
    carddav: cache file contents when opening it emersion 2017-09-14 11:08:16 +0200
  • d2d201e6ad
    carddav: remove .vcf extension emersion 2017-09-13 20:09:18 +0200