chore(deps): update owncloud/ocis docker tag to v5 #506
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.6
->5.0.0
Release Notes
owncloud/ocis (owncloud/ocis)
v5.0.0
Compare Source
The following sections list the changes for 5.0.0.
Summary
search/pkg/search/search.go
: #8230auto
for NOTIFICATIONS_SMTP_AUTHENTICATION: #7356Details
Bugfix - Fix wrong compile date: #6132
We fixed that current date is always printed.
https://github.com/owncloud/ocis/issues/6124
https://github.com/owncloud/ocis/pull/61326132
Bugfix - Fix the kql-bleve search: #7290
We fixed the issue when 500 on searches that contain ":". Added the characters
escaping according to https://blevesearch.com/docs/Query-String-Query/
https://github.com/owncloud/ocis/issues/7282
https://github.com/owncloud/ocis/pull/72907290
Bugfix - Bring back the USERS_LDAP_USER_SCHEMA_ID variable: #7312
We reintroduced the USERS_LDAP_USER_SCHEMA_ID variable which was accidently
removed from the users service with the 4.0.0 release.
https://github.com/owncloud/ocis/issues/7312
https://github.com/owncloud/ocis-charts/issues/397/397
Bugfix - Do not reset state of received shares when rebuilding the jsoncs3 index: #7319
We fixed a problem with the "ocis migrate rebuild-jsoncs3-indexes" command which
reset the state of received shares to "pending".
https://github.com/owncloud/ocis/issues/7319
Bugfix - Deprecate redundant encryptions settings for notification service: #7345
The values
tls
andssl
for thesmtp_encryption
configuration setting areduplicates of
starttls
andssltls
. They have been marked as deprecated. Awarning will be logged when they are still used. Please use
starttls
insteadfor
tls
andssltls
instead of `ssl.https://github.com/owncloud/ocis/issues/7345
Bugfix - Check school number for duplicates before adding a school: #7351
We fixed an issue that allowed to create two schools with the same school number
https://github.com/owncloud/enterprise/issues/6051
https://github.com/owncloud/ocis/pull/73517351
Bugfix - Don't reload web config: #7369
When requesting
config.json
file from the server, web service would reload thefile if a path is set. This will remove config entries set via Envvar. Since we
want to have the possiblity to set configuration from both sources we removed
the reading from file. The file will still be loaded on service startup.
https://github.com/owncloud/ocis/pull/7369
Bugfix - Delete outdated userlog events: #7410
Userlog will now delete events when the user has no longer access to the
underlying resource
https://github.com/owncloud/ocis/pull/7410
Bugfix - Set the mountpoint on auto accept: #7460
On shares auto accept set a mountpoint with same logic as ocs handler
https://github.com/owncloud/ocis/pull/7460
Bugfix - Fix default language fallback: #7465
Add the default language for the webui, the settings, userlog and notification
service.
https://github.com/owncloud/ocis/issues/7465
Bugfix - GetUserByClaim fixed for Active Directory: #7476
The reva ldap backend for the users and groups service did not hex escape binary
uuids in LDAP filter correctly this could cause problems in Active Directory
setups for services using the GetUserByClaim CS3 request with claim "userid".
https://github.com/owncloud/ocis/issues/7469
https://github.com/owncloud/ocis/pull/74767476
Bugfix - Fix preview request 500 error when made too early: #7502
Fix the status code and message when a thumbnail request is made too early.
https://github.com/owncloud/ocis/issues/7502
https://github.com/owncloud/ocis/pull/75077507
Bugfix - Fix 403 in docs pipeline: #7509
Docs pipeline was not routed through our proxies which could lead to requests
being blacklisted
https://github.com/owncloud/ocis/issues/7509
https://github.com/owncloud/ocis/pull/75117511
Bugfix - Fix the auth service env variable: #7523
We the auth service env variable to the service specific name. Before it was
configurable via
AUTH_MACHINE_JWT_SECRET
and now is configurable viaAUTH_SERVICE_JWT_SECRET
.https://github.com/owncloud/ocis/pull/7523
Bugfix - Token storage config fixed: #7528
The token storage config in the config.json for web was missing when it was set
to
false
.https://github.com/owncloud/ocis/issues/7462
https://github.com/owncloud/ocis/pull/75287528
Bugfix - Set existing mountpoint on auto accept: #7592
When already having a share for a specific resource, auto accept would use
custom mountpoints which lead to other errors. Now auto-accept is using the
existing mountpoint of a share.
https://github.com/owncloud/ocis/pull/7592
Bugfix - Return 423 status code on tag create: #7596
When a file is locked, return 423 status code instead 500 on tag create
https://github.com/owncloud/ocis/pull/7596
Bugfix - Fix libre-graph status codes: #7678
Creating group: https://owncloud.dev/libre-graph-api/#/groups/CreateGroup
changed: 200 -> 201
Creating users: https://owncloud.dev/libre-graph-api/#/users/CreateUser changed:
200 -> 201
Export GDPR: https://owncloud.dev/libre-graph-api/#/user/ExportPersonalData
changed: 201 -> 202
https://github.com/owncloud/ocis/issues/7678
https://github.com/owncloud/ocis/pull/77057705
Bugfix - Fix unlock via space API: #7726
We fixed a bug that caused Error 500 when user try to unlock file using fileid
The handleSpaceUnlock has been added
https://github.com/owncloud/ocis/issues/7708
https://github.com/owncloud/ocis/pull/77267https://github.com/cs3org/reva/pull/4338ull/4338
Bugfix - Disable DEPTH infinity in PROPFIND: #7746
We fixed the Disabled DEPTH infinity in PROPFIND for: Personal
/remote.php/dav/files/admin Public link share
/remote.php/dav/public-files/ Trashbin
/remote.php/dav/spaces/trash-bin/
https://github.com/owncloud/ocis/issues/7359
https://github.com/owncloud/ocis/pull/77467https://github.com/cs3org/reva/pull/4278ull/4278
Bugfix - Fix the tgz mime type: #7772
We have fixed a bug when the tgz mime type was not "application/gzip"
https://github.com/owncloud/ocis/issues/7744
https://github.com/owncloud/ocis/pull/77727772
Bugfix - Fix natsjs cache: #7790
The nats-js cache was not working. It paniced and wrote a lot of error logs.
Both is fixed now.
https://github.com/owncloud/ocis/pull/7790
Bugfix - Fix search service start: #7795
The
search
service would sometimes not start correctly because config valuesare overwritten by default configuration.
https://github.com/owncloud/ocis/pull/7795
Bugfix - Fix search response: #7815
We fixed the search response code from 500 to 400 when the request is invalid
https://github.com/owncloud/ocis/issues/7812
https://github.com/owncloud/ocis/pull/78157815
Bugfix - The race conditions in tests: #7847
We fixed the race conditions in tests.
https://github.com/owncloud/ocis/issues/7846
https://github.com/owncloud/ocis/pull/78477847
Bugfix - Do not purge expired upload sessions that are still postprocessing: #7859
https://github.com/owncloud/ocis/pull/7859
https://github.com/owncloud/ocis/pull/79587958
Bugfix - Fix the public link update: #7862
We fixed a bug when normal users can update the public link to delete its
password if permission is not sent in data.
https://github.com/owncloud/ocis/issues/7821
https://github.com/owncloud/ocis/pull/78627862
Bugfix - Fix jwt config of policies service: #7893
Removes jwt config of policies service
https://github.com/owncloud/ocis/pull/7893
Bugfix - Updating logo with new theme structure: #7930
Updating and resetting the logo when using the new
theme.json
structure in Webhas been fixed.
https://github.com/owncloud/ocis/pull/7930
Bugfix - Password policy return code was wrong: #7952
We fixed the status code on SharingNG update permissions for public shares.
https://github.com/owncloud/ocis/pull/7952
Bugfix - Removed outdated and unused dependency from idp package: #7957
We've removed the outdated and apparently unused dependency
cldr
from thekpop
dependency inside the idp web ui. This resolves a security issue aroundan oudated
xmldom
package version, originating from saidkpop
library.https://github.com/owncloud/ocis/issues/7957
https://github.com/owncloud/ocis/pull/79887988
Bugfix - Update permission validation: #7963
We fixed a bug where the permission validation was not working correctly.
https://github.com/owncloud/ocis/pull/7963
https://github.com/cs3org/reva/pull/44054405
Bugfix - Renaming a user to a string with capital letters: #7964
We fixed the issue that led to correct update but the 404 response code when
renaming an existing user to a string with capital letters.
https://github.com/owncloud/ocis/pull/7964
Bugfix - Improve OCM support: #7973
We improved functionality of the OCM support.
https://github.com/owncloud/ocis/pull/7973
Bugfix - Permissions of a role with duplicate ID: #7976
We remove the redundant permissions of a role with duplicate ID.
https://github.com/owncloud/ocis/issues/7931
https://github.com/owncloud/ocis/pull/79767976
Bugfix - Non durable streams for sse service: #7986
Configure sse streams to be non-durable. This functionality is not needed for
the sse service
https://github.com/owncloud/ocis/pull/7986
Bugfix - Fix empty trace ids: #8023
We changed the default tracing to produce non-empty traceids.
https://github.com/owncloud/ocis/pull/8023
https://github.com/owncloud/ocis/pull/80178017
Bugfix - Fix search by containing special characters: #8050
As the OData query parser interprets characters like '@' or '-' in a special
way. Search request for users or groups needs to be quoted. We fixed the
libregraph users and groups endpoints to handle quoted search terms correctly.
https://github.com/owncloud/ocis/issues/7990
https://github.com/owncloud/ocis/pull/80508https://github.com/owncloud/ocis/pull/8035ull/8035
Bugfix - Fix the upload postprocessing: #8117
We fixed the upload postprocessing when the destination file does not exist
anymore.
https://github.com/owncloud/ocis/issues/7909
https://github.com/owncloud/ocis/pull/81178117
Bugfix - Disallow to delete a file during the processing: #8132
We want to disallow deleting a file during the processing to prevent collecting
the orphan uploads.
https://github.com/owncloud/ocis/issues/8127
https://github.com/owncloud/ocis/pull/81328https://github.com/cs3org/reva/pull/4446ull/4446
Bugfix - Fix wrong naming in nats-js-kv registry: #8140
Registers the registry under the correct name
https://github.com/owncloud/ocis/pull/8140
Bugfix - IDP CS3 backend sessions now survive a restart: #8142
We now correctly reinitialize the CS3 backend session after the IDP service has
been restarted.
https://github.com/owncloud/ocis/pull/8142
Bugfix - Fix patching of language: #8182
User would not be able to patch their preferred language when the ldap backend
is set to
read-only
. This makes no sense as language is stored elsewhere.https://github.com/owncloud/ocis/pull/8182
Bugfix - Fix search service to not log expected cases as errors: #8200
We changed the search service to not log cases where resources that were about
to be indexed can no longer be found. Those are expected cases, e.g. when the
file in question has already been deleted or renamed meanwhile.
https://github.com/owncloud/ocis/pull/8200
Bugfix - Updating and reset logo failed: #8211
We fixed a bug when admin tried to update or reset the logo.
https://github.com/owncloud/ocis/issues/8101
https://github.com/owncloud/ocis/pull/82118211
Bugfix - Cleanup graph/pkg/service/v0/driveitems.go: #8228
Main fix is using proto getters to avoid panics. But some other code
improvements were also done
https://github.com/owncloud/ocis/pull/8228
Bugfix - Cleanup
search/pkg/search/search.go
: #8230Now uses proto getters to avoid panics.
https://github.com/owncloud/ocis/pull/8230
Bugfix - Graph/sharedWithMe works for shares from project spaces now: #8233
We fixed a bug in the 'graph/v1beta1/me/drive/sharedWithMe' endpoint that caused
an error response when the user received shares from project spaces.
Additionally the endpoint now behaves more graceful in cases where the
displayname of the owner or creator of a share or shared resource couldn't be
resolved.
https://github.com/owncloud/ocis/issues/8027
https://github.com/owncloud/ocis/issues/82158https://github.com/owncloud/ocis/pull/8233ull/8233
Bugfix - Fix PATCH/DELETE status code for drives that don't support them: #8235
Updating and Deleting the virtual drives for shares is currently not supported.
Instead of returning a generic 500 status we return a 405 response now.
https://github.com/owncloud/ocis/issues/7881
https://github.com/owncloud/ocis/pull/82358235
Bugfix - Fix nats authentication: #8236
Fixes nats authentication for registry/events/stores
https://github.com/owncloud/ocis/pull/8236
Bugfix - Fix the resource name: #8246
We fixed a problem where after renaming resource as sharer the receiver see a
new name.
https://github.com/owncloud/ocis/issues/8242
https://github.com/owncloud/ocis/pull/82468https://github.com/cs3org/reva/pull/4463ull/4463
Bugfix - Apply role constraints when creating shares via the graph API: #8247
We fixed a bug in the graph API for creating and updating shares so that
Spaceroot specific roles like 'Manager' and 'Co-owner' can no longer be assigned
for shares on files or directories.
https://github.com/owncloud/ocis/issues/8131
https://github.com/owncloud/ocis/pull/82478247
Bugfix - Fix concurrent access to a map: #8269
We fixed the race condition that led to concurrent map access in a publicshare
manager.
https://github.com/owncloud/ocis/issues/8255
https://github.com/owncloud/ocis/pull/82698https://github.com/cs3org/reva/pull/4472ull/4472
Bugfix - Fix nats registry: #8281
The nats registry would behave badly when configuring
nats-js-kv
via envvar.Reason is the way go-micro initializes. It took 5 developers to find the issue
and the fix so the details cannot be shared here. Just accept that it is working
now
https://github.com/owncloud/ocis/pull/8281
Bugfix - Remove invalid environment variables: #8303
We have removed two spaces related environment variables (whether project spaces
and the share jail are enabled) and hardcoded the only allowed options. Misusing
those variables would have resulted in invalid config.
https://github.com/owncloud/ocis/pull/8303
Bugfix - Fix concurrent shares config: #8317
We fixed setting the config for concurrent web requests, which did not work as
expected before.
https://github.com/owncloud/ocis/pull/8317
Bugfix - Fix Content-Disposition header for downloads: #8381
We have fixed a bug that caused downloads to fail on Chromebased browsers when
the filename contained special characters.
https://github.com/owncloud/ocis/issues/8361
https://github.com/owncloud/ocis/pull/83818https://github.com/cs3org/reva/pull/4498ull/4498
Bugfix - Signed url verification: #8385
Signed urls now expire properly
https://github.com/owncloud/ocis/pull/8385
Bugfix - Fix an error when move: #8396
We fixed a bug that caused Internal Server Error when move using destination id
https://github.com/owncloud/ocis/issues/6739
https://github.com/owncloud/ocis/pull/83968https://github.com/cs3org/reva/pull/4503ull/4503
Bugfix - Fix extended env parser: #8409
The extended envvar parser would be angry if there are two
os.Getenv
in thesame line. We fixed this.
https://github.com/owncloud/ocis/pull/8409
Bugfix - Graph/drives/permission Expiration date update: #8413
We fixed a bug in the Update sharing permission the expiration dates can't be
removed from link permissions.
https://github.com/owncloud/ocis/issues/8405
https://github.com/owncloud/ocis/pull/84138413
Bugfix - Fix search error message: #8444
We fixed an error message returned when the search request is invalid
https://github.com/owncloud/ocis/issues/8442
https://github.com/owncloud/ocis/pull/84448444
Bugfix - Graph/sharedWithMe align IDs with webdav response: #8467
The IDs of the driveItems returned by the 'graph/v1beta1/me/drive/sharedWithMe'
endpoint are now aligned with the IDs returned in the PROPFIND response of the
webdav service.
https://github.com/owncloud/ocis/issues/8420
https://github.com/owncloud/ocis/issues/80808https://github.com/owncloud/ocis/pull/8467ull/8467
Bugfix - Fix an error when lock/unlock a public shared file: #8472
We fixed a bug when anonymous user with viewer role in public link of a folder
can lock/unlock a file inside it
https://github.com/owncloud/ocis/issues/7785
https://github.com/owncloud/ocis/pull/84728472
Bugfix - Bump reva to pull in changes to fix recursive trashcan purge: #8505
We have fixed a bug in the trashcan purge process that did not delete folder
structures recursively.
https://github.com/owncloud/ocis/issues/8473
https://github.com/owncloud/ocis/pull/85058https://github.com/cs3org/reva/pull/4533ull/4533
Bugfix - Fix remove/update share permissions: #8529
This is a workaround that should prevent removing or changing the share
permissions when the file is locked. These limitations have to be removed after
the wopi server will be able to unlock the file properly. These limitations are
not spread on the files inside the shared folder.
https://github.com/owncloud/ocis/issues/8273
https://github.com/owncloud/ocis/pull/85298https://github.com/cs3org/reva/pull/4534ull/4534
Bugfix - Fix graph drive invite: #8538
We fixed the issue when sharing of personal drive is allowed via graph
https://github.com/owncloud/ocis/issues/8494
https://github.com/owncloud/ocis/pull/85388538
Bugfix - We now always select the next clients when autoaccepting shares: #8570
https://github.com/owncloud/ocis/pull/8570
Bugfix - Correct the default mapping of roles: #8639
The default config for the OIDC role mapping was incorrect. Lightweight users
are now assignable.
https://github.com/owncloud/ocis/pull/8639
Bugfix - Disable Multipart uploads: #8667
Disables multiparts uploads as they lead to high memory consumption
https://github.com/owncloud/ocis/pull/8667
Bugfix - Fix last month search: #31145
We've fixed the last month search edge case when currently is 31-th.
Https://github.com/owncloud/ocis/issues/7629
https://github.com/owncloud/ocis/pull/77427742
https://github.com/golang/go/issues/31145
The
issue
is
related
to
the
build-in
package
behavior
Change - Auto-Accept Shares: #7097
Automatically accepts shares. This feature is active by default and can be
deactivated via the environment variable
FRONTEND_AUTO_ACCEPT_SHARES
.https://github.com/owncloud/ocis/pull/7097
Change - Change the default TUS chunk size: #7273
We changed the default TUS chunk size from 100MB to 10MB. You can still use the
old value by configuring it in your deployment.
https://github.com/owncloud/ocis/pull/7273
Change - Remove privacyURL and imprintURL from the config: #7938
We've removed the option privacyURL and imprintURL from the config, since other
clients weren't able to consume these. In order to be accessible by other
clients, not just Web, those should be configured via the theme.json file.
https://github.com/owncloud/ocis/pull/7938/
Change - Remove accessDeniedHelpUrl from the config: #7970
We've removed the option accessDeniedHelpUrl from the config, since other
clients weren't able to consume it. In order to be accessible by other clients,
not just Web, it should be configured via the theme.json file.
https://github.com/owncloud/ocis/pull/7970
Change - Change the default store for presigned keys to nats-js-kv: #8419
We wrapped the store service in a micro store implementation and changed the
default to the built-in NATS instance.
https://github.com/owncloud/ocis/pull/8419
Change - Deprecate sharing cs3 backends: #8478
The
cs3
user and public sharing drivers have already been replaced byjsoncs3
. We now mark them as deprecated in preparation to kill a lot of unusedcode in reva.
https://github.com/owncloud/ocis/pull/8478
Enhancement - Add the Banned Passwords List: #4197
Added an option to enable a password check against a banned passwords list
OCIS-3809
https://github.com/cs3org/reva/pull/4197
https://github.com/owncloud/ocis/pull/73147314
Enhancement - Introduce service accounts: #6427
Introduces service accounts to avoid impersonating users in async processes
https://github.com/owncloud/ocis/issues/5550
https://github.com/owncloud/ocis/pull/64276427
Enhancement - SSE for messaging: #6992
So far, sse has only been used to exchange messages between the server and the
client. In order to be able to send more content to the client, we have moved
the endpoint to a separate service and are now also using it for other
notifications like:
https://github.com/owncloud/ocis/pull/6992
Enhancement - Support spec violating AD FS access token issuer: #7140
AD FS
/adfs/.well-known/openid-configuration
has an optionalaccess_token_issuer
which, in violation of the OpenID Connect spec, takesprecedence over
issuer
.https://github.com/owncloud/ocis/pull/7140
Enhancement - Add OCIS_LDAP_BIND_PASSWORD as replacement for LDAP_BIND_PASSWORD: #7176
The enviroment variable
OCIS_LDAP_BIND_PASSWORD
was added to be moreconsistent with all other global LDAP variables.
LDAP_BIND_PASSWORD
is deprecated now and scheduled for removal with the 5.0.0release.
We also deprecated
LDAP_USER_SCHEMA_ID_IS_OCTETSTRING
for removal with 5.0.0.The replacement for it is
OCIS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING
.https://github.com/owncloud/ocis/issues/7176
Enhancement - Keyword Query Language (KQL) search syntax: #7212
We've introduced support for
KQL
as the default oCIS search query language.
Simple queries:
tag:golden tag:"silver"
name:file.txt name:"file.docx"
content:ahab content:"captain aha*"
Date/-range queries
Mtime:"2023-09-05T08:42:11.23554+02:00"
Mtime>"2023-09-05T08:42:11.23554+02:00"
Mtime>="2023-09-05T08:42:11.23554+02:00"
Mtime<"2023-09-05T08:42:11.23554+02:00"
Mtime<="2023-09-05T08:42:11.23554+02:00"
Mtime:today
- range: start of today till end of todayMtime:yesterday
- range: start of yesterday till end of yesterdayMtime:"this week"
- range: start of this week till end of this weekMtime:"this month"
- range: start of this month till end of this monthMtime:"last month"
- range: start of last month till end of last monthMtime:"this year"
- range: start of this year till end of this yearMtime:"last year"
- range: start of last year till end of last yearConjunctive normal form queries:
tag:golden AND tag:"silver
,tag:golden OR tag:"silver
,tag:golden NOT tag:"silver
(tag:book content:ahab*)
,tag:(book pdf)
Complex queries:
(name:"moby di*" OR tag:bestseller) AND tag:book NOT tag:read
https://github.com/owncloud/ocis/issues/7042
https://github.com/owncloud/ocis/issues/71797https://github.com/owncloud/ocis/issues/7114uhttps://github.com/owncloud/web/issues/9636/https://github.com/owncloud/web/issues/9646/https://github.com/owncloud/ocis/pull/7212chttps://github.com/owncloud/ocis/pull/7043/https://github.com/owncloud/ocis/pull/7247.https://github.com/owncloud/ocis/pull/7248thttps://github.com/owncloud/ocis/pull/7254/https://github.com/owncloud/ocis/pull/7262thttps://github.com/owncloud/web/pull/9653 https://github.com/owncloud/web/pull/967253
[tests-only] replaced the search test web#9672
Enhancement - Introduce clientlog service: #7217
Add the clientlog service which will send machine readable notifications to
clients
https://github.com/owncloud/ocis/pull/7217
Enhancement - Proxy uses service accounts for provisioning: #7240
The proxy service now uses a service account for provsioning task, like role
assignment and user auto-provisioning. This cleans up some technical debt that
required us to mint reva tokes inside the proxy service.
https://github.com/owncloud/ocis/issues/5550
https://github.com/owncloud/ocis/pull/72407240
Enhancement - The password policies change request: #7264
The variables renaming OCIS-3767
https://github.com/owncloud/ocis/pull/7264
Enhancement - Introduce natsjs registry: #7272
Introduce a registry based on the natsjs object store
https://github.com/owncloud/ocis/issues/7272
https://github.com/owncloud/ocis/pull/74877487
Enhancement - Add the password policies: #7285
Add the password policies OCIS-3767
https://github.com/owncloud/ocis/pull/7285
https://github.com/owncloud/ocis/pull/71947https://github.com/cs3org/reva/pull/4147ull/4147
Enhancement - Add login URL config: #7317
Introduce a config to set the web login URL via
WEB_OPTION_LOGIN_URL
.https://github.com/owncloud/ocis/pull/7317
Enhancement - Improve SSE format: #7325
Improve format of sse notifications
https://github.com/owncloud/ocis/pull/7325
Enhancement - New value
auto
for NOTIFICATIONS_SMTP_AUTHENTICATION: #7356This cause the notifications service to automatically pick a suitable
authentication method to use with the configured SMTP server. This is also the
new default behavior. The previous default was to not use authentication at all.
https://github.com/owncloud/ocis/issues/7356
Enhancement - Make sse service scalable: #7382
When running multiple sse instances some events would not be reported to the
user. This is fixed.
https://github.com/owncloud/ocis/pull/7382
Enhancement - Edit wrong named enves: #7406
Checked and changed the envvars specified in the task and also removed those
that are no longer used.
https://github.com/owncloud/ocis/pull/7406
Enhancement - Thumbnail generation with image processors: #7409
Thumbnails can now be changed during creation, previously the images were always
scaled to fit the given frame, but it could happen that the images were cut off
because they could not be placed better due to the aspect ratio.
This pr introduces the possibility of specifying how the behavior should be,
following processors are available
The processor can be applied by adding the processor query param to the request,
e.g.
processor=fit
,processor=fill
, ...To find out more how the individual processors work please read
https://github.com/disintegration/imaging
If no processor is provided it behaves the same as before (resize for gif's and
thumbnail for all other)
https://github.com/owncloud/enterprise/issues/6057
https://github.com/owncloud/ocis/issues/51795https://github.com/owncloud/web/issues/7728u[https://github.com/feature(thumbnails): add the ability to define custom image processors ocis#7409](https://togithub.com/
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.