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: opencats/OpenCATS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.7.2
Choose a base ref
...
head repository: opencats/OpenCATS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.7.4
Choose a head ref
  • 15 commits
  • 28 files changed
  • 5 contributors

Commits on Mar 7, 2023

  1. increment PHPMailer and CKEditor minimum versions in composer.json

    Signed-off-by: Russ Hay <russellh@ysmail.net>
    RussH committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    1a3d72c View commit details
    Browse the repository at this point in the history
  2. Upgrade to GitHub-native Dependabot (#533)

    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d41b120 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. composer changes patch 2 (#598)

    * Update composer.json
    
    * Update composer.lock
    RussH authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    132cb89 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Update Security.MD

    Update Security.MD to reflect fixes in 0.9.7.2
    RussH authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    fde38e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Update FileUtility.php (#620)

    add .bak to the filename upload/download whitelist
    (Ref: https://forums.opencats.org/viewtopic.php?p=5339#p5339)
    RussH authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    de6bfd1 View commit details
    Browse the repository at this point in the history
  2. Revert htmlspecialchars for CKEditor (#621)

    Revert the security restrictions deployed with HTMLSPECIALCHARS for description fields using CKEditor, as it strips all HTML formatting
    RussH authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    e6256ed View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Update copyright years (#627)

    xalt7x authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f217f76 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Fixes #625 (#629)

    Bloafer authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    19f1fcd View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Sync lists of allowed formats in FileUtility.php and .htaccess files (#…

    …631)
    
    Apply FileUtility.php changes from PR #576 to .htaccess files from PR #534
    xalt7x authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    86f2fcc View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Update getDataGridPager.php (#633)

    Fixes sortable columns, as reported by Manuel in https://forums.opencats.org/viewtopic.php?p=5482#p5482
    RussH authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6381902 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

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

Commits on Jan 25, 2024

  1. fix typo in indeed.xtpl

    Manuel(forum) reported this typo.
    https://forums.opencats.org/viewtopic.php?t=1936
    RussH authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e3f9d2e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. RussH patch cookies (#641)

    * Update XML Module index.php
    
    added reference to LEGACY_ROOT as per issue here;
    https://forums.opencats.org/viewtopic.php?t=1936&sid=1acaab71cefa4ebc258022d0e211e45f
    
    * Update Session.php
    
    enable samesite and httponly cookie options in session_cookie
    RussH authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f8b37c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    1ba02b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5781f41 View commit details
    Browse the repository at this point in the history
Loading