SHA256
1
0
forked from pool/nextcloud
nextcloud/nextcloud-temp-fix-ocm.patch
Eric Schirra 7e9e898fda Accepting request 1116195 from home:ecsos:server
- Update to 27.1.2
  - Chore: Update `@nextcloud/dialogs` to 4.2.1 (server#40557)
  - Let `occ trashbin:restore` restore also from groupfolders and add filters (server#40581)
  - Ocm services (server#40586)
  - Revert change that made `OC.Util.humanFileSize` return decimal sizes instead of binary (server#40605)
  - Store size in int|float for 32bit support (server#40623)
  - Fix(dav): expand recurrences when searching (server#40631)
  - Fix jsunit tests (server#40638)
  - Use proper app id in Version.vue (server#40640)
  - Fix: encode uri for trashbin delete (server#40642)
  - Fix ocm-provider rewrite rules (server#40778)
  - Fix(db): also chunk MariaDB deletes (activity#1312)
  - Re-enabled cypress tests (activity#1336)
  - Run npm audit fix (activity#1339)
  - Return if user is empty (firstrunwizard#953)
  - Chore(deps): Bump howler from 2.2.3 to 2.2.4 (notifications#1672)
  - Bump cypress to v13 (photos#2057)
  - Fix(security): Bump semver (suspicious_login#815)
  - Fix(deps): update nextcloud abandoned (text#4756)
  - Bugfix/duplicated load of yjs (text#4807)
  - Feat: hide workspace if no readme.md (text#4811)
- Add nextcloud-temp-fix-ocm.patch to fix temporarily the ocm-provider failure message. (server#40803)

OBS-URL: https://build.opensuse.org/request/show/1116195
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=214
2023-10-07 10:26:58 +00:00

13 lines
621 B
Diff

diff -Pdpru nextcloud.orig/.htaccess nextcloud/.htaccess
--- nextcloud.orig/.htaccess 2023-10-05 12:47:41.000000000 +0200
+++ nextcloud/.htaccess 2023-10-07 11:06:13.080370013 +0200
@@ -90,7 +90,7 @@
RewriteRule ^remote/(.*) remote.php [QSA,L]
RewriteRule ^(?:build|tests|config|lib|3rdparty|templates)/.* - [R=404,L]
RewriteRule ^\.well-known/(?!acme-challenge|pki-validation) /index.php [QSA,L]
- RewriteRule ^ocm-provider/?$ /index.php [QSA,L]
+ RewriteRule ^ocm-provider/?$ /nextcloud/index.php [QSA,L]
RewriteRule ^(?:\.(?!well-known)|autotest|occ|issue|indie|db_|console).* - [R=404,L]
</IfModule>