<?xml version="1.0" encoding="UTF-8" ?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- $Id$ --> <status> <developers> <!-- Maintained in src/documentation/content/xdocs/team.xml --> </developers> <todo> <!-- See Bugzilla and http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks --> </todo> <changes> <release version="FOP Trunk"> <action context="code" dev="MM" type="add"> Support for keep-together.within-line="always". </action> <action context="Code" dev="MM" type="fix"> Fixed incomplete support for Unicode Word Joiner characters (U+2060 and U+FEFF). </action> <action context="code" dev="AD" type="add" fixes-bug="42785" due-to="Max Berger"> Support alignment-adjust for images. </action> <action context="code" dev="AD" type="add" fixes-bug="41044" due-to="Richard Wheeldon"> Partial application of the patch in Bugzilla 41044: * addition of a generic PropertyCache to be used by all Property types that can be safely canonicalized * modified EnumProperty, StringProperty, NumberProperty, EnumNumber and FixedLength to make use of the cache infrastructure </action> <action context="code" dev="AD" type="update" fixes-bug="41656"> Refactoring in the fo package: -> removal of the childNodes instance member in fop.fo.FObj -> addition of a firstChild instance member in fop.fo.FObj -> addition of a siblings instance member in fop.fo.FONode -> addition of a FONodeIterator interface in FONode + corresponding implementation in FObj -> changed implementations of FObj.addChildNode(), .removeChild() and .getChildNodes() </action> <action context="code" dev="AD" type="update" fixes-bug="42089" due-to="Adrian Cumiskey"> Code cleanup and restructuring: Refactoring of PageSequenceLayoutManager and provide common FObj id property use </action> <action context="Code" dev="AD" type="add"> Slight improvement of relative font-weight handling in the properties package. </action> <action context="Code" dev="JM" type="update"> Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007. </action> <action context="Code" dev="JM" type="add" fixes-bug="41831" due-to="Adrian Cumiskey"> Add support for font auto-detection (easier font configuration). </action> <action context="Code" dev="JM" type="update" fixes-bug="42406" due-to="Hussein Shafie"> Use source resolution setting for bitmap images which don't provide their own resolution. </action> <action context="Code" dev="JM" type="fix" fixes-bug="42109" due-to="Paul Vinkenoog"> Fixed the rendering of zero-width spaces for certain fonts by not generating them into the area tree. </action> <action context="Code" dev="LF" type="fix"> Fixed a problem with disappearing footnotes inside hyphenated inlines (and footnotes with hyphenated inline child). </action> <action context="Code" dev="JM" type="add" fixes-bug="42067" due-to="Paul Vinkenoog"> Add support for exact positioning of internal PDF links. </action> <action context="Code" dev="JM" type="fix" fixes-bug="41434" due-to="Martin Kögler"> Fix PDF Genaration for non-ASCII compatible locales. </action> <action context="Code" dev="VH, JM" type="add" importance="high" fixes-bug="36934"> Add support for the collapsing-border model in tables. </action> <action context="Code" dev="JB" type="add" importance="high"> Add support for named destinations in PDF. </action> <action context="Code" dev="JM" type="fix"> Fixed a problem with keep-with-next on table-rows. Once a keep-with-next was set inside a table, the FO following the table would always be glued to the previous table. </action> <action context="Code" dev="JM" type="fix"> Fixed a problem with the auto-rotate-landscape setting in the PostScript renderer. It didn't generate the right setpagedevice command. </action> <action context="Code" dev="JM" type="fix"> Fixed an IllegalArgumentException for absolutely positioned block-containers with a border and no height/bpd set. </action> <action context="Code" dev="JM" type="add"> Add support for a two-pass production for PostScript output to minimize file size. This adds images only once and adds only the fonts that are really used. </action> <action context="Code" dev="AD" type="fix" fixes-bug="41652"> If a line contained nothing but a linefeed, this didn't produce empty lines. Replaced the auxiliary zero-width box with a glue the width of a line, and shrinkable to zero-width. </action> <action context="Code" dev="VH" type="fix" fixes-bug="40120" due-to="Adrian Cumiskey"> Stricter FOP user configuration checking </action> <action context="Code" dev="AD" type="fix" fixes-bug="41572" due-to="Erwin Tratar"> Fix parsing 'url(...)' when the URL itself contains a bracketed part. </action> <action context="Code" dev="JM" type="add"> Support for GIF images in RTF output (RTF handler, only. Does not affect the RTF library.) </action> <action context="Code" dev="JM" type="fix"> Fix for NPE with PNG images for RTF output. </action> <action context="Code" dev="AD" type="fix"> Fix for properly parsing font-family names containing spaces. </action> <action context="Code" dev="JM" type="add"> Support for soft masks (transparency) with ImageIO image adapter. </action> <action context="Code" dev="LF" type="fix" fixes-bug="41019"> Fix incorrect behaviour of the BreakingAlgorithm when some inline content is wider than the available ipd, causing a restart. </action> <action context="Code" dev="JM" type="fix"> Fix for PDF corruption when a TrueType font with spaces in its name is embedded and no XML font metrics file for that font is used. </action> <action context="Code" dev="JM" type="fix" fixes-bug="41426" due-to="Adrian Cumiskey"> Fix for ClassCastException when fo:wrapper was used as direct child of fo:flow. Note: "id" attributes are still not handled properly on fo:wrapper! </action> <action context="Code" dev="MM" type="add"> Added support for the soft hyphen (SHY) character. </action> <action context="Code" dev="MM" type="add"> Added support for line-height-shift-adjustment property. </action> <action context="Code" dev="SP" type="add"> Added support for the system property fop.home to cli.Main.getJARList(). </action> <action context="Code" dev="JM" type="add" fixes-bug="40930"> Added support for display-align for table-cell in RTF output. </action> <action context="Code" dev="MM" type="add" importance="high"> Added support for UAX#14 type line breaking. Support does not extend across nested fo:inline elements. </action> </release> <release version="0.93" date="9 January 2007"> <notes> <p>This is the first production grade release of the new FOP codebase.</p> <ul> <li>It contains the new API first introduced in release 0.92 beta. The preceding API has been removed. </li> <li> See the <a href="../compliance.html">compliance page</a> for an overview of the compliance of this release with the XSL 1.0 and 1.1 recommendations. </li> <li> This release again contains many bug fixes and new features. See below for details. </li> <li> See the <a href="../knownissues.html">known issues page</a> for an overview of the known issues with this release. </li> </ul> <p>Caveats:</p> <ul> <li> You may experience different behaviour compared to version 0.20.5. Please consult the <a href="upgrading.html">"Upgrading"</a> page for details. </li> </ul> </notes> <action context="Code" dev="BD" type="add" importance="high"> Added support for the use of Open Type fonts </action> <action context="Code" dev="BD" type="update" fixes-bug="5535" due-to="Adam Strzelecki, Victor Mote" importance="high"> Enabled Copy/Paste from PDF content in Acrobat Reader for text using embedded TrueType fonts. </action> <action context="Code" dev="SP" type="update" fixes-bug="41044" due-to="Richard Wheeldon"> Commented out unused properties, in order to minimize memory usage. </action> <action context="Code" dev="SP" type="update" fixes-bug="41009" due-to="Richard Wheeldon"> Removed unused attributes from TableCell. </action> <action context="Code" dev="JM" type="add"> Added initial support for loading fonts without a pre-created XML font metric file. </action> <action context="Code" dev="JM" type="add" fixes-bug="40729" due-to="Peter Coppens" importance="high"> Support for the rgb-icc() function and for a proprietary cmyk() function (for device CMYK colors only through the PDF renderer so far). </action> <action context="Code" dev="JM" type="update" fixes-bug="40813" due-to="Richard Wheeldon"> Minor fixes and improvements for the AWT Preview (keyboard shortcuts, scrolling, windows setup). </action> <action context="Code" dev="JM" type="add" fixes-bug="40849" due-to="Dominic Brügger"> Added support for SVG in fo:instream-foreign objects for RTF output. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Fixed bug when the sum of column widths of a table is larger than the specified widths. The table width was not adjusted. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Nested tables with headers and footers were not handled correctly and could overlap with the region-after. </action> <action context="Code" dev="JM" type="add" fixes-bug="40519" due-to="Oliver Hernàndez Valls"> Added support for CCITT compression in the TIFFRenderer by switching to the ImageWriter abstraction from XML Graphics Commons. </action> <action context="Code" dev="JM" type="add"> Extension properties fox:orphan-content-limit and fox:widow-content-limit which help with list-block and table layout. See the documentation for details. </action> <action context="Code" dev="JM" type="add"> Configuration option in the Java2D-based renderers that allows to disable the default white background in order to produce bitmap output with transparency. </action> <action context="Code" dev="AD" type="fix" fixes-bug="39414"> Split up FOText instances larger than 32K characters to avoid integer overflow during layout. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Corrected painting of shading patterns and position of links for SVG images inside FO documents. </action> <action context="Code" dev="AD" type="update"> Minor fix: correctly set negative values for ipd/bpd to zero. </action> <action context="Code" dev="AD" type="update" fixes-bug="35656"> Rework of default column-creation / column-width setting from cells in the first row. </action> <action context="Code" dev="AD" type="update" fixes-bug="40270" due-to="Gary Reed"> Added relaxed validation for empty list-item-*, as suggested by Gary Reed. </action> <action context="Code" dev="AD" type="update"> Modified proportional-column-width() function to log an error if used with table-layout=auto </action> <action context="Code" dev="AD" type="fix"> Deferred property resolution for markers until they are actually retrieved, which leads to percentages and relative font-sizes now getting the correct values. Also deferred white-space-handling for markers. </action> <action context="Code" dev="JM" type="update"> Changed the way overflowing pages are handled. The overflow property on region-body is now used to define the behaviour. </action> <action context="Code" dev="JM" type="fix"> Fixed a memory-leak: The FO tree part of a page-sequence was not released when a page-sequence was finished. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Table headers and footers were swallowed when a table was nested in a list-block. </action> <action context="Code" dev="JM" type="fix"> Fixed a bug with indent handling when margins are used on a surrounding block and not start/end-indent. </action> <action context="Code" dev="JM" type="fix" fixes-bug="40106" due-to="Jeroen Meijer"> Compatibility fix for GCJ (GNU Classpath): Using "UTF-16BE" instead of "UnicodeBigUnmarked" encoding. </action> <action context="Code" dev="JM" type="fix" fixes-bug="40062" due-to="Gilles Beaugeais"> Fixed handling for CCITT Group 4 TIFF images with fill order 2. </action> <action context="Code" dev="JM" type="fix" fixes-bug="40048" due-to="Igor Istomin"> Fixed setting of page margins in AWT Renderer like it was done in the print renderer. </action> <action context="Code" dev="JM" type="fix"> Fixed two memory-leaks in image handling. The image cache is finally working properly. </action> <action context="Code" dev="JM" type="fix" fixes-bug="39608"> Let numeric property values without a unit be treated as pixels like in HTML. This fixes certain NullPointerException when no units are specified. (Note: the use of pixels in XSL-FO is discouraged!) </action> <action context="Code" dev="JM" type="fix"> Bugfix: Potential multi-threading issue (ConcurrentModificationException) eliminated for ElementMapping classes. </action> <action context="Code" dev="JM" type="fix"> No more System.exit() and look & feel setting calls inside the reusable parts of the AWT viewer. </action> <action context="Code" dev="JM" type="fix"> Proper escaping of characters in list-items labels for RTF output. </action> <action context="Code" dev="MM" type="fix"> Bugfix: FOUserAgent specific configuration parameters specified in config file were not set when FOP was invoked from command line. </action> <action context="Code" dev="JM" type="add" importance="high"> Added support for PDF/A-1b and PDF/X-3:2003. (Note: this may still be a bit incomplete. Feedback is welcome!) </action> <action context="Code" dev="JM" type="add"> The CIDSet object is now generated for CID fonts which are embedded in PDFs. (Required by PDF/A). </action> <action context="Code" dev="JM" type="update" importance="high"> The Java2DRenderer (and therefore the print and bitmap renderers) is now offering the same quality as the PDF and PS renderers. Note: There can still be little differences between PDF and Print/PNG/TIFF because the latter uses a different font metrics source. </action> <action context="Code" dev="AD" type="fix" fixes-bug="39712"> Bugfix: components of the border-separation property weren't set when in shorthand-mode, leading to a NPE being thrown. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Table headers were omitted when a table is a child of a block-container. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Bookmarks in PDF will be generated even if some bookmarks cannot be resolved. </action> <action context="Code" dev="AD" type="fix" fixes-bug="39560"> Bugfix: the interaction between the table FOs and properties package in determining initial values for column-number should be a one-time process, not repeated when the table is in a marker that is retrieved. </action> <action context="Code" dev="JM" type="fix"> Bugfix: All fonts names were converted unnecessarily to lower case in RTF output. </action> <action context="Code" dev="JM" type="fix"> Bugfix: The combination of hyphenation and kerning resulted in slightly ragged right ends for right-aligned and justified text. </action> <action context="Code" dev="JM" type="fix"> Bugfix: NullPointerException in AreaAdditionUtil in a table-cell spanning multiple pages and with a marker. </action> <action context="Code" dev="JM" type="fix" fixes-bug="39533"> Bugfix: NullPointerException in RTF output when a table does not contain table-columns. </action> <action context="Code" dev="JM" type="fix" fixes-bug="39607" due-to="Julien Aymé"> Bugfix: NullPointerException in RTF library when there are no borders on the parent table. </action> <action context="Code" dev="JM" type="add" importance="high"> Automatic support for all fonts available to the Java2D subsystem for all Java2D-descendant renderers (TIFF, PNG, print, AWT). </action> <action context="Code" dev="JM" type="fix"> Bugfix: Improved baseline detection in TTFReader for TrueType fonts. </action> <action context="Code" dev="JM" type="fix" fixes-bug="39443"> Bugfix: tables nested in inline elements caused a NullPointerException. </action> <action context="Code" dev="JM" type="update"> The default sRGB color profile provided by the Java class library is no longer embedded if it is encountered. This should reduce the PDF size considerably. </action> <action context="Code" dev="JM" type="fix" fixes-bug="39443"> Bugfix: Sections with span="all" lead to overlapping text if spanning multiple pages. </action> <action context="Code" dev="MM" type="fix"> Bugfix: Percentages in vertical-align property values were not correctly handled. </action> <action context="Code" dev="JM" type="fix" fixes-bug="38243" due-to="Gerhard Oettl"> Bugfix: Gaps in table-columns cause a NullPointerException. </action> <action context="Code" dev="JM" type="update" fixes-bug="38946" due-to="Max Berger"> Changed the internal representation of colors to use Java's own color infrastructure instead of FOP's home-grown classes. </action> <action context="Code" dev="MM" type="fix"> Bugfix: TABs were not correctly replaced by spaces in some circumstances. </action> <action context="Code" dev="JM" type="update"> Content in block-containers makes better use of shrink to fit content vertically into the available area. This can be used indirectly to justify content vertically in a block-container. </action> <action context="Code" dev="JM" type="fix"> Bugfix: basic-links with internal destinations in documents with multiple page-sequences sometimes pointed at the wrong page. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Fixed ClassCastException when retrieve-marker is used as a direct child if static-content in which case leading and trailing white space is not properly removed. </action> <action context="Code" dev="JM" type="fix" fixes-bug="39285"> Bugfix: Fixed OutOfMemoryException with long data URLs (RFC 2397). </action> <action context="Code" dev="JM" type="add" fixes-bug="39118" due-to="Pierre-Henri Kraus"> Initial support for page-number-citation-last (XSL 1.1). Works without problems only for page-sequence so far. </action> </release> <release version="0.92beta" date="18 Apr 2006"> <action context="Code" dev="JM" type="fix"> Bugfix: The generation of the PDF "d" (setdash) command was assuming that only integer values can be used but that isn't the case. Dash patterns PDFGraphics2D would be wrong in the process. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Fixed a division by zero problem in TTFReader and improved the detection of the capHeight and xHeight font metric values for TrueType fonts. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url()". </action> <action context="Code" dev="MM" type="fix"> Bugfix: Corrected enumerated property value for white-space property from "no-wrap" to "nowrap". </action> <action context="Code" dev="MM" type="fix" fixes-bug="38457"> Bugfix: Added support for white-space-treatment="preserve" in particular to support the white-space="pre" short hand property. </action> <action context="Code" dev="JM" type="fix"> Corrected expectation and behaviour for the text-indent property to only apply to the first line area generated by a block. </action> <action context="Code" dev="JM" type="fix"> Bugfix for invalid handling of ICC color profiles in JPEG images and for dealing with CMYK JPEG images with the Adobe APPE marker. </action> <action context="Code" dev="JM" type="add"> Initial support for page-position="last" added. </action> <action context="Code" dev="JM" type="add"> Reenabled loading of user-supplied hyphenation patterns that was available in FOP 0.20.5. (See "hyphenation-base" option in the user configuration) </action> <action context="Code" dev="JM" type="fix"> Bugfix: Certain filter combinations in PDF could lead to invalid PDFs. DecodeParams were not properly handled. </action> <action context="Code" dev="JM" type="fix"> Bugfix: CCITT Group 4 encoded TIFF images with multiple strips are now properly embedded in PDF files. </action> <action context="Code" dev="JM" type="add"> Added support for fixed-width spaces. </action> <action context="Code" dev="JM" type="add"> Added support for kerning. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Fixed a copy/paste error in the table layout code that caused wrong page break decisions when table-headers and/or table-footers are used. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-body. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Fixed a problem with certain TrueType fonts which are missing the "PCLT" table, where a baseline-shift="sub" had no effect due to a missing x-height value. (Note: This only affects TTFReader, so the font metric file has to be regenerated.) </action> <action context="Code" dev="JM" type="fix"> Bugfix: When the base URL was specified as a file system path, the constructed URL was wrong. </action> <action context="Code" dev="JM" type="add" due-to="Jirí Mareš"> Support for "userconfig" attribute in FOP Ant Task. </action> <action context="Code" dev="JM" type="add"> Initial support for XMP metadata (PDF 1.4) under fo:declarations. </action> <action context="Code" dev="AD" type="add"> Added support for the background-position shorthand property. </action> <action context="Code" dev="AD" type="add"> Added support for the font shorthand property. </action> <action context="Code" dev="JM" type="add" fixes-bug="38618" due-to="Max Berger"> Added support for system-color() function. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager. </action> <action context="Code" dev="JM" type="fix"> Bugfix: padding-top and padding-bottom on list-items could lead to wrong page break decisions and thus to overlapping text. </action> <action context="Code" dev="JM" type="fix"> Bugfix: break-before and break-after were ignored on list-items. </action> <action context="Code" dev="LF" type="fix" fixes-bug="38507"> Bugfix: The elements representing a non-breaking space weren't always correct. </action> <action context="Code" dev="JM" type="fix" fixes-bug="38453"> Bugfix: Text-decoration was not promoted if no text-decoration attribute was specified on a nested element. </action> <action context="Code" dev="AD" type="add" fixes-bug="38282" due-to="Gerhard Oettl (gerhard.oettl.at.oesoft.at)"> Added support for the from-table-column() function. </action> <action context="Code" dev="JM" type="fix" fixes-bug="38397"> Bugfix: Spanned cells could lead to an false error message about overlapping cells and ultimately a NullPointerException. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Regions with non-standard names got ignored in RTF output leading to missing headers and footers. </action> <action context="Code" dev="JM" type="fix"> The RTF output now properly generates the "\landscape" flag for documents in landscape orientation. </action> <action context="Code" dev="JM" type="fix"> Following a clarification by the XSL FO SG, space traits are only set on the first and last area generated by an FO, and not on every area anymore. </action> <action context="Code" dev="JM" type="add"> New feature: "Intermediate format" (IF). The IF is basically the XML dialect written by the area tree renderer (XMLRenderer). A new parser for this format allows reparsing a serialized and possibly modified area tree and rendering it to the final target format. </action> <action context="Code" dev="JM" type="fix"> Bugfix: Floating dependabot/github_actions/github-actions-52fdf4f9c4 dependabot/github_actions/github-actions-560ea78344 dependabot/github_actions/github-actions-5765af399d dependabot/github_actions/github-actions-74498d6e3a dependabot/github_actions/github-actions-962ddf9a44 dependabot/github_actions/github-actions-96894264d4 dependabot/github_actions/github-actions-a0ac68e364 dependabot/github_actions/github-actions-aa3137d618 dependabot/github_actions/github-actions-e6e62c2646 dependabot/npm_and_yarn/babel-loader-10.0.0 dependabot/npm_and_yarn/babel-loader-9.2.1 dependabot/npm_and_yarn/babel/node-7.25.7 dependabot/npm_and_yarn/babel/node-7.26.0 dependabot/npm_and_yarn/babel/node-7.27.1 dependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.25.4 dependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.25.7 dependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.25.9 dependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.27.1 dependabot/npm_and_yarn/babel/preset-typescript-7.27.0 dependabot/npm_and_yarn/babel/preset-typescript-7.27.1 dependabot/npm_and_yarn/backbone-1.6.1 dependabot/npm_and_yarn/brace-expansion-1.1.12 dependabot/npm_and_yarn/chenfengyuan/vue-qrcode-2.0.0 dependabot/npm_and_yarn/codecov/webpack-plugin-1.9.1 dependabot/npm_and_yarn/color-5.0.0 dependabot/npm_and_yarn/core-js-3.39.0 dependabot/npm_and_yarn/core-js-3.40.0 dependabot/npm_and_yarn/core-js-3.41.0 dependabot/npm_and_yarn/core-js-3.42.0 dependabot/npm_and_yarn/cross-spawn-7.0.6 dependabot/npm_and_yarn/cypress-13.15.0 dependabot/npm_and_yarn/cypress-13.17.0 dependabot/npm_and_yarn/cypress-14.2.0 dependabot/npm_and_yarn/cypress-14.2.1 dependabot/npm_and_yarn/cypress-14.3.0 dependabot/npm_and_yarn/cypress-14.3.1 dependabot/npm_and_yarn/cypress-14.3.2 dependabot/npm_and_yarn/cypress-14.3.3 dependabot/npm_and_yarn/cypress-14.4.0 dependabot/npm_and_yarn/cypress-axe-1.6.0 dependabot/npm_and_yarn/cypress-if-1.13.2 dependabot/npm_and_yarn/cypress-split-1.24.14 dependabot/npm_and_yarn/cypress-split-1.24.15 dependabot/npm_and_yarn/cypress-split-1.24.17 dependabot/npm_and_yarn/cypress-split-1.24.18 dependabot/npm_and_yarn/cypress-split-1.24.7 dependabot/npm_and_yarn/cypress-split-1.24.9 dependabot/npm_and_yarn/debounce-2.1.1 dependabot/npm_and_yarn/debounce-2.2.0 dependabot/npm_and_yarn/dockerode-4.0.4 dependabot/npm_and_yarn/dockerode-4.0.5 dependabot/npm_and_yarn/dockerode-4.0.6 dependabot/npm_and_yarn/dockerode-4.0.7 dependabot/npm_and_yarn/dompurify-3.1.7 dependabot/npm_and_yarn/dompurify-3.2.4 dependabot/npm_and_yarn/dompurify-3.2.5 dependabot/npm_and_yarn/dompurify-3.2.6 dependabot/npm_and_yarn/elliptic-6.6.0 dependabot/npm_and_yarn/elliptic-6.6.1 dependabot/npm_and_yarn/eslint-plugin-cypress-4.1.0 dependabot/npm_and_yarn/eslint-plugin-cypress-5.0.1 dependabot/npm_and_yarn/focus-trap-7.6.0 dependabot/npm_and_yarn/focus-trap-7.6.4 dependabot/npm_and_yarn/focus-trap-7.6.5 dependabot/npm_and_yarn/http-proxy-middleware-2.0.9 dependabot/npm_and_yarn/is-svg-6.0.0 dependabot/npm_and_yarn/jquery-ui-1.14.0 dependabot/npm_and_yarn/jquery-ui-1.14.1 dependabot/npm_and_yarn/jsdoc-4.0.4 dependabot/npm_and_yarn/jsdom-26.1.0 dependabot/npm_and_yarn/libphonenumber-js-1.11.16 dependabot/npm_and_yarn/libphonenumber-js-1.11.17 dependabot/npm_and_yarn/libphonenumber-js-1.11.9 dependabot/npm_and_yarn/libphonenumber-js-1.12.6 dependabot/npm_and_yarn/libphonenumber-js-1.12.7 dependabot/npm_and_yarn/libphonenumber-js-1.12.8 dependabot/npm_and_yarn/libphonenumber-js-1.12.9 dependabot/npm_and_yarn/marked-14.1.1 dependabot/npm_and_yarn/marked-15.0.0 dependabot/npm_and_yarn/marked-15.0.11 dependabot/npm_and_yarn/marked-15.0.12 dependabot/npm_and_yarn/marked-15.0.4 dependabot/npm_and_yarn/marked-15.0.7 dependabot/npm_and_yarn/marked-15.0.8 dependabot/npm_and_yarn/mime-4.0.6 dependabot/npm_and_yarn/mime-4.0.7 dependabot/npm_and_yarn/moment-timezone-0.5.47 dependabot/npm_and_yarn/moment-timezone-0.5.48 dependabot/npm_and_yarn/moment-timezone-0.6.0 dependabot/npm_and_yarn/multi-206390e743 dependabot/npm_and_yarn/multi-2299424a7d dependabot/npm_and_yarn/multi-843fc42519 dependabot/npm_and_yarn/multi-9423f4c335 dependabot/npm_and_yarn/multi-cf87d80143 dependabot/npm_and_yarn/multi-d66d039ac5 dependabot/npm_and_yarn/nanoid-3.3.8 dependabot/npm_and_yarn/nextcloud/axios-2.5.1 dependabot/npm_and_yarn/nextcloud/calendar-availability-vue-2.2.4 dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.12 dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.14 dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.15 dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.9 dependabot/npm_and_yarn/nextcloud/dialogs-6.2.0 dependabot/npm_and_yarn/nextcloud/dialogs-6.3.0 dependabot/npm_and_yarn/nextcloud/eslint-config-8.4.2 dependabot/npm_and_yarn/nextcloud/event-bus-3.3.2 dependabot/npm_and_yarn/nextcloud/files-3.10.2 dependabot/npm_and_yarn/nextcloud/l10n-3.3.0 dependabot/npm_and_yarn/nextcloud/moment-1.3.4 dependabot/npm_and_yarn/nextcloud/password-confirmation-5.3.1 dependabot/npm_and_yarn/nextcloud/stylelint-config-3.1.0 dependabot/npm_and_yarn/nextcloud/upload-1.6.1 dependabot/npm_and_yarn/nextcloud/vue-8.19.0 dependabot/npm_and_yarn/nextcloud/vue-8.20.0 dependabot/npm_and_yarn/nextcloud/vue-8.25.1 dependabot/npm_and_yarn/nextcloud/vue-8.26.0 dependabot/npm_and_yarn/nextcloud/vue-8.26.1 dependabot/npm_and_yarn/nextcloud/webpack-vue-config-6.3.0 dependabot/npm_and_yarn/node-vibrant-4.0.3 dependabot/npm_and_yarn/p-limit-6.2.0 dependabot/npm_and_yarn/p-queue-8.1.0 dependabot/npm_and_yarn/pbkdf2-3.1.3 dependabot/npm_and_yarn/pinia-2.2.6 dependabot/npm_and_yarn/pinia-2.3.0 dependabot/npm_and_yarn/pinia-2.3.1 dependabot/npm_and_yarn/pinia-3.0.1 dependabot/npm_and_yarn/pinia/testing-0.1.6 dependabot/npm_and_yarn/pinia/testing-0.1.7 dependabot/npm_and_yarn/pinia/testing-1.0.1 dependabot/npm_and_yarn/puppeteer-23.10.4 dependabot/npm_and_yarn/puppeteer-23.4.1 dependabot/npm_and_yarn/puppeteer-23.5.0 dependabot/npm_and_yarn/puppeteer-24.1.0 dependabot/npm_and_yarn/puppeteer-24.10.0 dependabot/npm_and_yarn/puppeteer-24.10.2 dependabot/npm_and_yarn/puppeteer-24.6.1 dependabot/npm_and_yarn/puppeteer-24.7.0 dependabot/npm_and_yarn/puppeteer-24.7.2 dependabot/npm_and_yarn/puppeteer-24.8.0 dependabot/npm_and_yarn/puppeteer-24.8.2 dependabot/npm_and_yarn/puppeteer-24.9.0 dependabot/npm_and_yarn/query-string-9.1.1 dependabot/npm_and_yarn/query-string-9.1.2 dependabot/npm_and_yarn/query-string-9.2.0 dependabot/npm_and_yarn/sass-1.79.3 dependabot/npm_and_yarn/sass-1.81.0 dependabot/npm_and_yarn/sass-1.85.1 dependabot/npm_and_yarn/sass-1.86.3 dependabot/npm_and_yarn/sass-1.87.0 dependabot/npm_and_yarn/sass-1.88.0 dependabot/npm_and_yarn/sass-1.89.0 dependabot/npm_and_yarn/sass-1.89.1 dependabot/npm_and_yarn/sass-loader-16.0.3 dependabot/npm_and_yarn/sass-loader-16.0.5 dependabot/npm_and_yarn/simplewebauthn/browser-11.0.0 dependabot/npm_and_yarn/simplewebauthn/browser-13.1.0 dependabot/npm_and_yarn/simplewebauthn/types-12.0.0 dependabot/npm_and_yarn/stable28/babel/preset-typescript-7.24.7 dependabot/npm_and_yarn/stable28/browserslist-useragent-regexp-4.1.3 dependabot/npm_and_yarn/stable28/cypress-13.13.3 dependabot/npm_and_yarn/stable28/cypress-if-1.12.6 dependabot/npm_and_yarn/stable28/cypress/vue2-2.1.1 dependabot/npm_and_yarn/stable28/dompurify-3.1.7 dependabot/npm_and_yarn/stable28/karma-6.4.4 dependabot/npm_and_yarn/stable28/libphonenumber-js-1.10.64 dependabot/npm_and_yarn/stable28/moment-timezone-0.5.46 dependabot/npm_and_yarn/stable28/nextcloud/calendar-availability-vue-2.2.4 dependabot/npm_and_yarn/stable28/nextcloud/cypress-1.0.0-beta.10 dependabot/npm_and_yarn/stable28/nextcloud/cypress-1.0.0-beta.12 dependabot/npm_and_yarn/stable28/nextcloud/cypress-1.0.0-beta.9 dependabot/npm_and_yarn/stable28/nextcloud/dialogs-5.3.8 dependabot/npm_and_yarn/stable28/nextcloud/moment-1.3.2 dependabot/npm_and_yarn/stable28/nextcloud/password-confirmation-5.1.1 dependabot/npm_and_yarn/stable28/nextcloud/sharing-0.2.4 dependabot/npm_and_yarn/stable28/pinia-2.2.8 dependabot/npm_and_yarn/stable28/pinia/testing-0.1.6 dependabot/npm_and_yarn/stable28/pinia/testing-0.1.7 dependabot/npm_and_yarn/stable28/testing-library/jest-dom-6.4.8 dependabot/npm_and_yarn/stable28/types/jest-29.5.14 dependabot/npm_and_yarn/stable28/underscore-1.13.7 dependabot/npm_and_yarn/stable29/backbone-1.6.1 dependabot/npm_and_yarn/stable29/cypress-split-1.24.11 dependabot/npm_and_yarn/stable29/cypress-split-1.24.14 dependabot/npm_and_yarn/stable29/cypress-split-1.24.9 dependabot/npm_and_yarn/stable29/debounce-2.1.1 dependabot/npm_and_yarn/stable29/dockerode-4.0.3 dependabot/npm_and_yarn/stable29/dockerode-4.0.4 dependabot/npm_and_yarn/stable29/dompurify-3.1.7 dependabot/npm_and_yarn/stable29/dompurify-3.2.5 dependabot/npm_and_yarn/stable29/jquery-ui-1.13.3 dependabot/npm_and_yarn/stable29/jsdoc-4.0.3 dependabot/npm_and_yarn/stable29/jsdoc-4.0.4 dependabot/npm_and_yarn/stable29/libphonenumber-js-1.12.6 dependabot/npm_and_yarn/stable29/libphonenumber-js-1.12.7 dependabot/npm_and_yarn/stable29/mime-4.0.6 dependabot/npm_and_yarn/stable29/mime-4.0.7 dependabot/npm_and_yarn/stable29/moment-timezone-0.5.46 dependabot/npm_and_yarn/stable29/moment-timezone-0.5.47 dependabot/npm_and_yarn/stable29/moment-timezone-0.5.48 dependabot/npm_and_yarn/stable29/nextcloud/calendar-availability-vue-2.2.6 dependabot/npm_and_yarn/stable29/nextcloud/cypress-1.0.0-beta.12 dependabot/npm_and_yarn/stable29/nextcloud/cypress-1.0.0-beta.13 dependabot/npm_and_yarn/stable29/nextcloud/cypress-1.0.0-beta.14 dependabot/npm_and_yarn/stable29/nextcloud/event-bus-3.3.2 dependabot/npm_and_yarn/stable29/nextcloud/files-3.10.1 dependabot/npm_and_yarn/stable29/nextcloud/files-3.10.2 dependabot/npm_and_yarn/stable29/nextcloud/moment-1.3.2 dependabot/npm_and_yarn/stable29/nextcloud/sharing-0.2.4 dependabot/npm_and_yarn/stable29/nextcloud/upload-1.7.1 dependabot/npm_and_yarn/stable29/nextcloud/upload-1.9.1 dependabot/npm_and_yarn/stable29/nextcloud/vue-8.17.1 dependabot/npm_and_yarn/stable29/pinia-2.3.1 dependabot/npm_and_yarn/stable29/pinia/testing-0.1.7 dependabot/npm_and_yarn/stable29/tar-fs-2.1.3 dependabot/npm_and_yarn/stable29/testing-library/cypress-10.0.3 dependabot/npm_and_yarn/stable29/throttle-debounce-5.0.2 dependabot/npm_and_yarn/stable29/ts-jest-29.1.5 dependabot/npm_and_yarn/stable29/ts-loader-9.5.2 dependabot/npm_and_yarn/stable29/types/dockerode-3.3.34 dependabot/npm_and_yarn/stable29/types/dockerode-3.3.35 dependabot/npm_and_yarn/stable29/types/dockerode-3.3.37 dependabot/npm_and_yarn/stable29/types/dockerode-3.3.38 dependabot/npm_and_yarn/stable29/types/jest-29.5.14 dependabot/npm_and_yarn/stable29/typescript-5.8.3 dependabot/npm_and_yarn/stable29/vue-material-design-icons-5.3.1 dependabot/npm_and_yarn/stable29/vueuse/components-10.11.1 dependabot/npm_and_yarn/stable29/vueuse/core-10.11.1 dependabot/npm_and_yarn/stable29/vueuse/integrations-10.11.1 dependabot/npm_and_yarn/stable30/babel-loader-9.2.1 dependabot/npm_and_yarn/stable30/babel/node-7.26.0 dependabot/npm_and_yarn/stable30/babel/node-7.27.1 dependabot/npm_and_yarn/stable30/babel/plugin-transform-private-methods-7.25.9 dependabot/npm_and_yarn/stable30/babel/plugin-transform-private-methods-7.27.1 dependabot/npm_and_yarn/stable30/babel/preset-typescript-7.27.0 dependabot/npm_and_yarn/stable30/babel/preset-typescript-7.27.1 dependabot/npm_and_yarn/stable30/backbone-1.6.1 dependabot/npm_and_yarn/stable30/core-js-3.41.0 dependabot/npm_and_yarn/stable30/core-js-3.42.0 dependabot/npm_and_yarn/stable30/core-js-3.43.0 dependabot/npm_and_yarn/stable30/cypress-13.13.3 dependabot/npm_and_yarn/stable30/cypress-13.17.0 dependabot/npm_and_yarn/stable30/cypress-axe-1.6.0 dependabot/npm_and_yarn/stable30/cypress-if-1.12.6 dependabot/npm_and_yarn/stable30/cypress-if-1.13.2 dependabot/npm_and_yarn/stable30/cypress-split-1.24.11 dependabot/npm_and_yarn/stable30/cypress-split-1.24.14 dependabot/npm_and_yarn/stable30/cypress-split-1.24.15 dependabot/npm_and_yarn/stable30/cypress-split-1.24.17 dependabot/npm_and_yarn/stable30/cypress-split-1.24.18 dependabot/npm_and_yarn/stable30/cypress-split-1.24.9 dependabot/npm_and_yarn/stable30/cypress/webpack-preprocessor-6.0.4 dependabot/npm_and_yarn/stable30/debounce-2.1.1 dependabot/npm_and_yarn/stable30/dockerode-4.0.3 dependabot/npm_and_yarn/stable30/dockerode-4.0.4 dependabot/npm_and_yarn/stable30/dockerode-4.0.6 dependabot/npm_and_yarn/stable30/dockerode-4.0.7 dependabot/npm_and_yarn/stable30/dompurify-3.1.7 dependabot/npm_and_yarn/stable30/dompurify-3.2.5 dependabot/npm_and_yarn/stable30/dompurify-3.2.6 dependabot/npm_and_yarn/stable30/eslint-plugin-cypress-3.6.0 dependabot/npm_and_yarn/stable30/focus-trap-7.6.4 dependabot/npm_and_yarn/stable30/focus-trap-7.6.5 dependabot/npm_and_yarn/stable30/jasmine-core-2.99.1 dependabot/npm_and_yarn/stable30/jsdoc-4.0.4 dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.10 dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.11 dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.16 dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.17 dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.18 dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.19 dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.20 dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.9 dependabot/npm_and_yarn/stable30/libphonenumber-js-1.12.7 dependabot/npm_and_yarn/stable30/libphonenumber-js-1.12.8 dependabot/npm_and_yarn/stable30/libphonenumber-js-1.12.9 dependabot/npm_and_yarn/stable30/mime-4.0.6 dependabot/npm_and_yarn/stable30/mime-4.0.7 dependabot/npm_and_yarn/stable30/moment-timezone-0.5.46 dependabot/npm_and_yarn/stable30/moment-timezone-0.5.47 dependabot/npm_and_yarn/stable30/moment-timezone-0.5.48 dependabot/npm_and_yarn/stable30/moment-timezone-0.6.0 dependabot/npm_and_yarn/stable30/nextcloud/auth-2.5.1 dependabot/npm_and_yarn/stable30/nextcloud/axios-2.5.1 dependabot/npm_and_yarn/stable30/nextcloud/calendar-availability-vue-2.2.4 dependabot/npm_and_yarn/stable30/nextcloud/calendar-availability-vue-2.2.6 dependabot/npm_and_yarn/stable30/nextcloud/cypress-1.0.0-beta.13 dependabot/npm_and_yarn/stable30/nextcloud/cypress-1.0.0-beta.14 dependabot/npm_and_yarn/stable30/nextcloud/cypress-1.0.0-beta.15 dependabot/npm_and_yarn/stable30/nextcloud/dialogs-6.2.0 dependabot/npm_and_yarn/stable30/nextcloud/dialogs-6.3.0 dependabot/npm_and_yarn/stable30/nextcloud/dialogs-6.3.1 dependabot/npm_and_yarn/stable30/nextcloud/eslint-config-8.4.2 dependabot/npm_and_yarn/stable30/nextcloud/event-bus-3.3.2 dependabot/npm_and_yarn/stable30/nextcloud/files-3.10.1 dependabot/npm_and_yarn/stable30/nextcloud/files-3.10.2 dependabot/npm_and_yarn/stable30/nextcloud/l10n-3.3.0 dependabot/npm_and_yarn/stable30/nextcloud/moment-1.3.2 dependabot/npm_and_yarn/stable30/nextcloud/moment-1.3.4 dependabot/npm_and_yarn/stable30/nextcloud/password-confirmation-5.3.1 dependabot/npm_and_yarn/stable30/nextcloud/sharing-0.2.4 dependabot/npm_and_yarn/stable30/nextcloud/upload-1.10.0 dependabot/npm_and_yarn/stable30/nextcloud/upload-1.7.1 dependabot/npm_and_yarn/stable30/nextcloud/upload-1.9.1 dependabot/npm_and_yarn/stable30/nextcloud/vue-8.26.0 dependabot/npm_and_yarn/stable30/nextcloud/vue-8.26.1 dependabot/npm_and_yarn/stable30/nextcloud/vue-8.27.0 dependabot/npm_and_yarn/stable30/nextcloud/webpack-vue-config-6.1.1 dependabot/npm_and_yarn/stable30/nextcloud/webpack-vue-config-6.2.0 dependabot/npm_and_yarn/stable30/p-limit-6.2.0 dependabot/npm_and_yarn/stable30/pinia-2.3.1 dependabot/npm_and_yarn/stable30/pinia/testing-0.1.5 dependabot/npm_and_yarn/stable30/pinia/testing-0.1.6 dependabot/npm_and_yarn/stable30/pinia/testing-0.1.7 dependabot/npm_and_yarn/stable30/puppeteer-24.10.0 dependabot/npm_and_yarn/stable30/puppeteer-24.10.1 dependabot/npm_and_yarn/stable30/puppeteer-24.10.2 dependabot/npm_and_yarn/stable30/puppeteer-24.7.0 dependabot/npm_and_yarn/stable30/puppeteer-24.7.2 dependabot/npm_and_yarn/stable30/puppeteer-24.8.0 dependabot/npm_and_yarn/stable30/puppeteer-24.8.2 dependabot/npm_and_yarn/stable30/query-string-9.1.1 dependabot/npm_and_yarn/stable30/query-string-9.1.2 dependabot/npm_and_yarn/stable30/query-string-9.2.0 dependabot/npm_and_yarn/stable30/query-string-9.2.1 dependabot/npm_and_yarn/stable30/sass-1.87.0 dependabot/npm_and_yarn/stable30/sass-1.88.0 dependabot/npm_and_yarn/stable30/sass-1.89.1 dependabot/npm_and_yarn/stable30/sass-1.89.2 dependabot/npm_and_yarn/stable30/tar-fs-2.1.3 dependabot/npm_and_yarn/stable30/testing-library/cypress-10.0.3 dependabot/npm_and_yarn/stable30/testing-library/jest-dom-6.6.3 dependabot/npm_and_yarn/stable30/testing-library/user-event-14.6.1 dependabot/npm_and_yarn/stable30/ts-jest-29.2.6 dependabot/npm_and_yarn/stable30/ts-jest-29.3.2 dependabot/npm_and_yarn/stable30/ts-jest-29.3.3 dependabot/npm_and_yarn/stable30/ts-jest-29.4.0 dependabot/npm_and_yarn/stable30/ts-loader-9.5.2 dependabot/npm_and_yarn/stable30/tslib-2.8.1 dependabot/npm_and_yarn/stable30/types/dockerode-3.3.32 dependabot/npm_and_yarn/stable30/types/dockerode-3.3.34 dependabot/npm_and_yarn/stable30/types/dockerode-3.3.35 dependabot/npm_and_yarn/stable30/types/dockerode-3.3.36 dependabot/npm_and_yarn/stable30/types/dockerode-3.3.37 dependabot/npm_and_yarn/stable30/types/dockerode-3.3.38 dependabot/npm_and_yarn/stable30/types/dockerode-3.3.39 dependabot/npm_and_yarn/stable30/types/dockerode-3.3.40 dependabot/npm_and_yarn/stable30/types/dockerode-3.3.41 dependabot/npm_and_yarn/stable30/types/jest-29.5.13 dependabot/npm_and_yarn/stable30/types/jest-29.5.14 dependabot/npm_and_yarn/stable30/typescript-5.8.3 dependabot/npm_and_yarn/stable30/underscore-1.13.7 dependabot/npm_and_yarn/stable30/vue-material-design-icons-5.3.1 dependabot/npm_and_yarn/stable30/vue/tsconfig-0.6.0 dependabot/npm_and_yarn/stable30/vueuse/components-10.11.1 dependabot/npm_and_yarn/stable30/vueuse/core-10.11.1 dependabot/npm_and_yarn/stable30/vueuse/integrations-10.11.1 dependabot/npm_and_yarn/stable30/webpack-5.99.6 dependabot/npm_and_yarn/stable30/webpack-5.99.7 dependabot/npm_and_yarn/stable30/webpack-5.99.8 dependabot/npm_and_yarn/stable30/webpack-5.99.9 dependabot/npm_and_yarn/stable30/workbox-webpack-plugin-7.3.0 dependabot/npm_and_yarn/stable31/babel/node-7.25.9 dependabot/npm_and_yarn/stable31/babel/node-7.26.0 dependabot/npm_and_yarn/stable31/babel/node-7.27.1 dependabot/npm_and_yarn/stable31/babel/plugin-transform-private-methods-7.27.1 dependabot/npm_and_yarn/stable31/babel/preset-typescript-7.27.0 dependabot/npm_and_yarn/stable31/babel/preset-typescript-7.27.1 dependabot/npm_and_yarn/stable31/backbone-1.6.1 dependabot/npm_and_yarn/stable31/core-js-3.41.0 dependabot/npm_and_yarn/stable31/core-js-3.42.0 dependabot/npm_and_yarn/stable31/core-js-3.43.0 dependabot/npm_and_yarn/stable31/cypress-13.15.2 dependabot/npm_and_yarn/stable31/cypress-13.17.0 dependabot/npm_and_yarn/stable31/cypress-axe-1.6.0 dependabot/npm_and_yarn/stable31/cypress-if-1.13.2 dependabot/npm_and_yarn/stable31/cypress-split-1.24.11 dependabot/npm_and_yarn/stable31/cypress-split-1.24.14 dependabot/npm_and_yarn/stable31/cypress-split-1.24.15 dependabot/npm_and_yarn/stable31/cypress-split-1.24.17 dependabot/npm_and_yarn/stable31/cypress-split-1.24.18 dependabot/npm_and_yarn/stable31/cypress-split-1.24.9 dependabot/npm_and_yarn/stable31/dockerode-4.0.4 dependabot/npm_and_yarn/stable31/dockerode-4.0.6 dependabot/npm_and_yarn/stable31/dockerode-4.0.7 dependabot/npm_and_yarn/stable31/dompurify-3.2.5 dependabot/npm_and_yarn/stable31/dompurify-3.2.6 dependabot/npm_and_yarn/stable31/focus-trap-7.6.4 dependabot/npm_and_yarn/stable31/focus-trap-7.6.5 dependabot/npm_and_yarn/stable31/jasmine-core-2.99.1 dependabot/npm_and_yarn/stable31/jquery-ui-1.14.1 dependabot/npm_and_yarn/stable31/jsdoc-4.0.4 dependabot/npm_and_yarn/stable31/karma-coverage-2.2.1 dependabot/npm_and_yarn/stable31/libphonenumber-js-1.11.19 dependabot/npm_and_yarn/stable31/libphonenumber-js-1.11.20 dependabot/npm_and_yarn/stable31/libphonenumber-js-1.12.7 dependabot/npm_and_yarn/stable31/libphonenumber-js-1.12.8 dependabot/npm_and_yarn/stable31/libphonenumber-js-1.12.9 dependabot/npm_and_yarn/stable31/marked-15.0.11 dependabot/npm_and_yarn/stable31/marked-15.0.12 dependabot/npm_and_yarn/stable31/marked-15.0.6 dependabot/npm_and_yarn/stable31/marked-15.0.7 dependabot/npm_and_yarn/stable31/marked-15.0.8 dependabot/npm_and_yarn/stable31/marked-15.0.9 dependabot/npm_and_yarn/stable31/mime-4.0.7 dependabot/npm_and_yarn/stable31/moment-timezone-0.5.47 dependabot/npm_and_yarn/stable31/moment-timezone-0.5.48 dependabot/npm_and_yarn/stable31/moment-timezone-0.6.0 dependabot/npm_and_yarn/stable31/nextcloud/auth-2.5.1 dependabot/npm_and_yarn/stable31/nextcloud/cypress-1.0.0-beta.14 dependabot/npm_and_yarn/stable31/nextcloud/cypress-1.0.0-beta.15 dependabot/npm_and_yarn/stable31/nextcloud/dialogs-6.2.0 dependabot/npm_and_yarn/stable31/nextcloud/dialogs-6.3.0 dependabot/npm_and_yarn/stable31/nextcloud/dialogs-6.3.1 dependabot/npm_and_yarn/stable31/nextcloud/eslint-config-8.4.2 dependabot/npm_and_yarn/stable31/nextcloud/event-bus-3.3.2 dependabot/npm_and_yarn/stable31/nextcloud/files-3.10.2 dependabot/npm_and_yarn/stable31/nextcloud/l10n-3.3.0 dependabot/npm_and_yarn/stable31/nextcloud/moment-1.3.4 dependabot/npm_and_yarn/stable31/nextcloud/stylelint-config-3.1.0 dependabot/npm_and_yarn/stable31/nextcloud/upload-1.10.0 dependabot/npm_and_yarn/stable31/nextcloud/vue-8.26.0 dependabot/npm_and_yarn/stable31/nextcloud/vue-8.26.1 dependabot/npm_and_yarn/stable31/nextcloud/vue-8.27.0 dependabot/npm_and_yarn/stable31/p-limit-6.2.0 dependabot/npm_and_yarn/stable31/pinia-2.3.1 dependabot/npm_and_yarn/stable31/puppeteer-24.10.0 dependabot/npm_and_yarn/stable31/puppeteer-24.10.1 dependabot/npm_and_yarn/stable31/puppeteer-24.10.2 dependabot/npm_and_yarn/stable31/puppeteer-24.7.2 dependabot/npm_and_yarn/stable31/puppeteer-24.8.0 dependabot/npm_and_yarn/stable31/puppeteer-24.8.2 dependabot/npm_and_yarn/stable31/puppeteer-24.9.0 dependabot/npm_and_yarn/stable31/query-string-9.1.1 dependabot/npm_and_yarn/stable31/query-string-9.1.2 dependabot/npm_and_yarn/stable31/query-string-9.2.0 dependabot/npm_and_yarn/stable31/query-string-9.2.1 dependabot/npm_and_yarn/stable31/sass-1.81.1 dependabot/npm_and_yarn/stable31/sass-1.87.0 dependabot/npm_and_yarn/stable31/sass-1.88.0 dependabot/npm_and_yarn/stable31/sass-1.89.0 dependabot/npm_and_yarn/stable31/sass-1.89.1 dependabot/npm_and_yarn/stable31/sass-1.89.2 dependabot/npm_and_yarn/stable31/sass-loader-16.0.4 dependabot/npm_and_yarn/stable31/sass-loader-16.0.5 dependabot/npm_and_yarn/stable31/stylelint-16.18.0 dependabot/npm_and_yarn/stable31/stylelint-16.20.0 dependabot/npm_and_yarn/stable31/stylelint-16.21.0 dependabot/npm_and_yarn/stable31/tar-fs-2.1.3 dependabot/npm_and_yarn/stable31/testing-library/cypress-10.0.3 dependabot/npm_and_yarn/stable31/testing-library/jest-dom-6.6.3 dependabot/npm_and_yarn/stable31/testing-library/user-event-14.6.1 dependabot/npm_and_yarn/stable31/ts-loader-9.5.2 dependabot/npm_and_yarn/stable31/types/dockerode-3.3.34 dependabot/npm_and_yarn/stable31/types/dockerode-3.3.35 dependabot/npm_and_yarn/stable31/types/dockerode-3.3.37 dependabot/npm_and_yarn/stable31/types/dockerode-3.3.38 dependabot/npm_and_yarn/stable31/types/dockerode-3.3.39 dependabot/npm_and_yarn/stable31/types/dockerode-3.3.40 dependabot/npm_and_yarn/stable31/vitest/coverage-v8-2.1.9 dependabot/npm_and_yarn/stable31/vue/tsconfig-0.6.0 dependabot/npm_and_yarn/stable31/vueuse/components-11.3.0 dependabot/npm_and_yarn/stable31/vueuse/integrations-11.3.0 dependabot/npm_and_yarn/stable31/wait-on-8.0.2 dependabot/npm_and_yarn/stable31/wait-on-8.0.3 dependabot/npm_and_yarn/stable31/webpack-5.99.6 dependabot/npm_and_yarn/stable31/webpack-5.99.7 dependabot/npm_and_yarn/stable31/webpack-5.99.8 dependabot/npm_and_yarn/stable31/webpack-5.99.9 dependabot/npm_and_yarn/stable31/zip.js/zip.js-2.7.57 dependabot/npm_and_yarn/stable31/zip.js/zip.js-2.7.60 dependabot/npm_and_yarn/stable31/zip.js/zip.js-2.7.61 dependabot/npm_and_yarn/stable31/zip.js/zip.js-2.7.62 dependabot/npm_and_yarn/stylelint-16.17.0 dependabot/npm_and_yarn/stylelint-16.18.0 dependabot/npm_and_yarn/stylelint-16.19.1 dependabot/npm_and_yarn/tar-fs-2.1.3 dependabot/npm_and_yarn/testing-library/cypress-10.0.3 dependabot/npm_and_yarn/testing-library/jest-dom-6.6.3 dependabot/npm_and_yarn/testing-library/user-event-14.6.1 dependabot/npm_and_yarn/testing-library/vue-8.1.0 dependabot/npm_and_yarn/ts-loader-9.5.2 dependabot/npm_and_yarn/tslib-2.7.0 dependabot/npm_and_yarn/types/dockerode-3.3.32 dependabot/npm_and_yarn/types/dockerode-3.3.37 dependabot/npm_and_yarn/types/dockerode-3.3.38 dependabot/npm_and_yarn/typescript-5.6.2 dependabot/npm_and_yarn/typescript-5.8.2 dependabot/npm_and_yarn/typescript-5.8.3 dependabot/npm_and_yarn/undici-5.29.0 dependabot/npm_and_yarn/vite-6.2.5 dependabot/npm_and_yarn/vite-6.3.4 dependabot/npm_and_yarn/vitejs/plugin-vue2-2.3.3 dependabot/npm_and_yarn/vitest-3.0.4 dependabot/npm_and_yarn/vitest-3.0.8 dependabot/npm_and_yarn/vitest-3.0.9 dependabot/npm_and_yarn/vitest-3.1.2 dependabot/npm_and_yarn/vitest-3.1.3 dependabot/npm_and_yarn/vitest-3.1.4 dependabot/npm_and_yarn/vitest/coverage-v8-2.1.1 dependabot/npm_and_yarn/vitest/coverage-v8-2.1.5 dependabot/npm_and_yarn/vitest/coverage-v8-2.1.8 dependabot/npm_and_yarn/vitest/coverage-v8-3.0.7 dependabot/npm_and_yarn/vitest/coverage-v8-3.1.3 dependabot/npm_and_yarn/vitest/coverage-v8-3.2.2 dependabot/npm_and_yarn/vitest/coverage-v8-3.2.3 dependabot/npm_and_yarn/vue-cropperjs-5.0.0 dependabot/npm_and_yarn/vue-loader-16.8.3 dependabot/npm_and_yarn/vue-loader-17.4.2 dependabot/npm_and_yarn/vue-material-design-icons-5.3.1 dependabot/npm_and_yarn/vue-router-4.5.0 dependabot/npm_and_yarn/vue/tsconfig-0.6.0 dependabot/npm_and_yarn/vue/tsconfig-0.7.0 dependabot/npm_and_yarn/vueuse/components-11.1.0 dependabot/npm_and_yarn/vueuse/components-11.3.0 dependabot/npm_and_yarn/vueuse/components-12.8.2 dependabot/npm_and_yarn/vueuse/core-11.3.0 dependabot/npm_and_yarn/vueuse/core-12.5.0 dependabot/npm_and_yarn/vueuse/core-13.1.0 dependabot/npm_and_yarn/vueuse/integrations-11.1.0 dependabot/npm_and_yarn/vueuse/integrations-11.3.0 dependabot/npm_and_yarn/vueuse/integrations-12.7.0 dependabot/npm_and_yarn/vueuse/integrations-13.0.0 dependabot/npm_and_yarn/vuex-4.1.0 dependabot/npm_and_yarn/wait-on-8.0.0 dependabot/npm_and_yarn/wait-on-8.0.1 dependabot/npm_and_yarn/wait-on-8.0.3 dependabot/npm_and_yarn/webdav-5.7.1 dependabot/npm_and_yarn/webdav-5.8.0 dependabot/npm_and_yarn/webpack-5.98.0 dependabot/npm_and_yarn/webpack-5.99.5 dependabot/npm_and_yarn/webpack-5.99.6 dependabot/npm_and_yarn/webpack-5.99.7 dependabot/npm_and_yarn/webpack-5.99.8 dependabot/npm_and_yarn/webpack-5.99.9 dependabot/npm_and_yarn/webpack-cli-6.0.1 dependabot/npm_and_yarn/workbox-webpack-plugin-7.3.0 dependabot/npm_and_yarn/zip.js/zip.js-2.7.53 dependabot/npm_and_yarn/zip.js/zip.js-2.7.54 dependabot/npm_and_yarn/zip.js/zip.js-2.7.57 dependabot/npm_and_yarn/zip.js/zip.js-2.7.61 dependabot/npm_and_yarn/zip.js/zip.js-2.7.62 dependabotjulia/bump-nextcloud-upload dependaniel/aws-sdk-for-28 dependaniel/aws-sdk-for-29 deps/noid/bump-3rdparty-hash depskjnldsv/vue dept-remove-csrf-dependency-from-request detect-inadvertent-config-overlaps direct-access-shared-calendar docs/53002/calendar-search docs/53002/calendar-search-impl docs/caldav/getCalendarsForUserCount docs/http/cors-attribute dont-double-scan-storage ehn/sharing-sidebar-hide-search-labels encoding-wrapper-metadata encryption-no-header-size-error encryption-version-version enh/30551/weather-status-support-more-codes enh/49868/add-display-override enh/49868/adjust-display-mode enh/add-details-to-code-integrity-check enh/add-first-login-timestamp enh/add-info-to-ldap-test-user-settings enh/add-rich-object-formatter enh/add-user-creation-date enh/apply-rector-set-to-apps enh/displayname-group-search enh/do-not-enforce-cache-for-cli enh/favorite-search enh/identityproof/key_storage enh/improve-transfer-ownership-logging enh/issue-48528-disable-imip-messages enh/issues-563-calendar-import-export enh/ldap-add-test-settings-command enh/ldap-clearer-errors enh/ldap/more-error-output enh/limit-ldap-user-count enh/make-tag-event-webhook-compatible enh/more-task-types enh/no-issue/better-error-for-login-csrf enh/no-issues/share-entry-link enh/noid/allow-configure-config.owner enh/noid/allow-disable-pwas enh/noid/async-process-run enh/noid/avatar-chinese enh/noid/clean-migration-check-appconfig enh/noid/default-config-based-on-system-conf enh/noid/disable-bulk-upload enh/noid/disable-user-unmount enh/noid/fix-docs-ci enh/noid/fix-personal-settings-layout enh/noid/fix-properties-files enh/noid/gs.federation.auto_accept_shares enh/noid/navigationentryevent enh/noid/nullable-range enh/noid/return-default-value-from-lexicon enh/noid/returns-formated-app-values-2 enh/noid/signed-request enh/noid/taskprocessing-commands-task-errors enh/noid/taskprocessing-include-error-msg-in-tasks enh/noid/test-ci enh/noid/testing-namespace enh/noid/update-o.c.u-wording enh/noid/user-preferences enh/noid/workflow-contextchat-filesaccesscontrol-warning enh/opcache-checks enh/repair-mimetype-job enh/share-sidebar enh/test-mtime-after-move enh/trashbin-scan-command enh/users-configured-quota-value enhancement/passwordless-login-token enhancements/files-sharing-tests ensureTemplateFolder ernolf/configurable_sharetoken_length ext-store-check-update-filter extract-caldav-sharing-plugin feat-setupcheck-php-sapi-fpm-max-children feat/26668/notifications-for-shared-calendars-2 feat/31420/bidi-backend-support feat/45085/validate-config-values feat/46528/ask-confirm-extension-change feat/47176/show-share-expiry feat/52635/toggle-for-trusted-server-sharing feat/add-addressbook-list-command feat/add-config-for-share-perm feat/add-configurable-ipv6-subnet feat/add-datetime-qbmapper-support feat/add-directory-check-workflowengine feat/add-mount-change-log feat/add-preload-script feat/add-proofread-tasktype feat/add-query-param-to-force-language feat/add-rector-config feat/add-subscription-via-occ feat/add-user-enabled-apps-ocs feat/add-wcf-cap feat/add_log_scan_command feat/allow-account-local-search feat/allow-enum-entity feat/allow-getter-setter-decl-fors feat/allow-oauth-grant-bypass feat/auto-accept-trusted-server feat/auto-sync-desktop-version feat/cache-routes feat/caldav/migrate-to-sabre-sharing-plugin feat/caption-cant-upload feat/cardav-example-contact feat/certificatemanager/default-bundle-path-option feat/check-enterprise feat/cleanup-oc-util feat/cleanup-oc-util-methods feat/clipboard-fallback feat/contacts-menu/js-hook-action feat/conversion-adjusting feat/core/features-api feat/core/install-without-admin-user feat/cors-on-webdav feat/cron/before-after-events feat/cypress-setup feat/dark-mode-variables feat/database/primary-replica-split-stable28 feat/database/query-result-fetch-associative-fetch-num feat/dav-pagination feat/dav-trashbin-backend feat/dav/calendar-obj-event-webhooks feat/dav/calendar-object-admin-audit-log feat/dav/public-share-chunked-upload feat/declarative-settings/typed-abstraction feat/disable-share-deletion feat/dispatcher/log-raw-response-data feat/edit-share-token feat/empty-trash feat/example-event feat/expose-nc-groups-to-system-addressbook-contacts feat/federated-calendar-sharing feat/file-conversion-provider feat/file-conversion-provider-front feat/file-drop-recursive feat/file-list-actions feat/files-bulk-tagging feat/files-bulk-tagging-followup feat/files-shortcuts feat/files-shortcuts-2 feat/files/chunked-upload-config-capabilities feat/files/resumable-uploads feat/files_sharing/co-owner feat/files_trashbin/allow-preventing-trash-permanently feat/getByAncestorInStorage feat/http/request-header-attribute feat/ignore-warning-files feat/image-size-metadata feat/issue-3786-allow-shared-calendars feat/issue-563-calendar-export feat/issue-563-calendar-import feat/issue-994-two-factor-api feat/larger_ipv6_range feat/log-client-side-req-id feat/log-large-assets feat/log/log-session-id feat/logger-allow-psr-loglevel feat/mail-provider-settings feat/make-setup-check-trait-public feat/make-tasks-types-toggleable feat/maxschmi-49902 feat/migrate-files_external-vue feat/mime-column feat/mime-names feat/mimes-names feat/mountmanager/emit-events feat/namespace-group-route feat/nfo feat/no-issue/add-logging-preview-generation feat/no-issue/show-remote-shares-as-internal-config feat/no-two-factor-required-attribute feat/node-dist feat/noid/add-command-to-list-all-routes feat/noid/add-fake-summary-provider feat/noid/allow-specifying-related-object feat/noid/check-integrity-all-apps feat/noid/files-external-lexicon feat/noid/get-value-type-from-lexicon feat/noid/happy-birthday feat/noid/info-xml-spdx-license-ids feat/noid/internal-lint-request-event feat/noid/lexicon-configurable-default-value feat/noid/lexicon-events feat/noid/lexicon-migrate-keys feat/noid/link-to-calendar-event feat/noid/list-addressbook-shares feat/noid/log-query-parameters feat/noid/occ-list-delete-calendar-subscription feat/noid/preset-config feat/noid/priority-notifications feat/noid/profile-data-api feat/noid/ratelimit-header feat/noid/support-email-mentions feat/occ-files-cleanup-help feat/occ/command-events feat/ocp-sanitize-filenames feat/ocp/attendee-availability-api feat/ocp/meetings-api-requirements feat/openapi/merged-spec feat/oracle-setup-cypres feat/package-node-npm-engines-update feat/pagination-cardav feat/photo-cache-avif feat/photo-cache-webp feat/php-setup-file-upload feat/postgres-13-17 feat/profile-app feat/psalm/error-deprecations feat/public-log-level feat/reduce_available_languages_set feat/requestheader/indirect-parameter feat/restore-to-original-dir feat/restrict-tag-creation feat/rich-profile-biography feat/router-list-routs-cmd feat/row_format_check feat/s3/sse-c feat/sanitize-filenames-command feat/search-by-parent-id feat/search-in-files feat/search-in-files--small feat/sensitive-declarative-settings feat/settings/advanced-deploy-options feat/settings/app_api_apps_management feat/settings/too-much-caching-setup-check feat/setup feat/setup-check-logging feat/setup-checks feat/setupcheck-task-pickup-speed feat/share-grid-view feat/sharing-title feat/shipped/app_api feat/show-time-diff-user feat/switch-from-settype-to-casts feat/sync-truncation feat/sync-truncation2 feat/systemtags-bulk-create-list feat/systemtags-missing-attrs feat/systemtags-public feat/tags-colors feat/tags-colors-2 feat/taskprocessing/TextToImageSingle feat/template-field-extraction-improvements feat/test-app-routes feat/use-php84-lazy-objects feat/user-folder feat/user-get-quota-bytes feat/verbose-cron feat/workflow-auto-update-cypress.yml feat/workflow-auto-update-node.yml feat/workflow-auto-update-npm-audit-fix.yml feat/workflow-auto-update-pr-feedback.yml feat/workflow-auto-update-reuse.yml feat/workflow-generator feat/zip-folder-plugin feat/zst feature/23308/create-new-favorite-dashboard-widget feature/53428-autoCreateCollectionOnUpload feature/add-allowed-view-extensions-config feature/add-profile-to-occ feature/files-list-occ-command feature/hide-external-shares-excluded-groups feature/highlight-active-menu feature/noid/config-lexicon feature/noid/wrapped-appconfig feature/settings-design-improvements fetch-mount-memory fetch-mount-memory-30 fetch-mount-memory-30-squash fieat/profile-pronounces file-info-key-location-27 filePointerCheck filecache-chunking files-cache-node files-external-setup-path filesVersionsFuncRefact files_external-scan-unscanned fileutils-files-by-user fix-44318-remote-share-not-listed fix-copying-or-moving-from-shared-groupfolders fix-dav-properties-column-type fix-enforce-theme-for-public-links fix-federated-group-shares-when-no-longer-found-in-remote-server fix-files-external-smbclient-deprecated-binaryfinder fix-jobs-app-disable fix-json-decoding-groups-excluded-from-share fix-nc-env-inclusion fix-papercut-23486-weather-status-locale fix-putcsv-default fix-remove-auto-guessing-for-preview-semaphore fix-running-files-external-s3-tests-in-stable30-ci fix-setupcheck-filelocking fix-setupcheck-webfinger-400 fix-setupchecks-normalizeUrl-url-filter fix-sharing-expiration-notify fix-show-original-owner fix-theming-for-disabled-accounts fix-theming-for-disabled-users fix-updater-secret fix-user-collaborators-returned-when-searching-for-mail-collaborators fix/29-template-layout fix/30-oc-files fix/30-template-layout fix/32bit-pack fix/32bit-support fix/43260 fix/44288/catch-filesmetadatanotfound-exception fix/44492/settings-remove-user-manager fix/45717/hide-last-modified-for-shipped-apps fix/45884/accept-notification fix/45982/hide-move-action fix/46920/respect-no-download fix/47275/driverException fix/47658/upgrade-version-3100005 fix/48012/fix-share-email-send-mail-share fix/48415/do-not-rename-main-share-link fix/48437/dont-exclude-user fix/48829/visual-feedback-4-encryption-toggle fix/48860/stop-silent-expiry-date-addition-on-link-shares fix/48993 fix/49431-automatically-disable-sab fix/49473/task-url fix/49584-background-worker-interval-fixes fix/49584-background-worker-remove-interval fix/49638/update-prefs-indexes fix/49728/adapt-search-filters-correctly fix/49887/early-check-for-overwritten-home fix/49909/workflow-vue-compat fix/49954/add-send-mail-toggle fix/50177/movy-copy-e2e-tests fix/50215/hideCreateTemplateFolder fix/50363/correct-system-tags-i18n fix/50512/send-password-2-owner fix/50788/pass-hide-download-on-save fix/51022/simpler-request-before-upgrade fix/51022/simpler-request-pre-upgrade fix/51226/show-remote-shares-as-external fix/51226/show-remote-shares-as-external-2 fix/51506/mdast-util-gfm-autolink-literal-override fix/51833/add-retries-to-s3-client fix/51875/allow-keyboard-input-4-share-expiration-on-chrome fix/52060/manage-download-on-federated-reshare fix/52131/ignore-missing-themes-31 fix/52278/remove-unused-etag-check fix/52590/available-account-groups fix/52617/fix-group-admin-delegation fix/52794/share-advanced-settings fix/52795/consistent-share-save-behavior fix/53363/available-groups fix/78296/nextcloud-vue fix/788/add-password-confirmation-required-to-user-storage-create fix/788/add-password-required-to-external-storages fix/AppStore--remove-unneeded-warning fix/IMimeTypeDetector-types fix/PasswordConfirmationMiddleware-empty-header fix/account-manager fix/account-mgmnt-settings fix/account-property-validation fix/activity-log-for-favorites-in-dav fix/add-autoload.php-for-tests fix/add-calendar-object-index fix/add-function-type-for-mimetype-sanitizer fix/add-getappversions-replacement fix/add-password-confirmation-to-save-global-creds fix/adjust-default-color-background-plain-to-new-background fix/admin-tag-color-prevent fix/ai-settings fix/align-avatar-visibility fix/allconfig-use-search-case-insensitive fix/allow-255-filenames fix/allow-download-with-hide-download-flag fix/allow-enforcing-windows-support fix/allow-quota-wrapper-check fix/alter-invite-attachment-filename-and-type fix/app-discover fix/app-store-groups fix/app-store-markdown fix/app-store-reactivity fix/app-store-remove-force-enable fix/appconfig/sensitive-keys-external-jwt-private-key fix/appframework/csrf-request-checks fix/apps/wrong-missing-casts fix/appstore-regressions fix/auth-token-uniq-constraint-violation-handling fix/auth/authtoken-activity-update-in-transaction fix/auth/logout-redirect-url fix/auto-reload-tags fix/avoid-crashing-versions-listener-on-non-existing-file fix/avoid-invalid-share-on-transfer-ownership fix/background-image fix/backgroundjobs/adjust-intervals-time-sensitivities fix/backport-gridview-29 fix/baseresponse/xml-element-value-string-cast fix/better-drag-n-drop fix/bring-back-hide-downlaod fix/bring-back-zip-event fix/broken-event-notifications fix/cache-hit-getFirstNodeById fix/cache-ldap-configuration-prefixes fix/cachebuster-stable30 fix/caldav/event-organizer-interaction fix/caldav/event-reader-duration fix/caldav/no-invitations-to-circles fix/caldav/use-direct-route-event-activity fix/carddav/create-sab-concurrently fix/cast-node-names-to-string fix/catch-exception-in-encrypt-all fix/catch-exception-in-encryption-listener fix/clarify-app-manager-methods fix/clean-up-group-shares fix/cleanup-blurhash-images fix/cleanup-dependencyanalyser fix/cleanup-dicontainer fix/cleanup-servercontainer fix/cleanup-template-functions fix/cleanup-test-legacy-autoloader fix/cleanup-user-backends fix/cloud-id-input fix/code-sign-test fix/codeowner-nc-backend fix/collaboration/deduplicate-email-shares fix/comment/children-count-integer fix/comments/activity-rich-subject-parameters fix/composer/autoload-dev-deps fix/config/additional-configs fix/contactsmenu/padding fix/contactsmigratortest fix/conversion-extension fix/convert-log fix/convert-rotate-to-timedjob fix/convert-schedulednotifications-to-timedjob fix/convert-type fix/core-cachebuster fix/core-session-logout-logging fix/core/password-from-env-nc-pass fix/core/preview-generation fix/create-missing-replacement-indexes fix/credential-passwordless-auth fix/cron-strict-cookie fix/cron/log-long-running-jobs-stable26 fix/cron/no-constructor-without-args fix/csrf-token-ignore-twofactor fix/current-user-principal fix/cy-selectors-for-files-trashbin fix/dashboard--performance-and-refactoring fix/dashboard/dont-load-hidden-widgets-initially fix/dashboard/skip-hidden-widgets fix/datadirectory-protection-setupcheck fix/dav-add-strict-type-declarations fix/dav-cast-content-lenght-to-int fix/dav-cast-params-to-string fix/dav-csrf fix/dav-harden-stream-handling fix/dav-nickname-master fix/dav-nickname-stable31 fix/dav-sorting fix/dav/abort-incomplete-caldav-changes-sync fix/dav/absence-status-too-long fix/dav/carddav-new-card-check-addressbook-early fix/dav/carddav-read-card-memory-usage fix/dav/create-sab-in-transaction fix/dav/create-sab-install fix/dav/first-login-listener fix/dav/image-export-plugin-fallback fix/dav/limit-sync-token-created-at-updates-stable28 fix/dav/limit-sync-token-created-at-updates-stable29 fix/dav/orphan-cleanup-job fix/dav/publicremote-share-token-pattern fix/dav/remove-object-properties-expensive fix/dav/update-rooms-resources-background-job fix/dav/use-iuser-displayname fix/dav/view-only-check fix/declarative-settings-priority fix/default-contact fix/default-contact-error-verbosity fix/defaultshareprovider/filter-reshares-correctly fix/delete-legacy-autoloader fix/deprecate-oc-template-and-cleanup fix/deprecation-comment fix/deps/php-seclin fix/destination-drop-check fix/disable-reminder-invalid-nodes fix/do-not-cache-routes-on-debug-mode fix/do-not-remind fix/do-not-throw-from-countusers fix/do-not-update-userkey-when-masterkey-is-used fix/docblock-color fix/docs fix/download-non-files-view fix/download-perms fix/drop-file-preview fix/drop-v-html fix/duplicated-conflict-resolution fix/edit-locally-labels fix/emit_hooks_on_copy fix/empty-file-0byte-stable30 fix/encode-guest-file-request fix/encoding-wrapper-scanner fix/encoding-wrapper-scanner-stable30 fix/encrypt-decrypt-password fix/encryption-events fix/encryption-text fix/encryption/web-ui-bogus fix/entity/strict-types fix/eslint-warning fix/eslint-warnings fix/etag-constraint-search-query fix/external-storage-controller-cast-id fix/external-storage-int fix/fail-safe-files-actions fix/federated-share-opening fix/federated-users fix/federatedfilesharing/group-cleanup fix/federation-certificate-store fix/file-conversion-missing-extension fix/file-drop fix/file-list-filters-reset fix/file-name-validator-case-sensitivity fix/file-type-filter-state fix/file_reference_invalidate_rename fix/files--handle-empty-view-with-error fix/files--list-header-button-title fix/files-actions-menu-position fix/files-add-move-info fix/files-duplicated-nodes fix/files-external-notify-mount-id-stable28 fix/files-external-workflow fix/files-failed-node fix/files-header-empty-view fix/files-header-submenu fix/files-hidden-summary fix/files-navigation-quota-total fix/files-page-title fix/files-plural fix/files-position-navigation fix/files-proper-loading-icon fix/files-public-share fix/files-reload fix/files-rename fix/files-rename-esc fix/files-rename-folder fix/files-rename-store fix/files-renaming fix/files-scroll-perf fix/files-sharing-download fix/files-sharing-file-drop-folder fix/files-sharing-label fix/files-show-details-when-no-action fix/files-summary fix/files-trash-download fix/files-trashbin-files-integration fix/files-version-creation fix/files-versions fix/files-versions-author fix/files-versions-listeners fix/files-wording fix/files/activity-rich-object-strings fix/files/delete-display-no-trashbin fix/files/favorites-widget-folder-preview fix/files/preview-service-worker-registration fix/files/reactivity-inject fix/files/sort-after-view-change fix/files_external-cred-dialog fix/files_external/definition-parameter fix/files_external/forbidden-exception fix/files_external/hidden-password-fields fix/files_external/smb-case-insensitive-path-building fix/files_external_scan fix/files_sharing--global-search-in-select fix/files_sharing/advanced-settings-delete-share-button fix/files_sharing/cleanup-error-messages fix/files_sharing/disable-editing fix/files_sharing/filter-own-reshared-shares fix/files_sharing/harden-api fix/files_sharing/hide-own-reshares fix/files_sharing/ocm-permissions fix/files_sharing/sharing-entry-link-override-expiration-date fix/files_versions/previews fix/filesreport-cast-fileId-to-int fix/filter-empty-email fix/filter-for-components-explicitly fix/fix-32bits-phpunit fix/fix-admin-audit-event-listening fix/fix-admin-audit-listener fix/fix-admin-audit-paths fix/fix-appmanager-cleanappid fix/fix-copy-to-mountpoint-root fix/fix-cypress-note-to-recipient fix/fix-default-share-folder-for-group-shares fix/fix-disabled-user-list-for-saml-subadmin fix/fix-disabled-user-list-for-subadmins fix/fix-email-setupcheck-with-null-smtpmode fix/fix-email-share-transfer-accross-storages fix/fix-encryption-manager-injection fix/fix-incorrect-query-in-federatedshareprovider fix/fix-int-casting fix/fix-ldap-setupcheck-crash fix/fix-loginflow-v1 fix/fix-movie-preview-construct fix/fix-php-error-on-upgrade fix/fix-psalm-taint-errors fix/fix-psalm-taint-errors-2 fix/fix-public-download-activity fix/fix-server-tests fix/fix-share-creation-error-messages fix/fix-storage-interface-check fix/fix-warning-lazy-ghost-application fix/flaky-cypress fix/flaky-live-photos fix/forbidden-files-insensitive fix/forward-user-login-if-no-session fix/get-managers-as-subadmin fix/get-version-of-core fix/gracefully-parse-trusted-certificates fix/grid-view-actions fix/group-admin-new-user fix/handle-errors-in-migrate-key-format fix/harden-account-properties fix/harden-admin-settings fix/harden-template-functions fix/harden-thumbnail-endpoint fix/harmonize-ldap-function-logging fix/highcontras-scrollbar fix/http/jsonresponse-data-type fix/http/template-valid-status-codes fix/imip-test-expects-integer fix/improve-error-output-of-sso-test fix/improve-init-profiling fix/improve-ldap-avatar-handling fix/index-systemtags fix/insecure-crypto-env fix/install-app-before-enable fix/install-dbport-unused fix/installation-wording fix/invalid-app-config fix/invalid-copied-share-link fix/invalid-mtime fix/invitations-named-parameter fix/issue-12387-delete-invitations fix/issue-13862 fix/issue-23666 fix/issue-3021-return-no-content-instead-of-error fix/issue-34720 fix/issue-47879-property-serialization fix/issue-48079-windows-time-zones fix/issue-48528-disable-itip-and-imip-messages fix/issue-48528-disable-itip-and-imip-messages-2 fix/issue-48732-exdate-rdate-property-instances fix/issue-49756-translations fix/issue-50054-resource-invite-regression fix/issue-50104-system-address-book-ui-settings fix/issue-50748-calendar-object-move fix/issue-50748-card-object-move fix/issue-6838-use-old-event-information-when-new-is-missing fix/issue-8458-imip-improvements-2 fix/istorage/return-types fix/iurlgenerator/url-regex-markdown-parenthesis fix/jquery-ui fix/l10n-placeholder fix/l10n-plain-string fix/ldap-avoid-false-positive-mapping fix/ldap/cache-ttl-jitter fix/ldap/lower-case-emails fix/legacy-file-drop fix/legacy-filepicker fix/legacy-oc-filepicker fix/line-height-calc fix/link-share-conflict-modal fix/load-more-than-5-items-in-folder-filter fix/loading-account-menu fix/lock-session-during-cookie-renew fix/log-failure-from-file-events fix/log-login-flow-state-token-errors fix/log-memcache-log-path-hash fix/login-chain-24 fix/login-error-state fix/login-origin fix/loginflow fix/lookup-server fix/lookup-server-connector fix/lookup-server-connector-v2 fix/low-res-for-blurhash fix/lus-background-job fix/mailer-binaryfinder-fallback fix/make-router-reactive fix/map-sharee-information fix/master-template-layout fix/middle-click fix/migrate-dav-to-events fix/migrate-encryption-away-from-hooks fix/mime fix/mime-fallback-public fix/mime-int fix/missing-import fix/mkcol-quota-exceeded-response fix/move-away-from-oc-app fix/move-email-logic-local-user-backend fix/move-storage-constructor-to-specific-interface fix/multi-select fix/nav-quota-new-design fix/no-account-filter-public-share fix/no-issue/enforced-props-checks fix/no-issue/file-request-disable-when-no-public-upload fix/no-issue/link-sharing-defaults fix/no-issue/no-reshare-perms-4-email-shares fix/no-issue/prevent-create-delete-perms-on-file-shares fix/no-issue/proper-share-sorting fix/no-issue/show-file-drop-permissions-correctly fix/no-issue/use-password-default-sharing-details fix/no-issues/add-encryption-available-config fix/node-vibrant fix/noid-add-status-and-set-attendee-status fix/noid-adjust-variables-for-translations fix/noid-catch-listener-erros-instead-of-failing fix/noid-check-for-properties-before-processing fix/noid-fix-user-create-quota fix/noid-improve-calendar-accuracy-performace fix/noid-reset-password fix/noid-retrieve-all-authors-at-the-same-time fix/noid/accept-informational-tests-as-success fix/noid/allows-some-char-from-federationid fix/noid/appconfig-setmixed-on-typed fix/noid/broken-password-reset-form fix/noid/broken-taskprocessing-api fix/noid/calendar-enabled fix/noid/check-file-before-download fix/noid/clean-config-code fix/noid/contactsmenu-ab-enabled fix/noid/content-header-height fix/noid/count-disabled-correct fix/noid/debug-objectstorage-s3 fix/noid/deleted-circles-share fix/noid/deprecation-correct-case fix/noid/discover-unique-ocmprovider fix/noid/empty-path-for-files-versions fix/noid/encrypted-propagation-test fix/noid/ensure-userid-attr-present fix/noid/expose-calendar-enabled fix/noid/federation-really-surely-init-token fix/noid/fifty-fifth fix/noid/files-page-heading-theming-name fix/noid/files-version-sidebar-item-style fix/noid/fix-itipbroker-messages fix/noid/fix-try-login fix/noid/fix-unified-search-provider-id fix/noid/flaky-sso-tests fix/noid/get-fedid-from-cloudfed-provider fix/noid/get-preview-force-mimetype fix/noid/ignore-missing-memberships-on-reshare-verification fix/noid/ignore-missing-owner fix/noid/ignore-unavailable-token fix/noid/in-folder-search fix/noid/init-navigation-data-too-soon fix/noid/ldap-displayname-cached fix/noid/ldap-n-counted-mapped-users fix/noid/ldap-no-connection-reason fix/noid/ldap-remnants-as-disabled-global fix/noid/ldap-setopt-for-disabling-certcheck fix/noid/lexicon-update-lazy-status fix/noid/log-false-user fix/noid/make-s3-connect-timeout-option-configurable fix/noid/metadata-on-fresh-setup fix/noid/no-emails-for-user-shares fix/noid/null-safe-metadata fix/noid/path-hash-prep-statement fix/noid/refresh-filesize-on-conflict-24 fix/noid/remote-account-activity-translation fix/noid/rename-remote-user-to-guest-user fix/noid/return-verified-email fix/noid/revert-api-breaking-return-type fix/noid/rich-editor-mixin fix/noid/run-kerberos-tests-on-ubuntu-latest fix/noid/set-ext-pwd-as-sensitive fix/noid/statetoken-concurrency fix/noid/stuck-ffmpeg fix/noid/task-processing-file-content-stream fix/noid/taskprocessing-appapi fix/noid/test-samba-with-self-hosted fix/noid/textprocessing-list-types fix/noid/textprocessing-schedule-taskprocessing-provider fix/noid/thudnerbird-addon-useragent fix/noid/transfer-ownership-select fix/noid/try-latest-buildjet-cache fix/noid/update-codeowners-nfebe fix/noid/wfe-empty-group-in-check fix/noid/wfe-set-inital-value fix/noid/windows-font-family fix/noid/wipe-local-storage fix/note-icon-color fix/null-label fix/oauth2/owncloud-migration fix/oauth2/retain-legacy-oc-client-support fix/oc/inheritdoc fix/occ/config-fileowner-suppress-errors fix/ocm-host fix/ocm-public-key-is-optional fix/ocmdiscoveryservice/cache-errors fix/openapi/array-syntax fix/openapi/outdated-specs fix/oracle-insert-id fix/overide-itip-broker fix/ownership-transfer-source-user-files fix/pass-hide-download-in-update-request fix/password-field-sharing fix/password-validation fix/path-length fix/people-translation fix/perf/cache-avilable-taskt-types fix/perf/cache-taskprocessing-json-parse fix/pick-folder-smart-picker fix/picker-tag-color fix/preview-check fix/product-name-capability fix/pronouns-tests fix/pronouns-translation fix/proper-download-check fix/proper-preview-icon fix/provisionApi-status-codes fix/provisioning_api/password-change-hint-translation fix/proxy-app-screenshot fix/psalm/enabled-find-unused-baseline-entry fix/psalm/throws-annotations fix/psalm/update-baseline fix/public-copy-move-stable-28 fix/public-displayname-owner fix/public-get fix/public-owner-scope fix/public-share-expiration fix/public-share-router fix/public-upload-notification-default fix/qbmapper/find-entities-return-type fix/querybuilder/oracle-indentifier-length fix/querybuilder/output-columns-aliases fix/quota-exceptions fix/quota-view-files fix/rate-limit-share-creation fix/read-only-share-download fix/reasons-to-use fix/recently_active_pgsql fix/recommended-apps fix/rector-use-statements fix/redirect-openfile-param fix/refactor-imip fix/refactor-user-access-to-file-list fix/refresh-convert-list fix/release-gen-changelog fix/reminder-node-access fix/remove-app.php-loading fix/remove-broken-versions-routes fix/remove-needless-console-log fix/remove-redundant-check-server fix/remove-references-to-deprected-storage-interface fix/remove-share-hint-exception-wrapping fix/reply-message fix/request-reviews fix/requesttoken fix/require-update-if-mtime-is-null fix/reset-phone-number fix/reset-property fix/resiliant-user-removal fix/resolve_public_rate_limit fix/restore-sucess fix/retry-delete-if-locked fix/revive-lowercase-email fix/rich-object-strings/better-exception-messages fix/richobjectstrings/validator-string-key-value-error fix/rtl-regession fix/s3-verify-peer-setting fix/s3-versions fix/s3/empty-sse-c-key fix/s3configtrait/proxy-false fix/sabre-dav-itip-broker fix/sass fix/scrolling-file-list fix/search-cast fix/search-tags-lowercase fix/session-cron fix/session/log-likely-lost-session-conditions fix/session/log-regenerate-id fix/session/log-session-id fix/session/log-session-start-error fix/session/permanent-token-app-password fix/session/session-passphraze-handling fix/session/transactional-remember-me-renewal fix/settings--disable-discover-when-app-store-is-disabled fix/settings-command fix/settings-l10n fix/settings/admin/ai/textprocessing fix/settings/email-change-restriction fix/settings/ex-apps-search fix/settings/mail-server-settings-form fix/settings/read-only-apps-root fix/settings/userid-dependency-injection fix/setupmanager/home-root-providers-register-mounts fix/share-allow-delete-perms-4-files fix/share-api-create--permissions fix/share-expiry-translation fix/share-label fix/share-notifications fix/share-sidebar-bugs fix/share-status fix/sharing-entry-link fix/sharing-error-catch fix/sharing-exp-date fix/sharing-password-submit-create fix/sharing-sidebar-tab-default fix/shipped-app-version fix/show-better-mtime fix/show-deleted-team-shares fix/show-share-recipient-in-mail fix/show-templates-folder-default fix/sidebar-favorites fix/simplify-login-box fix/size-update-appdata fix/stable27 fix/stable28-uploader fix/stable28/webcal-subscription-jobs-middleware fix/stable29-header-title fix/stable29/numerical-userid-file-item-display fix/stable29/webcal-subscription-jobs-middleware fix/stable29_share-api-create--permissions fix/stable30/create-download-attribute-if-missing fix/stable30/share-types-references fix/storage-local/get-source-path-spl-file-info fix/storage-settings fix/storage/get-directory-content-return-type fix/storage/get-owner-false fix/storage/method-docs-inheritance fix/strict-types fix/subadmin-user-groups fix/tag-fileid-check fix/tags-events fix/tags/boolean-user-has-tags fix/task-cleanup-delay fix/task-processing-api-controller/dont-use-plus fix/taskprocessing-api-get-file-contents fix/taskprocessing-better-errors fix/taskprocessing-cache fix/taskprocessing-manager/php-notice fix/tasktypes-translations fix/template-field-title fix/template-name-overflow fix/template-return-type fix/template-vue3-main fix/template/implement-itemplate fix/tests/migrations fix/texttotextchatwithtools-translator-notes fix/themes-layout fix/theming-migration fix/theming/default-theme-selection fix/ticket_9672007/share_mail fix/timedjob-execution-time fix/tp-validation fix/twitter-fediverse fix/two-factor-request-token fix/type-error-filter-mount fix/typo-recommended-apps fix/undefined-application-key fix/undefined-response fix/unified-search-bar fix/unified-search-ctrl-f fix/unified-search-empty-sections fix/unified-search-filter-reset-on-load-more fix/unified-search-size fix/unnecessary-template-fields-request fix/update-notification fix/update-notification-respect-config fix/update-share-entry-quick-select fix/updateall fix/updatenotification-legacy-toast fix/updatenotification/applist-error-handling fix/upload-file-drop-info fix/use-also-default-text fix/use-invokeprivate-for-test fix/user-login-with-cookie-e2ee fix/user-manager/limit-enabled-users-counting-seen fix/user_status/harden-api fix/users-gid fix/usertrait/backend-initialization fix/validation-defaults fix/version-channel fix/versions/wrong-toast fix/view-in-folder-conditions fix/view-local-close fix/view-only-preview fix/view/catch-mkdir-exception-non-existent-parents fix/wait-for-toast fix/weather_status/search-address-offline-errors fix/webauthn fix/webcal-subscription-jobs-middleware fix/webpack-nonce fix/wrong-image-type fixFilesRemindersJoins fixHardcodedVersionsFolder fixHeaderStyleSettings fixIncParam30 fixKeyExFileExt fixPhp83Deprecation fixWrongTranslation followup/39574/ocm-provider-without-beautiful-urls followup/47329/add-all-types-to-handling followup/48086/fix-more-activity-providers forbid-moving-subfolder-24 fox/noid/extended-auth-on-webdav fullFilePreviews fwdport/48445/master getMountsForFileId-non-sparse guzzleHandler gw-codeowners-public-api handle-missing-share-providers-when-promoting-reshares hasTableTaskprocessingTasks home-folder-readonly icewind-smb-3.7 ignore-write-test-unlink-err info-file-more-encryption-checks info-file-permissions info-storage-command instance-quota introduce-publish-classification-levels isNumericMtime issue_45523_actionmenu_in_multiple_actions_menu_bar joblist-build-error-log jr-quota-exceeded-admin-log jr/enh/updates/options-buttons-web-ui jr/meta/issue-template-bugs-closed-link jtr-chore-log-getEntries-cleanup jtr-chore-mbstring-func-overload jtr-docs-dispatcher-return jtr-feat-setupchecks-limit-type jtr-fix-403-design jtr-fix-dnspin-port-logging jtr-httpclient-compression jtr-locale-personal-info jtr-maint-refresh-part-1 jtr-perf-checks-connectivity-https-proto jtr-profile-email-pages jtr-refactor-remote-php jtr-remove-always-populate-raw-post-data jtr-settings-memory-limit-details jtr/chore-bug-report-logs jtr/desc-and-help-plus-minor-fixes-files-scan jtr/dns-noisy-dns-get-record jtr/fix-25162 jtr/fix-40666-fallback-copy jtr/fix-45671 jtr/fix-46609-delegation-add-group-overlap jtr/fix-appframework-server-proto jtr/fix-hash-hkdf-valueerror jtr/fix-ipv6-zone-ids-link-local jtr/fix-sharing-update-hints jtr/fix-streamer-zip64 jtr/fix-testSearchGroups jtr/fix-tests/mysql-phpunit-health jtr/fix-updater-cleanup-job-logging jtr/fix-wipe-missing-token-handling jtr/occ-maintenance-mode-desc jtr/preview-thumb-robustness jtr/router-light-refactoring jtr/setup-checks-heading jtr/test-binaryfinder jtr/typo-accessibility-config-sample kerberos-saved-ticket kerberos-saved-ticket-27 leftybournes/fix/app-sorting leftybournes/fix/files_trashbin_dont_restore_full leftybournes/fix/files_trashbin_retention leftybournes/fix/object_storage_large_uploads leftybournes/fix/sftp_scan_infinite_loop location-provider lockThreadsOlderThan120d log-event-recursion login-less-custom-bundle man/backport/45237/stable27 master memcache-commands merge-token-updates metadata-storage-id mgallien/fix/retry_cache_operations_on_deadlock mixedSetTTL mount-move-checks mountpoint-get-numeric-storage-id-cache mountpoint-mkdir-quota move-from-encryption-no-opt moveOCPClasses moveStrictTyping multi-object-store mysqlNativePassCi nested-jail-root new-julius newfolder-race-improvements nickv-debug-reactions-test no-issue-use-correct-exceptions-in-share-class no-shared-direct-download noissue-refactor-share-class normlize-less notfound-debug-mounts notfound-debug-mounts-30 obj-delete-not-found obj-delete-not-found-20 object-store-filename object-store-move-db object-store-move-fixes object-store-orphan object-store-trash-move objectstore-touch-double-cache oc-wnd-migrate oc-wnd-migrate-25 occ-as-root occ-external-dependencies occ-upgrade-reminder occ-upgrade-wording oci-ci-faststart ocs-user-info-quota-optimize optionally-hide-hidden-files-in-public-share-access oracle-share-reminder passedLockValueIsIntOrNull patch-14 patch/52833 patch/61084/disable-clear-cache patch/76955/disable-notification-on-email-change patch/hash-return-null patch/performance-scckit path-available perf/appconfig/caching perf/avatar perf/cache-file-reminders perf/cache-reference-list perf/cache-server-checks-local-cache perf/caldav/bigger-chunks-orphan-repair perf/capa perf/carddav/dont-query-circles perf/check-node-type perf/core/jobs-index perf/cron/delay-timedjob-checking perf/dav-preload-search-tags perf/db/cards-properties-abid-name-value-idx perf/db/jobs-table-indexes perf/excimer perf/files/cache-garbage-collection-background-job perf/files/chunked-upload-default-100-mib perf/files/setup-fs-basic-auth-request perf/filter-propfind perf/force-sending-ifnonematch perf/get_shares_at_once perf/improve-incomplete-scan perf/log-excessive-memory-consumption perf/log-high-memory-requests perf/noid/dont-load-addressbook-on-resolving-cloudid perf/noid/query-performance perf/noid/split-getSharedWith-query-into-more-performance-sets perf/noid/unified-search-init perf/paginate-filter-groups perf/properies-index- perf/realpath-custom-prop perf/remove-filecache-index perf/share20/get-all-shares-in-folder perf/usermountcache/local-cache pr/51113 prevPropPromarrayClas primary-object-store-settings printOccHumanFriendly printOnlyOnceText profile-request pull_request-trigger pulsejet-patch-share-attr pulsejet/truncate-1 query-req-id-26 rakekniven-patch-1 rakekniven-patch-2 readd-object-store-phpunit rector-tests refactSmallAdjust refactor/48925/sharing-sidebar-redesign refactor/account-management-router refactor/app/remove-register-routes refactor/apps/constructor-property-promotion refactor/apps/declare-strict-types refactor/apps/php55-features refactor/appstore-modernization refactor/background-service refactor/class-string-constant refactor/cleanup-login-logout-hooks refactor/dav/example-contact-service refactor/dirname-to-dir refactor/drop-to-uploader refactor/elvis refactor/files-cleanup refactor/files-deprecated-share-types refactor/files-filelist-width refactor/files-hotkeys refactor/files-required-navigation refactor/files/remove-app-class refactor/migration-override-attribute refactor/move-to-new-activity-exception refactor/ocp-deprecations refactor/preview-tests refactor/provide-file-actions-through-composable refactor/rector-core refactor/rector-top-level refactor/rector/extend-scope refactor/register-routes refactor/remove-app-registerRoutes refactor/self-class-reference refactor/settings/mail-settings-parameters refactor/share-manager-appconfig refactor/storage/constructors refactor/storage/strong-param-types refactor/storage/strong-type-properties refactor/stream-encryption/typings refactor/template-layout refactor/tempmanager refactor/use-in-instead-of-or refactor/void-tests refactor/zip-event release/28.0.11 release/28.0.11_rc1 release/28.0.12 release/28.0.12_rc1 release/28.0.12_rc2 release/28.0.14 release/28.0.14_rc1 release/29.0.0beta2 release/29.0.11 release/29.0.11_rc1 release/29.0.12 release/29.0.12_rc1 release/29.0.12_rc2 release/29.0.13 release/29.0.13_rc1 release/29.0.13_rc2 release/29.0.14 release/29.0.14_rc1 release/29.0.15_rc1 release/29.0.15_rc2 release/29.0.16 release/29.0.16_rc1 release/29.0.8 release/29.0.8_rc1 release/29.0.9 release/29.0.9_rc1 release/29.0.9_rc2 release/30.0.10 release/30.0.10_rc1 release/30.0.11 release/30.0.11_rc1 release/30.0.12 release/30.0.12_rc1 release/30.0.1_rc release/30.0.1_rc1 release/30.0.1_rc2 release/30.0.2 release/30.0.2_rc1 release/30.0.2_rc2 release/30.0.4 release/30.0.4_rc1 release/30.0.5 release/30.0.5_rc1 release/30.0.6 release/30.0.6_rc1 release/30.0.6_rc2 release/30.0.7 release/30.0.7_rc1 release/30.0.7_rc2 release/30.0.8 release/30.0.8_rc1 release/30.0.9 release/30.0.9_rc1 release/30.0.9_rc2 release/31.0.0 release/31.0.0_beta_1 release/31.0.0_beta_2 release/31.0.0_beta_4 release/31.0.0_rc2 release/31.0.0_rc3 release/31.0.0_rc4 release/31.0.0_rc5 release/31.0.1 release/31.0.1_rc1 release/31.0.1_rc2 release/31.0.2 release/31.0.2_rc1 release/31.0.3 release/31.0.3_rc1 release/31.0.3_rc2 release/31.0.4 release/31.0.4_rc1 release/31.0.5 release/31.0.5_rc1 release/31.0.6 release/31.0.6_rc1 reminder-dont-validiate-node-dav remoteIdToShares remove-filecache-joins remove-locking-config-sample remove-non-accessible-shares remove-scrutinizer remove-unused-method removeNoisyTextEmails removeTrailingComma rename-deleted-default-calendar-in-trashbin rename-hooks-webhook repair-mimetype-expensive-squashed-29 repair-tree-invalid-parent reshare-permission-logic-27 revert-49004 revert-49650-backport/49293/stable30 revert-49825-revert-49650-backport/49293/stable30 revert-51431-enh/noid/disable-bulk-upload revert-52122-backport/51431/stable30 revert-52123-backport/51431/stable31 revert-52503-fix/files_sharing/filter-own-reshared-shares revert-52914 revert-53077-backport/52914/stable31 revert-53078-backport/52914/stable30 revert/41453 revert/52035 revert/52038 revert/52818 revert/email-setting-migration revert/gfm-pin revert/openapi-extractor revert/share-node-accessible revoke-admin-overwrite-8 reworkShareExceptions rfc/global-rate-limit rfc/request-timeout run-test-mime-type-icon-again s3-bucket-create-exception s3-disable-multipart s3-disable-multipart-remove-debug safety-net-null-check scan-home-ext-storae scan-locked-error scanner-invalid-data-log scckit-backports security-missing-auth-error seekable-http-size-24 setupChecksMoveFromBinary sftp-fopen-write-stat-cache sftp-known-mtime shard-key-hint-partition sharding-code-fixes sharding-existing sharding-select-fixes share-list-cmd share-list-set-owner share-mount-check-no-in share-move-storage-error share-reminder-sharding share-root-meta-cache shared-cache-watcher-update shared-cache-watcher-update-30 shared-target-verify-cache shared-target-verify-cache-fix skjnldbot/nextcloud-upload skjnldsbot/dep-upload-stable29 skjnldsbot/dep-upload-stable30 skjnldsbot/dep-upload-stable31 skjnldsv-patch-1 smb-acl-fail-soft smb-hasupdated-deleted smb-notify-test smb-open-failure-log smb-systembridge solracsf-patch-1 stable-swift-v3 stable10 stable11 stable12 stable13 stable14 stable15 stable16 stable17 stable18 stable19 stable20 stable21 stable22 stable23 stable24 stable25 stable26 stable27 stable28 stable28BackportMissingSetTTL stable29 stable30 stable30-admin-audit-listen-failed-login stable30-fix-renaming-a-received-share-by-a-user-with-stale-shares stable31 stable9 storage-cache-not-exists storage-debug-info storage-id-cache-memcache stream-assembly-stream-size sub-mount-filter-no-storage targetIsNotShared-catch-notfound techdebt/noid/add-parameter-typehints techdebt/noid/more-phpunit-10-preparations techdebt/noid/more-useful-debug-logs techdebt/noid/prepare-phpunit10 techdebt/standard-15/consumable-ocp test-scanner-no-transactions-26 test/autotest-git test/cypress-flaky test/cypress-flakyness test/eol-check test/eol-check-26 test/files-download test/files-sharing-phpunit test/fix-cypress test/fix-files-sharing test/folder-tree test/integration/cleanup-logs test/no-git-ignore test/noid/debug-reactions-test test/noid/improve-test-output test/noid/more-phpunit-10 test/widget-perf test/workflow tests/fix-jest-leftover tests/noid/caldav-tests tests/noid/carddav-tests tests/noid/dav-systemtag tests/noid/debug-systemkeeper tests/noid/federated-file-sharing tests/noid/files_sharing-1 tests/noid/finish-dav tests/noid/ldap tests/noid/migrate-federation-and-files_trashbin tests/noid/migrate-files-external-to-phpunit10 tests/noid/migrate-files_versions tests/noid/migrate-more-apps-to-phpunit10 tests/noid/more-phpunit10-apps tests/noid/speed-up-comments-test tests/template-workflow transfer-external-storage transfer-share-skip-notfound trimBucketDnsName try-non-recursive-source-27 update-phpdoc-for-folder-get update-stale-bot-configuration updateLastSeen updater-change-mimetype-objectstore upgrade/psr-log-to-v2 uploadfolder-rework uploadfolder-rework-autofix upstream/52135/52135-master useHttpFramework useNameNotUrl useOCPClassesTrashbin usermountcache-filecache-joins usermountcache-logging validateProvidedEmail version-test-new-file wrapper-instanceof-resiliant-squash zip-download-no-sabre-response zorn-v-patch-1