forked from pool/nextcloud
Accepting request 1094662 from home:ecsos:server
- Update to 26.0.3 - No changelog from upstream at this time. OBS-URL: https://build.opensuse.org/request/show/1094662 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=202
This commit is contained in:
parent
1bdc734db1
commit
f486ee93d7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21ae9a7e8a0308d0d9b064a887975d759bcb504ddf53e8d4eaccba32bc54315b
|
||||
size 147005298
|
3
nextcloud-26.0.3.tar.bz2
Normal file
3
nextcloud-26.0.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5a810cbcd7c3dcff25f22809321f2ed41ed7cc0601204489ac90e258060b5c9
|
||||
size 153782910
|
@ -1,3 +1,256 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 22 10:42:41 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 26.0.3
|
||||
- No changelog from upstream at this time.
|
||||
- Changes from 26.0.2
|
||||
- Also unmark deleted ldap user when checking the ldap entry (server#37304)
|
||||
- Fix DBAL exception handling in setValues (server#37549)
|
||||
- Fix(dav): Use an icon with correct color for calendar user settings section (server#37601)
|
||||
- Fix button text (server#37708)
|
||||
- Handle not being able to write file for notify self-test (server#37740)
|
||||
- Fix: Make sure that rollback hook is triggered on all version backends (server#37743)
|
||||
- Really disable versions features when S3 versioning is enabled (server#37768)
|
||||
- Handle reminders where calendar name is null (server#37785)
|
||||
- Ungroup `placeholder` css rules to prevent browsers from removing all rules (server#37793)
|
||||
- Fix event move issue (server#37812)
|
||||
- Fix background color of external devices with errors on dark color theme (server#37833)
|
||||
- Fix(files): Don’t throw an error when guests access the controller (server#37836)
|
||||
- Sec(deps): Update guzzlehttp/psr7 (server#37845)
|
||||
- Fix TypeError in Profiler (server#37849)
|
||||
- Add the server roots and version info hash to apcu prefix (server#37872)
|
||||
- Check free space only if source exists and is dir (server#37873)
|
||||
- Ignore errors while trying to update parent storage_mtime (server#37875)
|
||||
- Do not override stored credentials when login in with SAML (server#37900)
|
||||
- Make grid toggle sticky (server#37907)
|
||||
- Bump @nextcloud/vue from 7.8.0 to 7.10.0 (server#37910)
|
||||
- Trap focus in dialogs (server#37911)
|
||||
- Update crl after revoke shifts.csr (server#37922)
|
||||
- Backport: Fix profile view edit button overlapping status text (server#37939)
|
||||
- Fix(settings): Fix title of profile scope options (server#37941)
|
||||
- Do not show Tags action when systemtag is disabled (server#37957)
|
||||
- Fix npm audit (server#37973)
|
||||
- Add command for getting fileinfo for debugging (server#38005)
|
||||
- Fix: change maintenance mode info wording (server#38009)
|
||||
- Fix multiple LDAP configuration support by fixing AccessFactory (server#38027)
|
||||
- Update expire_date column of table comments (server#38037)
|
||||
- Mutualize expireDate handling when creating and updating a share (server#38040)
|
||||
- Fix: catch ManuallyLockedException and use app context (server#38043)
|
||||
- Fix app overflow menu on bright color theme (server#38049)
|
||||
- Fix: add workaround for oci and limit queries (server#38054)
|
||||
- Fix(ocp): Add deprecation version to ILogFactory::getCustomLogger (server#38070)
|
||||
- Fix “skip content”-buttons on small screen sizes (server#38076)
|
||||
- Increase “Edit your profile visibility button” contrast (server#38078)
|
||||
- Fix weather app aria label (server#38079)
|
||||
- Increase imaginary timeouts as for big files the processing could take very long (server#38081)
|
||||
- Check return value and improve error handling on certificate manager (server#38091)
|
||||
- Fix(theming): unwanted variables and colours calc fixes (server#38098)
|
||||
- Fix: always use proper path on node api when calling the view (server#38128)
|
||||
- Fix json_decode expecting a string (server#38130)
|
||||
- Check if version entity is not null before delete (server#38153)
|
||||
- Do not stop at the first PHP error/warning in files:scan (server#38154)
|
||||
- Fix error on delete in ChunkingV2Plugin (server#38167)
|
||||
- Fix(workflowengine): Fix multiple UI issues in workflow engine admin settings (server#38189)
|
||||
- Make sure to never trigger files hooks on a null path (server#38204)
|
||||
- Fix redirect on unsupported browser warning (server#38208)
|
||||
- Update psalm-baseline.xml (server#38212)
|
||||
- Fix: Check for wrapped retriable exceptions (server#38238)
|
||||
- Fix(carddav): Mark system address book as read-only (server#38248)
|
||||
- Check if version has entity before trying to access it (server#38254)
|
||||
- Add command to summarize space usage (server#38255)
|
||||
- Fix incosistent scrolling in Firefox (server#38257)
|
||||
- Fix(deps): Bump @nextcloud/vue to 7.11.5 (server#38263)
|
||||
- Fix(lostpassword): Also rate limit the setPassword endpoint (server#38268)
|
||||
- Fix(middleware): Also abort the request when reaching max delay in af… (server#38275)
|
||||
- Check the username when doing external storage session auth (server#38281)
|
||||
- Get rid of more int casts in file size manipulations (server#38289)
|
||||
- Fix generated avatars cache (server#38304)
|
||||
- SystemTags endpoint to return tags used by a user with meta data (server#38307)
|
||||
- Rename `numericStorageId` to `numericExternalStorageId` in PersonalMount.php (server#38317)
|
||||
- Fix(search): fix load more (server#38318)
|
||||
- Fix : Share Expire After N Days width (server#38319)
|
||||
- Chore(deps): Bump @nextcloud/vue from 7.11.5 to 7.11.6 (server#38331)
|
||||
- Revert “Ungroup `placeholder` css rules to prevent browsers from removing all rules” (server#38437)
|
||||
- Sec(deps): Update guzzlehttp/psr7 (3rdparty#1387)
|
||||
- Rename “user” to “account” in description (bruteforcesettings#455)
|
||||
- App cfg from cli (circles#1295)
|
||||
- Make changes to circle config synchroneous (circles#1309)
|
||||
- Add npm-audit-fix (files_pdfviewer#732)
|
||||
- Fix npm audit (files_pdfviewer#739)
|
||||
- Update nextcloud/ocp dependency (firstrunwizard#842)
|
||||
- Fix npm audit (firstrunwizard#862)
|
||||
- Update nextcloud/ocp dependency (nextcloud_announcements#193)
|
||||
- Chore(deps): Bump @nextcloud/vue from 7.7.1 to 7.7.2 (notifications#1518)
|
||||
- Fix(deps): Update webpack (notifications#1526)
|
||||
- Fix header menu color by updating @nextcloud/vue to 7.10.0 (notifications#1534)
|
||||
- Update nextcloud/ocp dependency (notifications#1543)
|
||||
- Do not allow deletion from public albums (photos#1750)
|
||||
- Fix #1753: Media and Photos views are blank after upgrade to 26.0.1 (photos#1759)
|
||||
- Fix: hide upload button on public album shares (photos#1763)
|
||||
- Expose DAV permissions on album and places photos (photos#1775)
|
||||
- Do not silence error when setting a place (photos#1778)
|
||||
- Fix folder view (photos#1779)
|
||||
- Use display name instead of id for shared albums (photos#1783)
|
||||
- Reset file list on upload in FilesPicker (photos#1792)
|
||||
- Run npm audit fix (photos#1799)
|
||||
- Revert using display name in shared albums’ name (photos#1801)
|
||||
- Prevent progress bar overflow when uploading in Folders (photos#1803)
|
||||
- Fix npm audit (privacy#888)
|
||||
- Fix npm audit (recommendations#613)
|
||||
- Fix(API): Add a log entry when an error occurs so the admin can pass … (related_resources#208)
|
||||
- Fix npm audit (related_resources#223)
|
||||
- Chore(deps): Bump @nextcloud/vue from 7.9.0 to 7.11.6 (related_resources#232)
|
||||
- Update nextcloud/ocp dependency (serverinfo#433)
|
||||
- Fix Undefined Array key Family in DefaultOs (serverinfo#438)
|
||||
- With FreeBSD jails, networkinfo->gateway can be empty (serverinfo#444)
|
||||
- Update nextcloud/ocp dependency (serverinfo#446)
|
||||
- Update nextcloud/ocp dependency (serverinfo#457)
|
||||
- Chore(deps): update dependency eslint-plugin-cypress to ^2.13.3 (text#4017)
|
||||
- Fix(deps): update tiptap to ^2.0.3 (text#4055)
|
||||
- Chore(deps): update dependency vue-demi to ^0.14.0 (text#4056)
|
||||
- Fix: Only handle recent awareness messagess from sessions (text#4062)
|
||||
- Adjust smart picker menu action (text#4065)
|
||||
- Enh(log): use level warning for saving empty docs (text#4072)
|
||||
- Fix(cypress): show hidden files request now uses PUT (text#4074)
|
||||
- Chore(deps): update dependency @nextcloud/webpack-vue-config to ^5.5.1 (text#4098)
|
||||
- Pass data to `this.$parent.$emit` in `Editor.vue` (text#4103)
|
||||
- Fix double readme files getting created on case-insensitive storages (text#4105)
|
||||
- Fix npm audit (text#4110)
|
||||
- Fix editing image description fails if enter isn’t pressed (text#4114)
|
||||
- Fix(Viewer): remove outdated fix from stable16. (text#4120)
|
||||
- Fix: autofocus own rich workspaces only at freshly created (text#4125)
|
||||
- Fix(conflict): resolve quickly with fast sync. (text#4127)
|
||||
- Fix: pass file id for direct editing and fail y.js provider setup if none was passed (text#4128)
|
||||
- Chore(deps): update dependency @cypress/webpack-preprocessor to ^5.17.1 (text#4133)
|
||||
- Chore(deps): update dependency @vue/vue2-jest to ^29.2.4 (text#4134)
|
||||
- Fix(deps): update dependency @nextcloud/files to ^3.0.0-beta.9 (text#4135)
|
||||
- Fix(deps): update dependency lib0 to ^0.2.74 (text#4136)
|
||||
- Chore(deps): update dependency cypress to ^12.11.0 (text#4137)
|
||||
- Chore(deps): update dependency vite to ^4.3.5 (text#4138)
|
||||
- Chore(deps): update dependency vite-plugin-commonjs to ^0.7.0 (text#4139)
|
||||
- Fix(deps): update dependency @nextcloud/router to ^2.1.1 (text#4141)
|
||||
- Fix(deps): update dependency @nextcloud/vue to ^7.11.2 (text#4142)
|
||||
- Fix(deps): update dependency yjs to ^13.6.1 (text#4144)
|
||||
- Update nextcloud/ocp dependency (text#4150)
|
||||
- Fix(deps): update dependency @nextcloud/vue to ^7.11.3 (text#4159)
|
||||
- Chore(deps): update dependency vue-demi to ^0.14.1 (text#4168)
|
||||
- Fix(deps): update dependency path-normalize to ^6.0.12 (text#4172)
|
||||
- Chore(deps): update dependency cypress to ^12.12.0 (text#4173)
|
||||
- Fix(deps): update dependency @nextcloud/vue to ^7.11.4 (text#4175)
|
||||
- Chore(deps): update dependency @nextcloud/eslint-config to ^8.3.0-beta.0 (text#4180)
|
||||
- Chore(deps): update dependency vite-plugin-commonjs to ^0.7.1 (text#4188)
|
||||
- Chore: v8.0.0 (twofactor_totp#1343)
|
||||
- Fix(deps): Update vulnerable npm packages (twofactor_totp#1375)
|
||||
- Chore(deps-dev): replace vue-jest with @vue/vue2-jest@27 (twofactor_totp#1395)
|
||||
- Chore(deps): Bump @skjnldsv/vue-plyr from 7.3.0 to 7.3.1 (viewer#1613)
|
||||
- Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.4.0 to 5.5.1 (viewer#1621)
|
||||
- Add npm-audit-fix (viewer#1623)
|
||||
- Fix npm audit (viewer#1632)
|
||||
- Fix: use left position of sidebar to set viewer width (viewer#1641)
|
||||
- Chore(deps-dev): Bump @types/dockerode from 3.3.16 to 3.3.17 (viewer#1644)
|
||||
- Fix: remove undefined method call (viewer#1649)
|
||||
- Use proper alt text for viewer app modal (viewer#1652)
|
||||
- Override hardcoded save button width (viewer#1657)
|
||||
- Increase z-index of SfxPopper instead of its children (viewer#1659)
|
||||
- Changes from 26.0.1
|
||||
- Update wording for disabled web updater (server#37052)
|
||||
- Don’t try to hash a nonexisting password (server#37217)
|
||||
- Use native tooltip for version’s date (server#37264)
|
||||
- Set `h1` headings for navigation through files app (server#37273)
|
||||
- Replace custom tooltips with native ones and add description to all e… (server#37275)
|
||||
- Fix: add important to css hidden files class (server#37286)
|
||||
- Add parent index on filecache (server#37318)
|
||||
- Fix(security): Mark recording_servers key appconfig as private as it … (server#37336)
|
||||
- Fix/36908 set aria hidden for default shipped widgets icons (server#37338)
|
||||
- Fix OC_Image: Prevent E_WARNING from getimagesize* (server#37368)
|
||||
- Create `h3` headings for profile page. Replace `` which have… (server#37389)
|
||||
- Fix(mailer): remove value comparison for smtp_authtype as there is only one option (server#37391)
|
||||
- Do onetime user setup before getting any mount from providers (server#37394)
|
||||
- Backport/stable26/jerome herbinet/patch 15 (server#37431)
|
||||
- Fix(files_sharing): Allow file actions other than download for hide download shares (server#37439)
|
||||
- Fix(references): Do not log errors on 404 responses of opengraph image fetching (server#37440)
|
||||
- Fix(docs): Fix RST parsing of the sample config (server#37441)
|
||||
- Fix/36917 the statuses list was implemented semantically incorrectly (server#37449)
|
||||
- Replace custom tooltips with native ones of entries in contacts menu. (server#37463)
|
||||
- Add label for logo link (server#37471)
|
||||
- Fix the avatar generation on Alpine Linux (server#37482)
|
||||
- Change contactsmenu structure to a list (server#37485)
|
||||
- Hide shared files located in group folder’s trash bin (server#37488)
|
||||
- Fix default_language doc (server#37508)
|
||||
- Improve handling of profile fields (server#37523)
|
||||
- Stable25] Quota value as float for 32-bit systems (server#37533)
|
||||
- Clear encrypted flag when moving away from encrypted storage (server#37537)
|
||||
- Fix: Avoid scrolling the #content wrapper container (server#37545)
|
||||
- Feat(security): Allow to opt-out of ratelimit protection, e.g. for te… (server#37551)
|
||||
- Extend path-prefix optimizer to remove all cases of path_hash= when encountering a path prefix filter (server#37558)
|
||||
- Update psalm-baseline.xml (server#37565)
|
||||
- Migrate metadata JSON column to new value TEXT column (server#37571)
|
||||
- Fix(initial-state): Log an error when initial-state can not be JSON e… (server#37576)
|
||||
- Fix cypress tests for files_versions (server#37589)
|
||||
- Fix: Always create user directory when transfering files to new users (server#37666)
|
||||
- Doc(auth): Warn about disabled token passwords and LDAP logout (server#37684)
|
||||
- Fix(dav): add string comparison for diff (server#37687)
|
||||
- App type extended_authentication (server#37689)
|
||||
- Handle not being able to write file for notify self-test (server#37701)
|
||||
- Fix(translation): Fix several issues with the translations api (server#37705)
|
||||
- Revert “handle not being able to write file for notify self-test” (server#37718)
|
||||
- Update nextcloud/ocp dependency (activity#1144)
|
||||
- Fix multiselect right-click options (files_rightclick#153)
|
||||
- Fix-right-click multiselect in trash bin (files_rightclick#158)
|
||||
- Update nextcloud/ocp dependency (nextcloud_announcements#175)
|
||||
- Update nextcloud/ocp dependency (nextcloud_announcements#185)
|
||||
- Update nextcloud/ocp dependency (notifications#1481)
|
||||
- Deduplicate notifications (notifications#1485)
|
||||
- Update nextcloud/ocp dependency (notifications#1499)
|
||||
- Add object type as data attr to notification (notifications#1501)
|
||||
- Update nextcloud/ocp dependency (notifications#1506)
|
||||
- Feat(API): Add an endpoint to check for existance of notification ids (notifications#1509)
|
||||
- Fix: null password handling in entry control logic (password_policy#454)
|
||||
- Fix scrolling in large folders (photos#1706)
|
||||
- Fix(settings): Debounce filepicker calls (photos#1712)
|
||||
- Migrate to the new file_metadata column layout (photos#1736)
|
||||
- Albums: check copy source owner is the current user and throw (photos#1737)
|
||||
- Chore(deps): Bump @nextcloud/vue from 7.2.0 to 7.9.0 (related_resources#205)
|
||||
- Fix(deps): update dependency @hocuspocus/provider to ^1.1.1 (text#3896)
|
||||
- Fix(deps): update dependency y-websocket to ^1.5.0 (text#3897)
|
||||
- Fix(deps): update dependency yjs to ^13.5.51 (text#3898)
|
||||
- Fix(deps): update dependency lib0 to ^0.2.72 (text#3914)
|
||||
- Feat: Add Shift-Mod-C for copying the markdown source (text#3942)
|
||||
- Chore(deps): update dependency cypress to ^12.8.1 (text#3948)
|
||||
- Get mimeIconUrl for media attachments without a session (text#3955)
|
||||
- Fix: split layout of conflict view (text#3959)
|
||||
- Fix(deps): update dependency @nextcloud/vue to ^7.8.3 (text#3966)
|
||||
- Chore(deps): update dependency @nextcloud/webpack-vue-config to ^5.5.0 (text#3967)
|
||||
- Update nextcloud/ocp dependency (text#3969)
|
||||
- Chore(deps): update dependency vite to ^4.2.1 (text#3971)
|
||||
- Revert composer autoload changes to PHP 8.1 version (text#3982)
|
||||
- Emit events from editor when image nodes get added or deleted (text#3983)
|
||||
- Conflict fixes (text#3988)
|
||||
- Fix(deps): update dependency @nextcloud/vue to ^7.8.4 (text#3992)
|
||||
- Fix(deps): update dependency lib0 to ^0.2.73 (text#3993)
|
||||
- Add table wrapper as scroll container for readonly tables (text#4000)
|
||||
- Make saving indicator a button for force-save (text#4002)
|
||||
- Fix: Ensure to not persist user put into the session for direct editing (text#4003)
|
||||
- Fix(deps): update dependency @hocuspocus/provider to ^1.1.3 (text#4013)
|
||||
- Fix(deps): update dependency @nextcloud/vue to ^7.9.0 (text#4014)
|
||||
- Fix(deps): update tiptap to ^2.0.1 (text#4015)
|
||||
- Chore(deps): update dependency cypress to ^12.9.0 (text#4016)
|
||||
- Update nextcloud/ocp dependency (text#4022)
|
||||
- Fix(deps): update dependency @nextcloud/files to ^3.0.0-beta.8 (text#4032)
|
||||
- Fix(deps): update dependency yjs to ^13.5.52 (text#4033)
|
||||
- Fix(deps): update tiptap to ^2.0.2 (text#4034)
|
||||
- Update nextcloud/ocp dependency (text#4036)
|
||||
- Fix: scroll for outline (text#4038)
|
||||
- Fix: Properly emit ready event on conflicts with the editor API (text#4040)
|
||||
- Fix(deps): update dependency path-normalize to ^6.0.11 (text#4042)
|
||||
- Fix(challenge): invert icon on light mode (twofactor_totp#1349)
|
||||
- Chore(deps-dev): Bump dockerode and @types/dockerode (viewer#1583)
|
||||
- Update vue to 7.6.1 (viewer#1594)
|
||||
- Fix enter key in text input in image editor (viewer#1597)
|
||||
- Bump @types/dockerode from 3.3.15 to 3.3.16 (viewer#1600)
|
||||
- Changes from 26.0.0
|
||||
No changelog from upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 22 10:26:41 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
%endif
|
||||
|
||||
Name: nextcloud
|
||||
Version: 25.0.8
|
||||
Version: 26.0.3
|
||||
Release: 0
|
||||
Summary: File hosting service
|
||||
License: AGPL-3.0-only
|
||||
@ -85,8 +85,8 @@ Requires: php-posix
|
||||
Requires: php-zip
|
||||
#
|
||||
%if 0%{?fedora_version} || 0%{?rhel} || 0%{?rhel_version} || 0%{?centos_version}
|
||||
Requires: php < 8.2.0
|
||||
Requires: php >= 7.4.0
|
||||
Requires: php < 8.3.0
|
||||
Requires: php >= 8.0.0
|
||||
Requires: php-process
|
||||
Requires: php-xml
|
||||
Recommends: sqlite
|
||||
@ -108,6 +108,7 @@ Requires: php-zlib
|
||||
Recommends: sqlite3
|
||||
%{?systemd_requires}
|
||||
%endif
|
||||
Recommends: php-sysvsem
|
||||
# Database connectors:
|
||||
Recommends: php-sqlite
|
||||
#Recommends: php-pgsql
|
||||
@ -139,8 +140,8 @@ Group: Productivity/Networking/Web/Utilities
|
||||
BuildRequires: apache2 >= 2.4
|
||||
Requires: %{name} = %{version}
|
||||
Requires: apache2
|
||||
Requires: mod_php_any < 8.2.0
|
||||
Requires: mod_php_any >= 7.4.0
|
||||
Requires: mod_php_any < 8.3.0
|
||||
Requires: mod_php_any >= 8.0.0
|
||||
Supplements: packageand(apache2:%name)
|
||||
|
||||
%description apache
|
||||
|
Loading…
Reference in New Issue
Block a user