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

make avatar lookup occur at image request #10540

Merged
merged 17 commits into from
Mar 27, 2020

Commits on Feb 28, 2020

  1. make avatar lookup occur at image request

    speed up page generation by making avatar lookup occur at the browser
    not at page generation
    zeripath committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    c185a23 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

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

    zeripath committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    9914e80 View commit details
    Browse the repository at this point in the history
  3. fix tests again

    zeripath committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    933320f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7609009 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    58593d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4d479f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Move to use a (potentially cached) db entry for emails

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    57339c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. As per @lafriks and @guillep2k

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    c6cca50 View commit details
    Browse the repository at this point in the history
  2. fix unit-tests

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    08cf870 View commit details
    Browse the repository at this point in the history
  3. Update models/avatar.go

    Co-Authored-By: Lauris BH <[email protected]>
    zeripath and lafriks committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    1e6efeb View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    2945e0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d32222b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

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

Commits on Mar 26, 2020

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

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    4c09604 View commit details
    Browse the repository at this point in the history
  2. Add migration to create the EmailHash table

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    b5365ba View commit details
    Browse the repository at this point in the history