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: in2code-de/powermail
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13.0.0
Choose a base ref
...
head repository: in2code-de/powermail
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13.0.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 11, 2025

  1. [DOC] Explain spam check methods

    cweiske authored and mschwemer committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    16ad58b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99b2364 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. [SECURITY] Add hmac validation to file downloads in be module

    It was possible to download an arbitrary file from a TYPO3
    installation using the download link in the powermail module.
    This commits adds a hmac to the link and validates it before
    starting the download.
    mschwemer committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    b39e129 View commit details
    Browse the repository at this point in the history
  2. [RELEASE] 13.0.1 -- Security release

    This release fixes an issue in the backend, where it was
    possible to download files from the server, to which an editor
    did not have propper access permissions.
    mschwemer committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    7849731 View commit details
    Browse the repository at this point in the history
Loading