nyan-salmon
|
0fd0332a2c
|
mypy: Use Python 3 type syntax in zerver/views/custom_profile_fields.py.
|
2017-12-26 08:34:06 -05:00 |
Tim Abbott
|
1cd017288d
|
views: Fix imports of REQ/has_request_variables from the wrong place.
These were never in zerver/decorator.py, and so it makes sense to
import them zerver/lib/request.py, mostly for ease of finding things.
|
2017-10-27 15:07:31 -07:00 |
rht
|
45e8ce559d
|
zerver/views: Use python 3 syntax for typing.
|
2017-10-26 21:58:22 -07:00 |
rht
|
15ca13c8de
|
zerver/views: Remove absolute_import.
|
2017-09-27 10:00:39 -07:00 |
Tim Abbott
|
9bf02fb913
|
custom_profile: Prevent bot users from accessing endpoint.
|
2017-07-31 13:08:06 -07:00 |
Umair Khan
|
cf3b6c6ca9
|
profile: Support custom profile data.
Implements backend for #1760.
|
2017-04-18 15:20:59 -07:00 |