Jannik Stehle
735ba7aebf
feat: web server compression
...
Adds a compression middleware to the web server to reduce the request size when delivering static files. This speeds up loading times in web clients.
The chi middleware we're using for this currently supports `gzip` as compression algorithm. We might want to extend this to support `br` (Brotli) in the future, since it's a newer and more performant algorithm.
2024-05-31 12:34:12 +02:00
Jörn Friedrich Dreyer
6f7f05d8f9
add comment
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-05-31 10:59:12 +02:00
Jörn Friedrich Dreyer
53ac446a79
incease sonar.ws.timeout from 60 to 120
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-05-31 10:03:30 +02:00
nirajacharya2
62076ad976
adding test for updating share link of a project space using permission endpoint ( #9251 )
2024-05-31 12:36:26 +05:45
Jörn Friedrich Dreyer
2e3d9e10ee
remove WOPI when talking about collaboration apps
...
Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu >
2024-05-31 08:17:49 +02:00
Jörn Friedrich Dreyer
c973b97eb9
Automated changelog update [skip ci]
2024-05-31 06:16:27 +00:00
Jörn Friedrich Dreyer
76d521ac87
Merge pull request #9280 from owncloud/fix-app-name
...
default to Collabora
2024-05-31 08:15:54 +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
2f14b24115
set a sharted jwt in CI
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-05-30 13:53:29 +02:00
nirajacharya2
c48f43531d
removing usage of a stepdefination inside another stepdefination in WedDav.php ( #9205 )
2024-05-30 17:07:09 +05:45
nirajacharya2
a5c6ea6fda
adding test for deleting/removing share link of project space using permission endpoint ( #9233 )
2024-05-30 17:06:46 +05:45
Jörn Friedrich Dreyer
73d7f324fb
Automated changelog update [skip ci]
2024-05-30 10:05:26 +00:00
Jörn Friedrich Dreyer
982f0365ca
Merge pull request #9277 from owncloud/add-providerinfo-secure-view-flag
...
add secureview flag when listing apps via http
2024-05-30 12:04:50 +02:00
Jörn Friedrich Dreyer
e4b826d1ae
bump reva
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-05-30 11:27:56 +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
Ralf Haferkamp
c425c173c4
Fix capitalization of 'name' property in tests
2024-05-30 11:05:29 +02:00
Prarup Gurung
5327f90712
Used expirationDateTime key for graph api ( #9278 )
2024-05-30 11:05:29 +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
Prarup Gurung
a0a3447a00
Used expirationDateTime key for graph api ( #9278 )
2024-05-30 12:51:05 +05:45
dependabot[bot]
ca79f2003c
build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.3 to 1.4.4
...
Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype ) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases )
- [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.3...v1.4.4 )
---
updated-dependencies:
- dependency-name: github.com/gabriel-vasile/mimetype
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-30 07:54:42 +02:00
ownClouders
0a1ee3906c
[tx] updated from transifex
2024-05-30 00:32:34 +00: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
7d6e50dfb6
Automated changelog update [skip ci]
2024-05-29 13:49:30 +00: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
Jörn Friedrich Dreyer
ad76face07
reduce config
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-05-29 15:40:17 +02:00
Andre Duffeck
80480cb7fa
Merge pull request #8598 from aduffeck/posixfs
...
Expose posix fs settings
2024-05-29 15:38:15 +02:00
Tobias Baader
0f6fc65b98
Merge pull request #9276 from owncloud/Renamed-Page-and-added-5.0.5-and-5.0.4
...
Renamed Page and added releases
2024-05-29 15:18:44 +02:00
Tobias Baader
8a63726afe
Renamed Page and added releases
...
- Renamed page from release roadmap to "Release Life Cycle" to avoid confusion with the roadmap
- added link to the public roadmap
- added releases 5.0.4 and 5.0.5
- clarified update overlap
- added semver image (created by @tbsbdr )
2024-05-29 15:10:07 +02:00
André Duffeck
be8d59ce4f
Improve wording
2024-05-29 14:19:51 +02:00
André Duffeck
a3d07c0985
Add introduction versions
2024-05-29 14:03:08 +02:00
Sabin Panta
9a2cd49dca
[tests-only][full-ci] adding test for creating link space share via permission endpoint ( #9250 )
...
* adding test for creating link space share via permission endpoint
* addressing the reviews
2024-05-29 16:06:26 +05:45
André Duffeck
411be1fa55
Improve documentation
2024-05-29 12:14:54 +02:00
André Duffeck
126b083eaf
Add config var for using the space groups
2024-05-29 12:14:54 +02:00
André Duffeck
8cd39754c7
Add config vars for space path templates
2024-05-29 12:14:54 +02:00
André Duffeck
4517c5ee19
Make the list of gpfs watchfolder kafka brokers configurable
2024-05-29 12:14:54 +02:00
André Duffeck
2cf823157f
Expose the idcache configuration
2024-05-29 12:14:54 +02:00
André Duffeck
69c84e0ee6
Expose the fs watcher configuration
2024-05-29 12:14:53 +02:00
André Duffeck
96645322e7
Configure project spaces layout
2024-05-29 12:14:53 +02:00
André Duffeck
b231457231
Enable treetime and treesize accounting
2024-05-29 12:14:53 +02:00
André Duffeck
aab219a38f
Initial support for the posixfs
2024-05-29 12:14:53 +02:00
nirajacharya2
26c06a3c6d
removing usage of a stepdefination inside another stepdefination in FeatureContext.php ( #9064 )
2024-05-29 15:25:06 +05:45
Sabin Panta
80e6ee4a5f
[tests-only][full-ci] adding tests for multiple enable disable share ( #9256 )
...
* adding tests for multiple enable disable share
* addhressing reviews
2024-05-29 10:36:57 +05:45
kobergj
c18d717883
Merge pull request #9263 from kobergj/CustomRolesDocu
...
[docs-only] Add documenation for custom roles
2024-05-28 14:55:36 +02:00
Benedikt Kulmann
eb85ad36bf
Automated changelog update [skip ci]
2024-05-28 10:02:11 +00:00
Benedikt Kulmann
730307cda2
Merge pull request #9269 from owncloud/bump-reva-56879111e06afa9e8c04ee71409548531cda7d76
...
chore: bump reva to 56879111e06afa9e8c04ee71409548531cda7d76
2024-05-28 12:01:32 +02:00
Prarup Gurung
f7a59998a6
[full-ci] [tests-only] Add test for disable sync with non-existing resource ( #8992 )
...
* Added tests for disabling share sync of non-existent resource
* Added tests for disabling share sync with empty resource id
* Added tests for disabling share sync with not shared resource id
* Changed status code as expected
* Added issue tag
2024-05-28 15:36:09 +05:45
Benedikt Kulmann
6bd73e6261
chore: bump reva to 56879111e06afa9e8c04ee71409548531cda7d76
2024-05-28 11:32:10 +02:00
Roman Perekhod
37304eea27
Automated changelog update [skip ci]
2024-05-28 08:00:58 +00:00
Roman Perekhod
4fea772e21
Merge pull request #8926 from 2403905/issue-8858
...
[full-ci] [bump-reva] Replacement for TokenInfo endpoint
2024-05-28 10:00:24 +02:00
jkoberg
c962510d8f
feat(settings): improve custom roles docu
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-05-28 09:30:42 +02:00