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

Implement token-based sessions. #4690

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

Commits on May 20, 2022

  1. Created persistent sessions table.

    Unfortunately, due to diesel-rs/diesel#2411,
    the table can't be named `sessions` as it causes patch conflicts with
    recent_crate_downloads.
    adsnaider committed May 20, 2022
    Configuration menu
    Copy the full SHA
    e322fd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81ec8c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c209f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ef54f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c51ab65 View commit details
    Browse the repository at this point in the history
  6. Added session tests.

    adsnaider committed May 20, 2022
    Configuration menu
    Copy the full SHA
    04fe1d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21d5d71 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9af39c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2af70a2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c774eee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    81831e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b0fb29d View commit details
    Browse the repository at this point in the history
  13. Clean up TODO.

    adsnaider committed May 20, 2022
    Configuration menu
    Copy the full SHA
    1280232 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    14ad3cc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c215d23 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7466b63 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2c51d08 View commit details
    Browse the repository at this point in the history
  18. Make clippy happy again.

    adsnaider committed May 20, 2022
    Configuration menu
    Copy the full SHA
    26aeb88 View commit details
    Browse the repository at this point in the history
  19. Fixed merge conflicts.

    adsnaider committed May 20, 2022
    Configuration menu
    Copy the full SHA
    731e2fd View commit details
    Browse the repository at this point in the history