Release 1.0.1: PRs #150, #151, #152 #153
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.
Pull Request Notes
PR #150: Docker updates for NC 32
Title: Docker updates for NC 32 (#150)
Description:
This PR updates the Docker configuration to support Nextcloud 32 and includes several infrastructure improvements.
Changes:
Docker Configuration Updates:
Deployment Script Updates:
cli/staging/deploy.shDependencies:
vendor-bin/sentry/composer.lockfor better dependency managementFiles Modified:
cli/staging/deploy.shdocker-compose.stage.ymldocker-compose.ymlvendor-bin/sentry/composer.lockImpact:
PR #151: Fix parent call on Traits
Title: fix: avoid parent call on Traits (#151)
Description:
This PR fixes a critical issue in the Telemetry class where parent calls were being made incorrectly on Trait classes, which could cause runtime errors.
Changes:
Bug Fix:
lib/AppInfo/Telemetry.phpCode Quality:
Files Modified:
lib/AppInfo/Telemetry.phpImpact:
PR #152: Fix/NC32 compatibility
Title: Fix/nc32 compatibility #1736 (#152)
Description:
This PR addresses Nextcloud 32 compatibility issues, particularly focusing on UI elements and overlay functionality.
Changes:
UI Fixes:
css/app.cssfor better NC32 compatibilityOverlay Improvements:
src/app/files/actions/overlay.jsDocumentation:
Assets:
img/hejbit-logo-padded.svgfor better renderingFiles Modified:
README.mdappinfo/info.xmlcss/app.cssimg/hejbit-logo-padded.svgsrc/app/files/actions/overlay.jsImpact:
Summary
These three PRs collectively:
All changes maintain backward compatibility with Nextcloud versions 30 and 31 while adding full support for version 32.