zulip/zerver
Rohitt Vashishtha 1a9a478e5d markdown: Assert we handle timestamps sensibly in push notifications.
We could certainly do better with the handling here, but using the raw
string that the user gave us is okayish for now.

Proper formatting of timestamps requires handling locales and timezones
of the receiver as well which is a larger project.
2020-07-15 11:18:32 -07:00
..
data_import pointer: Remove pointer from UserProfile. 2020-07-03 13:08:40 +00:00
lib markdown: Format spoilers for push notifications. 2020-07-15 11:17:38 -07:00
management upgrade: Add management command to fix FTS indexes. 2020-07-13 12:40:44 -07:00
migrations migrations: Add case-insensitive unique indexes on realm and email. 2020-07-15 09:42:40 -07:00
openapi lint: Reformat YAML files with Prettier. 2020-07-14 16:25:31 -07:00
templatetags refactor: Rename zerver.lib.bugdown to zerver.lib.markdown . 2020-06-26 17:08:37 -07:00
tests markdown: Assert we handle timestamps sensibly in push notifications. 2020-07-15 11:18:32 -07:00
tornado event_queue: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
views audit_log: Log RealmAuditLog in do_set_realm_authentication_methods. 2020-07-06 17:38:20 -07:00
webhooks webhooks: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
worker queue_processors: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py auth: Make apple log in and sign up buttons consistent with others. 2020-06-18 13:06:10 -07:00
decorator.py decorator: Replace type: ignore with cast, avoid Any. 2020-06-30 18:58:23 -07:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py emails: Add a custom header specifying the organization when possible. 2020-06-28 13:33:02 -07:00
logging_handlers.py logging_handlers: Fix type: ignore issues. 2020-06-30 18:58:23 -07:00
middleware.py refactor: Rename bugdown words to markdown in stats related functions. 2020-06-26 17:20:40 -07:00
models.py migrations: Add case-insensitive unique indexes on realm and email. 2020-07-15 09:42:40 -07:00
signals.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00