Commit Graph

204 Commits

Author SHA1 Message Date
Martin
b161ae41e9 Apply suggestions from code review 2024-07-10 11:00:53 +02:00
mmattel
6fabb94141 Make the envvar text for the banned pwd list more precise 2024-07-10 10:34:33 +02:00
Michael Barz
b04f3209d4 chore: prepare release, bump version 2024-06-19 19:45:57 +02:00
Florian Schade
3280b22ffe enhancement: add error origin information to the errorcode package 2024-06-19 15:57:35 +02:00
Florian Schade
1f012ac9b5 enhancement: bump reva and remove unnecessary explicit automount mount point naming 2024-06-18 12:53:23 +02:00
Michael Barz
5d99688161 docs: use placeholder for next release 2024-06-04 10:28:42 +02:00
Jörn Friedrich Dreyer
ce383bd203 set secureview flag based on addr
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-06-03 14:00:01 +02:00
Jörn Friedrich Dreyer
be6271b54f default to Collabora
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-05-30 16:01:04 +02:00
Jörn Friedrich Dreyer
933b1eb76c default to collabora online
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-05-30 11:09:02 +02:00
Jörn Friedrich Dreyer
61d6dbb1c3 Apply typo fixes from code review
Co-authored-by: Alex <jackermann@owncloud.com>
2024-05-30 09:34:11 +02:00
Jörn Friedrich Dreyer
3c369b0d21 add secureview flag when listing apps via http
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-05-29 16:59:46 +02:00
Florian Schade
eb7c36443f enhancement: introduce theme processing (#9133)
* enhancement: introduce theme processing

* enhancement: introduce theme processing

* enhancement: add theme processing tests and changelog

* Update services/web/pkg/config/config.go

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>

* fix: ci findings

* Apply suggestions from code review

Co-authored-by: Martin <github@diemattels.at>

* enhancement: use the theme assets from web instead of having them inside the oCis repo (license clash Apache vs. AGPLv3)

* fix: golangci tagalign order

* fix: rename UnifiedRoleUploader to UnifiedRoleEditorLite

* fix: some typos

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>

* enhancement: export supported theme logo upload filetypes

* chore: bump reva

* fix: allow init func

---------

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>
Co-authored-by: Martin <github@diemattels.at>
2024-05-29 15:48:49 +02:00
Thomas Müller
a8cbc612cc chore: remove unused return value from BindSourcesToStructs (#9033) 2024-04-30 18:18:31 +02:00
Jörn Friedrich Dreyer
e41472234f log and trace fixes
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-04-26 17:03:49 +02:00
Michael Barz
90de81a16a Merge pull request #8837 from owncloud/update-changelog
Forward port stable branches, Update changelog
2024-04-11 14:07:04 +02:00
Martin
18b72a4f34 Merge pull request #8836 from owncloud/fix_frontend_readme
[docs-only] Update the frontent service readme adding more password descriptions
2024-04-11 13:08:08 +02:00
Michael Barz
7f36082ec5 Apply suggestions from code review
Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com>
2024-04-11 12:41:48 +02:00
Michael Barz
db945d988c Merge branch 'stable-5.0' into update-changelog 2024-04-11 11:14:11 +02:00
mmattel
e5f116a867 [docs-only] Make a frontend envvar description more clear 2024-04-11 11:10:00 +02:00
mmattel
85e9a6887e [docs-only] Update the frontent service readme adding more password 2024-04-11 10:57:07 +02:00
Michael Barz
8d1ba0244c fix: ocs config was connected incorrectly 2024-04-10 17:08:31 +02:00
jkoberg
b174b005e7 remove resharing
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-05 10:19:14 +02:00
Thomas Müller
07f0cd5574 fix: typos, naming clashes, error messages and deprecations 2024-04-03 15:34:36 +02:00
Viktor Scharf
79c74711c4 [full-ci] Delete resharing tests (#8704)
* feat: disable resharing by default

delete re-sharing tests

* fix tests

---------

Co-authored-by: Michael Barz <mbarz@owncloud.com>
2024-03-27 10:30:25 +01:00
Christian Richter
fe4cd7a901 make code more readable
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-03-19 14:21:21 +01:00
Christian Richter
b5ca297f54 prevent nil pointer
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-03-19 13:56:10 +01:00
Christian Richter
72916dc53c adapt cors headers
Signed-off-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-03-19 10:54:58 +01:00
Roman Perekhod
8f0364e015 Merge pull request #8543 from 2403905/issue-8471
fix the mount points naming
2024-03-18 12:36:08 +01:00
Roman Perekhod
9d2815b5ef Merge pull request #8651 from owncloud/fix-cors-patch-method
add PATCH to default allowed CORS methods
2024-03-18 12:33:27 +01:00
mmattel
72bba00e53 Add deprecation info for resharing
Co-authored-by: Christian Richter <crichter@owncloud.com>
2024-03-15 10:25:03 +01:00
mmattel
f44e48e9e3 Add deprecation info for resharing
Co-authored-by: Christian Richter <crichter@owncloud.com>
2024-03-15 10:21:57 +01:00
Jörn Friedrich Dreyer
55c06b53bf add PATCH to default allowed CORS methods
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-03-14 13:51:32 +01:00
Roman Perekhod
cd629c7521 fix the mount points naming 2024-03-13 17:26:57 +01:00
Jörn Friedrich Dreyer
1c9da9a0be verify all system accounts are set
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
(cherry picked from commit 972adafd29)
2024-03-12 16:36:09 +01:00
Phil Davis
fe8a3032f2 Adjust introductionVersion pre5.0 and 5.0
as per suggestions by micbar

Co-authored-by: Michael Barz <mbarz@owncloud.com>
2024-03-07 13:51:37 +05:45
Phil Davis
c1fe08e2fc chore: set introductionVersion 5.0 in services/frontend 2024-03-07 13:51:37 +05:45
Phil Davis
44e1d0ab71 chore: adjust env var descriptions
Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com>
2024-03-07 13:51:37 +05:45
Phil Davis
4b87667387 chore: add missing descriptions to env vars 2024-03-07 13:51:37 +05:45
Phil Davis
d27e33a1bd chore: add introductionVersion pre5.0 to environment variable docs 2024-03-07 13:51:37 +05:45
Phil Davis
ae584af350 Adjust introductionVersion pre5.0 and 5.0
as per suggestions by micbar

Co-authored-by: Michael Barz <mbarz@owncloud.com>
2024-03-06 17:53:43 +05:45
Phil Davis
ee18a2bce7 chore: set introductionVersion 5.0 in services/frontend 2024-03-06 17:50:21 +05:45
Phil Davis
366b03e6e2 chore: adjust env var descriptions
Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com>
2024-03-06 17:50:20 +05:45
Phil Davis
6fcd049eb7 chore: add missing descriptions to env vars 2024-03-06 17:50:20 +05:45
Phil Davis
9d2be66a85 chore: add introductionVersion pre5.0 to environment variable docs 2024-03-06 17:50:20 +05:45
Jörn Friedrich Dreyer
33d77d9aed always select the next clients when autoaccepting shares
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-03-04 17:06:10 +01:00
Jörn Friedrich Dreyer
cd10209bb6 always select the next clients when autoaccepting shares
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-03-04 16:30:01 +01:00
Jörn Friedrich Dreyer
972adafd29 verify all system accounts are set
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-02-29 15:51:37 +01:00
mmattel
6e721eb4f5 [docs-only] Fix envvar descriptions trailing a double dot 2024-02-06 11:52:10 +01:00
Benedikt Kulmann
76aa0a0182 fix: hardcode config for spaces which was not allowed to change 2024-01-29 10:34:46 +01:00
Jörn Friedrich Dreyer
ccfb9101de it is called traceProvider (#8280)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-01-24 16:34:58 +01:00