Nick Craig-Wood
d2a5640c3a
Revert "sharefile: fix backend due to API swapping integers for strings"
...
The API seems to have reverted to what it was before
This reverts commit 095c7bd801
.
2021-01-13 16:24:19 +00:00
Nick Craig-Wood
4df333255a
sharefile: fix backend due to API swapping integers for strings
...
For some reason the API started returning some integers as strings in
JSON. This is probably OK in Javascript but it upsets Go.
This is easily fixed with the `json:"name,size"` struct tag.
2020-11-18 15:50:12 +00:00
Martin Michlmayr
4aee962233
doc: fix typos throughout docs and code
2020-05-20 15:54:51 +01:00
Nick Craig-Wood
4627ac5709
New backend for Citrix Sharefile - Fixes #1543
...
Many thanks to Bob Droog for organizing a test account and extensive
testing.
2019-09-30 12:28:33 +01:00