zulip/zerver
akashaviator 5dd1a1fc83 api: Document POST ../messages/{message_id}/reactions endpoint.
This refactors add_reaction in python_examples.py to use the
openapi_test_function decorator and validate result with
validate_against_openapi_schema. Minor changes have been made to the
OpenAPI format data for /messages/{message_id}/reactions endpoint.

This also adds add-emoji.md to templates/zerver/api and adds
add-emoji to rest-endpoints.md (templates/zerver/help/include).
2020-03-08 19:04:15 -07:00
..
data_import emoji_codes: Replace JS module with JSON module. 2020-02-12 10:09:12 -08:00
lib tests: Use user IDs internally in send message helpers. 2020-03-07 18:31:13 -08:00
management refactor: Extract zerver/lib/email_validation.py. 2020-03-06 11:53:22 -08:00
migrations auth: Add support for GitLab authentication. 2020-02-11 13:54:17 -08:00
openapi api: Document POST ../messages/{message_id}/reactions endpoint. 2020-03-08 19:04:15 -07:00
templatetags openapi: Pass api_url to curl example generation. 2019-08-17 11:35:08 -07:00
tests api: Refactor get_members_backend in zerver/views/users.py. 2020-03-08 18:43:30 -07:00
tornado events: Add block for compatibility with old delete_message events. 2020-03-03 15:52:42 -08:00
views api: Refactor get_members_backend in zerver/views/users.py. 2020-03-08 18:43:30 -07:00
webhooks integrations: Improved Taiga Integration. 2020-03-04 16:52:52 -08:00
worker queue processors: Flush per-request caches after each item. 2020-03-03 15:29:11 -08:00
__init__.py
apps.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
context_processors.py decorators: Restructure get_client_name interface. 2020-03-08 14:19:50 -07:00
decorator.py decorators: Restructure get_client_name interface. 2020-03-08 14:19:50 -07:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py refactor: Move validate_email_not_already_in_realm. 2020-03-06 11:53:22 -08:00
logging_handlers.py version: Only let `git describe` match tags beginning with a digit. 2019-10-24 14:54:45 -07:00
middleware.py middleware: Avoid running APPEND_SLASH logic in Tornado. 2020-02-14 16:15:57 -08:00
models.py settings: Add EMAIL_ADDRESS_VISIBILITY_NOBODY. 2020-03-06 16:34:08 -08:00
signals.py emails: Translate from_name of account security emails. 2020-02-18 17:45:33 -08:00