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: uadmin/uadmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.1
Choose a base ref
...
head repository: uadmin/uadmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 17 files changed
  • 3 contributors

Commits on Jul 7, 2023

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

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    71ff836 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #145 from uadmin/jwt-improvements

    Jwt improvements
    TwistedHardware authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    970af96 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    4f7e266 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #147 from uadmin/sso-update

    updates for SSO for browser compatibility
    TwistedHardware authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    85c9b36 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. SSO basic user info

    TwistedHardware committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c871222 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #148 from uadmin/sso

    SSO basic user info
    TwistedHardware authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    90eaadb View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Fixing race condition in concurrent writing of 'cachedSessions' map. …

    …It is used to keep active sessions in memory. However, it loadSession function in session.go was creating race condition. So, I added a Read and Write Mutex Lock and protected its read and write access (can have multiple reads).
    Baber-Jan committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e8f571d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #151 from Baber-Jan/fixingRaceConditionInLoadSession

    Fixing race condition in concurrent writing of 'cachedSessions' map.
    TwistedHardware authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    63ed75f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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