zulip/web/tests/lib
Sahil Batra bb15b2d708 users: Send "update" events when deactivating or reactivating users.
We now send "realm_user/update" (and "realm_bot/update" for bots)
events with "is_active" field when deactivating and reactivating
users, including bots.

We would want to use "remove" event for a user losing access
to another user for #10970, so it is better to use "update"
event for deactivation as we only update "is_active" field
in the user objects and the clients still have the data for
deactivated users.

Previously, we used to send "add" event for reactivation along
with complete user objects, but clients should have the data
for deactivated users as well, so an "update" event is enough
like we do when deactivating users.
2023-11-02 08:31:12 -07:00
..
compose.js dropdown_widget: Refactor to use Class. 2023-07-27 14:10:08 -07:00
compose_banner.js web: Add missing CSS selector escaping. 2023-09-08 15:35:50 -07:00
events.js users: Send "update" events when deactivating or reactivating users. 2023-11-02 08:31:12 -07:00
handlebars.js templates: Enable Handlebars strict mode. 2023-04-05 15:23:54 -07:00
i18n.js
index.js eslint: Expand no-unused-vars check to all function parameters. 2023-07-02 16:16:38 -07:00
markdown_assert.js
mdiff.js
namespace.js docs: Fix grammar errors found by mwic. 2023-10-09 13:24:09 -07:00
real_jquery.js
stub.js
test.js page_params: Make seperate `page_params` for billing module. 2023-06-23 11:42:29 -07:00
zblueslip.js zblueslip: Show chained causes in unexpected messages. 2023-05-09 13:16:28 -07:00
zjquery.js tests: Delete user_card_popover test. 2023-09-25 06:29:47 -07:00
zjquery_element.js stream_data: Use yield*. 2023-08-02 19:01:20 -07:00
zjquery_event.js
zpage_billing_params.js page_params: Make seperate `page_params` for billing module. 2023-06-23 11:42:29 -07:00
zpage_params.js