zulip/static
Aman Agrawal eb396b6190 popovers: Don't try to fetch small avatar using email.
It's always better to use the user ID than the email for fetching data
about an object whose unique ID we have, which should be all of them.
And it's also cleaner code to use the standard people.js method; tabbott
checked that indeed all callers get their `user` objects from `people.js`.

Since we restrict spectators from having access to avatars using
email to avoid someone brute forcing a user's email, this removes
a 401 response from the server in spectator view when trying
to open user info popover.

Additionally, this fixes the cached-fetching behavior documented in
the comments we add about the way we construct URLs.
2021-11-02 11:26:19 -07:00
..
assets icons: Set font-display: block for icon font. 2021-08-23 15:59:54 -07:00
audio
generated
html templates: Mark all void tags as self-closing. 2021-04-21 09:49:34 -07:00
images for/open_source: Add illustration for building inclusive commmunities. 2021-10-06 17:42:56 -07:00
js popovers: Don't try to fetch small avatar using email. 2021-11-02 11:26:19 -07:00
shared buddy_list: Show still image for animated emojis. 2021-09-12 16:24:29 -07:00
styles user_settings: Add option to disable escape key navigation to default view. 2021-10-29 18:15:30 -07:00
templates left_sidebar: Hide vdots for All messages and stream buttons. 2021-11-02 11:26:19 -07:00
third lint: Fix typos found by codespell. 2021-10-19 16:51:13 -07:00
.gitignore