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: b13/proxycachemanager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bugfix/cache-service
Choose a base ref
...
head repository: b13/proxycachemanager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 24 files changed
  • 9 contributors

Commits on Dec 6, 2023

  1. Merge pull request #35 from b13/bugfix/cache-service

    [BUGFIX] baseUrls variable is an array
    bmack authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1731240 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. [TASK] Add documentation for v4

    bmack committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0b930d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from b13/upgrade-v4

    [TASK] Add documentation for v4
    achimfritz authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    444ce81 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. [BUGFIX] Fix flushing of all cache entries

    Adapts the processing in ReverseProxyCacheBackend->flush to
    ensure the cached urls are processed before the cache table
    is truncated.
    
    Resolves: #38
    dkd-friedrich committed May 8, 2024
    Configuration menu
    Copy the full SHA
    823de57 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge pull request #39 from dkd-friedrich/bugfix/master/38-fix_flushi…

    …ng_of_all_cache_entries
    
    [BUGFIX] Fix flushing of all cache entries
    bmack authored May 13, 2024
    Configuration menu
    Copy the full SHA
    eac7bbd View commit details
    Browse the repository at this point in the history
  2. [RELEASE] Bugfix Release 4.0.1

    bmack authored May 13, 2024
    Configuration menu
    Copy the full SHA
    561f61e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

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

Commits on Mar 11, 2025

  1. Merge pull request #41 from b13/task/v13

    [TASK] Add TYPO3 v13 Support
    achimfritz authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    f6eec6f View commit details
    Browse the repository at this point in the history
  2. [RELEASE] 4.1.0

    achimfritz committed Mar 11, 2025
    Configuration menu
    Copy the full SHA
    a8997a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. [TASK] Catch error while flushing cache tags

    When flushing the cache of a lot of tags
    a user might reach the SQL query limit.
    
    This error will now be caught and logged.
    ochorocho committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    54541bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from b13/task/catch-sql-limit-error

    [TASK] Catch error while flushing cache tags
    ochorocho authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    90f3227 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. [BUGFIX] BE-Module v13

    * do not call registerModule for v13
    * prevent empty configuration exception
    * add v13 to ci workflow
    * get rid of runTest.sh
    achimfritz committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    d0662cd View commit details
    Browse the repository at this point in the history
  2. [RELEASE] 4.1.2

    achimfritz committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    d6791c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Configuration menu
    Copy the full SHA
    1636f82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    833e894 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

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

Commits on Jan 8, 2026

  1. Configuration menu
    Copy the full SHA
    bcf7bb8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from markusa86/markusa86-patch-1

    Fix severity variable in flash message
    markusa86 authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    4ef28be View commit details
    Browse the repository at this point in the history
  3. Merge pull request #47 from markusa86/master

    Fix severity variable in flash message
    ervaude authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    df12a64 View commit details
    Browse the repository at this point in the history
Loading