chore(deps): update media management #266
Merged
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:
v1.114.0
->v1.115.0
v1.114.0
->v1.115.0
6.3.0
->6.4.0
Release Notes
immich-app/immich (ghcr.io/immich-app/immich-server)
v1.115.0
Compare Source
v1.115.0
Welcome to release
v1.115.0
of Immich. This release focuses on cleaning up our backlog of issues. It is also worth noting that the Cursed knowledge page has been updated with even more cursed knowledge. Please find some of the release highlights below:Notable bug fixes include:
Administration button
The
Administration
button on the web is now moved inside the profile sheet to clean up the top app bar and improve the navigation experience for all screen sizes.Manually link and unlink Live motion photos
Live photos (iOS) can now be manually linked an unlinked.
Screencast from 09-11-2024 10:15:57 AM.webm
Default exclusion patterns
We have added default exclusion patterns whenever a new external library is created. By default, we exclude the
@eaDir
folder Synology uses to store miscellaneous files and any files beginning with._
. Of course, you can edit these patterns if you want to, but this is highly unlikely.Startup folder checks
Immich will now fail to start if it is unable to read/write to
upload/
,library/
,thumbs/
,encoded-videos/
orprofile/
. Starting with this release, the server will write an.immich
file to each of the previously listed folders. On subsequent restarts, it will fail to start if it fails to locate the previously written.immich
file. This will hopefully increase transparency around situations where theUPLOAD_LOCATION
mount is incorrectly configured or unavailable.Upload trash indicator
When you upload a duplicate via the web and that duplicate is in the trash, you now will see an indicator for it, along with being able to open the asset in a new tab.
Support Immich
If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.
Cheers! 🍻
What's Changed
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.114.0...
owncloud/ocis (owncloud/ocis-rolling)
v6.4.0
Compare Source
The following sections list the changes for 6.4.0.
Summary
disable_self_password_change
correctly: #9853userType
andmemberOf
are readonly: #9867Details
Bugfix - Set capability response
disable_self_password_change
correctly: #9853The capability value
disable_self_password_change
was not being set correctlywhen
user.passwordProfile
is configured as a read-only attribute.https://github.com/owncloud/enterprise/issues/6849
https://github.com/owncloud/ocis/pull/98539853
Bugfix - Activity Translations: #9856
Translations for activities did not show up in transifex
https://github.com/owncloud/ocis/pull/9856
Bugfix - The user attributes
userType
andmemberOf
are readonly: #9867The graph API now treats the user attributes
userType
andmemberOf
asread-only. They are not meant be updated directly by the client.
https://github.com/owncloud/ocis/issues/9858
https://github.com/owncloud/ocis/pull/98679867
Bugfix - Use key to get specific trash item: #9879
The activitylog and clientlog services now only fetch the specific trash item
instead of getting all items in trash and filtering them on their side. This
reduces the load on the storage users service because it no longer has to
assemble a full trash listing.
https://github.com/owncloud/ocis/pull/9879
Bugfix - Fix response code when upload a file over locked: #9894
We fixed a bug where the response code was incorrect when uploading a file over
a locked file.
https://github.com/owncloud/ocis/issues/7638
https://github.com/owncloud/ocis/pull/98949894
Bugfix - List OCM permissions as graph drive item permissions: #9905
The libre graph API now returns OCM shares when listing driveItem permissions.
https://github.com/owncloud/ocis/issues/9898
https://github.com/owncloud/ocis/pull/99059905
Bugfix - Fix listing ocm shares: #9925
The libre graph API now returns an etag, the role and the creation time for ocm
shares. It also includes ocm shares in the sharedByMe endpoint.
https://github.com/owncloud/ocis/pull/9925
https://github.com/owncloud/ocis/pull/99209920
Bugfix - Allow update of ocm shares: #9980
We fixed a bug that prevented ocm shares to be updated or removed.
https://github.com/owncloud/ocis/issues/9926
https://github.com/owncloud/ocis/pull/99809980
Change - Remove store service: #9890
We have removed the unused store service.
https://github.com/owncloud/ocis/issues/1357
https://github.com/owncloud/ocis/pull/98909890
Enhancement - We now set the configured protocol transport for service metadata: #9490
This allows configuring services to listan on
tcp
orunix
sockets andclients to use the
dns
,kubernetes
orunix
protocol URIs instead ofservice names.
https://github.com/owncloud/ocis/pull/9490
https://github.com/cs3org/reva/pull/47444744
Enhancement - Microsoft Office365 and Office Online support: #9686
Add support for Microsoft Office365 Cloud and Microsoft Office Online on
premises. You can use the cloud feature either within a Microsoft
CSP
partnership or via the ownCloud office365 proxy subscription. Please contact
[email protected] to get more information about the ownCloud office365 proxy
subscription.
https://github.com/owncloud/ocis/pull/9686
Enhancement - Added a new role space editor without versions: #9880
We add a new role space editor without list and restore version permissions.
https://github.com/owncloud/ocis/issues/9699
https://github.com/owncloud/ocis/pull/98809880
Enhancement - Improve revisions purge: #9891
The
revisions purge
command would time out on big spaces. We have improvedperformance by parallelizing the process.
https://github.com/owncloud/ocis/pull/9891
Enhancement - Allow setting default locale of activitylog: #9892
Allows setting the default locale via
OCIS_DEFAULT_LANGUAGE
envvarhttps://github.com/owncloud/ocis/pull/9892
Enhancement - Graph translation path: #9902
Add
GRAPH_TRANSLATION_PATH
envvar like in other l10n serviceshttps://github.com/owncloud/ocis/pull/9902
Enhancement - Added a new roles viewer/editor with ListGrants: #9943
We add a new roles space viewer/editor with ListGrants permissions.
https://github.com/owncloud/ocis/issues/9701
https://github.com/owncloud/ocis/pull/99439943
Enhancement - Handle OCM invite generated event: #9966
Both the notification and audit services now handle the OCM invite generated
event.
user. - The audit service is responsible for logging the event.
https://github.com/owncloud/ocis/issues/9583
https://github.com/owncloud/ocis/pull/99669https://github.com/cs3org/reva/pull/4832ull/4832
Enhancement - Update web to v10.2.0: #9988
Tags: web
We updated ownCloud Web to v10.2.0. Please refer to the changelog (linked) for
details on the web release.
https://github.com/owncloud/ocis/pull/9988
https://github.com/owncloud/web/releases/tag/v10.2.0
Enhancement - Allow blob as connect-src in default CSP: #9993
We added 'blob:' to the default connect-src items in the default CSP rules.
https://github.com/owncloud/ocis/pull/9993
Enhancement - Unified Roles Management: #10013
Improved management of unified roles with the introduction of default
enabled/disabled states and a new command for listing available roles. It is
important to note that a disabled role does not lose previously assigned
permissions; it only means that the role is not available for new assignments.
The following roles are now enabled by default:
UnifiedRoleSpaceEditor - UnifiedRoleFileEditor - UnifiedRoleEditorLite -
UnifiedRoleManager
The following roles are now disabled by default:
To enable the UnifiedRoleSecureViewer role, you must provide a list of all
available roles through one of the following methods:
available_roles configuration value.
To enable a role, include the UID of the role in the list of available roles.
A new command has been introduced to simplify the process of finding out which
UID belongs to which role. The command is:
The output of this command includes the following information for each role:
the role. - Enabled: Whether the role is enabled or not.
https://github.com/owncloud/ocis/issues/9698
https://github.com/owncloud/ocis/pull/100130https://github.com/owncloud/ocis/pull/9727ull/9727
Enhancement - Bump reva to v2.24.1: #10028
https://github.com/owncloud/ocis/pull/10028
https://github.com/owncloud/ocis/pull/99809https://github.com/owncloud/ocis/pull/9981uhttps://github.com/owncloud/ocis/pull/9981ihttps://github.com/owncloud/ocis/pull/9920dhttps://github.com/owncloud/ocis/pull/9879chttps://github.com/owncloud/ocis/pull/9860/Activities. Any user can get the resource's activities using the file-id owncloud/ocis#9860
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.