Commit Graph

3855 Commits

Author SHA1 Message Date
Benedikt Kulmann
6f57e42859 Use server URL from ocis-web config.json 2020-07-02 08:05:47 +02:00
Jörn Friedrich Dreyer
ac26af32cf add new config options for the http client (#330)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-01 23:08:17 +02:00
Jörn Friedrich Dreyer
f51aa12d4c Merge pull request #355 from owncloud/feature/runtime-environment
Set process environment
2020-07-01 22:28:07 +02:00
Michael Barz
a6346a1a98 Automated changelog update [skip ci] 2020-07-01 19:00:51 +00:00
Michael Barz
67116a6124 prepare 0.9.0 release 2020-07-01 20:46:08 +02:00
Vincent Petry
5d30c53a6d Automated changelog update [skip ci] 2020-07-01 18:38:06 +00:00
Vincent Petry
50a39c0ba8 Update reva to 20200701 (#328)
* Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66

* update the api tests to core commit a3cac3dad60348fc962d1d8743b202bc5f79596b

Co-authored-by: Michael Barz <mbarz@owncloud.com>
2020-07-01 20:26:34 +02:00
Alex Unger
576c4a70cd pass current environment down to the process 2020-07-01 19:39:51 +02:00
Benedikt Kulmann
f32d8b58a5 Merge pull request #323 from butonic/allow-datagateway-transfers-to-take-24h
Increase transfer token life time to 24h
2020-07-01 16:50:33 +02:00
Benedikt Kulmann
e3e202cd8b Fix config default value for token expiry 2020-07-01 16:30:17 +02:00
Benedikt Kulmann
e38f0a491c Work with pointers instead of copying sync.Mutex 2020-07-01 15:42:30 +02:00
Phil Davis
fe470629f3 Merge pull request #348 from owncloud/split-tests
[CI] Split phoenix tests into multiple pipelines
2020-07-01 17:41:04 +05:45
Dipak Acharya
caebff9d0f [CI] Split phoenix tests into multiple pipelines 2020-07-01 16:56:49 +05:45
Benedikt Kulmann
7bbbcc126f Build js assets on drone 2020-07-01 13:04:24 +02:00
Benedikt Kulmann
2e102066db Build container has no yarn 2020-07-01 11:44:21 +02:00
Benedikt Kulmann
fb3b6dcd5f Fix generate target in Makefile 2020-07-01 11:40:00 +02:00
Benedikt Kulmann
30a0742d2a Update flagset docs 2020-07-01 11:11:10 +02:00
Benedikt Kulmann
4e1d6b4557 Add fake imports to make fileb0x work 2020-07-01 11:05:34 +02:00
Benedikt Kulmann
8158999cd1 Ignore package.json and rollup.config.js on codacy 2020-07-01 11:05:34 +02:00
Benedikt Kulmann
58cb3da61f Add changelog entries 2020-07-01 11:05:34 +02:00
Benedikt Kulmann
5b3ef18903 Copy over Avatar component from phoenix
This component should move to ODS soon, so that we can just use it. At
the moment we have to copy it here to get proper avatars loaded.
2020-07-01 11:05:34 +02:00
Benedikt Kulmann
907d6cf58b Prevent text wrapping in list headers 2020-07-01 11:05:34 +02:00
Benedikt Kulmann
e23615c764 Sort accounts by preferredName field 2020-07-01 11:05:33 +02:00
Benedikt Kulmann
a8922f62c2 Change accounts service requests to POST
Microweb only supports POST requests. So as long as we're using that, we
need to have everything as POST.
2020-07-01 11:05:33 +02:00
Benedikt Kulmann
48d28cf7dd Add more information to accounts list 2020-07-01 11:05:33 +02:00
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