Accepting request 1116309 from server:php:applications
- 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) OBS-URL: https://build.opensuse.org/request/show/1116309 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud?expand=0&rev=94
This commit is contained in:
commit
e29e4c2e38
@ -21,9 +21,6 @@ Alias /nextcloud "@DATAPATH@/"
|
||||
Require all denied
|
||||
</Directory>
|
||||
|
||||
Redirect 301 /ocm-provider/ /nextcloud/ocm-provider/
|
||||
Redirect 301 /ocs-provider/ /nextcloud/ocs-provider/
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteRule ^/\.well-known/host-meta /nextcloud/public.php?service=host-meta [QSA,L]
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a91500566874675676fa3b5bfae2587a839cde41dfac5318043b162c1311fab
|
||||
size 180000001
|
3
nextcloud-27.1.2.tar.bz2
Normal file
3
nextcloud-27.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0742b247aaee0b7044db0062f0a914aa77338c7a7d8fe7da0917147d76689721
|
||||
size 179892456
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 14:13:03 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 24 09:00:49 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
%endif
|
||||
|
||||
Name: nextcloud
|
||||
Version: 27.1.1
|
||||
Version: 27.1.2
|
||||
Release: 0
|
||||
Summary: File hosting service
|
||||
License: AGPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user