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

Support resetting passwords via email #2

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    23c3905 View commit details
    Browse the repository at this point in the history
  2. Fix queries

    mia-pi-git committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    530d6d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. curuser stuff

    mia-pi-git committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    75583b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab6540a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Fix standing actions

    mia-pi-git committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c4a5cba View commit details
    Browse the repository at this point in the history
  2. Fix GXE rounding

    mia-pi-git committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8ca40ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dc7786 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27f0491 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a669a2c View commit details
    Browse the repository at this point in the history
  6. Remove trailing space from comment

    I really hate that local linter doesn't catch that.
    mia-pi-git committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    62ff3dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d13c1a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8f4ecb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b635de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f82d81a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    895819e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    49cc574 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ae2b617 View commit details
    Browse the repository at this point in the history
  14. Add missing truncation

    gigalh128 authored and mia-pi-git committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d964001 View commit details
    Browse the repository at this point in the history
  15. Support OAuth (#12)

    * WIP
    
    * rebase kinda borked, handle it
    
    * linter stuff
    
    * Dammit i swear I had linted this
    
    * Don't require a challstr
    
    * add schemas
    
    * modify some stuff
    
    * remove register action
    
    * Remove the inner action too
    
    * Prettify page
    
    * Shift stuff down
    
    * Fix jquery loading
    
    * specify message
    
    * Make client typing more consistent in token table
    
    * Sanitize redirect URL, also make the page html a top-level constant
    
    * Escape client information too
    
    * Escape URI, fix checks
    mia-pi-git committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ecbf23b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a70e7d5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    136d864 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fecafa8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9991844 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0eb3886 View commit details
    Browse the repository at this point in the history
  21. Fix typo

    mia-pi-git committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    895a2b1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ba1060d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7e740de View commit details
    Browse the repository at this point in the history
  24. Fix code sample for getting a token (#18)

    The code sample had multiple problems. The most important one was that
    it did not run because the call to `checkIfUpdated` was incorrect and
    the code didn't take into account that a DOMException is thrown when
    trying to read `popup.location.href` before the redirect happened. Apart from
    that I added url encoding of the query parameters and some simple sanity
    checks on the received `token` and `assertion` values in order to make
    the sample a bit more robust.
    Async10 authored and mia-pi-git committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3f56dde View commit details
    Browse the repository at this point in the history
  25. Fix bugs in OAuth UI

    mia-pi-git committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9377d9e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8f14db8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8b536e7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    59f87bf View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7c79f52 View commit details
    Browse the repository at this point in the history
  30. Require confirmation

    mia-pi-git committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    fb15ce2 View commit details
    Browse the repository at this point in the history