Vishnu Ks
96bd1328a5
requirements: Upgrade pylibmc to 1.6.0.
2018-11-12 15:27:26 -08:00
Vishnu Ks
1657f0d161
requirements: Upgrade psycopg2 to 2.7.6.1.
2018-11-12 15:27:26 -08:00
Vishnu Ks
7121903fc5
requirements: Upgrade cryptography to 2.4.1.
2018-11-12 15:27:26 -08:00
Vishnu Ks
77473c2a6a
requirements: Upgrade django-auth-ldap to 1.7.0.
2018-11-12 15:27:26 -08:00
Vishnu Ks
b46aeaf00b
requirements: Upgrade setuptools to 40.5.0.
2018-11-12 15:27:26 -08:00
Vishnu Ks
c1aed13afe
requirements: Upgrade wheel to 0.32.2.
2018-11-12 15:27:26 -08:00
Vishnu Ks
4f91a564ef
requirements: Upgrade virtualenv-clone to 0.4.0.
2018-11-12 15:27:26 -08:00
Vishnu Ks
8f5cbb5c8c
requirements: Upgrade typing to 3.6.6.
2018-11-12 15:27:26 -08:00
Vishnu Ks
3ae8e79c5a
requirements: Upgrade Twisted to 18.9.0.
2018-11-12 15:27:26 -08:00
Vishnu Ks
1444fb8870
requirements: Upgrade sphinx-rtd-theme to 0.4.2.
2018-11-12 15:27:26 -08:00
Yashashvi Dave
89eebad14f
user profile: Add user type/role in user profile popover.
...
Add user type/role in user's detail profile popover.
Fixes part of #10754
2018-11-12 15:13:44 -08:00
Yashashvi Dave
54dd7f0a43
user info popover: Add user type/role in user information popover.
...
Add user role-- "Administrator", "Member", "Bot" or "Guest"
under 'Local time' in user information popover.
Fixes part of #10754
2018-11-12 15:13:44 -08:00
Yashashvi Dave
614624d232
static/js/popover.js: Extract `render_user_info_popover`.
2018-11-12 15:13:43 -08:00
Tim Abbott
67fa755158
popovers: Remove now-unused narrowed argument to user info popover.
...
This stopped being used in bbfd33185c
.
2018-11-12 15:10:19 -08:00
Tim Abbott
5a9f00dae4
popovers: Sort arguments for user info popover.
...
This makes it easier to see how the two duplicate implementations differ.
2018-11-12 15:09:09 -08:00
Tim Abbott
4c8f439ece
popovers: Standardize calculation of show_user_profile.
2018-11-12 14:59:39 -08:00
Tim Abbott
96284bd336
popovers: Use attributes of user object more consistently.
...
This is a preparatory refactoring to make it easy to see what's
different as we deduplicate this logic.
2018-11-12 14:59:38 -08:00
Tim Abbott
08529507c8
popovers: Sort arguments to user info popover rendering.
...
This is a first step towards deduplicating this logic.
2018-11-12 14:59:23 -08:00
Yashashvi Dave
53201c5411
statis/js/people.js: Add function `get_user_type`.
...
Add function `get_user_type`, which returns user
type-"Administrator", "Guest", "Bot" or "Member"
depending on what they are.
2018-11-12 14:57:32 -08:00
Steve Howell
bb959acbaf
Use modern huddle URLs in digest emails.
2018-11-12 12:01:09 -08:00
Steve Howell
e79e0018f7
Use modern PM URLs in digest emails.
2018-11-12 12:01:09 -08:00
Steve Howell
6a89446e80
tests: Add test for huddle digest urls.
2018-11-12 12:01:09 -08:00
Steve Howell
c08a3833e2
tests: Start to check urls in digest emails.
2018-11-12 12:01:09 -08:00
Tim Abbott
453c35d0f7
install: Provide a suggestive error message when missing Universe.
...
By far the dominant cause of errors when installing apt packages is
not having the Universe repository enabled in Ubuntu bionic (this
seems to have started happening a lot recently; I wonder if Ubuntu
changed the defaults for new server installs or something?).
In any case, providing that suggestion in the error output should help
reduce these a lot.
2018-11-12 10:56:39 -08:00
Tim Abbott
e7bb833a37
install: Improve some error output for common errors.
...
This uses `set +x` to hide the `echo` output, and then sets the font
color to red.
2018-11-12 10:55:06 -08:00
Pranjal Vyas
f729840040
docs: Fix typo in writing-views.md.
2018-11-11 16:56:56 -08:00
Vishnu Ks
f812b76c3b
billing: Allow mock_stripe to take multiple function_name arguments.
2018-11-10 00:38:32 -05:00
Nolan Darilek
c0a8f0a66e
accessibility: Add button role and tabindex to sender names.
...
This facilitates interacting with them via keyboard.
2018-11-09 17:33:42 -08:00
Nolan Darilek
fb54ea82b2
accessibility: Make the recipient row more accessible.
...
This primarily just exposes hidden icons.
2018-11-09 17:33:32 -08:00
Nolan Darilek
ef8ea330fa
accessibility: Make individual messages more accessible.
...
We do this by setting a region and exposing hidden icons.
2018-11-09 17:33:21 -08:00
Nolan Darilek
253c034d90
accessibility: Label messages region, and add `aria-live`.
...
This tells assistive technologies to automatically speak new messages
when they arrive.
2018-11-09 17:32:59 -08:00
Tim Abbott
2c06615909
streams: Fix stream color synchronization.
...
Previously, when a new stream was created on a client other than the
current one, the browser would first receive the "stream_created"
event, and make up a client-side display color at that time to use in
the "stream settings" view (it doesn't yet know the color that was
selected when the user was actually subscribed, because it doesn't
even know yet that the user is being subscribed to this stream), and
then moments after it'll receive a "susbcribe" event letting the
client know that the user is subscribed (and specifying the color to
use).
However, due to an argument not being passed through properly and a
missing rerender, we were not properly updating either the data
structures or doing a stream colors rerender in order to show the new
color.
This fixes the issue reported in
https://chat.zulip.org/#narrow/stream/48-mobile/subject/stream.20colors/near/660170
2018-11-09 17:04:47 -08:00
Vishnu Ks
fe931d9b66
requirements: Upgrade sockjs-tornado to 1.0.6.
2018-11-09 10:17:55 -08:00
Vishnu Ks
349a9fe75a
requirements: Upgrade social-auth-app-django to 3.1.0.
2018-11-09 10:17:55 -08:00
Vishnu Ks
6c0dee5471
requirements: Upgrade snakeviz to 1.0.0.
2018-11-09 10:17:55 -08:00
Vishnu Ks
2de33e413f
requirements: Upgrade rsa to 4.0.
2018-11-09 10:17:55 -08:00
Vishnu Ks
ce4088c9ed
requirements: Upgrade python-twitter to 3.5.
2018-11-09 10:17:55 -08:00
Vishnu Ks
502243bb75
requirements: Upgrade python-digital-ocean to 1.14.0.
2018-11-09 10:17:55 -08:00
Vishnu Ks
19db3088df
requirements: Upgrade pip to 18.1.
2018-11-09 10:17:55 -08:00
Vishnu Ks
f4a81b743e
requirements: Upgrade Pillow to 5.3.0.
2018-11-09 10:17:55 -08:00
Vishnu Ks
ff253fb1c7
requirements: Upgrade oauth2client to 4.1.3.
2018-11-09 10:17:55 -08:00
Vishnu Ks
6e15d4efc7
requirements: Upgrade Markupsafe to 1.1.0.
2018-11-09 10:17:55 -08:00
Vishnu Ks
90491692b7
requirements: Upgrade imagesize to 1.1.0.
2018-11-09 10:17:55 -08:00
Vishnu Ks
c73eb25c83
requirements: Upgrade httpretty to 0.9.6.
2018-11-09 10:17:55 -08:00
Vishnu Ks
ed973ebc71
requirements: Upgrade django-two-factor-auth to 1.8.0.
2018-11-09 10:17:55 -08:00
Vishnu Ks
d039ef871b
requirements: Upgrade disposable-email-domains to 0.0.37.
2018-11-09 10:17:55 -08:00
Vishnu Ks
5ec9eb819b
requirements: Upgrade certifi to 2018.10.15.
2018-11-09 10:17:55 -08:00
Vishnu Ks
1789cbea30
requirements: Upgrade beautifulsoup4 to 4.6.3.
2018-11-09 10:17:55 -08:00
Vishnu Ks
70a426c7ce
requirements: Upgrade argon2-cffi to 18.3.0.
2018-11-09 10:17:55 -08:00
Vishnu Ks
1d11fc578e
requirements: Upgrade albaster to 0.7.12.
2018-11-09 10:17:55 -08:00