Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gui: Add search bar for logging (fixes #9252) #9255

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    07ad2db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53123c0 View commit details
    Browse the repository at this point in the history
  3. lib/api: Add cache busting for basic auth (ref syncthing#9208) (synct…

    …hing#9215)
    
    This adds our short device ID to the basic auth realm. This has at least
    two consequences:
    
    - It is different from what's presented by another device on the same
    address (e.g., if I use SSH forwards to different dives on the same
    local address), preventing credentials for one from being sent to
    another.
    
    - It is different from what we did previously, meaning we avoid cached
    credentials from old versions interfering with the new login flow.
    
    I don't *think* there should be things that depend on our precise realm
    string, so this shouldn't break any existing setups...
    
    Sneakily this also changes the session cookie and CSRF name, because I
    think `id.Short().String()` is nicer than `id.String()[:5]` and the
    short ID is two characters longer. That's also not a problem...
    calmh committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    b014a9e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. added search feature

    DAlba-sudo committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    17199df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a82c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc27888 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b890994 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 11, 2023

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