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: DefGuard/proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: DefGuard/proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0-alpha1
Choose a head ref
  • 14 commits
  • 28 files changed
  • 5 contributors

Commits on Dec 18, 2025

  1. Merge pull request #219 from DefGuard/release_1.6_merger

    Merge main -> dev after 1.6 release
    wojcik91 authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    5a9f8c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Disable latest Docker tag in release workflow (#221)

    * disable latest tag
    
    * update comment
    wojcik91 authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    3d83b88 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

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

Commits on Jan 12, 2026

  1. Core certificate authority, part 1: Proxy (#223)

    * certificate handshake
    
    * cleanup
    
    * versions
    
    * prevent concurrent setups, allow multiple connections
    
    * inform core about errors
    
    * cleanup
    
    * bump qs
    
    * simplify setup
    
    * suggestions
    
    * update protos, defguard certs
    
    * whitelist defguard certs
    t-aleksander authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    abe4691 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Multiproxy private cookies (#229)

    * http server waits for private cookies secret before launching
    * private cookies key error handling
    * handle premature http chanel closure
    j-chmielewski authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    a9d266e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Configuration menu
    Copy the full SHA
    a138a33 View commit details
    Browse the repository at this point in the history
  2. Cookie key proto (#235)

    * send cookie key via protos
    * working key retrieval
    * handle InitialInfo in message loop
    * new protos
    j-chmielewski authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    7490067 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Implement proxy wizard (#233)

    * send logs from proxy
    
    * proxy wizard
    
    * update proto
    
    * fix audit
    
    * fix linter errors
    t-aleksander authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    eeff92e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Implement remote MFA with new, separate RPC message (#238)

    * Refactor remote MFA flow to use ClientRemoteMfaFinish RPC
    * handle remote mfa core comms in ws thread
    * longer timeout for remote mfa
    * Use RwLocks instead of Mutexes
    * remove unused proto 
    * rename rpc method
    * update protos
    j-chmielewski authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    3d7663e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e564ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44c69c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. upgrade ui packages (#245)

    * upgrade packages
    
    * bump bytes crate
    filipslezaklab authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    046f449 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. bump version 2.0.0 (#248)

    * bump version
    
    * update dependencies
    wojcik91 authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    a26a19f View commit details
    Browse the repository at this point in the history
  2. binary build fix (#249)

    * add missing openssl dependency to cross setup
    
    * pin toolchain
    
    * try again
    wojcik91 authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    7b19560 View commit details
    Browse the repository at this point in the history
Loading