forked from pool/nextcloud
Accepting request 1198745 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/1198745 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud?expand=0&rev=108
This commit is contained in:
commit
64ecc918b8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7fe9c61e5ec30a5e599e8f152a1825df684d30e899db0caa8868c8d67b53a2c
|
||||
size 204001633
|
3
nextcloud-29.0.6.tar.bz2
Normal file
3
nextcloud-29.0.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc60be03fd17e30bafef2a4d4feb2d096aa77a4c6b4f21c985760e537f8401e3
|
||||
size 204396386
|
@ -1,8 +1,165 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 4 11:51:39 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 29.0.6
|
||||
- Fix npm audit (server#47175)
|
||||
- Fix(userstatus): run user status automation job for start and end events (server#47213)
|
||||
- Stable29: Fix/comment deleting with activities installed (server#47234)
|
||||
- Don’t save translated predefined user status as custom status (server#47263)
|
||||
- Chore(deps): Update `@nextcloud/upload` (server#47367)
|
||||
- Fix(setupcheck): Fix mimetype server version check in backport (server#47378)
|
||||
- Fix(theming): Make getImage() call save against missing non-SVG version (server#47384)
|
||||
- Fix(ProvisioningAPI): set typed config values by via API (server#47394)
|
||||
- Fix(provisioning): Support setting new app configs as well (server#47410)
|
||||
- Fix(caldav): limit property length (server#47421)
|
||||
- Fix: Trusted server icon recovery without addressbook change (server#47428)
|
||||
- Fix(mailer): Call to custom mail_template_class (server#47477)
|
||||
- Fix(flow): cannot set custom user agent (server#47482)
|
||||
- Fix(files): Adjust margin at the file list bottom (server#47493)
|
||||
- Fix(files): Reset drop notice on firefox (server#47497)
|
||||
- Fix: Correctly load favorites for subpath (server#47501)
|
||||
- Fix(Router): Load attribute routes of all apps when not app is specified (server#47517)
|
||||
- Fix: gracefully handle unexpected exif orientation types (server#47536)
|
||||
- Fix(files): fix list gap at bottom (server#47538)
|
||||
- Fix(logger): ignore session logging during setup (server#47549)
|
||||
- Update `@nextcloud/vue` to v8.17.0 (server#47566)
|
||||
- Refactor(files): Drop unneeded initial state (server#47571)
|
||||
- Fix(provisionning_api): Remove parameters that are not set into template (server#47573)
|
||||
- Fix: optimise `getWrongShareOwnership` query (server#47577)
|
||||
- Fix npm audit (server#47668)
|
||||
- Fix(settings): Hide forbidden UI elements for group managers (server#47687)
|
||||
- Revert “fix(deps): Fix npm audit” (server#47706)
|
||||
- Fix npm audit (bruteforcesettings#637)
|
||||
- Fix npm audit (files_pdfviewer#1018)
|
||||
- Fix: Use the user configured UI language for PDFjs instead of browser language #1026 (files_pdfviewer#1027)
|
||||
- Chore(deps-dev): Bump axios from 1.7.4 to 1.7.5 (files_pdfviewer#1030)
|
||||
- Fix npm audit (files_pdfviewer#1033)
|
||||
- Fix npm audit (firstrunwizard#1319)
|
||||
- Chore(deps): Bump @nextcloud/dialogs from 5.3.5 to 5.3.7 (firstrunwizard#1330)
|
||||
- Chore(deps-dev): Bump vite from 5.4.1 to 5.4.2 (firstrunwizard#1331)
|
||||
- Fix(dashboard): Fix dashboard panel ID (photos#2625)
|
||||
- Fix: allow dot in mounted on (serverinfo#667)
|
||||
- Update nextcloud/ocp dependency (text#6195)
|
||||
- Fix npm audit (text#6197)
|
||||
- Fix reconnecting websocket polyfill and error propagation during push (text#6205)
|
||||
- Fix(attachments): Uploading of attachments from public shares (text#6215)
|
||||
- Fix: catch all errors when getting rich workspace content (text#6246)
|
||||
- Ci(cypress): Fix file list link selector (text#6266)
|
||||
- Fix(editorApi): Add support for a onCreate callback that gets content (text#6277)
|
||||
- Fix: hide menu Link to file for direct editing (text#6289)
|
||||
- Fix: undefined filename in livephoto (viewer#2419)
|
||||
- Fix: Strictify live photo condition to prevent false positive (viewer#2443)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 05:00:08 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 29.0.5
|
||||
- No changelog from upstream at this time.
|
||||
- Fix(redis): Require version >=4 for unlink (server#46521) 1
|
||||
- Fix(theming): enforce theme should still provide dark as fallback (server#46522)
|
||||
- Fix(files): Close sidebar on navigation (server#46529) 1
|
||||
- Fix(files_metadata): Don’t run generation job on every upgrade (server#46564) 1
|
||||
- Fix(previews): Stop returning true when getimagesize() fails (server#46569) 1
|
||||
- Fix(appstore): Return an empty array in case of fail (server#46578)
|
||||
- Fix(caldav): lower scheduling table size warning (server#46582) 1
|
||||
- Fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server… (server#46602) 1
|
||||
- Fix(caldav): decode values before returning (server#46614)
|
||||
- Fix(dashboard): Unify widget icon colors and document it’s behaviour (server#46626)
|
||||
- Fix(mail): Fix big logos in mail templates for Outlook (server#46627) 2
|
||||
- Fix(TextProcessing): use error instead of info for exception logging (server#46636)
|
||||
- Fix(dav): Thrown forbidden error for authenticated user instead of no… (server#46646)
|
||||
- Fix(Token): take over scope in token refresh with login by cookie (server#46669)
|
||||
- Fix: Pass the mountpoint target user to storages without owner (server#46679)
|
||||
- Feat: add config flag to toggle persistent redis connections (server#46684)
|
||||
- Fix(caldav): stricter default calendar checks (server#46696) 1
|
||||
- Support excalidraw file type (server#46711) 1
|
||||
- Fix(files): validate input when creating file/directory (server#46718)
|
||||
- Fix: FileInfo from View should have the correct name of a mountpoint (server#46721)
|
||||
- Fix(search): show user search provider for deactivated and admin pages (server#46725)
|
||||
- Update @nextcloud/files to 3.7.0 and fix display name handling of folders (breadcrumbs and filename) (server#46728) 1
|
||||
- Fix(files): ensure forbiddenCharacters is an array (server#46731) 1
|
||||
- Fix(files_versions): avoid unintentional skipping of expiration (server#46740)
|
||||
- Feat: add a specialized writeStream implementation for s3 external storage (server#46743)
|
||||
- Feat: add additional logging for database errors (server#46750)
|
||||
- Fix: Add .whiteboard alias for .excalidraw files (server#46752)
|
||||
- Fix(files_sharing): open-in-files should open a folder and not the parent (server#46755)
|
||||
- Fix: add a try and catch for delete versioning (server#46758)
|
||||
- Avoid using partial file info as valid one (server#46764)
|
||||
- Fix(files): Correctly validate new node name (server#46774)
|
||||
- Style(settings): align icons at legacy help navigation (server#46787)
|
||||
- Fix(files): always ask for confirmation if trashbin app is disabled (server#46801)
|
||||
- Fix(styles): Make sure footer with legal links is shown correctly (server#46811)
|
||||
- Fix: fix recursive share check (server#46863)
|
||||
- Fix(files): correctly shrink breadcrumbs bar (server#46866)
|
||||
- Fix: OCP\Files\Node\Folder::search was not setting the owner (server#46869)
|
||||
- Ci: Fix summary condition (server#46884)
|
||||
- Migration Attributes (server#46889)
|
||||
- Chore(ShareSettings): Proper wording for share autocompletion settings #46830 (server#46898)
|
||||
- Fix(trashbin): Improve documentation of since/until timestamps of res… (server#46900)
|
||||
- Perf(systemtags): Add index for systemtags_object_mappings.objectid (server#46906)
|
||||
- Feat(editLocallyAction): Handle possible no local client scenario (server#46910)
|
||||
- Revert: chore(files): cleanup old templates (server#46911)
|
||||
- Fix(files): do not show legacy edit locally action on public pages (server#46933)
|
||||
- Fix(systemtags): Correctly set the display name for the Nextcloud node (server#46938)
|
||||
- Fix(files): Provide default file action for file entry name (on click action) (server#46940)
|
||||
- Fix(files): empty folder pending size (server#46948)
|
||||
- Fix(AdminSettings/AI): show pref list of only the enabled translation providers (server#46949)
|
||||
- Fix(files): Correctly create Nodes from WebDAV result in “recent”-view (server#46951)
|
||||
- Fix(dav): drop unwanted RemoteException class (server#46952)
|
||||
- Fix: don’t persist previews used during blurhash generation – take 2 (server#46954)
|
||||
- Fix(userstatus): add missing parenthesis (server#46960)
|
||||
- Fix(setupchecks): Skip checking for OPcache settings if running checks from CLI (server#46965)
|
||||
- Fix(LDAP): remove unneeded dependencies (server#46969)
|
||||
- Fix(files): cancel move-copy action should not be handled as an error (server#46972)
|
||||
- Fix(files_sharing): add missing subtitle on search for share recipients (server#46983)
|
||||
- Fix(files): show folder sharing overlay on received shares (server#46995)
|
||||
- Fix(files): Correctly handle open file URL query (server#47023)
|
||||
- Enh(metadata): Introduce a memory limit for metadata generation (server#47027)
|
||||
- Fix(trashbin): Correctly set original name as displayname (server#47036)
|
||||
- Fix: fix passing additional db connection parameters in factory (server#47046)
|
||||
- Fix: Add direct parameter to flow auth v2 (server#47053) 1
|
||||
- Bump @nextcloud/vue from 8.14.0 to 8.16.0 (server#47060)
|
||||
- Fix(inherited-shares): ignore top root folder (server#47068)
|
||||
- Fix: Use timestamp instead of revision id in files_versions metadata API (server#47072)
|
||||
- Fix: Ensure database connection is setup when getting group details (server#47078)
|
||||
- Fix(previews): Don’t crash on animated WEBP images (server#47080)
|
||||
- Fix(share): Rename Circle to Team (server#47084)
|
||||
- Fix(config): Clarify smtp debugging config option usage (server#47086)
|
||||
- Docs: added customclient_fdroid key to the config.sample.php file (server#47089)
|
||||
- Fix(theming): make cache buster depend on the app version (server#47098)
|
||||
- Fix(session): Log when session_* calls are slow (server#47105)
|
||||
- Fix(encryption): Fix mountpoint check to accept if several are found (server#47119)
|
||||
- Fix(migration): Add column only if it does not exist (server#47126)
|
||||
- Fix(systemtags): Correctly load tagged files in “tags”-files-view (server#47129)
|
||||
- Fix(dav): Try basic auth for ajax WebDAV requests (server#47137)
|
||||
- Fix(files): trim names on new node creation (server#47151)
|
||||
- Fix: fix getting the folder node from the dav response (server#47171)
|
||||
- Apply group limit on remove from group (server#47192)
|
||||
- Chore: compile assets (server#47205)
|
||||
- Fix(security): Update expiration date in security.txt (server#47230)
|
||||
- Fix: try to find non-recursive share source (server#47278)
|
||||
- Store the mountpoint of storages in the mount options and use it to find the encryption keys (server#47354)
|
||||
- Fix(dashboard): Fix dashboard icon (circles#1631)
|
||||
- Feat: dismiss notification when accepting an invitation (circles#1647)
|
||||
- Fix(notifications): Don’t trigger invite notifications for system groups (circles#1653)
|
||||
- Fix: prevent null token (files_downloadlimit#338)
|
||||
- Migrate personal setting page to vue (firstrunwizard#1303) 1
|
||||
- Chore: update .git/workflows content (logreader#1310)
|
||||
- Fix(format): export missing formatTime function (logreader#1339)
|
||||
- Fix: use folder material design icon (recommendations#749)
|
||||
- Use a more sensible format for load average (serverinfo#653)
|
||||
- Fix: Display threads and not cores (serverinfo#660)
|
||||
- Add npm audit fix job (suspicious_login#908)
|
||||
- Fix: showing folder description on favorites (text#6030)
|
||||
- Fix(sync): reuse open connection (text#6061)
|
||||
- Test(cy): Install assistant app version matching the server branch (text#6074)
|
||||
- Test(cypress): Downgrade to last cypress version that doesn’t crash (text#6083) 1
|
||||
- No conflict dialogue in read only (text#6096)
|
||||
- Fix/toc without transaction (text#6116)
|
||||
- Fix: Avoid throwing exceptions during propfind (text#6155)
|
||||
- Fix: Avoid throwing in BeforeNodeWrittenListener on new files (text#6170)
|
||||
- Fix: sorting by date and number (viewer#2321)
|
||||
- Fix: Enforce unsetting openfile when the viewer is closed (viewer#2369) 1
|
||||
- Editing while slideshow in full screen mode (viewer#2382)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 08:12:29 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
@ -47,7 +47,7 @@
|
||||
%endif
|
||||
|
||||
Name: nextcloud
|
||||
Version: 29.0.5
|
||||
Version: 29.0.6
|
||||
Release: 0
|
||||
Summary: File hosting service
|
||||
License: AGPL-3.0-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user