-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable27] fix: Fix resolved nextcloud/files dep version and user quota parsing #43368
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pytal
changed the title
fix(trashbin): Fix resolved nextcloud/files dep version
[stable27] fix(trashbin): Fix resolved nextcloud/files dep version
Feb 5, 2024
Pytal
changed the title
[stable27] fix(trashbin): Fix resolved nextcloud/files dep version
[stable27] fix: Fix resolved nextcloud/files dep version
Feb 6, 2024
Pytal
force-pushed
the
fix/trashbin-parse-dav
branch
from
February 7, 2024 02:03
b7a1e57
to
64758a3
Compare
marcelklehr
approved these changes
Feb 8, 2024
susnux
approved these changes
Feb 8, 2024
susnux
added
4. to release
Ready to be released and/or waiting for tests to finish
and removed
3. to review
Waiting for reviews
labels
Feb 8, 2024
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Pytal
force-pushed
the
fix/trashbin-parse-dav
branch
from
February 9, 2024 00:02
64758a3
to
e5a56af
Compare
Pytal
changed the title
[stable27] fix: Fix resolved nextcloud/files dep version
[stable27] fix: Fix resolved nextcloud/files dep version and user quota
Feb 9, 2024
… locales Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Pytal
force-pushed
the
fix/trashbin-parse-dav
branch
from
February 9, 2024 00:16
e5a56af
to
c30c219
Compare
Pytal
changed the title
[stable27] fix: Fix resolved nextcloud/files dep version and user quota
[stable27] fix: Fix resolved nextcloud/files dep version and user quota parsing
Feb 9, 2024
8 tasks
Still awaiting patch on ubuntu snap channel. |
@lohphat this will be released as part of v27.1.7 on 2024-02-22 |
Still not visible on snap:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
files_trashbin
) does not show deleted files #43134Summary
Because of the package resolution algorithm nextcloud/files is resolved to v3.0.0
So the previously used
parseWebdavPermissions()
function is no longer availableWith this fix the correct non-breaking version is resolved
To fix the potentially breaking resolution of nextcloud/files v3.1.0 for nextcloud/dialogs we need to pin it in dialogs as well nextcloud-libraries/nextcloud-dialogs#1226 and bump it
New dependency tree:
Checklist