Benedikt Kulmann
1635e5d92f
Fix layout on empty settings
2020-04-24 07:01:02 +02:00
Benedikt Kulmann
ac67fee09a
Add multi choice list support and fix single choice list
...
single choice list now
- uses raw radio input instead of the one from ODS because it's broken
- implements default value selection if no value is set
2020-04-23 19:49:40 +02:00
Benedikt Kulmann
3a9673021f
Add another settings bundle and more dummy settings
2020-04-23 15:36:47 +02:00
Benedikt Kulmann
48f79ad03f
Render form elements
2020-04-23 15:23:51 +02:00
Michael Barz
f74320d85d
Automated changelog update [skip ci]
2020-04-23 09:03:55 +00:00
Michael Barz
3580c349b3
Merge pull request #146 from owncloud/changelog-for-145
...
Add missing changelog entry for 145
2020-04-23 10:51:19 +02:00
Vincent Petry
3cf2b8334a
Add missing changelog entry for 145
2020-04-23 10:40:27 +02:00
Vincent Petry
64b135fa0f
Merge pull request #145 from owncloud/remove-chunking-v2
...
Don't advertise unsupported chunking v2
2020-04-23 10:04:58 +02:00
Vincent Petry
913f3f0cd5
Don't advertise unsupported chunking v2
...
Removed "chunking" attribute in the DAV capabilities.
Please note that chunking v2 is advertised as "chunking 1.0" while
chunking v1 is the attribute "bigfilechunking" which is already false.
2020-04-23 09:53:00 +02:00
Alex Unger
720afed01e
Merge branch 'master' into feature/settings
2020-04-23 09:25:15 +02:00
Alex Unger
8847024077
Merge pull request #23 from owncloud/extract_flagset
2020-04-23 09:24:51 +02:00
Jörn Friedrich Dreyer
9687132afd
Automated changelog update [skip ci]
2020-04-23 06:58:24 +00:00
Jörn Friedrich Dreyer
41a8c7b6f4
Merge pull request #217 from butonic/fix-eos
...
make ocis on eos great again
2020-04-23 08:09:25 +02:00
Jörn Friedrich Dreyer
22ef5b457c
make ocis on eos great again
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-04-22 20:44:03 +02:00
A.Unger
4507e17436
update branch
2020-04-22 19:30:50 +02:00
A.Unger
0dd2ceef78
add uuid (key) as part of the accounts payload
2020-04-22 19:29:13 +02:00
Michael Barz
d302819674
Automated changelog update [skip ci]
2020-04-22 15:29:32 +00:00
Michael Barz
f2d1c0a1be
Automated changelog update [skip ci]
2020-04-22 15:28:49 +00:00
Michael Barz
31bc24c258
Merge pull request #65 from owncloud/add-flaex
...
Add Flagset Extrator, align debug build flags
2020-04-22 17:24:34 +02:00
Michael Barz
0f0d44c3ec
Merge pull request #34 from owncloud/add-flaex
...
Add Flagset Extractor, align build flags
2020-04-22 17:24:20 +02:00
Benedikt Kulmann
5ac5a6c1db
Parse bundles from files for list calls.
...
Side effect: get rid of code duplication for listing extensions.
2020-04-22 16:11:41 +02:00
Benedikt Kulmann
9355ba3d35
Fix protobuf var names
2020-04-22 15:51:55 +02:00
Benedikt Kulmann
8ce94c2f4a
Use changed grpc service address
2020-04-22 15:51:24 +02:00
Ilja Neumann
2471de39f3
Extract server flags to flagset pkg
2020-04-22 15:49:40 +02:00
David Christofas
f92a40879f
Automated changelog update [skip ci]
2020-04-22 12:48:28 +00:00
David Christofas
2445c71663
Merge pull request #14 from owncloud/integration-tests
...
implement integration tests
2020-04-22 14:43:03 +02:00
David Christofas
c2a3bc92f3
fix tests
2020-04-22 14:39:24 +02:00
David Christofas
68f798d0f9
implement integration tests
2020-04-22 14:39:19 +02:00
A.Unger
dafaa31d7e
more explicit comment
2020-04-22 12:31:39 +02:00
A.Unger
96b97ec00d
fix http middlewares
2020-04-22 12:31:12 +02:00
Benedikt Kulmann
55db2f72d0
Fixing http server
2020-04-22 11:27:42 +02:00
Artur Neumann
7d8638a674
fix links to documentation ( #143 )
2020-04-22 11:21:05 +02:00
Artur Neumann
d851dbfd0d
Merge pull request #142 from owncloud/moveTestDocu
...
[Tests-only] delete test documentation from README
2020-04-22 14:36:23 +05:45
Artur Neumann
81c14d8e0c
delete testing documentation from Readme
2020-04-22 14:23:47 +05:45
Artur Neumann
fe76720fb6
mention redis server in the testing doc
2020-04-22 14:23:47 +05:45
Artur Neumann
3180d5c3a4
Merge pull request #141 from owncloud/bddWithOC10Tests
...
[Tests-Only] document how to use oC10 API tests for BDD in ocis
2020-04-22 14:15:27 +05:45
Benedikt Kulmann
ea37e22f55
Set up reflex and fix make watch
2020-04-22 09:27:55 +02:00
Benedikt Kulmann
2f42fcb35a
Revive http service for serving assets. Streamlined flagset.
2020-04-21 22:43:22 +02:00
A.Unger
4b612965d9
add fileb0x manifest and generate assets
2020-04-21 21:10:21 +02:00
Benedikt Kulmann
ec18988e8c
Fix dependencies
2020-04-21 15:57:32 +02:00
Benedikt Kulmann
39fa211b5a
Generate http endpoints and add empty vue app entry point.
2020-04-21 15:24:27 +02:00
Artur Neumann
bad0d687ef
document how to use oC10 API tests for BDD in ocis
2020-04-21 17:58:36 +05:45
Phil Davis
9c5c44dece
Merge pull request #140 from owncloud/fixTestingDocu
...
[Tests-Only] improve testing documentation
2020-04-21 16:53:49 +05:45
Artur Neumann
b38a11e16f
improve testing documentation
2020-04-21 16:41:14 +05:45
David Christofas
5177069026
Automated changelog update [skip ci]
2020-04-21 10:05:54 +00:00
David Christofas
b0643afcc0
Merge pull request #17 from owncloud/prepare-release-0.1.1
...
prepare release 0.1.1
2020-04-21 12:02:05 +02:00
Benedikt Kulmann
3100ed1a29
Add option display names
2020-04-21 12:01:51 +02:00
Benedikt Kulmann
4617e7c6cc
Introduce file locking and fs abstraction
2020-04-21 12:00:34 +02:00
David Christofas
16164473c6
prepare release 0.1.1
2020-04-21 11:55:34 +02:00
David Christofas
dc64190162
Automated changelog update [skip ci]
2020-04-21 09:15:37 +00:00