Commit Graph

94 Commits

Author SHA1 Message Date
Adphi 76b69b7acd Fix user in doc.go [skip-ci] 2019-07-30 18:52:32 +00:00
Adphi 90081d6e8f improved comments 2019-07-23 09:52:34 +02:00
Adphi 5d284c1ad8 Merge branch 'v2' into 'master'
V2

See merge request partitio/Nextcloud-Partitio/gonextcloud!4
2019-07-22 14:56:11 +00:00
Adphi 5a9b0d715c updated README.md, unexported responses types 2019-07-22 16:40:42 +02:00
Adphi 85ab4b93f0 updated doc.go 2019-07-22 16:22:10 +02:00
Adphi 3cf8fdec75 code restructuration: private implementation 2019-07-22 16:17:11 +02:00
adphi 7022842ce1 fix webdav: moved to gitlab.bertha.cloud/adphi/gowebdav fork 2019-07-21 01:33:59 +02:00
adphi f3a7e601b4 fix webdav tests 2019-07-20 23:37:16 +02:00
Adphi 535664608a wip: improved walk performances 2019-07-20 22:49:45 +02:00
Adphi 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
adphi 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
adphi 018fc569d3 fix #6: added gowebdav and webdav interface (TODO: webdav tests) 2019-07-14 15:41:43 +02:00
adphi bb0b884521 fix #7: moved to gomodules 2019-07-14 01:18:42 +02:00
Adphi 0551ffbca1 fix user update groups goroutine 2019-02-19 09:30:27 +01:00
Adphi a54ee4c2e6 Added User's group add and remove to User Update 2019-02-01 13:13:44 +01:00
Adphi 2d66aa5161 Added search to Groups' ListDetails 2019-01-31 13:23:06 +01:00
Adphi 3e33481fb4 Fix User UpdateError 2019-01-18 13:42:40 +01:00
Adphi 4925b52a0e Fix User Update fields filter 2019-01-18 11:25:14 +01:00
Adphi 014ac7ff7e Fix User Update ignored fields 2019-01-18 11:16:49 +01:00
Adphi 2953afd160 Added missing login and logout method to client interface, updated mocks 2019-01-16 16:25:20 +01:00
Adphi dd062fe989 Fix quota odd behaviour 2019-01-16 15:31:22 +01:00
Adphi 4f50c4817a fix wrong user quota type (int to int64) 2019-01-15 15:58:20 +01:00
Adphi 014a0c6653 Added mocks 2019-01-11 19:43:04 +01:00
Adphi 557d7213c3 Merge branch 'master' of https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud 2019-01-03 14:15:41 +01:00
Adphi c793018d74 Updated dependencies 2019-01-03 14:15:11 +01:00
Adphi 27f0846b45 implemented User's CreateBatchWithoutPassoword 2019-01-03 14:09:23 +01:00
Adphi 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
Adphi 54b39956e3 fix doc's bad import 2018-10-26 17:23:16 +02:00
Adphi 0a52ba39d7 updated project url 2018-10-26 15:35:50 +02:00
Adphi 16ca38c4e4 Fix indent in README.md 2018-10-26 09:40:11 +02:00
Adphi 8268907940 Updated docs, improved README.md 2018-10-26 09:38:48 +02:00
Adphi f9201552f9 Moved all methods inside sub Interfaces and structs 2018-10-21 14:53:12 +02:00
Adphi 8600032042 Fix app enable 2018-10-19 14:53:24 +02:00
Adphi 75e83977e4 #1 Implements Notifications API 2018-10-17 11:15:27 +02:00
Adphi 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
Adphi 7772f3b68d Fix race condition in AppConfig 2018-10-16 18:16:18 +02:00
Adphi 712c7a008a removed sensitive data 2018-10-16 15:52:56 +02:00
Adphi 91afc73ef6 Improved tests with random names and added docs 2018-10-16 15:24:44 +02:00
Adphi 1cc321d657 Tests restructuration and AppsConfig implementation 2018-10-16 14:38:32 +02:00
Adphi f40f6afa5c Disabled race_detector in gitlab-ci.yml 2018-10-16 12:03:46 +02:00
Adphi dd7c020cf5 Fix TestUserCreateWithoutPassword 2018-10-16 12:00:11 +02:00
Adphi f388c31259 Moved sensitive data to env vars: TODO: Remove config.yml from git history 2018-10-16 11:52:34 +02:00
Adphi 68f06ac164 #6 Add method creating user only with username and email 2018-10-16 11:02:04 +02:00
Adphi 74ee331f4f Tests retructuration 2018-10-16 09:34:56 +02:00