Alex Unger
|
44c6448fe4
|
Grant access to protected branches to oc employees
|
2019-12-11 13:38:04 +01:00 |
|
Thomas Müller
|
901c02afce
|
Merge pull request #17 from owncloud/feature/groups
Feature/groups
|
2019-12-11 10:12:44 +01:00 |
|
Thomas Müller
|
1d0e201379
|
Render proper list responses for users and groups
|
2019-12-10 12:41:26 +01:00 |
|
Thomas Müller
|
37940d58c7
|
Adding /v1.0/groups
|
2019-12-10 12:41:26 +01:00 |
|
Thomas Müller
|
fc7e3d748b
|
Merge pull request #16 from owncloud/feature/configure-ldap
Add LDAP config to flagset
|
2019-12-10 12:40:50 +01:00 |
|
Thomas Müller
|
96929276e0
|
Add LDAP config to flagset
|
2019-12-10 11:18:02 +01:00 |
|
Thomas Boerger
|
1d02209be7
|
Drop node references from readme
|
2019-12-10 10:01:37 +01:00 |
|
Thomas Müller
|
b8e4604416
|
Merge pull request #15 from owncloud/feature/use-proper-error-object
Introduce ErrorCode enum for error handling
|
2019-12-09 22:00:17 +01:00 |
|
Thomas Müller
|
7c538b21c3
|
Introduce ErrorCode enum for error handling
|
2019-12-09 20:36:47 +01:00 |
|
Thomas Boerger
|
eed82050c8
|
Merge pull request #14 from owncloud/http-root
Add custom http root
|
2019-12-09 16:26:14 +01:00 |
|
Thomas Boerger
|
385a99d3a3
|
Add custom http root
Now we are able to let this service run on a different root path.
|
2019-12-09 16:11:26 +01:00 |
|
Thomas Müller
|
8491cf288e
|
Merge pull request #8 from owncloud/feature/read-more-ldap-attributes
Read more LDAP attributes to fill the user model
|
2019-12-09 15:55:12 +01:00 |
|
Thomas Müller
|
c31ddc2417
|
A bit more structure to the code base ...
|
2019-12-09 14:08:19 +01:00 |
|
Thomas Müller
|
edcc7f43a9
|
Read more attributes from LDAP and implement /v1.0/users/{userID}
|
2019-12-09 12:24:50 +01:00 |
|
Thomas Boerger
|
7d102589ba
|
Add effort labels
|
2019-12-09 11:55:27 +01:00 |
|
Thomas Boerger
|
2b826cb4fc
|
Merge pull request #13 from owncloud/fix-go-requirement
Require a minimum of Go 1.13
|
2019-12-06 16:17:28 +01:00 |
|
Thomas Boerger
|
bf74e2233e
|
Require a minimum of Go 1.13
Some dependencies of the ocis extensions require crypto/ed25519 which
doesn't seem to be available in Go 1.12.
|
2019-12-06 14:59:13 +01:00 |
|
Thomas Müller
|
e16a52e980
|
Merge pull request #11 from owncloud/go-build-fix
Only execute go build -i on darwin
|
2019-12-06 14:43:44 +01:00 |
|
Thomas Boerger
|
43187a3bf5
|
Only execute go build -i on darwin
As some linux systems don't like the -i flag for go build we are
generally disabling that by default, you can always enable it by
overwriting GOBUILD.
|
2019-12-06 14:35:24 +01:00 |
|
Thomas Müller
|
055c99d3f2
|
Merge pull request #10 from owncloud/additions
Fix typo, add config to graph service
|
2019-12-06 14:09:12 +01:00 |
|
Thomas Boerger
|
070e9780b0
|
Add config to graph service
|
2019-12-06 14:03:33 +01:00 |
|
Thomas Boerger
|
5985302439
|
Fix typo within readme
|
2019-12-06 13:32:48 +01:00 |
|
Thomas Boerger
|
1382676582
|
Merge pull request #9 from owncloud/restructure
Restructure based on hello reference
|
2019-12-06 13:26:40 +01:00 |
|
Thomas Boerger
|
dfa78aff7c
|
Restructure based on hello reference
|
2019-12-06 13:18:26 +01:00 |
|
Thomas Müller
|
ac202d5458
|
Merge pull request #5 from owncloud/bugfix/fix-dron-2
Cleaning up .drone.star
|
2019-12-06 09:22:47 +01:00 |
|
Thomas Müller
|
5cbc7fc2bc
|
Cleanup drone pipelines
|
2019-12-06 09:08:40 +01:00 |
|
Thomas Boerger
|
de28802282
|
Merge pull request #4 from owncloud/feature/graph-me
Add simple route for /me
|
2019-12-05 18:14:35 +01:00 |
|
Thomas Boerger
|
298f03b964
|
Merge branch 'master' into feature/graph-me
|
2019-12-05 18:11:23 +01:00 |
|
Thomas Müller
|
445400f1df
|
Read users from ldap
|
2019-12-05 17:27:47 +01:00 |
|
Thomas Müller
|
cae6870dd8
|
Add simple route for /users
|
2019-12-05 16:13:39 +01:00 |
|
Thomas Müller
|
6b4dd6ab2a
|
Add simple route for /me
|
2019-12-05 15:19:33 +01:00 |
|
Thomas Müller
|
235e9f5a9b
|
Merge pull request #2 from owncloud/bugfix/drone
Fix drone pipelines
|
2019-12-05 15:19:03 +01:00 |
|
Thomas Müller
|
b30fcde437
|
Disable static check and lint for now
|
2019-12-05 09:47:42 +01:00 |
|
Thomas Müller
|
c0f93d4833
|
Make vet happy ;-)
|
2019-12-05 09:40:10 +01:00 |
|
Thomas Müller
|
8878752f1e
|
Fix drone pipelines
|
2019-12-04 17:27:27 +01:00 |
|
Thomas Müller
|
e7db881073
|
Merge pull request #1 from owncloud/bugfix/project-description
Fix project description
|
2019-12-04 17:24:08 +01:00 |
|
Thomas Müller
|
07090f0262
|
Fix project description
|
2019-12-04 17:19:24 +01:00 |
|
Thomas Müller
|
d9e7f1a986
|
init
|
2019-12-04 17:15:11 +01:00 |
|