Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BookStackApp/BookStack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: sort_rule_text
Choose a base ref
...
head repository: BookStackApp/BookStack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 82 files changed
  • 2 contributors

Commits on Apr 4, 2026

  1. Plain text: Created a new HTML to plain text converter

    To centralise logic to be more consistent, and to have smarter logic
    which avoids just following newline format from input, preventing
    smushing HTML elements (like list elements) next to eachother
    ssddanbrown committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    c7d3775 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2026

  1. Configuration menu
    Copy the full SHA
    abed4ea View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2026

  1. Attachments: Aligned ZipExportAttachment link validation

    With controller routes.
    Don't consider this as a security issue, since the filtered URLs
    by that validation are very likely to be blocked by browser security
    or CSP, and there's a level of assumed privilege to the users that
    are able to create such attachments links already.
    
    Closes #6093
    ssddanbrown committed Apr 12, 2026
    Configuration menu
    Copy the full SHA
    c7e2b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4feb50e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6083 from BookStackApp/better_plain_text

    New HTML to Plaintext handling
    ssddanbrown authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    93f84a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f14fc68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c1ad1d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. Configuration menu
    Copy the full SHA
    346dc27 View commit details
    Browse the repository at this point in the history
  2. API: Some changes to tag API endpoints

    - Updated tag values endpoint to use query param instead of path
      argument, so a better range of values can be provided (including those
      with slashes).
    - Updated image gallery example request to align with docs use changes.
    ssddanbrown committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    208629e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6095 from BookStackApp/tags_api

    API:  New tag endpoints
    ssddanbrown authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    0760e67 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. WYSIWYG: Added inline code support to minimal editor

    Used for comments and descriptions.
    Also updated shortcut handling that we're not registering shortcuts for
    edits which can't use the related formatting types.
    
    For #6003
    ssddanbrown committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    18364d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6100 from BookStackApp/wysiwyg_minimal_inline_code

    WYSIWYG: Added inline code support to minimal editor
    ssddanbrown authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    e274a5f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2026

  1. Meta: Updated COC, templates, PR template for community rules

    Added reference to new community rules page where sensible.
    ssddanbrown committed Apr 17, 2026
    Configuration menu
    Copy the full SHA
    a2bb5bd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. Configuration menu
    Copy the full SHA
    083fb1a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2026

  1. Configuration menu
    Copy the full SHA
    befa3a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1339f66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7e019d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec0b038 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    426f9ac View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6108 from BookStackApp/view_revisions_permission

    Permissions: Started addition of revision-view permission
    ssddanbrown authored Apr 19, 2026
    Configuration menu
    Copy the full SHA
    0c9fabb View commit details
    Browse the repository at this point in the history
Loading