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: BerkeleyLibrary/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: BerkeleyLibrary/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: awilfox-stack-pass-admin-proposal
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 17 files changed
  • 1 contributor

Commits on Jun 26, 2025

  1. Overhaul Stack Pass Administrator pages

    * Move user management to its own controller and views.
    * Allow editing of user names.
    awilfox committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    61f4b17 View commit details
    Browse the repository at this point in the history
  2. Fixes for Stack Pass Admin overhaul

    * Ensure errors are displayed correctly when form submission fails.
    * Validate that the lcasid is always a number (don't allow invalid).
    * Appease Rubocop.
    awilfox committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    b76b5bb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Rework Stack Pass administrator name handling

    Instead of having the name edited by site admins, we update it on the
    user's log in action from CAS.  This ensures it is always up to date.
    
    This also adds a method for the human-friendly status of the request.
    This helps DRY the views.
    
    This additionally adds a column to the database for the FrameworkUser
    ID of who processed the request, so that the updates cascade.
    awilfox committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    4717623 View commit details
    Browse the repository at this point in the history
Loading