Kunal Sharma
Kunal Sharma
1st commit removes ```select_related()``` call in ```messages.py``` - calling ```select_related()``` without arguments can cause ```target lists can have at most 1664 entries``` error. 2nd commit removes ```private_message_policy``` setting from the...
This PR adds a "Required" parameter to the custom profile fields which makes the fields required to be filled by all the members in the organization. Fixes: #28512 **Screenshots and...
This PR adds the API documentation for "/invites/{prereg_id}" endpoint. **Screenshots and screen captures:**   Self-review checklist - [x] [Self-reviewed](https://zulip.readthedocs.io/en/latest/contributing/code-reviewing.html#how-to-review-code) the changes for clarity and maintainability...
This commit updates the "first_message_id" of the stream on the deletion of the first message that was sent to it. This results in 1 extra query when any stream message...
This PR uses markdown rendered version of the description instead of plain description text in stream typeahead. This renders emojis in the description. [CZO discussion](https://chat.zulip.org/#narrow/stream/9-issues/topic/emoji.20in.20channel.20description.20in.20typeahead) **Screenshots and screen captures:** Before...
Adds a test to check if links of API docs pages are present in the sidebar and have the same label as the endpoints' summary. **Screenshots and screen captures:** Self-review...
Fixes part of #30458. [CZO discussion](https://chat.zulip.org/#narrow/stream/412-api-documentation/topic/Support.20schema.20examples.20in.20our.20API.20docs.20generator.2C.C2.A0.2330458/near/1910596) Fixes: **Screenshots and screen captures:** Self-review checklist - [x] [Self-reviewed](https://zulip.readthedocs.io/en/latest/contributing/code-reviewing.html#how-to-review-code) the changes for clarity and maintainability (variable names, code reuse, readability, etc.). Communicate decisions,...
Adds API documentation for `/export/realm` endpoints. **Screenshots and screen captures:** Screenshots     Self-review checklist - [x] [Self-reviewed](https://zulip.readthedocs.io/en/latest/contributing/code-reviewing.html#how-to-review-code) the changes...
Adds a new feature for adding saved replies. Fixes: #31227 Screenshots   Self-review checklist - [x] [Self-reviewed](https://zulip.readthedocs.io/en/latest/contributing/code-reviewing.html#how-to-review-code) the changes for clarity and maintainability (variable names,...
- Adds `can_move_messages_within_channel_group` channel-level permission for who can move messages within the channel. - Adds `can_move_messages_within_out_of_group` channel-level permission for who can move messages within the channel. Fixes: #34243 Screenshots and...