zulip/zerver
Zixuan James Li 74f59bd8d0 2fa: Rename zulip_otp_required for clarity.
The name does not really comply with the actual behavior of
the decorator since it returns True for an unauthenticated user.
This makes it clear that the 2fa check only applies to users that
are already logged in.

Signed-off-by: Zixuan James Li <p359101898@gmail.com>
2022-07-13 14:49:41 -07:00
..
actions realm_settings: Tighten function signatures with generic QuerySet. 2022-07-07 11:28:13 -07:00
data_import user_profile: Fallback to "" for timezone upon creation. 2022-06-28 16:05:24 -07:00
integration_fixtures/nagios
lib 2fa: Verify 2FA authentication status with is_2fa_verified. 2022-07-13 14:49:41 -07:00
management soft_deactivation: Tighten function signatures with generic QuerySet. 2022-07-07 11:28:13 -07:00
migrations migrations: Replace NullBooleanField. 2022-07-05 17:52:08 -07:00
openapi api-docs: Add note to `/update-message` parameters. 2022-07-13 13:59:25 -07:00
tests 2fa: Rename zulip_otp_required for clarity. 2022-07-13 14:49:41 -07:00
tornado tornado: Ignore StreamClosedError. 2022-06-28 16:35:49 -07:00
views 2fa: Verify 2FA authentication status with is_2fa_verified. 2022-07-13 14:49:41 -07:00
webhooks integrations: Add RhodeCode webhook integration. 2022-07-13 14:10:00 -07:00
worker message_send: Remove unnecessary user_ids argument. 2022-05-04 14:45:18 -07:00
__init__.py
apps.py
context_processors.py typing: Apply trivial fixes to adjust edge cases in typing. 2022-05-30 12:03:51 -07:00
decorator.py 2fa: Rename zulip_otp_required for clarity. 2022-07-13 14:49:41 -07:00
filters.py typing: Fix function signatures. 2021-08-20 05:54:19 -07:00
forms.py typing: Access LANGUAGE_CODE via `django.utils.translation.get_language`. 2022-06-28 16:07:18 -07:00
logging_handlers.py python: Use Python 3.8 typing.{Protocol,TypedDict}. 2022-04-27 12:57:49 -07:00
middleware.py middleware: Pass unhandled API exceptions through to the test suite. 2022-06-23 19:23:08 -07:00
models.py models: Refactor UserBaseSettings `property_types` structure. 2022-07-07 17:16:14 -07:00
signals.py django: Use HttpRequest.headers. 2022-05-13 20:42:20 -07:00