dfdbc6bff5ad9754169734460a027a4182ea8432
68 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 44104ba195 |
chore(deps): update dependency outline/outline to v1.6.0 (#4756)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outline/outline](https://github.com/outline/outline) | minor | `1.5.0` → `1.6.0` | --- ### Release Notes <details> <summary>outline/outline (outline/outline)</summary> ### [`v1.6.0`](https://github.com/outline/outline/releases/tag/v1.6.0) [Compare Source](https://github.com/outline/outline/compare/v1.5.0...v1.6.0) #### What's Changed ##### Highlights - Added a built-in MCP (Model Context Protocol) server, allowing AI assistants like Claude, Cursor, and Mistral to securely interact with the knowledge base. This is disabled by default for existing workspaces – see more details in the [docs](https://docs.getoutline.com/s/guide/doc/mcp-6j9jtENNKL). - New GitLab integration allows previewing issues, merge requests, and projects in documents. Connect GitLab cloud, self-hosted, or both! - A new "Present" mode allows presenting any document as formatted slides based on headers and dividers. See [docs](https://docs.getoutline.com/s/guide/doc/present-mode-yMGzaY7A9L). ##### Other Improvements - Fortran and ABAP language support added to code blocks in [#​11471](https://github.com/outline/outline/pull/11471) - OAuth provider now supports dynamic client registration in [#​11462](https://github.com/outline/outline/pull/11462) - Added support for rich Linear, GitHub, and GitLab project mentions - It is now possible to insert templates from the block menu in [#​11647](https://github.com/outline/outline/pull/11647) - Embed integrations shown in the editor are now configurable in **Settings -> Integrations -> Embeds** in [#​11612](https://github.com/outline/outline/pull/11612) - Toggle blocks can now be closed/open by clicking on the title in [#​11469](https://github.com/outline/outline/pull/11469) - Add `Meta+Shift+I` shortcut for opening Insights in [#​11492](https://github.com/outline/outline/pull/11492) - Added webhook category for file attachments in [#​11494](https://github.com/outline/outline/pull/11494) - Child documents are now shown in the markdown for shared documents in [#​11495](https://github.com/outline/outline/pull/11495) - Much smaller initial javascript bundle in [#​11518](https://github.com/outline/outline/pull/11518) - Added support for configurable proxy IP header in environment settings by [@​ashleysommer](https://github.com/ashleysommer) in [#​11595](https://github.com/outline/outline/pull/11595) - Added text wrap option for code blocks in [#​11614](https://github.com/outline/outline/pull/11614) - Support rendering any shared doc as Markdown by adding `.md` extension ([example](https://docs.getoutline.com/s/guide.md)) in [#​11668](https://github.com/outline/outline/pull/11668) - Added support for the ELK layout engine in Mermaid diagrams in [#​11631](https://github.com/outline/outline/pull/11631) - Added FontAwesome icon support to Mermaid diagrams in [#​11704](https://github.com/outline/outline/pull/11704) - There is now an option to toggle all notifications in [#​11713](https://github.com/outline/outline/pull/11713) - Added an "Open in Desktop" option to document menu in [#​11729](https://github.com/outline/outline/pull/11729) - It is now possible to toggle the preview display for attached PDFs in [#​11746](https://github.com/outline/outline/pull/11746) - `CMD+Shift+L` shortcut now works to toggle theme on publicly shared pages in [#​11750](https://github.com/outline/outline/pull/11750) - Discord will no longer re-prompt authorization for existing grants by [@​lrstanley](https://github.com/lrstanley) in [#​11757](https://github.com/outline/outline/pull/11757) - Small facelift of integrations directory in [#​11516](https://github.com/outline/outline/pull/11516) and group management - API: Added new `templates.list`, `templates.create`, `templates.info` etc endpoints to manage templates in [#​11027](https://github.com/outline/outline/pull/11027) ##### Fixes - Fixed an issue with pagination on search results in [#​11489](https://github.com/outline/outline/pull/11489) - Fixed an issue where the find and replace dialog immediately closes when opened on mobile devices in [#​11497](https://github.com/outline/outline/pull/11497) - Improved caching behavior by ignoring the browser cache for the diagram extension in [#​11498](https://github.com/outline/outline/pull/11498) - Fixed an issue where the read-only collection editor would not remount correctly when navigating in [#​11499](https://github.com/outline/outline/pull/11499) - Fixed overly greedy background highlighting in the editor in [#​11500](https://github.com/outline/outline/pull/11500) - Resolved multiple issues related to sticky headers on tables in [#​11501](https://github.com/outline/outline/pull/11501) - Improved performance by applying initial decorations earlier for toggle blocks in [#​11493](https://github.com/outline/outline/pull/11493) - Improved the accuracy of touch device detection in [#​11515](https://github.com/outline/outline/pull/11515) - Improved performance by protecting against thundering herd issues in the SSO access validation task in [#​11532](https://github.com/outline/outline/pull/11532) - Improved performance by optimizing a slow database query in the notification helper in [#​11534](https://github.com/outline/outline/pull/11534) - Improved performance by moving image downloads outside of database transactions in [#​11528](https://github.com/outline/outline/pull/11528) - Fixed an issue where a duplicate Korean IME character would be inserted when pressing Enter in the search bar by [@​huiseo](https://github.com/huiseo) in [#​11543](https://github.com/outline/outline/pull/11543) - Fixed an issue where split comment marks were not correctly updated or deleted in [#​11537](https://github.com/outline/outline/pull/11537) - Added handling for network failures in the installation info endpoint for isolated environments in [#​11546](https://github.com/outline/outline/pull/11546) - Fixed a printing error caused by timing issues with React's `queueMicrotask` in [#​11551](https://github.com/outline/outline/pull/11551) - Improved performance by optimizing the user memberships query in [#​11553](https://github.com/outline/outline/pull/11553) - Fixed styling issues by adding a read-only guard on table cell selections in [#​11555](https://github.com/outline/outline/pull/11555) - Fixed an issue in the Notion importer where child page mentions were being ignored in [#​11567](https://github.com/outline/outline/pull/11567) - Fixed an issue with the misuse of database transactions in document revision endpoints in [#​11574](https://github.com/outline/outline/pull/11574) - Fixed an issue by properly wrapping the content of toggle blocks in [#​11577](https://github.com/outline/outline/pull/11577) - Improved performance by caching user collection IDs in [#​11579](https://github.com/outline/outline/pull/11579) - Fixed a memory leak where failed webhooks were held in memory after a timeout in [#​11580](https://github.com/outline/outline/pull/11580) - Improved database performance by removing unnecessarily complex joins in [#​11581](https://github.com/outline/outline/pull/11581) - Fixed horizontal text overflow issues in notification emails in [#​11584](https://github.com/outline/outline/pull/11584) - Fixed support for toggling nested lists within completed checkbox items in [#​11583](https://github.com/outline/outline/pull/11583) - Fixed an issue where an empty state would briefly flash in the mention menu in [#​11587](https://github.com/outline/outline/pull/11587) - Fixed issues by normalizing the edit state in the collection overview in [#​11586](https://github.com/outline/outline/pull/11586) - Improved performance to prevent database lockups when presenting lists of imported documents in [#​11591](https://github.com/outline/outline/pull/11591) - Fixed UUID escaping for custom emojis during document creation via the API in [#​11594](https://github.com/outline/outline/pull/11594) - Fixed an issue where searches within public docs were incorrectly including internal popularity scores in [#​11598](https://github.com/outline/outline/pull/11598) - Fixed an issue with the rank ordering of search results in [#​11599](https://github.com/outline/outline/pull/11599) - Improved the appearance and functionality of the search popover on public documents in [#​11601](https://github.com/outline/outline/pull/11601) - Fixed visual and functional issues with the notifications popover in [#​11602](https://github.com/outline/outline/pull/11602) - Increased the request timeout for file creation to better support uploading large files in [#​11570](https://github.com/outline/outline/pull/11570) - Fixed a misalignment issue with the right sidebar header in [#​11539](https://github.com/outline/outline/pull/11539) - Fixed issues related to rendering Mermaid diagrams in [#​11604](https://github.com/outline/outline/pull/11604) - Fixed a visual issue where the search sorting control would wrap onto its own line in [#​11606](https://github.com/outline/outline/pull/11606) - Made a variety of performance improvements to the `ProsemirrorHelper` in [#​11554](https://github.com/outline/outline/pull/11554) - Fixed an issue where the sidebar would briefly flash upon initial page load in [#​11607](https://github.com/outline/outline/pull/11607) - Ensured that documents are removed from the starred list when they are archived in [#​11611](https://github.com/outline/outline/pull/11611) - Improved performance by verifying websocket connections before querying the database in [#​11620](https://github.com/outline/outline/pull/11620) - Updated the rate limiter to use a combination of user ID and IP address for better accuracy in [#​11613](https://github.com/outline/outline/pull/11613) - Fixed an issue to ensure diagram file formats (PNG/SVG) are preserved when editing in [#​11622](https://github.com/outline/outline/pull/11622) - Added a security limit of 10 attempts for OTP (One-Time Password) logins in [#​11623](https://github.com/outline/outline/pull/11623) - Fixed issues related to avatar uploads in [#​11624](https://github.com/outline/outline/pull/11624) - Improved performance by including the collection's `updatedAt` property in websocket payloads in [#​11628](https://github.com/outline/outline/pull/11628) - Improved performance by adding API request deduplication in [#​11629](https://github.com/outline/outline/pull/11629) - Upgraded `framer-motion` to version 5 to resolve issues with tab animations in [#​11632](https://github.com/outline/outline/pull/11632) - Fixed an issue by skipping link unfurling attempts for non-HTTP/HTTPS URLs in [#​11640](https://github.com/outline/outline/pull/11640) - Improved reliability by validating OAuth client IDs as UUIDs before querying the database in [#​11653](https://github.com/outline/outline/pull/11653) - Fixed an issue to ensure sourced permissions are correctly rebuilt when a document is moved in [#​11229](https://github.com/outline/outline/pull/11229) - Improved navigation visuals by highlighting the parent menu item when its submenu is open in [#​11659](https://github.com/outline/outline/pull/11659) - Fixed an issue where the ESC key was not working to close the Share popover in [#​11662](https://github.com/outline/outline/pull/11662) - Removed the hidden star control from document list items on mobile devices in [#​11655](https://github.com/outline/outline/pull/11655) - Fixed an issue that caused database deadlocks when inserting into subscriptions in [#​11667](https://github.com/outline/outline/pull/11667) - Removed the deprecated `datadog-metrics` library in [#​11665](https://github.com/outline/outline/pull/11665) - Fixed an issue where @​mentions on mobile were being inserted at the incorrect position in [#​11671](https://github.com/outline/outline/pull/11671) - Fixed incorrect visual nesting of items in the document explorer in [#​11680](https://github.com/outline/outline/pull/11680) - Improved the accuracy of user membership policy checks in [#​11687](https://github.com/outline/outline/pull/11687) - Improved performance by avoiding the instantiation of unnecessary editor extensions in read-only mode in [#​11681](https://github.com/outline/outline/pull/11681) - Added a missing check for enabled passkeys in the verification endpoint in [#​11689](https://github.com/outline/outline/pull/11689) - Increased the font size within code blocks for better readability in [#​11690](https://github.com/outline/outline/pull/11690) - Fixed an issue to ensure comments on nodes are correctly stripped when duplicating a document in [#​11700](https://github.com/outline/outline/pull/11700) - Moved warning-level logs from Sentry to standard logging outputs in [#​11708](https://github.com/outline/outline/pull/11708) - Added support for the German (`de_DE`) long-date format in localized time display by [@​iljalukin](https://github.com/iljalukin) in [#​11720](https://github.com/outline/outline/pull/11720) - Removed the deprecated usage of `ALLOWED_DOMAINS` and `GOOGLE_ALLOWED_DOMAINS` environment variables by [@​akshat-kumar-singhal](https://github.com/akshat-kumar-singhal) in [#​11718](https://github.com/outline/outline/pull/11718) - Improved database performance by optimizing query pagination in [#​11726](https://github.com/outline/outline/pull/11726) - Fixed a visual issue where the document explorer would jump when hovered over with the pointer in [#​11727](https://github.com/outline/outline/pull/11727) - Fixed incorrect policy enforcement for file operations in [#​11728](https://github.com/outline/outline/pull/11728) - Fixed an issue by properly filtering relationships returned from the list endpoint in [#​11738](https://github.com/outline/outline/pull/11738) - Ensured that "Passkey" is only displayed on login screen if the workspace has actually used them in [#​11748](https://github.com/outline/outline/pull/11748) - Changed the default behavior so that PDF attachments are no longer embedded automatically upon drag upload in [#​11745](https://github.com/outline/outline/pull/11745) - Fixed an issue that caused stale collaborator IDs to be retained in [#​11749](https://github.com/outline/outline/pull/11749) - Moved the group management interface to a dedicated sub-page for better organization in [#​11755](https://github.com/outline/outline/pull/11755) #### New Contributors - [@​ashleysommer](https://github.com/ashleysommer) made their first contribution in [#​11595](https://github.com/outline/outline/pull/11595) - [@​iljalukin](https://github.com/iljalukin) made their first contribution in [#​11720](https://github.com/outline/outline/pull/11720) - [@​akshat-kumar-singhal](https://github.com/akshat-kumar-singhal) made their first contribution in [#​11718](https://github.com/outline/outline/pull/11718) - [@​Daniel15](https://github.com/Daniel15) made their first contribution in [#​11731](https://github.com/outline/outline/pull/11731) - [@​lrstanley](https://github.com/lrstanley) made their first contribution in [#​11757](https://github.com/outline/outline/pull/11757) **Full Changelog**: <https://github.com/outline/outline/compare/v1.5.0...v1.6.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4756 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 45754be712 |
chore(deps): update outlinewiki/outline docker tag to v1.6.0 (#4757)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://github.com/outline/outline) | minor | `1.5.0` → `1.6.0` | --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v1.6.0`](https://github.com/outline/outline/releases/tag/v1.6.0) [Compare Source](https://github.com/outline/outline/compare/v1.5.0...v1.6.0) ##### What's Changed ##### Highlights - Added a built-in MCP (Model Context Protocol) server, allowing AI assistants like Claude, Cursor, and Mistral to securely interact with the knowledge base. This is disabled by default for existing workspaces – see more details in the [docs](https://docs.getoutline.com/s/guide/doc/mcp-6j9jtENNKL). - New GitLab integration allows previewing issues, merge requests, and projects in documents. Connect GitLab cloud, self-hosted, or both! - A new "Present" mode allows presenting any document as formatted slides based on headers and dividers. See [docs](https://docs.getoutline.com/s/guide/doc/present-mode-yMGzaY7A9L). ##### Other Improvements - Fortran and ABAP language support added to code blocks in [#​11471](https://github.com/outline/outline/pull/11471) - OAuth provider now supports dynamic client registration in [#​11462](https://github.com/outline/outline/pull/11462) - Added support for rich Linear, GitHub, and GitLab project mentions - It is now possible to insert templates from the block menu in [#​11647](https://github.com/outline/outline/pull/11647) - Embed integrations shown in the editor are now configurable in **Settings -> Integrations -> Embeds** in [#​11612](https://github.com/outline/outline/pull/11612) - Toggle blocks can now be closed/open by clicking on the title in [#​11469](https://github.com/outline/outline/pull/11469) - Add `Meta+Shift+I` shortcut for opening Insights in [#​11492](https://github.com/outline/outline/pull/11492) - Added webhook category for file attachments in [#​11494](https://github.com/outline/outline/pull/11494) - Child documents are now shown in the markdown for shared documents in [#​11495](https://github.com/outline/outline/pull/11495) - Much smaller initial javascript bundle in [#​11518](https://github.com/outline/outline/pull/11518) - Added support for configurable proxy IP header in environment settings by [@​ashleysommer](https://github.com/ashleysommer) in [#​11595](https://github.com/outline/outline/pull/11595) - Added text wrap option for code blocks in [#​11614](https://github.com/outline/outline/pull/11614) - Support rendering any shared doc as Markdown by adding `.md` extension ([example](https://docs.getoutline.com/s/guide.md)) in [#​11668](https://github.com/outline/outline/pull/11668) - Added support for the ELK layout engine in Mermaid diagrams in [#​11631](https://github.com/outline/outline/pull/11631) - Added FontAwesome icon support to Mermaid diagrams in [#​11704](https://github.com/outline/outline/pull/11704) - There is now an option to toggle all notifications in [#​11713](https://github.com/outline/outline/pull/11713) - Added an "Open in Desktop" option to document menu in [#​11729](https://github.com/outline/outline/pull/11729) - It is now possible to toggle the preview display for attached PDFs in [#​11746](https://github.com/outline/outline/pull/11746) - `CMD+Shift+L` shortcut now works to toggle theme on publicly shared pages in [#​11750](https://github.com/outline/outline/pull/11750) - Discord will no longer re-prompt authorization for existing grants by [@​lrstanley](https://github.com/lrstanley) in [#​11757](https://github.com/outline/outline/pull/11757) - Small facelift of integrations directory in [#​11516](https://github.com/outline/outline/pull/11516) and group management - API: Added new `templates.list`, `templates.create`, `templates.info` etc endpoints to manage templates in [#​11027](https://github.com/outline/outline/pull/11027) ##### Fixes - Fixed an issue with pagination on search results in [#​11489](https://github.com/outline/outline/pull/11489) - Fixed an issue where the find and replace dialog immediately closes when opened on mobile devices in [#​11497](https://github.com/outline/outline/pull/11497) - Improved caching behavior by ignoring the browser cache for the diagram extension in [#​11498](https://github.com/outline/outline/pull/11498) - Fixed an issue where the read-only collection editor would not remount correctly when navigating in [#​11499](https://github.com/outline/outline/pull/11499) - Fixed overly greedy background highlighting in the editor in [#​11500](https://github.com/outline/outline/pull/11500) - Resolved multiple issues related to sticky headers on tables in [#​11501](https://github.com/outline/outline/pull/11501) - Improved performance by applying initial decorations earlier for toggle blocks in [#​11493](https://github.com/outline/outline/pull/11493) - Improved the accuracy of touch device detection in [#​11515](https://github.com/outline/outline/pull/11515) - Improved performance by protecting against thundering herd issues in the SSO access validation task in [#​11532](https://github.com/outline/outline/pull/11532) - Improved performance by optimizing a slow database query in the notification helper in [#​11534](https://github.com/outline/outline/pull/11534) - Improved performance by moving image downloads outside of database transactions in [#​11528](https://github.com/outline/outline/pull/11528) - Fixed an issue where a duplicate Korean IME character would be inserted when pressing Enter in the search bar by [@​huiseo](https://github.com/huiseo) in [#​11543](https://github.com/outline/outline/pull/11543) - Fixed an issue where split comment marks were not correctly updated or deleted in [#​11537](https://github.com/outline/outline/pull/11537) - Added handling for network failures in the installation info endpoint for isolated environments in [#​11546](https://github.com/outline/outline/pull/11546) - Fixed a printing error caused by timing issues with React's `queueMicrotask` in [#​11551](https://github.com/outline/outline/pull/11551) - Improved performance by optimizing the user memberships query in [#​11553](https://github.com/outline/outline/pull/11553) - Fixed styling issues by adding a read-only guard on table cell selections in [#​11555](https://github.com/outline/outline/pull/11555) - Fixed an issue in the Notion importer where child page mentions were being ignored in [#​11567](https://github.com/outline/outline/pull/11567) - Fixed an issue with the misuse of database transactions in document revision endpoints in [#​11574](https://github.com/outline/outline/pull/11574) - Fixed an issue by properly wrapping the content of toggle blocks in [#​11577](https://github.com/outline/outline/pull/11577) - Improved performance by caching user collection IDs in [#​11579](https://github.com/outline/outline/pull/11579) - Fixed a memory leak where failed webhooks were held in memory after a timeout in [#​11580](https://github.com/outline/outline/pull/11580) - Improved database performance by removing unnecessarily complex joins in [#​11581](https://github.com/outline/outline/pull/11581) - Fixed horizontal text overflow issues in notification emails in [#​11584](https://github.com/outline/outline/pull/11584) - Fixed support for toggling nested lists within completed checkbox items in [#​11583](https://github.com/outline/outline/pull/11583) - Fixed an issue where an empty state would briefly flash in the mention menu in [#​11587](https://github.com/outline/outline/pull/11587) - Fixed issues by normalizing the edit state in the collection overview in [#​11586](https://github.com/outline/outline/pull/11586) - Improved performance to prevent database lockups when presenting lists of imported documents in [#​11591](https://github.com/outline/outline/pull/11591) - Fixed UUID escaping for custom emojis during document creation via the API in [#​11594](https://github.com/outline/outline/pull/11594) - Fixed an issue where searches within public docs were incorrectly including internal popularity scores in [#​11598](https://github.com/outline/outline/pull/11598) - Fixed an issue with the rank ordering of search results in [#​11599](https://github.com/outline/outline/pull/11599) - Improved the appearance and functionality of the search popover on public documents in [#​11601](https://github.com/outline/outline/pull/11601) - Fixed visual and functional issues with the notifications popover in [#​11602](https://github.com/outline/outline/pull/11602) - Increased the request timeout for file creation to better support uploading large files in [#​11570](https://github.com/outline/outline/pull/11570) - Fixed a misalignment issue with the right sidebar header in [#​11539](https://github.com/outline/outline/pull/11539) - Fixed issues related to rendering Mermaid diagrams in [#​11604](https://github.com/outline/outline/pull/11604) - Fixed a visual issue where the search sorting control would wrap onto its own line in [#​11606](https://github.com/outline/outline/pull/11606) - Made a variety of performance improvements to the `ProsemirrorHelper` in [#​11554](https://github.com/outline/outline/pull/11554) - Fixed an issue where the sidebar would briefly flash upon initial page load in [#​11607](https://github.com/outline/outline/pull/11607) - Ensured that documents are removed from the starred list when they are archived in [#​11611](https://github.com/outline/outline/pull/11611) - Improved performance by verifying websocket connections before querying the database in [#​11620](https://github.com/outline/outline/pull/11620) - Updated the rate limiter to use a combination of user ID and IP address for better accuracy in [#​11613](https://github.com/outline/outline/pull/11613) - Fixed an issue to ensure diagram file formats (PNG/SVG) are preserved when editing in [#​11622](https://github.com/outline/outline/pull/11622) - Added a security limit of 10 attempts for OTP (One-Time Password) logins in [#​11623](https://github.com/outline/outline/pull/11623) - Fixed issues related to avatar uploads in [#​11624](https://github.com/outline/outline/pull/11624) - Improved performance by including the collection's `updatedAt` property in websocket payloads in [#​11628](https://github.com/outline/outline/pull/11628) - Improved performance by adding API request deduplication in [#​11629](https://github.com/outline/outline/pull/11629) - Upgraded `framer-motion` to version 5 to resolve issues with tab animations in [#​11632](https://github.com/outline/outline/pull/11632) - Fixed an issue by skipping link unfurling attempts for non-HTTP/HTTPS URLs in [#​11640](https://github.com/outline/outline/pull/11640) - Improved reliability by validating OAuth client IDs as UUIDs before querying the database in [#​11653](https://github.com/outline/outline/pull/11653) - Fixed an issue to ensure sourced permissions are correctly rebuilt when a document is moved in [#​11229](https://github.com/outline/outline/pull/11229) - Improved navigation visuals by highlighting the parent menu item when its submenu is open in [#​11659](https://github.com/outline/outline/pull/11659) - Fixed an issue where the ESC key was not working to close the Share popover in [#​11662](https://github.com/outline/outline/pull/11662) - Removed the hidden star control from document list items on mobile devices in [#​11655](https://github.com/outline/outline/pull/11655) - Fixed an issue that caused database deadlocks when inserting into subscriptions in [#​11667](https://github.com/outline/outline/pull/11667) - Removed the deprecated `datadog-metrics` library in [#​11665](https://github.com/outline/outline/pull/11665) - Fixed an issue where @​mentions on mobile were being inserted at the incorrect position in [#​11671](https://github.com/outline/outline/pull/11671) - Fixed incorrect visual nesting of items in the document explorer in [#​11680](https://github.com/outline/outline/pull/11680) - Improved the accuracy of user membership policy checks in [#​11687](https://github.com/outline/outline/pull/11687) - Improved performance by avoiding the instantiation of unnecessary editor extensions in read-only mode in [#​11681](https://github.com/outline/outline/pull/11681) - Added a missing check for enabled passkeys in the verification endpoint in [#​11689](https://github.com/outline/outline/pull/11689) - Increased the font size within code blocks for better readability in [#​11690](https://github.com/outline/outline/pull/11690) - Fixed an issue to ensure comments on nodes are correctly stripped when duplicating a document in [#​11700](https://github.com/outline/outline/pull/11700) - Moved warning-level logs from Sentry to standard logging outputs in [#​11708](https://github.com/outline/outline/pull/11708) - Added support for the German (`de_DE`) long-date format in localized time display by [@​iljalukin](https://github.com/iljalukin) in [#​11720](https://github.com/outline/outline/pull/11720) - Removed the deprecated usage of `ALLOWED_DOMAINS` and `GOOGLE_ALLOWED_DOMAINS` environment variables by [@​akshat-kumar-singhal](https://github.com/akshat-kumar-singhal) in [#​11718](https://github.com/outline/outline/pull/11718) - Improved database performance by optimizing query pagination in [#​11726](https://github.com/outline/outline/pull/11726) - Fixed a visual issue where the document explorer would jump when hovered over with the pointer in [#​11727](https://github.com/outline/outline/pull/11727) - Fixed incorrect policy enforcement for file operations in [#​11728](https://github.com/outline/outline/pull/11728) - Fixed an issue by properly filtering relationships returned from the list endpoint in [#​11738](https://github.com/outline/outline/pull/11738) - Ensured that "Passkey" is only displayed on login screen if the workspace has actually used them in [#​11748](https://github.com/outline/outline/pull/11748) - Changed the default behavior so that PDF attachments are no longer embedded automatically upon drag upload in [#​11745](https://github.com/outline/outline/pull/11745) - Fixed an issue that caused stale collaborator IDs to be retained in [#​11749](https://github.com/outline/outline/pull/11749) - Moved the group management interface to a dedicated sub-page for better organization in [#​11755](https://github.com/outline/outline/pull/11755) ##### New Contributors - [@​ashleysommer](https://github.com/ashleysommer) made their first contribution in [#​11595](https://github.com/outline/outline/pull/11595) - [@​iljalukin](https://github.com/iljalukin) made their first contribution in [#​11720](https://github.com/outline/outline/pull/11720) - [@​akshat-kumar-singhal](https://github.com/akshat-kumar-singhal) made their first contribution in [#​11718](https://github.com/outline/outline/pull/11718) - [@​Daniel15](https://github.com/Daniel15) made their first contribution in [#​11731](https://github.com/outline/outline/pull/11731) - [@​lrstanley](https://github.com/lrstanley) made their first contribution in [#​11757](https://github.com/outline/outline/pull/11757) **Full Changelog**: <https://github.com/outline/outline/compare/v1.5.0...v1.6.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4757 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 0e9d1eb85d |
chore(deps): update postgres-cluster docker tag to v7.10.0 (#4758)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg) | minor | `7.9.1` → `7.10.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiLCJpbWFnZSJdfQ==--> Reviewed-on: #4758 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 085729cc95 |
chore(deps): update postgres-cluster docker tag to v7.9.1 (#4639)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg) | minor | `7.8.0` → `7.9.1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiLCJpbWFnZSJdfQ==--> Reviewed-on: #4639 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 50de25b491 | feat: stagger postgres backup schedule | |||
| 1c470ee434 | feat: change volsync schedule | |||
| 4e81f19249 | feat: remove object gateway | |||
| 3d35bdf2df | feat: change security context | |||
| 10ca9c3d8e | feat: move to local storage | |||
| 38f5fccfec |
chore(deps): update valkey docker tag to v0.4.0 (#4572)
All checks were successful
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [valkey](https://github.com/valkey-io/valkey) | minor | `0.3.0` → `0.4.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4572 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| ea93e215e4 |
chore(deps): update cloudflared docker tag to v2.4.0 (#4571)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudflared](https://github.com/cloudflare/cloudflared) | minor | `2.3.0` → `2.4.0` | --- ### Release Notes <details> <summary>cloudflare/cloudflared (cloudflared)</summary> ### [`v2.4.0`](https://github.com/cloudflare/cloudflared/blob/HEAD/CHANGES.md#202240) ##### Bug Fixes - `cloudflared tunnel run` no longer logs the Tunnel token or JSON credentials in clear text as those are the secret that allows to run the Tunnel. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4571 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| bb9a8d0a8c |
chore(deps): update valkey docker tag to v0.3.0 (#4479)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [valkey](https://github.com/valkey-io/valkey) | minor | `0.2.0` → `0.3.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4479 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 047dd9a1b0 | feat: migrated to valkey | |||
| 06ba35e428 |
chore(deps): update redis-replication docker tag to v1.1.0 (#4399)
Some checks failed
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [redis-replication](https://github.com/OT-CONTAINER-KIT/redis-operator) | minor | `1.0.4` → `1.1.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4399 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| f68019388d |
chore(deps): update postgres-cluster docker tag to v7.8.0 (#4278)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg) | minor | `7.7.0` → `7.8.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiLCJpbWFnZSJdfQ==--> Reviewed-on: #4278 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 41e653adda | feat: update lock | |||
| 77b489c41c | feat: update postgres | |||
| 9ed2f92a4e |
chore(deps): update outlinewiki/outline docker tag to v1.5.0 (#4013)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://github.com/outline/outline) | minor | `1.4.0` → `1.5.0` | --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v1.5.0`](https://github.com/outline/outline/releases/tag/v1.5.0) [Compare Source](https://github.com/outline/outline/compare/v1.4.0...v1.5.0) ##### What's Changed ##### Improvements - Added sorting options to the search screen in [#​11242](https://github.com/outline/outline/pull/11242) - Added `diff` language highlighting for code blocks in [#​11301](https://github.com/outline/outline/pull/11301) - Allow `cmd+enter` to toggle all checkboxes in a selection in [#​11322](https://github.com/outline/outline/pull/11322) - Added support for currency sorting in tables in [#​11332](https://github.com/outline/outline/pull/11332) - Added a custom color picker for text highlights in [#​11337](https://github.com/outline/outline/pull/11337) - Clicking on a group in the share dialog now shows it's members in [#​11338](https://github.com/outline/outline/pull/11338) - Table headers are now sticky in [#​11353](https://github.com/outline/outline/pull/11353) - Importing toggle blocks from Notion is now supported in [#​11371](https://github.com/outline/outline/pull/11371) - All tables in settings now have right-click context menu support in [#​11378](https://github.com/outline/outline/pull/11378) - Added a hide/show completed items control for checkbox lists in [#​11379](https://github.com/outline/outline/pull/11379) - Markdown frontmatter is now converted to YAML code blocks on import in [#​11420](https://github.com/outline/outline/pull/11420) - Added a "Rename" option to sidebar context menus in [#​11425](https://github.com/outline/outline/pull/11425) - Added Alt-click to recursively expand or collapse sidebar documents and collections in [#​11432](https://github.com/outline/outline/pull/11432) - Added a preference for desktop notification badge with off, count, and indicator options in [#​11436](https://github.com/outline/outline/pull/11436) - Added alphabetic ordered list support to markdown import and paste in [#​11446](https://github.com/outline/outline/pull/11446) - Allow creating a new document before or after another in the sidebar in [#​11453](https://github.com/outline/outline/pull/11453) ##### Fixes - Preserved alignment and caption when replacing images in [#​11407](https://github.com/outline/outline/pull/11407) - Improved popularity scoring job performance in [#​11293](https://github.com/outline/outline/pull/11293) - Fixed downloading mermaid images from the lightbox in [#​11300](https://github.com/outline/outline/pull/11300) - Further popularity scoring performance improvements in [#​11305](https://github.com/outline/outline/pull/11305) - Fixed text truncation with emoji icons in sidebar in [#​11307](https://github.com/outline/outline/pull/11307) - Separated user input errors from internal errors for Sentry reporting in [#​11308](https://github.com/outline/outline/pull/11308) - Fixed editor focus loss on text link interaction in [#​11310](https://github.com/outline/outline/pull/11310) - Removed unnecessary Markdown conversion when importing HTML in [#​11315](https://github.com/outline/outline/pull/11315) - Fixed "New draft" from command menu leading to "Not found" in [#​11316](https://github.com/outline/outline/pull/11316) - Improved slow query in `CleanupDeletedDocumentsTask` in [#​11317](https://github.com/outline/outline/pull/11317) - Removed Babel from production dependencies in [#​11318](https://github.com/outline/outline/pull/11318) - Minor React performance optimizations in [#​11319](https://github.com/outline/outline/pull/11319) - Fixed share panel state for drafts in a shared parent in [#​11320](https://github.com/outline/outline/pull/11320) - Fixed embed option showing for links that cannot be embedded in [#​11323](https://github.com/outline/outline/pull/11323) - Fixed non-admins being unable to see public ACL attachments in [#​11326](https://github.com/outline/outline/pull/11326) - Fixed suggestion menu inserting at incorrect position when choosing with mouse in [#​11327](https://github.com/outline/outline/pull/11327) - Fixed passkey registration with non-standard HTTPS ports in [#​11329](https://github.com/outline/outline/pull/11329) - Fixed collapsed toggles not expanding when they contain the highlighted search result in [#​11330](https://github.com/outline/outline/pull/11330) - Fixed column and row selection not restoring after sort or align in [#​11333](https://github.com/outline/outline/pull/11333) - Renamed `DATABASE_READ_ONLY_URL` environment variable in [#​11334](https://github.com/outline/outline/pull/11334) - Fixed Safari print offset issue in [#​11339](https://github.com/outline/outline/pull/11339) - Permanently deleted documents are now removed from the local store in [#​11344](https://github.com/outline/outline/pull/11344) - Fixed overly broad catch-all on root share in [#​11346](https://github.com/outline/outline/pull/11346) - Removed hanging toggle sidebar button with no functionality in [#​11350](https://github.com/outline/outline/pull/11350) - Fixed tables with merged cells behaving incorrectly when sorting in [#​11351](https://github.com/outline/outline/pull/11351) - Fixed prefetching document structure for starred documents in [#​11355](https://github.com/outline/outline/pull/11355) - Refactored `activeDocumentId` handling in [#​11144](https://github.com/outline/outline/pull/11144) - Fixed missing outline on focused editable elements in [#​11362](https://github.com/outline/outline/pull/11362) - Fixed document creation routing to use the correct parameter name in [#​11369](https://github.com/outline/outline/pull/11369) - Fixed test snapshot in [#​11391](https://github.com/outline/outline/pull/11391) - Auto-compressed images by [@​github-actions](https://github.com/github-actions)\[bot] in [#​11394](https://github.com/outline/outline/pull/11394) - Fixed test snapshot in [#​11395](https://github.com/outline/outline/pull/11395) - Fixed Sentry error resulting from browser extensions using MobX in [#​11399](https://github.com/outline/outline/pull/11399) - Fixed selection toolbar issues around link selection in [#​11408](https://github.com/outline/outline/pull/11408) - Removed unnecessary loading of authentication rows in `userProvisioner` in [#​11413](https://github.com/outline/outline/pull/11413) - Allowlisted more methods for CSRF skip in [#​11414](https://github.com/outline/outline/pull/11414) - Added `application_name` to database logging in [#​11415](https://github.com/outline/outline/pull/11415) - Fixed exporting a document with a table causing a crash in [#​11422](https://github.com/outline/outline/pull/11422) - Fixed an issue in active context creation due to a fallback in [#​11426](https://github.com/outline/outline/pull/11426) - Stopped using public ACL for avatars in [#​11427](https://github.com/outline/outline/pull/11427) - Fixed potential task queue saturation in the Notion importer in [#​11428](https://github.com/outline/outline/pull/11428) - Fixed edits containing only a mention below edit distance not triggering a notification in [#​11434](https://github.com/outline/outline/pull/11434) - Fixed missing check for disabled group mentions in [#​11435](https://github.com/outline/outline/pull/11435) - Fixed mispositioned toolbar on first document open in [#​11437](https://github.com/outline/outline/pull/11437) - Fixed creating a new document from the sidebar not redirecting correctly to edit mode in [#​11442](https://github.com/outline/outline/pull/11442) - Fixed collections with the same name overwriting each other in export in [#​11443](https://github.com/outline/outline/pull/11443) - Fixed notification badge not appearing until the notification popover was opened in [#​11444](https://github.com/outline/outline/pull/11444) - Translation locale files now load over `CDN_URL` for better performance in [#​11445](https://github.com/outline/outline/pull/11445) - Fixed synthetic "latest" revision failing to load in [#​11451](https://github.com/outline/outline/pull/11451) - Added missing tooltips in [#​11452](https://github.com/outline/outline/pull/11452) - Cleaned up the collection create dialog in [#​11454](https://github.com/outline/outline/pull/11454) - Fixed small race conditions in the diagrams.net integration in [#​11458](https://github.com/outline/outline/pull/11458) **Full Changelog**: <https://github.com/outline/outline/compare/v1.4.0...v1.5.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #4013 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| c3b957dcca |
chore(deps): update dependency outline/outline to v1.5.0 (#4012)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outline/outline](https://github.com/outline/outline) | minor | `1.4.0` → `1.5.0` | --- ### Release Notes <details> <summary>outline/outline (outline/outline)</summary> ### [`v1.5.0`](https://github.com/outline/outline/releases/tag/v1.5.0) [Compare Source](https://github.com/outline/outline/compare/v1.4.0...v1.5.0) #### What's Changed ##### Improvements - Added sorting options to the search screen in [#​11242](https://github.com/outline/outline/pull/11242) - Added `diff` language highlighting for code blocks in [#​11301](https://github.com/outline/outline/pull/11301) - Allow `cmd+enter` to toggle all checkboxes in a selection in [#​11322](https://github.com/outline/outline/pull/11322) - Added support for currency sorting in tables in [#​11332](https://github.com/outline/outline/pull/11332) - Added a custom color picker for text highlights in [#​11337](https://github.com/outline/outline/pull/11337) - Clicking on a group in the share dialog now shows it's members in [#​11338](https://github.com/outline/outline/pull/11338) - Table headers are now sticky in [#​11353](https://github.com/outline/outline/pull/11353) - Importing toggle blocks from Notion is now supported in [#​11371](https://github.com/outline/outline/pull/11371) - All tables in settings now have right-click context menu support in [#​11378](https://github.com/outline/outline/pull/11378) - Added a hide/show completed items control for checkbox lists in [#​11379](https://github.com/outline/outline/pull/11379) - Markdown frontmatter is now converted to YAML code blocks on import in [#​11420](https://github.com/outline/outline/pull/11420) - Added a "Rename" option to sidebar context menus in [#​11425](https://github.com/outline/outline/pull/11425) - Added Alt-click to recursively expand or collapse sidebar documents and collections in [#​11432](https://github.com/outline/outline/pull/11432) - Added a preference for desktop notification badge with off, count, and indicator options in [#​11436](https://github.com/outline/outline/pull/11436) - Added alphabetic ordered list support to markdown import and paste in [#​11446](https://github.com/outline/outline/pull/11446) - Allow creating a new document before or after another in the sidebar in [#​11453](https://github.com/outline/outline/pull/11453) ##### Fixes - Preserved alignment and caption when replacing images in [#​11407](https://github.com/outline/outline/pull/11407) - Improved popularity scoring job performance in [#​11293](https://github.com/outline/outline/pull/11293) - Fixed downloading mermaid images from the lightbox in [#​11300](https://github.com/outline/outline/pull/11300) - Further popularity scoring performance improvements in [#​11305](https://github.com/outline/outline/pull/11305) - Fixed text truncation with emoji icons in sidebar in [#​11307](https://github.com/outline/outline/pull/11307) - Separated user input errors from internal errors for Sentry reporting in [#​11308](https://github.com/outline/outline/pull/11308) - Fixed editor focus loss on text link interaction in [#​11310](https://github.com/outline/outline/pull/11310) - Removed unnecessary Markdown conversion when importing HTML in [#​11315](https://github.com/outline/outline/pull/11315) - Fixed "New draft" from command menu leading to "Not found" in [#​11316](https://github.com/outline/outline/pull/11316) - Improved slow query in `CleanupDeletedDocumentsTask` in [#​11317](https://github.com/outline/outline/pull/11317) - Removed Babel from production dependencies in [#​11318](https://github.com/outline/outline/pull/11318) - Minor React performance optimizations in [#​11319](https://github.com/outline/outline/pull/11319) - Fixed share panel state for drafts in a shared parent in [#​11320](https://github.com/outline/outline/pull/11320) - Fixed embed option showing for links that cannot be embedded in [#​11323](https://github.com/outline/outline/pull/11323) - Fixed non-admins being unable to see public ACL attachments in [#​11326](https://github.com/outline/outline/pull/11326) - Fixed suggestion menu inserting at incorrect position when choosing with mouse in [#​11327](https://github.com/outline/outline/pull/11327) - Fixed passkey registration with non-standard HTTPS ports in [#​11329](https://github.com/outline/outline/pull/11329) - Fixed collapsed toggles not expanding when they contain the highlighted search result in [#​11330](https://github.com/outline/outline/pull/11330) - Fixed column and row selection not restoring after sort or align in [#​11333](https://github.com/outline/outline/pull/11333) - Renamed `DATABASE_READ_ONLY_URL` environment variable in [#​11334](https://github.com/outline/outline/pull/11334) - Fixed Safari print offset issue in [#​11339](https://github.com/outline/outline/pull/11339) - Permanently deleted documents are now removed from the local store in [#​11344](https://github.com/outline/outline/pull/11344) - Fixed overly broad catch-all on root share in [#​11346](https://github.com/outline/outline/pull/11346) - Removed hanging toggle sidebar button with no functionality in [#​11350](https://github.com/outline/outline/pull/11350) - Fixed tables with merged cells behaving incorrectly when sorting in [#​11351](https://github.com/outline/outline/pull/11351) - Fixed prefetching document structure for starred documents in [#​11355](https://github.com/outline/outline/pull/11355) - Refactored `activeDocumentId` handling in [#​11144](https://github.com/outline/outline/pull/11144) - Fixed missing outline on focused editable elements in [#​11362](https://github.com/outline/outline/pull/11362) - Fixed document creation routing to use the correct parameter name in [#​11369](https://github.com/outline/outline/pull/11369) - Fixed test snapshot in [#​11391](https://github.com/outline/outline/pull/11391) - Auto-compressed images by [@​github-actions](https://github.com/github-actions)\[bot] in [#​11394](https://github.com/outline/outline/pull/11394) - Fixed test snapshot in [#​11395](https://github.com/outline/outline/pull/11395) - Fixed Sentry error resulting from browser extensions using MobX in [#​11399](https://github.com/outline/outline/pull/11399) - Fixed selection toolbar issues around link selection in [#​11408](https://github.com/outline/outline/pull/11408) - Removed unnecessary loading of authentication rows in `userProvisioner` in [#​11413](https://github.com/outline/outline/pull/11413) - Allowlisted more methods for CSRF skip in [#​11414](https://github.com/outline/outline/pull/11414) - Added `application_name` to database logging in [#​11415](https://github.com/outline/outline/pull/11415) - Fixed exporting a document with a table causing a crash in [#​11422](https://github.com/outline/outline/pull/11422) - Fixed an issue in active context creation due to a fallback in [#​11426](https://github.com/outline/outline/pull/11426) - Stopped using public ACL for avatars in [#​11427](https://github.com/outline/outline/pull/11427) - Fixed potential task queue saturation in the Notion importer in [#​11428](https://github.com/outline/outline/pull/11428) - Fixed edits containing only a mention below edit distance not triggering a notification in [#​11434](https://github.com/outline/outline/pull/11434) - Fixed missing check for disabled group mentions in [#​11435](https://github.com/outline/outline/pull/11435) - Fixed mispositioned toolbar on first document open in [#​11437](https://github.com/outline/outline/pull/11437) - Fixed creating a new document from the sidebar not redirecting correctly to edit mode in [#​11442](https://github.com/outline/outline/pull/11442) - Fixed collections with the same name overwriting each other in export in [#​11443](https://github.com/outline/outline/pull/11443) - Fixed notification badge not appearing until the notification popover was opened in [#​11444](https://github.com/outline/outline/pull/11444) - Translation locale files now load over `CDN_URL` for better performance in [#​11445](https://github.com/outline/outline/pull/11445) - Fixed synthetic "latest" revision failing to load in [#​11451](https://github.com/outline/outline/pull/11451) - Added missing tooltips in [#​11452](https://github.com/outline/outline/pull/11452) - Cleaned up the collection create dialog in [#​11454](https://github.com/outline/outline/pull/11454) - Fixed small race conditions in the diagrams.net integration in [#​11458](https://github.com/outline/outline/pull/11458) **Full Changelog**: <https://github.com/outline/outline/compare/v1.4.0...v1.5.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #4012 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 9128908fb1 |
chore(deps): update postgres-cluster docker tag to v7.6.0 (#3958)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg) | minor | `7.5.1` → `7.6.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0IiwiaW1hZ2UiXX0=--> Reviewed-on: #3958 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| fed83257e3 |
chore(deps): update postgres-cluster docker tag to v7.5.1 (#3824)
All checks were successful
|
|||
| ebc458201a |
chore(deps): update cloudflared docker tag to v2.3.0 (#3820)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudflared](https://github.com/cloudflare/cloudflared) | minor | `2.2.2` → `2.3.0` | --- ### Release Notes <details> <summary>cloudflare/cloudflared (cloudflared)</summary> ### [`v2.3.0`](https://github.com/cloudflare/cloudflared/blob/HEAD/CHANGES.md#202230) ##### New Features - It is now possible to configure Ingress Rules to point to an origin served by unix socket with either HTTP or HTTPS. If the origin starts with `unix:/` then we assume HTTP (existing behavior). Otherwise, the origin can start with `unix+tls:/` for HTTPS. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #3820 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 476cbab8dc | chore(deps): update redis-replication docker tag to v1.0.4 (#3689) | |||
| 1c1eb55ce7 | chore(deps): update cloudflared docker tag to v2.2.2 (#3676) | |||
| 051f5dc463 | chore(deps): update redis-replication docker tag to v1.0.2 (#3673) | |||
| 7f81ddbf78 |
chore(deps): update cloudflared docker tag to v2.2.1 (#3569)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudflared](https://github.com/cloudflare/cloudflared) | minor | `2.1.9` → `2.2.1` | --- ### Release Notes <details> <summary>cloudflare/cloudflared (cloudflared)</summary> ### [`v2.2.1`](https://github.com/cloudflare/cloudflared/blob/HEAD/CHANGES.md#202221) ##### New Features - This project now has a new LICENSE that is more compliant with open source purposes. ##### Bug Fixes - Various fixes to the reliability of `quic` protocol. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #3569 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 6af10e2433 |
chore(deps): update outlinewiki/outline docker tag to v1.4.0 (#3547)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://github.com/outline/outline) | minor | `1.3.0` → `1.4.0` | --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v1.4.0`](https://github.com/outline/outline/releases/tag/v1.4.0) [Compare Source](https://github.com/outline/outline/compare/v1.3.0...v1.4.0) ##### What's Changed ##### Highlights - New **"Toggle blocks"** allow creating content that is collapsed by default in [#​8317](https://github.com/outline/outline/pull/8317) - Table cells can now have a custom background color set in [#​10930](https://github.com/outline/outline/pull/10930) - Search results are now highlighted in the document when navigating from search in [#​11262](https://github.com/outline/outline/pull/11262) ##### Other improvements - A new Figma integration allows unfurling information about Figma links in documents by [@​hmacr](https://github.com/hmacr) in [#​11044](https://github.com/outline/outline/pull/11044) - Added support for sorting dates in table columns by [@​lucawimmer](https://github.com/lucawimmer) in [#​11198](https://github.com/outline/outline/pull/11198) - Document changes made through the API are now synced to clients in realtime in [#​11186](https://github.com/outline/outline/pull/11186) - The rate limiter now prefers user ID over ip address for logged in sessions, prevents issues on larger office networks in [#​11215](https://github.com/outline/outline/pull/11215) - The markdown importer now supports more file layouts in [#​11278](https://github.com/outline/outline/pull/11278) ##### Fixes - Fixed some typos comments and messages by [@​NAM-MAN](https://github.com/NAM-MAN) in [#​11203](https://github.com/outline/outline/pull/11203) - Fixed an issue where mentions would sometimes break when using drag and drop in a list in [#​11208](https://github.com/outline/outline/pull/11208) - The edit diagram control no longer appears in read-only mode in [#​11207](https://github.com/outline/outline/pull/11207) - Infinite recursion in `dd-trace` dependency causes memory issues in [#​11211](https://github.com/outline/outline/pull/11211) - Imported content now gracefully handles HTTP links in [#​11210](https://github.com/outline/outline/pull/11210) - Editor suggestions on mobile now uses a drawer in [#​11213](https://github.com/outline/outline/pull/11213) - When importing markdown checkboxes are now supported in table cells in [#​11217](https://github.com/outline/outline/pull/11217) - GCS uniform bucket-level access now supported by [@​maycuatroi1](https://github.com/maycuatroi1) in [#​11222](https://github.com/outline/outline/pull/11222) - Fixed a hanging read stream handle causing excessive memory usage on export in [#​11237](https://github.com/outline/outline/pull/11237) - Fixed mermaid diagrams do not render when pasting markdown in [#​11243](https://github.com/outline/outline/pull/11243) - Remote edits no longer exit Mermaid editing state in [#​11244](https://github.com/outline/outline/pull/11244) - Table row is now inserted correctly with merged first column cells in [#​11245](https://github.com/outline/outline/pull/11245) - Allow http\:// loopback redirect URIs for native OAuth apps (RFC 8252) in [#​11255](https://github.com/outline/outline/pull/11255) - "Split cell" option now works without accurate selection in [#​11256](https://github.com/outline/outline/pull/11256) - Adding text below images is now easier as trailing paragraph is enforcedd by [@​RudraPrasad001](https://github.com/RudraPrasad001) in [#​11257](https://github.com/outline/outline/pull/11257) - Tooltip in editor toolbar with submenu is now hidden when submenu is open in [#​11263](https://github.com/outline/outline/pull/11263) - Non-platform passkeys such as Yubikey and mobile QRcode are now allowed in [#​11265](https://github.com/outline/outline/pull/11265) - diagrams.net theme now matches editor theme by [@​Twometer](https://github.com/Twometer) in [#​11267](https://github.com/outline/outline/pull/11267) - Custom emoji characters are now displayed correctly in TOC in [#​11275](https://github.com/outline/outline/pull/11275) - Fixed an issue where the policy for documents restore was too broad in [#​11279](https://github.com/outline/outline/pull/11279) - Passkey setup is now available to non-admin users by [@​Raphmatt](https://github.com/Raphmatt) in [#​11286](https://github.com/outline/outline/pull/11286) ##### New Contributors - [@​NAM-MAN](https://github.com/NAM-MAN) made their first contribution in [#​11203](https://github.com/outline/outline/pull/11203) - [@​lucawimmer](https://github.com/lucawimmer) made their first contribution in [#​11198](https://github.com/outline/outline/pull/11198) - [@​maycuatroi1](https://github.com/maycuatroi1) made their first contribution in [#​11222](https://github.com/outline/outline/pull/11222) - [@​RudraPrasad001](https://github.com/RudraPrasad001) made their first contribution in [#​11257](https://github.com/outline/outline/pull/11257) - [@​Twometer](https://github.com/Twometer) made their first contribution in [#​11267](https://github.com/outline/outline/pull/11267) - [@​Raphmatt](https://github.com/Raphmatt) made their first contribution in [#​11286](https://github.com/outline/outline/pull/11286) **Full Changelog**: <https://github.com/outline/outline/compare/v1.3.0...v1.4.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #3547 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| f8ee19f59f |
chore(deps): update dependency outline/outline to v1.4.0 (#3546)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outline/outline](https://github.com/outline/outline) | minor | `1.3.0` → `1.4.0` | --- ### Release Notes <details> <summary>outline/outline (outline/outline)</summary> ### [`v1.4.0`](https://github.com/outline/outline/releases/tag/v1.4.0) [Compare Source](https://github.com/outline/outline/compare/v1.3.0...v1.4.0) #### What's Changed ##### Highlights - New **"Toggle blocks"** allow creating content that is collapsed by default in [#​8317](https://github.com/outline/outline/pull/8317) - Table cells can now have a custom background color set in [#​10930](https://github.com/outline/outline/pull/10930) - Search results are now highlighted in the document when navigating from search in [#​11262](https://github.com/outline/outline/pull/11262) ##### Other improvements - A new Figma integration allows unfurling information about Figma links in documents by [@​hmacr](https://github.com/hmacr) in [#​11044](https://github.com/outline/outline/pull/11044) - Added support for sorting dates in table columns by [@​lucawimmer](https://github.com/lucawimmer) in [#​11198](https://github.com/outline/outline/pull/11198) - Document changes made through the API are now synced to clients in realtime in [#​11186](https://github.com/outline/outline/pull/11186) - The rate limiter now prefers user ID over ip address for logged in sessions, prevents issues on larger office networks in [#​11215](https://github.com/outline/outline/pull/11215) - The markdown importer now supports more file layouts in [#​11278](https://github.com/outline/outline/pull/11278) ##### Fixes - Fixed some typos comments and messages by [@​NAM-MAN](https://github.com/NAM-MAN) in [#​11203](https://github.com/outline/outline/pull/11203) - Fixed an issue where mentions would sometimes break when using drag and drop in a list in [#​11208](https://github.com/outline/outline/pull/11208) - The edit diagram control no longer appears in read-only mode in [#​11207](https://github.com/outline/outline/pull/11207) - Infinite recursion in `dd-trace` dependency causes memory issues in [#​11211](https://github.com/outline/outline/pull/11211) - Imported content now gracefully handles HTTP links in [#​11210](https://github.com/outline/outline/pull/11210) - Editor suggestions on mobile now uses a drawer in [#​11213](https://github.com/outline/outline/pull/11213) - When importing markdown checkboxes are now supported in table cells in [#​11217](https://github.com/outline/outline/pull/11217) - GCS uniform bucket-level access now supported by [@​maycuatroi1](https://github.com/maycuatroi1) in [#​11222](https://github.com/outline/outline/pull/11222) - Fixed a hanging read stream handle causing excessive memory usage on export in [#​11237](https://github.com/outline/outline/pull/11237) - Fixed mermaid diagrams do not render when pasting markdown in [#​11243](https://github.com/outline/outline/pull/11243) - Remote edits no longer exit Mermaid editing state in [#​11244](https://github.com/outline/outline/pull/11244) - Table row is now inserted correctly with merged first column cells in [#​11245](https://github.com/outline/outline/pull/11245) - Allow http\:// loopback redirect URIs for native OAuth apps (RFC 8252) in [#​11255](https://github.com/outline/outline/pull/11255) - "Split cell" option now works without accurate selection in [#​11256](https://github.com/outline/outline/pull/11256) - Adding text below images is now easier as trailing paragraph is enforcedd by [@​RudraPrasad001](https://github.com/RudraPrasad001) in [#​11257](https://github.com/outline/outline/pull/11257) - Tooltip in editor toolbar with submenu is now hidden when submenu is open in [#​11263](https://github.com/outline/outline/pull/11263) - Non-platform passkeys such as Yubikey and mobile QRcode are now allowed in [#​11265](https://github.com/outline/outline/pull/11265) - diagrams.net theme now matches editor theme by [@​Twometer](https://github.com/Twometer) in [#​11267](https://github.com/outline/outline/pull/11267) - Custom emoji characters are now displayed correctly in TOC in [#​11275](https://github.com/outline/outline/pull/11275) - Fixed an issue where the policy for documents restore was too broad in [#​11279](https://github.com/outline/outline/pull/11279) - Passkey setup is now available to non-admin users by [@​Raphmatt](https://github.com/Raphmatt) in [#​11286](https://github.com/outline/outline/pull/11286) #### New Contributors - [@​NAM-MAN](https://github.com/NAM-MAN) made their first contribution in [#​11203](https://github.com/outline/outline/pull/11203) - [@​lucawimmer](https://github.com/lucawimmer) made their first contribution in [#​11198](https://github.com/outline/outline/pull/11198) - [@​maycuatroi1](https://github.com/maycuatroi1) made their first contribution in [#​11222](https://github.com/outline/outline/pull/11222) - [@​RudraPrasad001](https://github.com/RudraPrasad001) made their first contribution in [#​11257](https://github.com/outline/outline/pull/11257) - [@​Twometer](https://github.com/Twometer) made their first contribution in [#​11267](https://github.com/outline/outline/pull/11267) - [@​Raphmatt](https://github.com/Raphmatt) made their first contribution in [#​11286](https://github.com/outline/outline/pull/11286) **Full Changelog**: <https://github.com/outline/outline/compare/v1.3.0...v1.4.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #3546 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| f46ac98970 | chore(deps): update appVersions | |||
| 914dd14c81 | fix: align renovate custom manager to appVersion updates on Chart | |||
| 3ff0d4dc3f |
chore(deps): update postgres-cluster docker tag to v7.5.0 (#3377)
All checks were successful
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg) | minor | `7.4.5` → `7.5.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiLCJpbWFnZSJdfQ==--> Reviewed-on: #3377 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 3d4d631bd4 | Update cloudflared Docker tag to v2.1.9 (#3294) | |||
| 3ea4a23f25 |
Update outlinewiki/outline Docker tag to v1.3.0 (#3292)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://github.com/outline/outline) | minor | `1.2.0` → `1.3.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v1.3.0`](https://github.com/outline/outline/releases/tag/v1.3.0) [Compare Source](https://github.com/outline/outline/compare/v1.2.0...v1.3.0) #### What's Changed ##### Improvements - Table rows and columns are now draggable in [#​11138](https://github.com/outline/outline/pull/11138) - Added an "Email display" preference to control email address visibility in the workspace in [#​11103](https://github.com/outline/outline/pull/11103) - diagrams.net diagrams are now persisted as SVG's by default in [#​11128](https://github.com/outline/outline/pull/11128) - Publicly shared documents now include backlinks in the footer in [#​11141](https://github.com/outline/outline/pull/11141) - Headers and dividers now clear images aligned to the left or right in [#​11108](https://github.com/outline/outline/pull/11108) - Upload progress is now shown in the editor for large/slow files in [#​11109](https://github.com/outline/outline/pull/11109) - Added a keyboard shortcut to toggle theme (Cmd+Shift+L) in [#​11127](https://github.com/outline/outline/pull/11127) - Todo's can now be typed with the simplified `[]` syntax in [#​11129](https://github.com/outline/outline/pull/11129) - Importing a code block with "mermaid" language will now work as expected in [#​11132](https://github.com/outline/outline/pull/11132) - There is now an option to include nested documents when downloading a doc in [#​9679](https://github.com/outline/outline/pull/9679) - "copy as markdown" now signs attachment URLs by [@​libnewton](https://github.com/libnewton) in [#​10821](https://github.com/outline/outline/pull/10821) - List spacing increased in [#​11163](https://github.com/outline/outline/pull/11163) - Publicly shared docs now handle the accept `text/markdown` header for LLM usage in [#​11182](https://github.com/outline/outline/pull/11182) - API: Plain urls provided via API will be automatically embedded when matching an integration in [#​11148](https://github.com/outline/outline/pull/11148) ##### Fixes - Fixed overlapping filters on search page in some translations [#​11086](https://github.com/outline/outline/pull/11086) - Task summary in meta data no longer shrinks in [#​11087](https://github.com/outline/outline/pull/11087) - Improved user feedback when copying/moving documents in [#​11089](https://github.com/outline/outline/pull/11089) - Fixed table width collapsing in [#​11178](https://github.com/outline/outline/pull/11178) - Fixed an issue where copy and pasting a diagrams.net diagram lost the edit button in [#​11102](https://github.com/outline/outline/pull/11102) - Embedded PDF rendering now works correctly in Safari in [#​11107](https://github.com/outline/outline/pull/11107) - Clicking while editing a sidebar link no longer navigates in [#​11105](https://github.com/outline/outline/pull/11105) - Fixed an issue that was causing premature signout when using Passkeys in [#​11136](https://github.com/outline/outline/pull/11136) - Removed `space` requirement from markdown trigger for horizontal rule in [#​11130](https://github.com/outline/outline/pull/11130) - LaTeX escape sequences now work correctly when pasting into doc in [#​11134](https://github.com/outline/outline/pull/11134) - Fixed a display issue with the inline LaTeX active border on Firefox in [#​11147](https://github.com/outline/outline/pull/11147) - Local database cache of documents is now cleared on logout in [#​11135](https://github.com/outline/outline/pull/11135) - Added timeout and optimized URL unfurl performance in [#​11149](https://github.com/outline/outline/pull/11149) - Right click -> Copy link in the sidebar no longer navigates to item in [#​11162](https://github.com/outline/outline/pull/11162) - Fixed display issues in empty notification panel in [#​11166](https://github.com/outline/outline/pull/11166) - Improved performance of diff calculation in [#​11174](https://github.com/outline/outline/pull/11174) - Theme override on shared docs e.g. `?theme=dark` will now persist between navigations in [#​11176](https://github.com/outline/outline/pull/11176) - Lists inside tables no longer break Markdown output in [#​11183](https://github.com/outline/outline/pull/11183) - Fixed `alt+shift` navigation in header in Safari in [#​11184](https://github.com/outline/outline/pull/11184) - API: `html` property in response was removed from `revisions.info` in [#​11088](https://github.com/outline/outline/pull/11088) - API: `documents.diff` endpoint removed in [#​11175](https://github.com/outline/outline/pull/11175) - API: `comments.create` and `comments.update` no longer allow nodes that cannot be displayed in comments in [#​11101](https://github.com/outline/outline/pull/11101) **Full Changelog**: <https://github.com/outline/outline/compare/v1.2.0...v1.3.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #3292 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 285e17717f | Update Helm release app-template to v4.6.2 (#3266) | |||
| f837d89595 | Update cloudflared Docker tag to v2.1.6 (#3132) | |||
| db03b57c8c | update redis charts | |||
| a100fc174a |
Update Helm release app-template to v4.6.0 (#3094)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [app-template](https://github.com/bjw-s-labs/helm-charts) | minor | `4.5.0` → `4.6.0` | --- ### Release Notes <details> <summary>bjw-s-labs/helm-charts (app-template)</summary> ### [`v4.6.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.6.0) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.5.0...app-template-4.6.0) ##### Changelog: ##### Changed - Upgraded the common library to v4.6.0 - [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/) - [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.6.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=--> Reviewed-on: #3094 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 896bb9a2c6 |
Update outlinewiki/outline Docker tag to v1.2.0 (#3075)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://github.com/outline/outline) | minor | `1.1.0` → `1.2.0` | --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v1.2.0`](https://github.com/outline/outline/releases/tag/v1.2.0) [Compare Source](https://github.com/outline/outline/compare/v1.1.0...v1.2.0) #### What's Changed ##### Highlights **Diagrams.net** diagrams are now fully supported, insert new diagrams through the block menu or by uploading an existing png that was created in Diagrams.net – the original diagram data will be preserved and can be edited by clicking the "Edit" button in the image toolbar. **Custom emoji** are now available – upload your own custom emoji in the admin settings and use them in your documents, comments, reactions, and icons. **Improved revision history** with the ability to download any revision as HTML or Markdown, toggle whether changes are visible, and an improved rendering engine that retains more of the original document's formatting and structure. **Authentication provider management** has been added to the settings, allowing admins to view and manage all configured authentication providers in one place. This includes the ability to disable providers, which will prevent users from signing in with that provider but will not delete any existing accounts. **Passkey support** has been added as an optional login method. You can now sign in with biometric authentication (TouchId, Windows Hello) or security keys instead of a password. Existing workspaces will need to enable this on the authentication providers screen. ##### Other improvements - The sidebar design was improved and refined in [#​10684](https://github.com/outline/outline/pull/10684) - It is now possible to upload and embed PDFs in [#​10198](https://github.com/outline/outline/pull/10198) - A "Popular" tab is now available for documents, popular docs are ranked higher in search in [#​10721](https://github.com/outline/outline/pull/10721) - A visual color palette is now available in the icon picker in [#​10696](https://github.com/outline/outline/pull/10696) - Avatar changes are now synced automatically from iDP in [#​10718](https://github.com/outline/outline/pull/10718) - User initials now supported in mention search in [#​10797](https://github.com/outline/outline/pull/10797) - New option to distribute table columns evenly in [#​10645](https://github.com/outline/outline/pull/10645) - Mermaid diagrams now have an explicit "Edit" option in the toolbar in [#​11060](https://github.com/outline/outline/pull/11060) - Added filtering to the notifications UI in [#​10916](https://github.com/outline/outline/pull/10916) - Added CSV export for member list in [#​10803](https://github.com/outline/outline/pull/10803) - Added CIDR range support to `ALLOWED_PRIVATE_IP_ADDRESSES` in [#​10923](https://github.com/outline/outline/pull/10923) - Add ContextMenu to RevisionListItem in [#​10952](https://github.com/outline/outline/pull/10952) - The GitHub integration now supports fetching details on public issues/PRs in [#​10827](https://github.com/outline/outline/pull/10827) - It is no longer required to use a public bucket for avatar images in [#​10977](https://github.com/outline/outline/pull/10977) - Implemented RFC 9700 hardening against refresh token reuse in [#​10960](https://github.com/outline/outline/pull/10960) - PKCE OAuth clients can now use refresh tokens in [#​10769](https://github.com/outline/outline/pull/10769) - Support for PostgreSQL multi-host connection URIs in `DATABASE_URL` in [#​10754](https://github.com/outline/outline/pull/10754) - Many internal performance improvements ##### Fixes - Fixed display issues in share dialog in [#​10662](https://github.com/outline/outline/pull/10662) - Incompatibility between path and query search terms in [#​10667](https://github.com/outline/outline/pull/10667) - Restored ability to resize shared sidebar in [#​10669](https://github.com/outline/outline/pull/10669) - UI does not update when deleting API key in [#​10670](https://github.com/outline/outline/pull/10670) - Invalid access of `firstChild` for mermaid diagrams in [#​10668](https://github.com/outline/outline/pull/10668) - Plain text copy-to-clipboard serializer no longer squashes blocks in [#​10683](https://github.com/outline/outline/pull/10683) - When TOC extends beyond window bounds ensure headings scroll in [#​10687](https://github.com/outline/outline/pull/10687) - Added missing drop cursor in top position in [#​10689](https://github.com/outline/outline/pull/10689) - `Empty trash` button is now hidden when missing permissions in [#​10704](https://github.com/outline/outline/pull/10704) - Fixed search popover on public pages in [#​10717](https://github.com/outline/outline/pull/10717) - Multiple improvements to sitemap generation for public shares in [#​10716](https://github.com/outline/outline/pull/10716) - Fixed in-document find fails with multiple escaped characters in [#​10735](https://github.com/outline/outline/pull/10735) - Improved validation of urls extracted from data transfer event in [#​10740](https://github.com/outline/outline/pull/10740) - Middle-mouse button on internal link in Firefox no longer opens multiple tabs in [#​10748](https://github.com/outline/outline/pull/10748) - Fixed collection filter returning documents from all collections when no search query in [#​10775](https://github.com/outline/outline/pull/10775) - Templates are now inserted at cursor position instead of document start in [#​10783](https://github.com/outline/outline/pull/10783) - Shift paste with selection no longer inserts next to selection in [#​10799](https://github.com/outline/outline/pull/10799) - Fixed an issue where some Mermaid diagrams can't be expanded in [#​10807](https://github.com/outline/outline/pull/10807) - Collection overview now respects the separeat editing mode setting in [#​10816](https://github.com/outline/outline/pull/10816) - Query strings not forwarded on internal links from editor in [#​10854](https://github.com/outline/outline/pull/10854) - Shutdown during migrations does not release mutex lock in [#​10879](https://github.com/outline/outline/pull/10879) - `profileId` extraction in OIDC does not fallback to `token.sub` in [#​10882](https://github.com/outline/outline/pull/10882) - Fixed an issue where custom rate limiters were ignored due to mountPath mismatch in [#​10893](https://github.com/outline/outline/pull/10893) - Viewer role now replaced correctly on downgrade to guest in [#​10877](https://github.com/outline/outline/pull/10877) - Validation of `SECRET_KEY` environment variable tightened in [#​10897](https://github.com/outline/outline/pull/10897) - Fixed double pagination in `documents.list` and `documents.archived` with `sort=index` in [#​10895](https://github.com/outline/outline/pull/10895) - Comment actions now reliably appear in mobile drawer in [#​10904](https://github.com/outline/outline/pull/10904) - Fixed extra newlines in pasted code blocks in [#​10958](https://github.com/outline/outline/pull/10958) - Parser crash when pasting inline code containing checkboxes by [@​hdoo42](https://github.com/hdoo42) in [#​10949](https://github.com/outline/outline/pull/10949) - Fixed an issue where context menus could have context menus (menuception) in [#​10974](https://github.com/outline/outline/pull/10974) - Fixed invisible email buttons in iOS Mail dark mode in [#​10976](https://github.com/outline/outline/pull/10976) - Restored 'Create a doc' item in mention menu in [#​10980](https://github.com/outline/outline/pull/10980) - User with "can edit" permission on sub-document can now sort child documents in [#​10990](https://github.com/outline/outline/pull/10990) - Large base64 images pasted as HTML are now correctly handled in [#​10982](https://github.com/outline/outline/pull/10982) - Appending content via API no longer messes with existing document content in [#​10998](https://github.com/outline/outline/pull/10998) - Image warp exiting lightbox now correct in [#​10999](https://github.com/outline/outline/pull/10999) - Grips are now positioned correctly adjacent merged table cells in [#​11003](https://github.com/outline/outline/pull/11003) - Export no longer link to a non-accessible location for non-admins in [#​11070](https://github.com/outline/outline/pull/11070) #### New Contributors - [@​nwleedev](https://github.com/nwleedev) made their first contribution in [#​10759](https://github.com/outline/outline/pull/10759) - [@​hdoo42](https://github.com/hdoo42) made their first contribution in [#​10949](https://github.com/outline/outline/pull/10949) **Full Changelog**: <https://github.com/outline/outline/compare/v1.1.0...v1.2.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #3075 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 7ca7a0157b | expand redis | |||
| f1eb78a0f8 | Update postgres-cluster Docker tag to v7.4.5 (#2892) | |||
| b67d15cdfc | change schedule | |||
| 8f90834648 | scale | |||
| 7a2938a142 | upgrade chart | |||
| 18660ac7e6 | readd bucket | |||
| d5205adaf5 | update chart | |||
| 5495c30990 | Update postgres-cluster Docker tag to v7.1.4 (#2778) | |||
| 7104bc3e9a | update chart | |||
| 735d4eb442 | update chart | |||
| b062b07c83 | update chart | |||
| 501e8a09a3 | update chart |