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

Direct avatar rendering #13649

Merged
merged 23 commits into from
Dec 3, 2020
Merged

Direct avatar rendering #13649

merged 23 commits into from
Dec 3, 2020

Commits on Dec 1, 2020

  1. Direct avatar rendering

    This adds new template helpers for avatar rendering which output image
    elements with direct links to avatars which makes them cacheable by the
    browsers.
    
    This should be a major performance improvment for pages with many avatars.
    silverwind committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    07698c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1894a5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f7af46 View commit details
    Browse the repository at this point in the history
  4. uncircle avatars

    silverwind committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    cd39eca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2f8e11 View commit details
    Browse the repository at this point in the history
  6. fix unregistered avatars

    silverwind committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    5c41563 View commit details
    Browse the repository at this point in the history
  7. fix blame avatars

    silverwind committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    7ffcbab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4d23f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea6f9ef View commit details
    Browse the repository at this point in the history
  10. add migration

    silverwind committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    00edcc7 View commit details
    Browse the repository at this point in the history
  11. fix lint

    silverwind committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    d7f89cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fe9282f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. make it work

    silverwind committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    4ac1299 View commit details
    Browse the repository at this point in the history
  2. minor refactor

    silverwind committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    f3efd6d View commit details
    Browse the repository at this point in the history
  3. fmt

    silverwind committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    e3a82f1 View commit details
    Browse the repository at this point in the history
  4. move tests, fix lint

    silverwind committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    5967bd6 View commit details
    Browse the repository at this point in the history
  5. tweak comments

    silverwind committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    8f38193 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1936cf9 View commit details
    Browse the repository at this point in the history
  7. fix error handler

    silverwind committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    07f8e41 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    5220509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f66d3c View commit details
    Browse the repository at this point in the history
  3. dedupe functions

    silverwind committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    8bc827c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eacfdfc View commit details
    Browse the repository at this point in the history