Commit Graph

708 Commits

Author SHA1 Message Date
Alya Abbott
dfe189f189 help and integrations: Update doc on using Zulip via email. 2025-02-28 10:42:29 -08:00
Alya Abbott
6f272d99d1 help: Remove outdated admin-only banners. 2025-02-27 13:27:44 -08:00
Alya Abbott
c3ffb60ebb help: Update for new channel management permissions. 2025-02-27 13:27:44 -08:00
Alya Abbott
1a63c46b14 help: Move channel types into an include file. 2025-02-27 13:27:44 -08:00
Alya Abbott
b6ff852d89 help: Add note about permissions to subscribe to channels. 2025-02-27 13:27:44 -08:00
Alya Abbott
0b86598e71 help: Add "subscribe to a channel" link to sidebar. 2025-02-27 13:27:44 -08:00
Alya Abbott
eb1cc50e65 help: Document new "who can subscribe" channel setting.
Also clean up link labels for "who can subscribe other users".
2025-02-27 13:27:44 -08:00
Alya Abbott
71aad4d4a4 help: Rename mislabeled include file. 2025-02-27 13:27:44 -08:00
Alya Abbott
02c4d9c4ae help: Document nice syntax for linking in the current channel. 2025-02-26 17:22:13 -08:00
Alya Abbott
71da6f261c help: Document "general chat" topic. 2025-02-26 16:50:46 -08:00
Lauryn Menard
5e7f9ccb0b help: Update links for information about users to new intro article.
Updates "help/manage-a-user" links that are contextually for general
information about users to go to the new "help/introduction-to-users"
article.

Adds a link to "Manage a user" in the related articles section of
the new intro to users article.
2025-02-26 13:22:12 -08:00
Aman Agrawal
6fc9762f5d left_sidebar: Change icon.
We use a different icon whose dashed line version is visible when
left sidebar is visible and solid line version is visible if
left sidebar is hidden.
2025-02-26 13:13:51 -08:00
Karl Stolley
f212f78331 help_center: Update presentation of user circles. 2025-02-26 13:12:32 -08:00
Alya Abbott
f7860249a9 help: Add introduction to users page. 2025-02-25 13:26:41 -08:00
Alya Abbott
4c9e9155ff help: Tweak user profile help page. 2025-02-25 13:26:41 -08:00
Alya Abbott
376d30fd0e help: Reorganize user card properties to match current UI. 2025-02-25 13:26:41 -08:00
Alya Abbott
ba5f7db498 help: Note that user cards show deactivation status. 2025-02-25 13:26:41 -08:00
Alya Abbott
4aa83de15b help: Add article on viewing group members. 2025-02-25 13:26:41 -08:00
Alya Abbott
0f1473a7fd help: Reorganize left sidebar, especially admin sections. 2025-02-25 13:26:41 -08:00
Alya Abbott
b84124ba2c help: Document fancy HTML pasting of Zulip links. 2025-02-25 13:26:41 -08:00
Alya Abbott
8edbc290a9 help: Add a page on viewing channel information from message view. 2025-02-24 18:15:26 -08:00
Alya Abbott
638fa5b2bc help: Fix wrong tab label. 2025-02-24 18:15:26 -08:00
Lauryn Menard
48ca710d75 help: Document specifying sender in generate channel email modal.
Documents setting the email sender in the generate channel email
modal that was added in #32581 and #32382.
2025-02-24 18:15:05 -08:00
Lauryn Menard
b96d94f679 docs: Update sections for organization settings tab changes.
Updates help center, integration and contributor docs where for
the new subsections on the organization settings tab, which were
changed in #33605.

Previously, these settings were all in the "Other settings"
subsection for that organization settings tab.
2025-02-24 18:14:21 -08:00
Lauryn Menard
c654d03d14 help: Add polls section to "Message formating" article.
Creates an intro and an examples md file for the shared content
on the "Message formatting" article and "Polls" article.
2025-02-24 11:24:14 -08:00
Alya Abbott
2bb3ceaba8 help: Improve "Quote or forward a message" intro. 2025-02-24 11:23:34 -08:00
Alya Abbott
7478c81437 help: Improve left sidebar documentation.
- Add instructions for starting new conversations.
- Update style to be more consistent with other pages.
2025-02-21 19:43:19 -08:00
Alya Abbott
b3e80071a4 help: Update DM page to use modern terminology.
Adds a "Via search box" tabbed section for viewing DMs via the
search box in the web and desktop apps.
2025-02-20 11:36:40 -08:00
Alya Abbott
7f4e2e371d help: Document typing notifications for message editing. 2025-02-20 11:36:40 -08:00
Lauryn Menard
7a315b7b0e help: Add create a to-do list via compose box button tip.
Adds a tip for creating a collaborative to-do list via the new
compose box button in the markdown formatting article.

Edits the include examples for to-do lists so that the note about
marking a task as complete/incomplete is text before the example
screenshot.

Revises the collaborative to-do list article for a missing comma,
and adjusts some line wrapping.

Fixes #33522.
2025-02-20 10:01:39 -08:00
Alya Abbott
6db76c8fa8 help: Note that other users can see who's deactivated. 2025-02-19 16:43:37 -08:00
Alya Abbott
34f9e8e259 help: Document topic permalinks and group-based permissions. 2025-02-14 15:46:25 -08:00
Alya Abbott
bef2c015ee help: Language tweak for group-based permissions. 2025-02-14 15:46:25 -08:00
Alya Abbott
5ee97a48a6 help: Document permanent topic links.
Also note that channel links are permanent.
2025-02-14 15:46:25 -08:00
opmkumar
1e99745023 todo_list: Add option for modal to create todo-lists.
A button has been introduced to launch a modal
for creating todo-lists directly from the compose box.

The modal features a form that, upon submission,
generates a message using the `/todo` syntax and the data
inputted in the form. Subsequently, the content of the compose box
is set to this message, which the user can then send.

This modal closely parallels the UI for adding a poll; therefore,
the poll and todo code has been shifted to a newly created
file named `widget_modal.ts`, and `poll_modal.ts` is now deprecated.

Co-authored-by: Sujal Shah <sujalshah28092004@gmail.com>

Fixes #29779.
2025-02-14 14:57:24 -08:00
Alya Abbott
befe49c293 channel settings: Clarify channel permission settings.
- Explain how content access works.
- Label settings more accurately, and remove incorrect notes.
2025-02-12 17:23:26 -08:00
Alya Abbott
8525a31a66 help: Tweak support Zulip help page.
- Add blog, Mastodon account.
- Point contributor doc links to /latest.
2025-02-12 12:58:10 -08:00
Alya Abbott
8f7c968408 help: Update self-hosted billing instructions.
Remove most references to Server 8.0 (not relevant for new installs).
2025-02-12 09:41:20 -08:00
Lauryn Menard
2de2b22d55 help: Update for subscribe/unsubscribe user to channel terminology.
Instead of referring to users being added or removed from channels,
we now use subscribe or unsubscribed from channels.

Splits the article for adding and removing users from a channel
into separate articles: /help/subscribe-users-to-a-channel and
/help/unsubscribe-users-from-a-channel.

The URL redirects for the combined add/remove articles (for both
channel and stream terminology) go to the subscribe users to a
channel article.
2025-02-10 15:54:35 -08:00
Alya Abbott
ee1ee63c53 settings: Make label for warning when DMing a guest more succinct.
Also explain what the setting does in the help center.
2025-02-06 13:46:06 -08:00
Vector73
cb6f0fd63c realm: Add setting to notify user on DMing guest.
Added `enable_guest_user_dm_warning` setting to decide whether
clients should show a warning when a user is composing to a guest
user in the organization.

Fixes #30078.

Co-authored-by: adnan-td <generaladnan139@gmail.com>
2025-02-06 12:15:41 -08:00
Alya Abbott
8a0e9b87ad integrations: Update documentation on the Zoom integration.
- Duplicate admin instructions on /integrations (with context).
- Move end user instructions to /help.
2025-02-04 12:41:53 -08:00
Alya Abbott
a7ab90bf69 tooltips: Make tooltip for saved snippets consistent with other buttons. 2025-01-31 14:07:23 -08:00
Lauryn Menard
c70c3133dc help: Update for direct message feed icon change in left sidebar.
We now use "zulip-icon zulip-icon-all-messages" for the direct
message feed icon in the left sidebar. Previously the icon used
was "fa fa-align-right".
2025-01-31 13:06:02 -08:00
Lauryn Menard
8c699c6422 help: Document the saved snippets compose box feature.
Fixes #33131.
2025-01-30 11:59:07 -08:00
Alya Abbott
4c50e83542 help: Improve documentation on who can create bots. 2025-01-30 11:37:35 -08:00
Vector73
d48164ce1e settings: Add two new realm settings to restrict bot creation.
Added `can_create_bots_group` setting which controls who can
create any type of bots in the organization.

Added `can_create_write_only_bots_group` setting which controls
who can create incoming webhooks in the organization in additon
to those who are in `can_create_bots_group`.
2025-01-30 11:37:33 -08:00
Alya Abbott
278004f174 help: Document hovering over long channel descriptions to view them. 2025-01-30 09:24:17 -08:00
Alya Abbott
bf22ac9763 help: Update doc on linking to channels and topics within Zulip. 2025-01-30 09:23:50 -08:00
Lauryn Menard
7b95441bfe help: Update add a custom emoji instructions for modal form. 2025-01-29 14:56:51 -08:00