Ujjawal Modi
9a96d19315
invites: Frontend changes for adding the new realm setting.
...
This commit does the changes in frontend required
for adding the new setting `Who can create multiuse invite link.`
Fixes #15159 .
2023-09-07 14:21:01 -07:00
Ujjawal Modi
ec49c3acc8
invites: Rename `can_invite_others_to_realm` local variables.
...
This commit rename the existing setting `Who can invite users to this
organization` to `Who can send email invitations to new users` and
also renames all the variables related to this setting that do not
require a change to the API.
This was done for better code readability as a new setting
`Who can create invite links` will be added in future commits.
2023-09-07 14:21:01 -07:00
Ujjawal Modi
54c7cbaf1c
docs: Change `Create an invitation link` heading.
...
This commit changes the `Create an invitation link` heading
in help docs to `Create a reusable invitation link`.
2023-09-07 14:21:01 -07:00
David Rosa
bfc6282d4f
help: Add "Troubleshooting" section to mobile notifications page.
2023-09-07 09:49:28 -07:00
David Rosa
9ff4e8b82b
help: Add mobile instructions to "Create a stream".
2023-08-30 15:32:24 -07:00
David Rosa
0635b89415
help: Update "Create a stream".
...
- Updates Desktop/Web instructions to follow current help center
documentation patterns.
- Moves instructions to a Markdown include-block.
2023-08-30 15:32:24 -07:00
David Rosa
38a8c3df17
help: Add mobile instructions to "Unsubscribe from a stream".
...
- Documents unsubscribing via long-press menu, all streams, and
stream settings menu.
2023-08-30 11:30:53 -07:00
David Rosa
9e9b1562e5
help: Update "Unsubscribe from a stream".
...
- Updates Desktop/web instructions to follow current help center
documentation patterns.
- Adds instructions to unsubscribe from a stream via the stream settings
panel.
2023-08-30 11:30:53 -07:00
David Rosa
54044a1045
help: Document keyboard shortcut for starring messages.
...
Fixes : #26573 .
2023-08-28 08:49:49 -07:00
David Rosa
7b2d5df3dd
help: Document keyboard shortcut for viewing message edit history.
...
Fixes : #26573 .
2023-08-28 08:49:49 -07:00
palashb01
5df5f6c125
help: Update message edit history documentation.
...
Co-authored-by: Tim Abbott <tabbott@zulip.com>
2023-08-24 16:28:06 -07:00
David Rosa
5b898ef216
help: Document "Browse and subscribe to streams" mobile feature.
2023-08-24 10:46:28 -07:00
David Rosa
cef3a801c2
help: Update "Browse and subscribe to streams".
...
Updates Desktop/web instructions to follow current help center
documentation patterns.
2023-08-24 10:46:28 -07:00
David Rosa
1f3c125217
help: Document how notifications work for edited and deleted messages.
2023-08-22 14:50:23 -07:00
David Rosa
0349152f0f
help: Rename edit-or-delete-a-message.md and update links.
2023-08-22 14:50:23 -07:00
David Rosa
c86dc34eba
help: Split "Edit or delete a message".
...
- Splits page into "Edit a message" and "Delete a message".
2023-08-22 14:50:23 -07:00
Karl Stolley
b294cf63ad
docs: Update star icons to use Zulip icons.
2023-08-21 17:13:43 -07:00
David Rosa
a6e60afdc4
help: Document how to access all direct messages in the mobile app.
2023-08-15 10:10:31 -07:00
David Rosa
c5bb8c63a9
help: Fix "Typing notifications" intro paragraph.
...
- Corrects documentation to reflect that typing notifications also
work when narrowing to all direct messages in the web/desktop app,
and disappear under certain conditions.
2023-08-15 10:10:31 -07:00
David Rosa
6aee4bb768
help: Document how to view all direct messages in the desktop/web app.
2023-08-15 10:10:31 -07:00
David Rosa
c3a632eb2f
help: Document "Copy to clipboard" mobile feature.
2023-08-15 09:55:23 -07:00
David Rosa
15bfe66109
help: Update "View message Markdown source".
...
- Updates article to follow current help center documentation patterns.
- Documents "Copy and close" widget.
2023-08-15 09:55:23 -07:00
Zixuan James Li
5301060954
linkifiers: Support dragging and reordering linkifiers.
...
This also removes sorting on the pattern and the URL template, because
it does not make sense anymore as we make linkifiers draggable.
Fixes #23716
2023-08-14 15:21:48 -07:00
David Rosa
d205850d54
docs: Update .html links pointing to "Upgrade Zulip" or "Modify Zulip".
...
Follow-up to #24089 .
2023-08-11 16:49:32 -07:00
David Rosa
d24a689e9e
help: Add heading on linking to messages in "Writing messages" section.
...
We should have a clear reference in the "Writing messages" sidebar
section on linking to other conversations below "Mention a user
or group" to clarify mentioning users vs linking to conversations.
This adds a link to the "Link to a message or conversation" article
with a different heading.
2023-08-11 11:13:22 -07:00
David Rosa
592d0e2794
help: Document "Starred messages" mobile feature.
2023-08-10 17:31:10 -07:00
David Rosa
347c3dce5e
help: Update "View your starred messages" section.
...
- Adds instructions block and relative link to Starred messages.
- Adds "Toggle starred messages counter" subheading.
- Adds "Searching for messages" as a related article.
2023-08-10 17:31:10 -07:00
David Rosa
c74f607a6d
help: Update "Star a message" mobile instructions.
2023-08-10 17:31:10 -07:00
Karl Stolley
fd766c828c
docs: Document printable conversations.
2023-08-09 18:06:06 -07:00
David Rosa
d346b9bd1c
help: Document "Add video call" mobile feature.
2023-08-09 09:49:09 -07:00
David Rosa
d40d6b625b
help: Update "Emoji reactions" mobile instructions.
2023-08-08 10:27:04 -07:00
Alya Abbott
48846e61cd
help: Link to /help/recent-conversations to define "conversation".
...
- Adds a link to the "Recent conversations" article whenever we use the
term "conversation" as a technical term referring to topic or
DM thread. This can help clarify meaning when the term is used in this
specific way.
2023-08-07 10:10:21 -07:00
Ishita Gupta
aa86533f22
UI redesign: more-less message interaction.
...
This commit encompasses the following changes:
* Replace the [More...] link with a button titled "Show more".
* Replace the [Show Less...] link with a button titled "Show less".
* Add various on-hover interactions to the buttons.
* In the condensed view, add fading to the bottom of the message to
visually communicate that the message is truncated.
* Update /help/ description.
Fixes #22801 .
Co-authored-by: Evy Kassirer <evy.kassirer@gmail.com>
2023-07-24 17:42:08 -07:00
Zixuan James Li
000761ac0c
realm_playgrounds: Replace url_prefix with url_template.
...
Dropping support for url_prefix for RealmPlayground, the server now uses
url_template instead only for playground creation, retrieval and audit
logging upon removal.
This does the necessary handling so that url_template is expanded with
the extracted code.
Fixes #25723 .
Signed-off-by: Zixuan James Li <p359101898@gmail.com>
2023-07-24 17:40:59 -07:00
David Rosa
f64d5e1db6
help: Remove "Invite users" relative help link.
...
- Replaces `{relative|gear|invite}` with a Markdown include since
we no longer use the `#invite` hash in the web-app.
2023-07-21 14:18:24 -07:00
David Rosa
0c122391bb
help: Offer links to "Search filters" for logged in users.
...
- Replaces instructions for opening the search filters reference
with `{relative|gear|search-filters}`.
2023-07-21 14:18:24 -07:00
David Rosa
901c6d8761
help: Offer links to "Message formatting" for logged in users.
...
- Replaces instructions for opening the message formatting reference
with `{relative|gear|message-formatting}`.
2023-07-21 14:18:24 -07:00
David Rosa
4bb910f9fb
help: Offer links to "Keyboard shortcuts" for logged in users.
...
- Replaces instructions for opening the keyboard shortcuts reference
with `{relative|gear|keyboard-shortcuts}`.
2023-07-21 14:18:24 -07:00
David Rosa
930909c1b2
help: Offer links to "All messages" for logged in users.
...
- Replaces instructions for opening all messages with
`{relative|message|all}`.
2023-07-21 14:18:24 -07:00
David Rosa
a9a1946819
help: Offer links to "Recent conversations" for logged in users.
...
- Replaces Markdown include with `{relative|message|recent}`.
2023-07-21 14:18:24 -07:00
David Rosa
2c8c56184a
help: Update "Message drafts" to follow current documentation patterns.
2023-07-17 17:25:25 -07:00
David Rosa
8093ba0263
help: Revise "Schedule a message".
...
- Removes `tip` block that does not apply to the "Send a scheduled
message now" section.
- Adds relevant keyboard tips.
- Adds "Related articles" section.
2023-07-17 17:25:25 -07:00
David Rosa
3f5475b080
help: Update "Scheduled a message" to offer link for logged-in users.
...
- Replaces instruction for accessing "Scheduled messages" with
`{relative|message|scheduled}`.
2023-07-17 17:25:25 -07:00
David Rosa
8bd3c4ea2b
help: Update "Text emphasis" page to be consistent with other pages.
...
- Adds "Examples" subheading.
- Adds Markdown includes for intro text and examples.
2023-07-17 11:17:24 -07:00
David Rosa
73213a444b
help: Update sidebar title and related articles of Video calls page.
2023-07-17 11:17:24 -07:00
David Rosa
94caacaba9
help: Update sidebar title and related articles of Polls page.
2023-07-17 11:17:24 -07:00
David Rosa
d03bd13550
help: Update sidebar title and related articles of Animated GIFs page.
2023-07-17 11:17:24 -07:00
David Rosa
bfed711f54
help: Add a dedicated page on how to format paragraphs and sections.
2023-07-17 11:17:24 -07:00
David Rosa
d127a6d317
help: Add a dedicated page on how to start a collaborative to-do list.
2023-07-17 11:17:24 -07:00
David Rosa
5f8d5eeb22
help: Add a dedicated page on how to format tables.
2023-07-17 11:17:24 -07:00