diff --git a/apache_secure_data b/apache_secure_data index fff46c8..f11f679 100644 --- a/apache_secure_data +++ b/apache_secure_data @@ -28,6 +28,7 @@ Redirect 301 /ocs-provider/ /nextcloud/ocs-provider/ RewriteEngine on RewriteRule ^/\.well-known/host-meta /nextcloud/public.php?service=host-meta [QSA,L] RewriteRule ^/\.well-known/host-meta\.json /nextcloud/public.php?service=host-meta-json [QSA,L] + RewriteRule ^/\.well-known/nodeinfo /nextcloud/public.php?service=nodeinfo [QSA,L] RewriteRule ^/\.well-known/webfinger /nextcloud/public.php?service=webfinger [QSA,L] RewriteRule ^/\.well-known/carddav /nextcloud/remote.php/dav/ [R=301,L] RewriteRule ^/\.well-known/caldav /nextcloud/remote.php/dav/ [R=301,L] diff --git a/nextcloud-22.2.0.tar.bz2 b/nextcloud-22.2.0.tar.bz2 deleted file mode 100644 index 7107444..0000000 --- a/nextcloud-22.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:273dba3ce43501b897e8b78996b50329e31da2b5402866ac20b318cdaddf3e1f -size 131241307 diff --git a/nextcloud-22.2.1.tar.bz2 b/nextcloud-22.2.1.tar.bz2 new file mode 100644 index 0000000..d9a035a --- /dev/null +++ b/nextcloud-22.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01b50b7bb225181a21151a451899dd208df71cab890884255a39347d7ebbf2b +size 130941004 diff --git a/nextcloud.changes b/nextcloud.changes index 202e5c7..ebdeaea 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,81 @@ +------------------------------------------------------------------- +Thu Nov 11 18:30:26 UTC 2021 - ecsos + +- Update to 22.2.1 + - Ensure that user and group IDs in LDAP's tables are also max 64chars (server#28968) + - Fix Lots of Error: file_exists(): open_basedir restriction in effect.… (server#29016) + - Change output format of Psalm to Github (server#29046) + - Don't further setup disabled users when logging in with apache (server#29062) + - Allow "TwoFactor Nextcloud Notifications" to pull the state of the 2FA again (server#29066) + - Fix path of `file_get_contents` (server#29073) + - Do not transfer shares for deleted users (server#29078) + - Add a few sensitive config keys (server#29086) + - Update the certificate bundle (server#29096) + - Add button color variables (server#29113) + - Generate a better optimized query for path prefix search filters (server#29121) + - Set associative = true for cleanup job (server#29124) + - Keep pw based auth tokens valid when pw-less login happens (server#29129) + - Explicitly close source stream on local / encryption storage (server#29133) + - Properly handle folder deletion on external s3 storage (server#29160) + - Tokens without password should not trigger changed password invalidation (server#29162) + - Add 'supported'-label to all supported apps (server#29183) + - Keep group restrictions when reenabling apps after an update (server#29196) + - Fix translated app details (server#29207) + - Add documentation for files_no_background_scan (server#29217) + - Don't setup the filesystem to check for a favicon we don't use anyway (server#29221) + - Add proper message to created share not found (server#29225) + - Fix background scan doc in config (server#29251) + - Add configuration flag to disable the background job for files_trashbin (server#29262) + - Add configuration flag to disable the background job for files_versions (server#29263) + - Fix bug introduced on drag and drop external files (server#29283) + - Get `filesize()` if `file_exists()` (server#29288) + - Fix app upgrade (server#29301) + - Fix cliping issues in alternative logging buttons (server#29311) + - Avoid PHP errors when the LDAP attribute is not found (server#29316) + - Fix basic auth for OAuth token endpoint (server#29341) + - Fix login button alignment (server#29359) + - Fix security issues when copying groupfolder with advanced ACL (server#29365) + - Prevent duplicate auth token activity updates (server#29381) + - Catch null path in share manager (server#29383) + - Scheduling plugin not updating responding attendee status (server#29385) + - Make calendar schedule options translatable (server#29389) + - S3 external storage fixes (server#29391) + - Fix federated scope not shown when public addressbook upload is disabled (server#29393) + - Make the route name error more helpful (server#29398) + - Bump babel-loader from 8.2.2 to 8.2.3 (server#29409) + - Update behat/behat requirement from ~3.8.0 to ~3.9.0 in /build/integration (server#29410) + - Handle files with `is_file` instead of `file_exists` (server#29415) + - Fixes an undefined index when getAccessList returns an empty array (server#29419) + - Backport #29260: Respect user enumeration settings in user status lists (server#29427) + - Implement local filtering in file list (server#29442) + - Detect mimetype by content only with content (server#29459) + - Fix permissions when copying from ObjectStorage (server#29475) + - Bump vue-router from 3.5.2 to 3.5.3 (server#29494) + - Bump bootstrap from 4.6.0 to 4.6.1 (server#29495) + - Update CRL (server#29503) + - Limit parameter count per query in Cache.removeChildren (server#29506) + - Fix/images php 8.0 (server#29519) + - Revert split capability "AccountPropertyScopesFederationEnabled" (server#29528) + - Expose send_password_by_mail via capabilities (server#29534) + - Update update-psalm-baseline workflow (server#29549) + - Do not retain VerifyUserData job when lookup server is not available (server#29562) + - Bump @nextcloud/initial-state from 1.2.0 to 1.2.1 (server#29575) + - Update behat/behat requirement from ~3.9.0 to ~3.10.0 in /build/integration (server#29578) + - Handle empty directory drag-and-drop in Files UI (server#29597) + - Fix HTML entity rendering in file comments sidebar (server#29598) + - Reduce the sleep time in test-dummy-token handler (circles#816) + - Dispatching event before the action (circles#825) + - Bump version (files_pdfviewer#513) + - Allow to open links in new tab (notifications#1078) + - Fix deleting notifications with numeric user ID (notifications#1088) + - Add integration tests for push registration (notifications#1095) + - Restore old device signature so the proxy works again (notifications#1103) + - Bump autoprefixer from 9.8.6 to 9.8.7 (photos#902) + - Bump autoprefixer from 9.8.7 to 9.8.8 (photos#907) + - Bump prosemirror-schema-list from 1.1.5 to 1.1.6 (text#1871) + - Bump prosemirror-transform from 1.3.2 to 1.3.3 (text#1881) + - Additional checks for workspace controller (text#1885) + ------------------------------------------------------------------- Thu Sep 30 20:00:12 UTC 2021 - ecsos diff --git a/nextcloud.spec b/nextcloud.spec index 60777b3..c8ae0e0 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -47,7 +47,7 @@ %endif Name: nextcloud -Version: 22.2.0 +Version: 22.2.1 Release: 0 Summary: File hosting service License: AGPL-3.0-only