Commit Graph

2556 Commits

Author SHA1 Message Date
Jannik Stehle
0fb549ff96 Merge pull request #9288 from owncloud/perf/inter-font-woff2
perf: use woff2 format for the inter font
2024-05-31 15:52:37 +02:00
Jannik Stehle
e2e6759999 perf: use woff2 format for the inter font
This massively decreases the size of the font file (~ 800kb -> 20kb) and therefore its loading time. The old `.ttf` format is still being kept as a fallback, though all modern browsers support the `woff2` format.
2024-05-31 14:59:34 +02:00
Jannik Stehle
fc55b7cfb8 Merge pull request #9287 from owncloud/feat/web-server-compression
feat: web server compression
2024-05-31 14:43:29 +02:00
Jörn Friedrich Dreyer
3db878e8db Merge pull request #9165 from wkloucek/collaboration-fixes
collaboration fixes
2024-05-31 13:49:10 +02:00
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
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
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
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
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
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
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
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
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
kobergj
c18d717883 Merge pull request #9263 from kobergj/CustomRolesDocu
[docs-only] Add documenation for custom roles
2024-05-28 14:55:36 +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
Roman Perekhod
c7281599d4 replacement for TokenInfo endpoint 2024-05-28 09:29:08 +02:00
Michael Barz
6bf39e4ef9 Merge pull request #9257 from owncloud/dependabot/npm_and_yarn/services/idp/postcss-preset-env-9.5.14
build(deps-dev): bump postcss-preset-env from 9.5.13 to 9.5.14 in /services/idp
2024-05-27 17:22:18 +02:00
Ralf Haferkamp
2440ccb8b9 fix(autoprovision): fixup the service name of the graph service
This is a fixup for commit 799b12b8dd
adjusting the service name of the graph service to the new value.

Closes: #9258
2024-05-27 14:00:46 +02:00
kobergj
d0e0e9716d feat(settings): fix settings readme
Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>
2024-05-27 11:13:24 +02:00
jkoberg
8fb9c57dfe feat(settings): Add documentation about custom roles
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-05-27 10:46:57 +02:00
dependabot[bot]
35699468ec build(deps-dev): bump postcss-preset-env in /services/idp
Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 9.5.13 to 9.5.14.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

---
updated-dependencies:
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 06:15:59 +00:00
Jörn Friedrich Dreyer
955c195411 incorporate feedback
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-05-24 14:53:02 +02:00
Willy Kloucek
1e13072ea0 fix service namespaces 2024-05-24 12:43:53 +02:00
Willy Kloucek
2e5b57f847 use reva gateway default address 2024-05-24 12:43:53 +02:00
Willy Kloucek
901a5e27fc - let ocis init generate jwt token for collaboration service
- separate REVA jwt secret from WOPI jwt secret
- fix gatway service name configuration
2024-05-24 12:43:53 +02:00
Jörn Friedrich Dreyer
7b47d55837 Merge pull request #9149 from owncloud/correct-servicenames
fix service names for userlog, graph, invitations, sse and web
2024-05-24 10:40:31 +02:00
ownClouders
088f04eee0 [tx] updated from transifex 2024-05-24 00:41:58 +00:00
Roman Perekhod
434141d6fb Merge pull request #9197 from 2403905/issue-8876
fix the status code for multiple mount and unmount share
2024-05-23 09:07:27 +02:00
ownClouders
40e06135e8 [tx] updated from transifex 2024-05-23 00:44:58 +00:00
Roman Perekhod
23aa7b6e9e Merge pull request #9228 from 2403905/storage-users-doc
[docs-only]  added the details to the 'Restore Trash-Bins Items' doc section'
2024-05-22 11:03:00 +02:00
Roman Perekhod
beca8cdf2a export example 2024-05-22 10:40:09 +02:00
Roman Perekhod
d83256e606 Update services/storage-users/README.md
Co-authored-by: Martin <github@diemattels.at>
2024-05-22 09:22:28 +02:00
Roman Perekhod
177f2c0c71 Update services/storage-users/README.md
Co-authored-by: Martin <github@diemattels.at>
2024-05-22 09:20:39 +02:00
Roman Perekhod
e36ceea5f1 Update services/storage-users/README.md
Co-authored-by: Martin <github@diemattels.at>
2024-05-22 09:20:31 +02:00
Roman Perekhod
d4a42b9911 Update services/storage-users/README.md
Co-authored-by: Martin <github@diemattels.at>
2024-05-22 09:20:23 +02:00