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: opnsense/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: opnsense/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 60 files changed
  • 2 contributors

Commits on Jun 23, 2025

  1. Configuration menu
    Copy the full SHA
    e464b92 View commit details
    Browse the repository at this point in the history
  2. src: style sweep

    fichtner committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    f2a9d9a View commit details
    Browse the repository at this point in the history
  3. interfaces: fix escaping in refactored bridge code

    mwexecf() is not effective when sprintf() eats our formatting
    prematurely.
    fichtner committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    2bd2d41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8edffe8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    187852a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. mvc: directory handling adjustments for #8824

    We want to achieve two things pertaining to /tmp directory
    consistency:
    
    1. Avoid using sys_get_temp_dir() which may give the wrong result.
       This includes removing TMPDIR again from lighttpd config.
    
    2. Avoid using /tmp in src/opnsense/mvc to avoid misalignments and
       privilege separation issues.
    
    To do that introduce tempDir into the AppConfig and straighten out
    a few related directory handling spots in the same file.
    
    While here delete "app/cache" since it is no longer used.
    fichtner committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    1d82d06 View commit details
    Browse the repository at this point in the history
  2. monit: use tempDir for #8824

    fichtner committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    c927f94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d04c87 View commit details
    Browse the repository at this point in the history
  4. CaptivePortal: Implement base_bootgrid_table and base_apply_button (#…

    …8846)
    
    * CaptivePortal: Implement base_bootgrid_table and base_apply_button
    
    * CaptivePortal: Fix event handler for adding and downloading templates
    
    * CaptivePortal: Fix copy paste error in reconfigure
    
    * CaptivePortal: Expose all fields in search base
    
    * CaptivePortal: Fix Apply button placement
    Monviech authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    7dc2453 View commit details
    Browse the repository at this point in the history
Loading