Thomas Müller
06bb8c9654
feat: add maximum image file size to be processed by the thumbnailer ( #9069 )
2024-05-08 16:28:44 +02:00
Thomas Müller
9db3fd028e
feat: add maximum image dimension to be processed by the thumbnailer ( #9035 )
...
* feat: add maximum image dimension to be processed by the thumbnailer
* chore: make golangci-lint happy
2024-05-03 12:20:27 +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
32e44a9fdc
Merge pull request #8989 from owncloud/log-and-trace-fixes
...
log and trace fixes
2024-04-29 17:13:52 +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
Thomas Müller
a53a7cf8b5
fix: replace github.com/disintegration/imaging with github.com/kovidgoyal/imaging
2024-04-26 11:36:49 +02:00
Thomas Müller
bdbba929d0
feat: add CSP and other security related headers in the oCIS proxy service ( #8777 )
...
* feat: add CSP and other security related headers in the oCIS proxy service
* fix: consolidate security related headers - drop middleware.Secure
* fix: use github.com/DeepDiver1975/secure
* fix: acceptance tests
* feat: support env var replacements in csp.yaml
2024-04-26 09:10:35 +02:00
Thomas Müller
07f0cd5574
fix: typos, naming clashes, error messages and deprecations
2024-04-03 15:34:36 +02:00
jkoberg
a3044d1dd2
fix: pass signature and expiration through thumbnailer
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-11 13:54:07 +01:00
Phil Davis
9d2be66a85
chore: add introductionVersion pre5.0 to environment variable docs
2024-03-06 17:50:20 +05:45
Michael Stingl
72825ddae4
Added scalingup thumbnail parameter
...
(used by web + iOS app)
2023-12-04 17:35:59 +01:00
Michael Stingl
478960455f
Explain processor behavior
...
Based on:
https://pkg.go.dev/github.com/disintegration/imaging
2023-12-04 17:28:54 +01:00
Michael Stingl
a87eeda1cd
clarify thumbnail processor default in table
2023-12-04 17:18:05 +01:00
Michael Stingl
ab9893bc46
clarified thumbnail “c” parameter
2023-12-04 17:01:30 +01:00
Michael Stingl
f26165910d
[docs-only] Adding thumbnail query parameters to thumbnail README.md
...
Observed with ownCloud Web UI 7.1.0 (Spaces overview):
```
scalingup: 0
preview: 1
a: 1
c: ce88e69a448ab8acf7ff554be5bb5521
x: 1000
y: 1000
```
2023-11-30 10:07:18 +01:00
Christian Richter
ba5a050ab8
incorporate requested changes
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-28 09:53:23 +01:00
Christian Richter
f3ed5ad696
add audio tests
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-27 16:26:02 +01:00
Christian Richter
497ae281ea
add tests
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-27 15:31:38 +01:00
Christian Richter
c9f6b961f9
Add geogebra previews
...
Co-authored-by: Florian Schade <fschade@owncloud.com >
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-27 15:31:38 +01:00
Christian Richter
1713041e14
Add skel for preview generator for ggs
...
Co-authored-by: Ralf Haferkamp <rhafer@owncloud.com >
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-27 15:31:38 +01:00
Christian Richter
103377e12f
add types to web and thumbnailer
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-27 15:31:38 +01:00
mmattel
5e74b50efb
[docs-only] Fix envvars with a array slice ([]string)
2023-11-09 12:22:59 +01:00
Martin
2ee459a9ac
Merge pull request #7654 from owncloud/mmattel-patch-1
...
[docs-only] Text fix for thumbnail README.md
2023-11-06 11:27:55 +01:00
Martin
a268b3dd0c
Apply suggestions from code review
2023-11-03 11:29:15 +01:00
Martin
ce6e65f8c4
[docs-only] Text fix for thumbnail README.md
...
References: #7409 (feature(thumbnails): add the ability to define custom image processors)
The `Thumbnail Processor` section needed an update to clarify the usecase and behaviour. In addition, the list of sizes above now shows as in a single line each and not in one line.
2023-11-03 11:26:25 +01:00
Dominik Schmidt
a9141146fb
Remove LazyReadSeeker
2023-10-30 11:15:20 +01:00
Dominik Schmidt
0b88ef8c95
thumbnails: extract pictures from audio files
2023-10-28 01:16:58 +02:00
Florian Schade
9abcd8a7f3
feature(thumbnails): add the ability to define custom image processors ( #7409 )
...
* feature(thumbnails): add the ability to define custom image processors
* fix(ci): add exported member comment
* docs(thumbnails): mention processors in readme
* fix: codacy and code review feedback
* fix: thumbnail readme markdown
Co-authored-by: Martin <github@diemattels.at >
---------
Co-authored-by: Martin <github@diemattels.at >
2023-10-17 09:44:44 +02:00
Christian Richter
e56b23541a
remove obsolete cli flags
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-10-11 16:31:10 +02:00
case0sh
ace3664f6a
fix formatting
2023-10-06 10:29:08 +02:00
jkoberg
1f1aa50c54
hard exit when services fail
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-09-21 13:53:18 +02:00
Daniel Swärd
49fc22d532
Add missing tracing references to multiple services. ( #7110 )
2023-08-23 15:17:17 +02:00
Christian Richter
d7139d4127
remove deprecated variables
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-08-22 17:25:24 +02:00
Daniël Franke
f4c16811a5
Convert thumbnails to service trace provider
...
This converts the thumbnails service to use the service trace provider.
2023-07-31 11:13:34 +02:00
Daniel Swärd
d21b03b14c
Separate out grpc client to package local for thumbnails service.
2023-07-27 12:22:28 +02:00
mmattel
6ad53971ef
[docs-only] Increase readability for log level values in the description
2023-07-07 10:33:42 +02:00
mmattel
d7b447b791
[docs-only] Increase readability for tracing values in the description
2023-07-07 09:50:39 +02:00
Daniel Swärd
571d2318c0
Add missing span kind for tracing. ( #6471 )
...
* Add missing span kind for tracing.
* Add missing spanKind for tracing.
2023-06-22 10:09:10 +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
Roman Perekhod
e57e6046d3
Fix preview or viewing of shared animated GIFs ( #6386 )
...
* Fix preview or viewing of shared animated GIFs
---------
Co-authored-by: Roman Perekhod <rperekhod@owncloud.com >
2023-05-26 14:52:12 +02:00
mmattel
8ed34926ef
[docs-only] Correct the removal version according semver to 4.0.0
2023-04-19 10:16:06 +02:00
mmattel
b2504035e0
fix readme service names
2023-04-12 18:40:41 +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
Dennis Sieben
e28603e633
- fixed typos
2023-03-27 08:54:51 +02: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
Jacob Kauffmann
a742e943df
thumbnails: Add portrait resolutions to default config
2023-02-26 12:34:33 -07:00
Jörn Friedrich Dreyer
32cc9beb0b
walk and log chi routes, ocs cleanup ( #5428 )
...
* walk and log chi routes, ocs cleanup
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* make linter happy
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-01-23 12:30:34 +01:00
jkoberg
48ffc19554
return 425 on thumbnails when file is processing
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-12-28 15:40:35 +01:00