Accepting request 955169 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/955169 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud?expand=0&rev=69
This commit is contained in:
commit
4075c3dd8d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e753cd458f355be08c0bfa6531172bad5ffda9cbc0d405f52c0e544eeb4f710
|
||||
size 139850037
|
3
nextcloud-23.0.2.tar.bz2
Normal file
3
nextcloud-23.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e02462d38eaab6457fca8077bd46fe78c3aaad442e91a6e12e32fa7d51bc4ee
|
||||
size 139878469
|
@ -1,3 +1,179 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 06:40:32 UTC 2022 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 23.0.2
|
||||
- Check for disk_free_space (server#29798)
|
||||
- Avoid use of iconv to get rid of unicode (server#29965)
|
||||
- Don't query the bruteforce attempts when we just deleted them (server#30026)
|
||||
- Fix input for groups validation in new user form (server#30144)
|
||||
- Reload page instead of file list when getting 401 authentification error (server#30151)
|
||||
- Allow to delete non-migrated previews instead of moving them (server#30175)
|
||||
- Fix relation "user_id" already exists migration error (server#30176)
|
||||
- Check resource before closing in encryption wrapper (server#30180)
|
||||
- Use correct icon for dir-external-root (server#30187)
|
||||
- Properly format sharing datepicker locale (server#30190)
|
||||
- Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.5 in /build/integration (server#30212)
|
||||
- Update sabre/dav requirement from 4.2.1 to 4.2.3 in /build/integration (server#30213)
|
||||
- Bump dompurify from 2.3.3 to 2.3.4 (server#30214)
|
||||
- Bump core-js from 3.19.2 to 3.19.3 (server#30215)
|
||||
- Don't check the configvalue for lastLogin which is never null (server#30236)
|
||||
- Support LDAP dns longer than 255 characters (server#30238)
|
||||
- Only wildcard search if enumeration is allowed (server#30245)
|
||||
- Fix setting up 2FA when no providers are set up but backup codes (server#30252)
|
||||
- Carefully filter out non matching time ranges for CalDAV search (server#30267)
|
||||
- Use bigint for autoincremented column (server#30272)
|
||||
- Fix ShareLink Upload UI for Folders (server#30289)
|
||||
- Use proper translation source for direct editing (server#30301)
|
||||
- Ignore non-existing groups when notifying group shares (server#30306)
|
||||
- Fix share owner not being displayed in sharing tab (server#30315)
|
||||
- Update sabre/dav requirement from 4.2.3 to 4.3.0 in /build/integration (server#30325)
|
||||
- Enhance and complement OPcache setup checks (server#30339)
|
||||
- Fix potential unwarranted memberships in nested groups from LDAP (server#30343)
|
||||
- Fix overlapping in the help settings section (server#30344)
|
||||
- Remove iconv from dependencies and tests (server#30351)
|
||||
- Fix persistent tooltip in the "new folder" input of the file picker (server#30356)
|
||||
- Don't die with LockedException when removing/restoring multiple files from trash (server#30390)
|
||||
- Improve personal settings on mobile (server#30411)
|
||||
- Fix rendering app authors with homepage or email (server#30431)
|
||||
- Add missing index for propertypath only queries of DAV properties (server#30433)
|
||||
- Handle external share with invalid host (server#30443)
|
||||
- Make sure to get file model in template picker (server#30449)
|
||||
- Improve status modal (server#30455)
|
||||
- Allow using composer plugin with composer 2.2 (server#30462)
|
||||
- Fix uploading text position (server#30480)
|
||||
- Run migrations fully when reenabling an app (server#30486)
|
||||
- Fix passing on the parameter (server#30522)
|
||||
- Fix email verification (server#30525)
|
||||
- Update CRL after revocation of sharerenamer.crt (server#30528)
|
||||
- Handle LocalServerException when scanning external shares (server#30557)
|
||||
- Fix fail when keys/files folder already exists (server#30576)
|
||||
- Use npm ci when running JS tests (server#30580)
|
||||
- Fix: only use jquery once it is available (server#30592)
|
||||
- Avoid zero division in setup checks (server#30594)
|
||||
- Prevent loading images that would require too much memory. (server#30602)
|
||||
- Fix undefined/unset scope in account properties (server#30611)
|
||||
- Fix RequestURL check for cli commands (server#30619)
|
||||
- Reset job disabling timer on adding the job again (server#30621)
|
||||
- Set the file's mtime from the headers in bulk upload (server#30623)
|
||||
- Trigger "changeDirectory" event on URL change (server#30627)
|
||||
- Properly abort uploads (server#30636)
|
||||
- Fix idn emails not working in shares (server#30643)
|
||||
- Implement multibucket shift for ObjectStore (server#30659)
|
||||
- Fix wrong unified search link to folder (server#30662)
|
||||
- Fix primary key change in user_ldap migration (server#30663)
|
||||
- Improve accessibility settings on mobile (server#30671)
|
||||
- Fix file picker not respecting hidden files settings (server#30672)
|
||||
- Add version of disabled apps when available (server#30674)
|
||||
- Optimize FileSystemTags workflow for groupfolder (server#30684)
|
||||
- Fix users can't login external mount user entered credentials not set (server#30685)
|
||||
- Remove inefficient fed share scanner (server#30688)
|
||||
- New Files internal link GET param to avoid opening the file (server#30689)
|
||||
- UpdateEncryptedVersion: cleanup on target if cache already got renamed (server#30695)
|
||||
- Improve layout for the public download page (server#30698)
|
||||
- Fix loading of the text app in public shared links (server#30722)
|
||||
- Fix non-ascii characters present in the header (server#30728)
|
||||
- Hash job argument (server#30734)
|
||||
- Increase email main buttons width for non-english languages (server#30740)
|
||||
- Improve install process (server#30747)
|
||||
- Create block-merge-freeze.yml (server#30753)
|
||||
- Log bruteforce throttle and blocking (server#30759)
|
||||
- Always call flush() as getAllKeys() is broken (server#30773)
|
||||
- Add KerberosApacheAuth support to files_external (server#30782)
|
||||
- Update sabre/dav requirement from 4.3.0 to 4.3.1 in /build/integration (server#30799)
|
||||
- Bump jquery-ui from 1.13.0 to 1.13.1 (server#30800)
|
||||
- Fix accessing undefined offsets (server#30811)
|
||||
- Fix psalm not running (server#30814)
|
||||
- 23.0.1 Final (server#30840)
|
||||
- Fix php:cs (server#30847)
|
||||
- Prevent merging on EOL branches (server#30872)
|
||||
- Fixes occ user:info when the user never logged in (server#30890)
|
||||
- Bump dompurify from 2.3.4 to 2.3.5 (server#30911)
|
||||
- Bump clipboard from 2.0.8 to 2.0.9 (server#30912)
|
||||
- Bump webpack-cli from 4.9.1 to 4.9.2 (server#30913)
|
||||
- Fix psalm warning related to registerEventListener (server#30915)
|
||||
- Update version.php (server#30975)
|
||||
- Fix duplicated UUID migration issue (server#31107)
|
||||
- Revert the 'broken' public page changes (server#31108)
|
||||
- Disable bulk upload by not advertising it (server#31171)
|
||||
- Create block-merge-freeze.yml (3rdparty#971)
|
||||
- Fix sorting of filters on php 8.0+ (activity#715)
|
||||
- Filter allowed type of member (circles#865)
|
||||
- Lighten select for single circle (circles#867)
|
||||
- Bypass moderator check on CFG_FRIEND (circles#873)
|
||||
- Better display of federated user (circles#876)
|
||||
- Strtolower on mail address (circles#882)
|
||||
- Only returns population on direct request from the front-end or occ command (circles#885)
|
||||
- Enforce password on new share (circles#887)
|
||||
- Ignore exception to group sync (circles#894)
|
||||
- Exception on null token (circles#896)
|
||||
- L10n: Improved grammar (circles#898)
|
||||
- Create block-merge-freeze.yml (circles#907)
|
||||
- Fix loosing memberships in low depth (circles#914)
|
||||
- Remove shares during circles destruction, clean orphan shares on cron (circles#918)
|
||||
- Paginate Circles through OCS query parameters (circles#919)
|
||||
- GetSingleId(): string; (circles#922)
|
||||
- Bump actions (files_pdfviewer#530)
|
||||
- Bump @nextcloud/eslint-config from 6.1.0 to 6.1.2 (files_pdfviewer#534)
|
||||
- Bump @nextcloud/webpack-vue-config from 4.1.0 to 4.1.4 (files_pdfviewer#535)
|
||||
- Create block-merge-freeze.yml (files_pdfviewer#544)
|
||||
- Updating lint-php.yml workflow from template (files_pdfviewer#549)
|
||||
- Create block-merge-freeze.yml (files_rightclick#131)
|
||||
- Create block-merge-freeze.yml (files_videoplayer#256)
|
||||
- Fix overlapping buttons (firstrunwizard#652)
|
||||
- Create block-merge-freeze.yml (firstrunwizard#661)
|
||||
- Create block-merge-freeze.yml (logreader#636)
|
||||
- Create block-merge-freeze.yml (nextcloud_announcements#92)
|
||||
- Create block-merge-freeze.yml (notifications#1137)
|
||||
- Create block-merge-freeze.yml (password_policy#315)
|
||||
- Bump autoprefixer from 10.3.6 to 10.3.7 (photos#1009)
|
||||
- Bump @nextcloud/eslint-config from 6.1.0 to 6.1.2 (photos#1010)
|
||||
- Bump postcss-loader from 6.2.0 to 6.2.1 (photos#1011)
|
||||
- Bump @nextcloud/event-bus from 2.1.0 to 2.1.1 (photos#1012)
|
||||
- Bump @nextcloud/initial-state from 1.2.0 to 1.2.1 (photos#1013)
|
||||
- Fix default previews (photos#951)
|
||||
- Fix Tags: Don't display tags without photos (photos#960)
|
||||
- Update workflows (photos#981)
|
||||
- Bump @nextcloud/webpack-vue-config from 4.1.0 to 4.1.4 (photos#985)
|
||||
- Bump url-parse from 1.5.3 to 1.5.4 (photos#986)
|
||||
- Bump vue-router from 3.5.2 to 3.5.3 (photos#987)
|
||||
- Bump qs from 6.10.1 to 6.10.3 (photos#988)
|
||||
- Bump camelcase from 6.2.0 to 6.2.1 (photos#989)
|
||||
- Create block-merge-freeze.yml (photos#998)
|
||||
- Fix label of account name and hide parts with subscription (privacy#676)
|
||||
- Create block-merge-freeze.yml (privacy#684)
|
||||
- Update workflows (privacy#690)
|
||||
- Create block-merge-freeze.yml (recommendations#470)
|
||||
- Update test.yml (recommendations#473)
|
||||
- Create block-merge-freeze.yml (serverinfo#352)
|
||||
- Create block-merge-freeze.yml (survey_client#123)
|
||||
- Update mark input/paste rules to tiptap v2 regular expressions (text#1976)
|
||||
- Don't show "Link file" button when using direct edition (text#1979)
|
||||
- Make sure translations are detected (text#1984)
|
||||
- Fix only the first item gets tasklist-ified issue (text#2005)
|
||||
- Fix: use stable23 branch for cypress tests (text#2023)
|
||||
- Fix autofocus on empty documents without a node (Fixes: #1974) (text#2035)
|
||||
- Add stylelint to github actions (text#2041)
|
||||
- Fix: cypress login with new session feature (text#2046)
|
||||
- Bump @nextcloud/event-bus from 2.1.0 to 2.1.1 (text#2078)
|
||||
- Bump @nextcloud/initial-state from 1.2.0 to 1.2.1 (text#2081)
|
||||
- Bump @nextcloud/webpack-vue-config from 4.1.0 to 4.1.4 (text#2084)
|
||||
- Bump @cypress/browserify-preprocessor from 3.0.1 to 3.0.2 (text#2085)
|
||||
- Bump prosemirror-markdown from 1.6.0 to 1.6.2 (text#2086)
|
||||
- Bump @nextcloud/eslint-config from 6.1.0 to 6.1.2 (text#2088)
|
||||
- Bump prosemirror-view from 1.23.5 to 1.23.6 (text#2100)
|
||||
- Fix closing the editor modal in public folder view (text#2105)
|
||||
- Fix: 2020 let heading menu overflow workspace (text#2109)
|
||||
- Create block-merge-freeze.yml (text#2115)
|
||||
- Disable fade-out because of accessbility reasons (viewer#1066)
|
||||
- Fix german (Sie) translations comming from nextcloud-vue (viewer#1089)
|
||||
- Add cypress summary for easier branch protection mgmt (viewer#1094)
|
||||
- Add engines support for cypress tests (viewer#1099)
|
||||
- Always check for `OCA.Files` before using it (Fixes: #1106) (viewer#1108)
|
||||
- Disable swiping on viewer video controls (viewer#1114)
|
||||
- Disable swiping on viewer audio controls (viewer#1122)
|
||||
- Create block-merge-freeze.yml (viewer#1133)
|
||||
- Update lint-php.yml (viewer#1138)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 28 11:06:31 UTC 2022 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
%endif
|
||||
|
||||
Name: nextcloud
|
||||
Version: 23.0.1
|
||||
Version: 23.0.2
|
||||
Release: 0
|
||||
Summary: File hosting service
|
||||
License: AGPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user