Commit Graph

91 Commits

Author SHA1 Message Date
5a9b0d715c updated README.md, unexported responses types 2019-07-22 16:40:42 +02:00
85ab4b93f0 updated doc.go 2019-07-22 16:22:10 +02:00
3cf8fdec75 code restructuration: private implementation 2019-07-22 16:17:11 +02:00
7022842ce1 fix webdav: moved to gitlab.bertha.cloud/adphi/gowebdav fork 2019-07-21 01:33:59 +02:00
f3a7e601b4 fix webdav tests 2019-07-20 23:37:16 +02:00
535664608a wip: improved walk performances 2019-07-20 22:49:45 +02:00
ba43e1dcbb wip: fix walk, TODO: find a fix for fileinfo's name 2019-07-20 22:27:54 +02:00
Adphi
04fe0dc872 Merge branch '8-see-filepath-implementation' into 'master'
Resolve "Add Walk to WebDav interface"

Closes #8

See merge request partitio/Nextcloud-Partitio/gonextcloud!3
2019-07-16 06:29:38 +00:00
Adphi
061dc12713 Resolve "Add Walk to WebDav interface" 2019-07-16 06:29:38 +00:00
a9c13d5422 updated .gitlab-ci.yml 2019-07-14 16:06:50 +02:00
Adphi
6deeb69b90 Merge branch '6-add-webdav-api-client' into 'master'
fix #6: added gowebdav and webdav interface (TODO: webdav tests)

Closes #6

See merge request partitio/Nextcloud-Partitio/gonextcloud!2
2019-07-14 13:54:02 +00:00
018fc569d3 fix #6: added gowebdav and webdav interface (TODO: webdav tests) 2019-07-14 15:41:43 +02:00
bb0b884521 fix #7: moved to gomodules 2019-07-14 01:18:42 +02:00
0551ffbca1 fix user update groups goroutine 2019-02-19 09:30:27 +01:00
a54ee4c2e6 Added User's group add and remove to User Update 2019-02-01 13:13:44 +01:00
2d66aa5161 Added search to Groups' ListDetails 2019-01-31 13:23:06 +01:00
3e33481fb4 Fix User UpdateError 2019-01-18 13:42:40 +01:00
4925b52a0e Fix User Update fields filter 2019-01-18 11:25:14 +01:00
014ac7ff7e Fix User Update ignored fields 2019-01-18 11:16:49 +01:00
2953afd160 Added missing login and logout method to client interface, updated mocks 2019-01-16 16:25:20 +01:00
dd062fe989 Fix quota odd behaviour 2019-01-16 15:31:22 +01:00
4f50c4817a fix wrong user quota type (int to int64) 2019-01-15 15:58:20 +01:00
014a0c6653 Added mocks 2019-01-11 19:43:04 +01:00
557d7213c3 Merge branch 'master' of https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud 2019-01-03 14:15:41 +01:00
c793018d74 Updated dependencies 2019-01-03 14:15:11 +01:00
27f0846b45 implemented User's CreateBatchWithoutPassoword 2019-01-03 14:09:23 +01:00
fc966d8703 Changed client's Entities into interfaces, improved CreateWithoutPassword 2018-12-11 10:27:11 +01:00
Adphi
91d59033fb fix http links in README.md 2018-10-26 16:32:44 +00:00
54b39956e3 fix doc's bad import 2018-10-26 17:23:16 +02:00
0a52ba39d7 updated project url 2018-10-26 15:35:50 +02:00
16ca38c4e4 Fix indent in README.md 2018-10-26 09:40:11 +02:00
8268907940 Updated docs, improved README.md 2018-10-26 09:38:48 +02:00
f9201552f9 Moved all methods inside sub Interfaces and structs 2018-10-21 14:53:12 +02:00
8600032042 Fix app enable 2018-10-19 14:53:24 +02:00
75e83977e4 #1 Implements Notifications API 2018-10-17 11:15:27 +02:00
4a1bec45bf Fix coverage in Makefile 2018-10-17 09:20:28 +02:00
Adphi
77765f51b8 Added Godoc badge to README.md 2018-10-16 17:09:04 +00:00
Adphi
cfdef69aed Added pipeline and coverage badge to README.md 2018-10-16 16:24:09 +00:00
7772f3b68d Fix race condition in AppConfig 2018-10-16 18:16:18 +02:00
712c7a008a removed sensitive data 2018-10-16 15:52:56 +02:00
91afc73ef6 Improved tests with random names and added docs 2018-10-16 15:24:44 +02:00
1cc321d657 Tests restructuration and AppsConfig implementation 2018-10-16 14:38:32 +02:00
f40f6afa5c Disabled race_detector in gitlab-ci.yml 2018-10-16 12:03:46 +02:00
dd7c020cf5 Fix TestUserCreateWithoutPassword 2018-10-16 12:00:11 +02:00
f388c31259 Moved sensitive data to env vars: TODO: Remove config.yml from git history 2018-10-16 11:52:34 +02:00
68f06ac164 #6 Add method creating user only with username and email 2018-10-16 11:02:04 +02:00
74ee331f4f Tests retructuration 2018-10-16 09:34:56 +02:00
9e549dd740 Fix project import path 2018-10-08 18:50:11 +02:00
Adphi
0c6febd4c4 Update .gitlab-ci.yml 2018-10-08 16:40:39 +00:00
d6551164b8 removed concurents user createfull and update tests 2018-10-08 16:56:58 +02:00