Michael Barz
624d4b57f0
Fix capabilities for password policy, bump reva ( #7285 )
2023-09-17 10:21:06 +02:00
Michael Barz
4b741804b9
change the default value for TUS
2023-09-12 16:35:41 +02:00
Roman Perekhod
8ecda095e3
the variables renaming
2023-09-12 10:05:24 +02:00
Roman Perekhod
9bec59bc63
[full-ci] The password policy added. Bump reva ( #7195 )
...
* The password policy added. Bump reva
* the special characters list became constant
---------
Co-authored-by: Roman Perekhod <rperekhod@owncloud.com >
2023-09-08 15:32:41 +02:00
jkoberg
de14367d16
start eventlistener in group
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-09-06 16:46:43 +02:00
jkoberg
8e1b033a63
auto-accept shares in frontend service
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-09-06 15:32:31 +02:00
Christian Richter
d7139d4127
remove deprecated variables
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-08-22 17:25:24 +02:00
Daniel Swärd
49d47ff917
Re-enable commented out tracing in frontend.
2023-08-21 12:43:22 +02:00
Jan
dccfc2fcef
It's only one role per user at a time
2023-08-14 14:34:26 +02:00
Jan
fb340ad42d
Enhance description of ReadOnlyUserAttributes
2023-08-14 14:34:26 +02:00
jkoberg
4a850abc86
allow configuring support_sse capability
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-08-02 16:47:30 +02:00
jkoberg
78db9dd8a0
add sse capability
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-07-31 15:55:48 +02:00
Roman Perekhod
fb199e6fbf
Fix CORS issues
2023-07-28 11:12:42 +02:00
mmattel
6ad53971ef
[docs-only] Increase readability for log level values in the description
2023-07-07 10:33:42 +02:00
Daniël Franke
e43001fb96
Pass context for reva bump.
...
Also refresh the generated code.
2023-07-03 11:08:45 +02:00
Daniël Franke
0e9bfa5e76
Update services/frontend/pkg/config/tracing.go
...
Co-authored-by: Martin <github@diemattels.at >
2023-07-03 10:26:00 +02:00
Daniël Franke
2fda2db990
Add comment for Tracing struct.
2023-07-03 10:25:56 +02:00
Daniël Franke
7a229e438b
Migrate frontend to new service tracing setup.
...
This alters the frontend to use the new service tracing setup.
2023-07-03 10:25:51 +02:00
mmattel
758192bd6d
[docs-only] Fix some envvar descriptions
2023-06-09 13:03:17 +02:00
Florian Schade
4f26424db6
[full-ci] enhancement: use reva client pool selectors ( #6452 )
...
* enhancement: use reva client pool selectors
register mock service to registry and pass tests
* enhancement: bump reva
* Fix a couple of linter issues
---------
Co-authored-by: Ralf Haferkamp <rhaferkamp@owncloud.com >
2023-06-08 12:41:04 +02:00
jkoberg
d347448ec0
remove duplicated sutureservice code
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-06-02 12:02:27 +02:00
Jörn Friedrich Dreyer
b8bdd4573a
introduce otlp tracing ( #5132 )
...
* introduce otel tracing
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* use new trace provider initialization
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* work
* bump reva
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* remove commented code
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* add vendor changes
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
---------
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-05-26 22:21:03 +02:00
jkoberg
50ef698fda
add fulltextsearch capability
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-24 13:58:37 +02:00
Ralf Haferkamp
3e54c5b3db
docs: clarify wording for 'OCIS_LDAP_SERVER_WRITE_ENABLED'
2023-05-24 10:24:19 +02:00
jkoberg
b3ec78ab24
default LDAP_WRITE_ENABLED to true
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-22 14:25:05 +02:00
jkoberg
c76fb5f412
add graph user capabilities
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-17 19:27:07 +02:00
Michael Barz
86fbfa5d8c
make edition configurable
2023-05-08 09:46:41 +02:00
Andre Duffeck
129489203b
Cleanup and improve the caching config ( #6148 )
...
* Cleanup and improve the caching config
* bump reva
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* disable stat cache
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* Bump reva
* Linter fixes
---------
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-04-27 12:35:30 +02:00
Andre Duffeck
be569b7c59
[full-ci] More cache cleanup ( #6134 )
...
* Make env var names consistent with the others
* Remove unused OCS cache
* Use the same cache database for shared caches
* Bump reva
2023-04-25 15:46:59 +02:00
Andre Duffeck
77bb3d8bcd
[full-ci] Refactor stores ( #6019 )
...
* Streamline the store implementation with and into reva
* Adapt to the cache/store refactoring in reva
* Streamline config options and their env vars
* Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at >
* Use the same database for all stores
* Bump reva
* Configure stat and filemetadata cache separately
* Fix default config
---------
Co-authored-by: Martin <github@diemattels.at >
2023-04-24 15:13:35 +02:00
Martin
e34e0b5a5c
Merge pull request #6083 from owncloud/define_readonly_attrobute_list
...
[docs-only] Add supported values at FRONTEND_READONLY_USER_ATTRIBUTES envvar
2023-04-19 16:28:29 +02:00
Martin
0c48a565cf
Merge pull request #6079 from owncloud/fix_removal_version
...
[docs-only] Correct the removal version according semver to 4.0.0
2023-04-19 15:21:13 +02:00
mmattel
32c6b3bdb4
[docs-only] Add supported values at FRONTEND_READONLY_USER_ATTRIBUTES envvar
2023-04-19 12:36:49 +02:00
mmattel
8ed34926ef
[docs-only] Correct the removal version according semver to 4.0.0
2023-04-19 10:16:06 +02:00
Daniel Swärd
8e5ff030f7
Change config value to list of strings and bump reva.
2023-04-18 12:25:45 +02:00
Daniel Swärd
1938495a89
Change to single env variable and list of strings as suggested in review.
2023-04-17 11:10:27 +02:00
Daniel Swärd
6433fc8d80
Apply suggestions from code review
...
Co-authored-by: Martin <github@diemattels.at >
2023-04-17 10:07:24 +02:00
Daniel Swärd
68f1d5897b
reva/frontend: Add capabilities to indicate attributes that are read-only.
2023-04-17 10:07:24 +02:00
Daniel Swärd
32937d0977
Apply suggestions from code review
...
Co-authored-by: Martin <github@diemattels.at >
2023-04-05 12:48:37 +02:00
Daniel Swärd
afbfd2d6b2
Deprecating and renaming many environment variables
...
Fixes #5767
Fixes #5905
Fixes #5532
2023-04-05 11:05:48 +02:00
jkoberg
ec6f236118
add capability for personal data export
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-31 16:42:35 +02:00
Michael Barz
8332244383
add read_write_delete key to public link pw enforcement capabilites
2023-03-15 23:11:03 +01:00
mmattel
dd372203d3
[docs-only] Syncing one frontend envvar description from backport
2023-03-14 16:33:24 +01:00
jkoberg
ee96c516d7
add capability
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 09:24:16 +01:00
David Christofas
c17d9eb19e
add config options to enforce passwords on public links
2023-03-08 15:22:57 +01:00
Martin
08c3d8a857
Update services/frontend/pkg/config/config.go
...
Co-authored-by: David Christofas <dchristofas@owncloud.com >
2023-03-08 14:30:01 +01:00
Martin
e4ba83e77e
Update services/frontend/pkg/config/config.go
...
Co-authored-by: kobergj <jkoberg@owncloud.com >
2023-03-08 12:15:47 +01:00
mmattel
8ca9a4a114
fix descriptions
2023-03-08 12:12:46 +01:00
David Christofas
924c2ca346
add missing comments
2023-03-06 19:01:16 +01:00
David Christofas
63fa35fa50
reduce duplication in configuration code
2023-03-06 16:52:44 +01:00