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: aces/Loris
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v27.0.2
Choose a base ref
...
head repository: aces/Loris
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v27.0.3
Choose a head ref
  • 10 commits
  • 22 files changed
  • 8 contributors

Commits on Mar 26, 2026

  1. Merge commit from fork

    * remove buildWhere with the SQL injection
    
    * remove buildWhere with the SQL injection
    cmadjar authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    ae4c29e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. Merge commit from fork

    to escape the configured path.
    
    Also wrap error message in htmlspecialchars.
    
    Co-authored-by: Dave MacFarlane <dave.macfarlane@mcin.ca>
    driusan and Dave MacFarlane authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    c7b21bb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Copy both production and dev react to htdocs (#10427)

    The webpack config is incorrectly only copying one (production or dev)
    version of react to htdocs. This causes the login page to stop loading
    based on the sandbox flag, which may be trying to load one or the other.
    
    The decision to copy or not in webpack is based on a NODE_ENV
    environment variable which is not used or documented anywhere in LORIS,
    and LORIS may dynamically choose one or the other based on the
    configuration variable which can be changed without recompiling.
    
    Go back to copying both so that LORIS will load regardless of the
    sandbox flag.
    
    Fixes #10425
    Fixes #10400
    driusan authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    8c7c887 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Merge commit from fork

    * [security- document_repository] Adds BackEnd per site validation to match FrontEnd.
    
    * Keeps 27 and 28 release compatibility.
    
    ---------
    
    Co-authored-by: lorisadmin <rolando.acosta@mcin.ca>
    racostas and lorisadmin authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    ab11fc4 View commit details
    Browse the repository at this point in the history
  2. Merge commit from fork

    * Fix help content output
    
    * Set content-type: json to ajax help response
    
    * Remove extra line
    
    * Add file_exists check
    jeffersoncasimir authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    ee3faf3 View commit details
    Browse the repository at this point in the history
  3. Merge commit from fork

    * [security - publication] Takes loris URL from server side, not from the form POST.
    
    * Takes out the reference to the direct link from templates.
    
    ---------
    
    Co-authored-by: lorisadmin <rolando.acosta@mcin.ca>
    racostas and lorisadmin authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    8978dd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. Merge commit from fork

    * [media] Permissions fix
    
    * Revert "Delete modules/media directory"
    
    This reverts commit c009e9f8275db6f2777a8d3937d58e2d65e8b6f6.
    skarya22 authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    e7d12f9 View commit details
    Browse the repository at this point in the history
  2. Merge commit from fork

    cmadjar authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    5b5f70f View commit details
    Browse the repository at this point in the history
  3. Merge commit from fork

    Co-authored-by: Dave MacFarlane <dave.macfarlane@mcin.ca>
    driusan and Dave MacFarlane authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    e01bcef View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. Merge commit from fork

    * login redirect fix
    
    * url redirect - string and trim
    regisoc authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    f57f54b View commit details
    Browse the repository at this point in the history
Loading