Commit Graph

8343 Commits

Author SHA1 Message Date
Benedikt Kulmann
352b633e84 Show very basic account list
This is the first step. Only shows name and email so far (because we
don't have more data). Was necessary to change the request type of the
list request to POST because it is not supported by microweb to have GET
requests.
2020-07-01 11:05:33 +02:00
Benedikt Kulmann
f883c5bd0b Set up reflex for make watch 2020-07-01 11:05:33 +02:00
Benedikt Kulmann
28e72bc5ad Remove obsolete config vars 2020-07-01 11:05:32 +02:00
Benedikt Kulmann
3f04adf4ff Set up http server
- set up http server for a) handling the service requests and b)
serving the static assets for the ocis-web extension
- align the server command with other ocis-extensions, including config
variable naming
2020-07-01 11:05:32 +02:00
Benedikt Kulmann
b58ddeeb62 Add stubs for three missing service interface functions 2020-07-01 11:05:32 +02:00
Benedikt Kulmann
b1ba52f02b Add asset generation from javascript bundle
On `make generate` the `pkg/assets/embed.go` will be generated from the
current state of the javascript app bundle in `assets/accounts.js`. So
you'll have to run `yarn build` first and then `make generate`.
2020-07-01 11:05:32 +02:00
Benedikt Kulmann
a48334eaad Align root command with other ocis-extensions 2020-07-01 11:05:32 +02:00
Benedikt Kulmann
52c793b4a0 Add ocis-web extension boilerplate
This only renders an empty page but already has a navItem for ocis-web
integration.
2020-07-01 11:05:32 +02:00
Benedikt Kulmann
435104b5ff Add code generation for swagger and protoweb
Some of the Protobuf Messages were missing fields:
- RemoveMemberRequest was missing the `account_id` field for the account/member id
- ListMembersRequest was missing the `id` field for the group id

Some of the endpoint annotations were not correct regarding declared
bodies and the ids listed above.
2020-07-01 11:05:31 +02:00
Jörn Friedrich Dreyer
77cc899a44 Increase transfer token life time to 24h
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-01 09:01:06 +02:00
Artur Neumann
259a72a112 Automated changelog update [skip ci] 2020-06-30 16:08:04 +00:00
Artur Neumann
7cad45e4b5 Merge pull request #322 from owncloud/Remove-TestAlsoOnExternalUserBackend-20200630
[Tests-Only] Remove unneeded TestAlsoOnExternalUserBackend local_storage skipOnLDAP tags
2020-06-30 20:59:06 +05:45
Artur Neumann
980956273e Merge pull request #347 from owncloud/Remove-TestAlsoOnExternalUserBackend-20200630
[Tests-Only] Remove unneeded TestAlsoOnExternalUserBackend local_storage skipOnLDAP tags
2020-06-30 20:59:02 +05:45
Phil Davis
723e979e4e Remove unneeded TestAlsoOnExternalUserBackend local_storage skipOnLDAP tags 2020-06-30 19:58:22 +05:45
Phil Davis
b16a713eb6 Remove unneeded TestAlsoOnExternalUserBackend local_storage skipOnLDAP tags 2020-06-30 19:52:51 +05:45
Benedikt Kulmann
73bf6114e9 Merge pull request #345 from owncloud/add-vars-to-docs
Add REVA vars to docs
2020-06-30 15:10:54 +02:00
Benedikt Kulmann
6be3f130e2 Add changelog item 2020-06-30 12:30:45 +02:00
Benedikt Kulmann
0e6087b785 Add two new environment variables to basic setup docs 2020-06-30 12:26:32 +02:00
Vincent Petry
9d423a1a78 Automated changelog update [skip ci] 2020-06-30 08:52:24 +00:00
Vincent Petry
b41d00cddb Merge pull request #320 from owncloud/update-reva-20200630
Update reva to v0.1.1-0.20200630075923-39a90d431566
2020-06-30 10:40:48 +02:00
Vincent Petry
9efcb23f83 Update reva to v0.1.1-0.20200630075923-39a90d431566
Fixes for public link Webdav COPY and password field in response.
2020-06-30 10:15:02 +02:00
Phil Davis
74ff11e24e Merge pull request #342 from owncloud/bump-core-and-phoenix-test-commits-20200629
[Tests-Only] Bump core and phoenix test commit IDs to latest
2020-06-30 13:29:10 +05:45
Phil Davis
9bce7e3ce4 Merge pull request #317 from owncloud/apiTests-commit-20200630
[Tests-Only] Adjust apiTests to use core commit
2020-06-30 13:28:24 +05:45
Phil Davis
a2fe692423 Bump core and phoenix test commit IDs to latest 2020-06-30 11:51:36 +05:45
Michael Barz
9755d47bad Automated changelog update [skip ci] 2020-06-30 06:05:30 +00:00
Phil Davis
856d53ba49 Adjust apiTests to use core commit 2020-06-30 10:39:53 +05:45
Michael Barz
19b63f1862 Merge pull request #334 from owncloud/update-deps
Update extensions 2020-06-25
2020-06-30 00:20:53 +02:00
Michael Barz
e67186696d Add datagateway url and reva frontend url to testing setup 2020-06-29 23:22:56 +02:00
Michael Barz
60e064ea7d Automated changelog update [skip ci] 2020-06-29 18:08:15 +00:00
Michael Barz
996ae617c2 Merge pull request #68 from owncloud/update-phoenix
Update ocis-web to 0.11.1
2020-06-29 20:03:23 +02:00
Michael Barz
61fc0de7e1 Update ocis-web to 0.11.1 2020-06-29 19:42:12 +02:00
Vincent Petry
933197376f Update .drone.star for latest tests
Co-authored-by: Phil Davis <phil@jankaritech.com>
2020-06-29 18:13:55 +02:00
Vincent Petry
a0a5515f3d Update ocis-reva to 0.8.0 2020-06-29 16:38:22 +02:00
Jörn Friedrich Dreyer
dedae473f0 Automated changelog update [skip ci] 2020-06-29 13:57:06 +00:00
Michael Barz
26fcbce893 Prepare 0.8.0 2020-06-29 15:53:15 +02:00
Jörn Friedrich Dreyer
e8ed989835 update reva to 20200629 (#313)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-06-29 15:45:37 +02:00
Michael Barz
a2488978eb Automated changelog update [skip ci] 2020-06-29 13:20:34 +00:00
Michael Barz
5399f34bb3 Merge pull request #309 from owncloud/update-reva-public-file-shares
Update reva to v0.1.1-0.20200629094927-e33d65230abc
2020-06-29 15:08:51 +02:00
Phil Davis
69693c5f8f Merge pull request #33 from owncloud/clean-up-paths-in-makefile
Clean up paths in makefile
2020-06-29 17:47:29 +05:45
Vincent Petry
22ae4bbda5 Remove extra line in Makefile
to nudge CI...
2020-06-29 13:36:32 +02:00
Vincent Petry
aa0de8704e Update master tests commit
Brings in public link tests
2020-06-29 12:27:34 +02:00
Vincent Petry
2d27ce8a11 Update extensions 2020-06-25
- ocis-proxy 0.4.0
- ocis-migration 0.2.0
- ocis-reva 0.7.0
- ocis-phoenix 0.8.0
2020-06-29 12:26:38 +02:00
Vincent Petry
8487060637 Update reva to v0.1.1-0.20200629094927-e33d65230abc
Brings in public link single file share
2020-06-29 11:59:22 +02:00
Michael Barz
6ac99a35fb Merge pull request #339 from owncloud/split-pipelines
[Tests-Only] Split linting, unit, api and acceptance tests
2020-06-29 11:59:02 +02:00
Michael Barz
28b30f0617 Automated changelog update [skip ci] 2020-06-29 09:34:55 +00:00
Benedikt Kulmann
242486fc57 Add changelog item 2020-06-29 10:59:48 +02:00
Michael Barz
f406553009 split linting, unit, api and acceptance tests 2020-06-29 10:47:32 +02:00
Michael Barz
2e9d0973a7 Merge pull request #338 from butonic/fix-reva-update
fix home storage configuration for eos
2020-06-29 10:43:27 +02:00
Jörn Friedrich Dreyer
2e61176365 fix home storage configuration for eos
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-06-26 17:41:02 +02:00
Vincent Petry
bd47f19560 Merge pull request #337 from owncloud/fix-public-link-command
Fix reva public link service command + changelog
2020-06-26 17:37:04 +02:00