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: AtomGraph/LinkedDataHub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AtomGraph/LinkedDataHub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refactor-isolated-auth
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 72 files changed
  • 1 contributor

Commits on Sep 12, 2025

  1. Configuration menu
    Copy the full SHA
    07d02d1 View commit details
    Browse the repository at this point in the history
  2. Post-release version bump

    namedgraph committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    b2c5c11 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. The admin app moved to the admin. subdomain instead of the admin/

    … path (#243)
    
    * The admin app moved to the `admin.` subdomain instead of the `admin/` path
    
    `ldh:origin` replaces `ldt:base` in config
    
    * `RemoveIpValve` config params
    
    Also fixed `Connector` proxy params
    
    * Separated Docker build and run stages in the CI
    
    * CI debug logs
    
    * Debug CI
    
    * Debug
    
    * Debug CI
    
    * Hardcoded `${HTTP_PORT}` value in `HEALTHCHECK`
    
    * atomgraph/letsencrypt-tomcat base image bump
    
    * Debug server.xml
    
    * Replaced `ldh:base` with `ldh:origin`
    
    Moved RDF data with relative URIs out from admin.trig
    Removed origin output
    
    * Fixed `ADMIN_BASE_URL`
    
    * Undo http-tests workflow chnages
    
    * `ADMIN_BASE_URL` fix in HTTP test
    
    * Replacing the last `ldt:base` usages in XSLT with `ldh:origin`
    
    `make-public` CLI script fix
    
    * Whitespace
    
    * Javadoc
    
    * New `Application::normalizeOrigin` method
    namedgraph authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    248edab View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

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

Commits on Oct 10, 2025

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

Commits on Oct 13, 2025

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

Commits on Oct 15, 2025

  1. Updated ACL queries to only retrieve authorizations for the current d…

    …ataspace
    
    That is done by injecting `$base` into the queries and adding `FILTER(strstarts(str(?g), str($base)))`
    namedgraph committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    33273fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743ca8f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2025

  1. Throw NotFoundException when non dataspace (application) is matched

    Inject `Optional<Application>` instead of just `Application`
    namedgraph committed Oct 19, 2025
    Configuration menu
    Copy the full SHA
    ce5d8e3 View commit details
    Browse the repository at this point in the history
Loading