Anders Kaseorg
80a6b12690
docs: Optimize /api links to skip trailing slash redirect.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-02-14 21:06:03 -05:00
Alya Abbott
a5cd63f3f2
help: Improve Roles and permissions page.
...
- Edit role descriptions and surrounging content.
- Add instructions for modifying roles and managing permissions.
2024-02-12 13:35:02 -08:00
Alya Abbott
73a62f4dc8
help: Move instructions for changing a user's role into /include.
2024-02-12 13:35:02 -08:00
Alya Abbott
de77521d1a
help: Improve descriptions of custom profile field types.
...
Also reorder as in 60225591dc
.
2024-02-09 12:28:00 -08:00
Anders Kaseorg
54053c1d28
help: Fix Windows offline install instructions for desktop app.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-02-09 14:42:36 -05:00
Alya Abbott
db938f5ed2
help: Clean up desktop installation guide.
...
Apply current help center patterns (e.g., tips).
2024-02-09 10:29:50 -08:00
Alya Abbott
ceeeacb20d
help: Finish renaming Self-managed plan to Free.
2024-02-02 11:00:14 -08:00
David Rosa
78f90860b2
help: Update links to Bots and Integrations overview pages.
...
- Cross-link as appropriate, both in related articles and in the
content of the pages.
Fixes #28758 .
2024-02-01 09:45:56 -08:00
David Rosa
fe0d4db153
help: Improve integrations documentation.
...
- Renames "Bots and integrations" to "Bots overview" everywhere
(sidebar, page title, page URL).
- Adds a copy of /api/integrations-overview (symbolic link) as the
second page in the Bots & integrations section, titled
"Integrations overview".
Fixes #28758 .
2024-02-01 09:45:56 -08:00
David Rosa
fd4897137b
help: Document how to configure warnings about mobile notifications.
...
Documents the new setting to control warning banners about
mobile push notifications.
Fixes #28707 .
2024-01-28 14:57:51 -08:00
Alya Abbott
557693bd9a
help: Rename send-group-dm.md to send-dm.md.
2024-01-28 14:55:38 -08:00
Alya Abbott
ad3e9286a6
help: Simplify direct messages documentation.
...
Remove unnecessary emphasis on DMs vs. group DMs.
2024-01-28 14:55:38 -08:00
Alya Abbott
af6a30db7e
help: Clarify that newsletter only goes to Zulip Cloud users.
2024-01-26 16:55:36 -08:00
nimishmedatwal
5e2d620d9f
help: Add installation through Flathub.
...
Fixes #28508
2024-01-26 09:07:38 -08:00
Alya Abbott
60c3980d9b
help: Document mobile notification warning banners.
2024-01-25 18:18:04 -08:00
Alya Abbott
6c1c9eab58
help: Suggest requesting extended push notifications access if needed.
2024-01-25 18:18:04 -08:00
Alya Abbott
10d8d4578e
help: Change "All older versions" tab to "All versions".
...
The instructions actually work on 8.0+ as well, not just older versions.
2024-01-25 18:18:04 -08:00
N-Shar-ma
e4258b56d5
hotkey: Introduce hotkey Alt+P to toggle preview for compose box.
...
On Mac, it's Option+P.
Fixes : #18471 .
2024-01-25 10:51:25 -08:00
N-Shar-ma
972b4de7c4
hotkey: Correct Mac equivalent of Alt and handle exceptions separately.
...
Though the correct mapping for Alt in Mac is Option, we had so far been
mapping it to Command, since for the 2 pre-existing shortcuts that used
Alt, Command was the only key that worked on Mac. However, these are
exceptions.
Now we map Alt to Option, and handle the 2 exceptions separately, using
data attributes on those shortcut elements.
This is a prep commit for introducing a hotkey that uses Alt / Option.
2024-01-25 10:51:25 -08:00
David Rosa
ffc1056c45
help: Document how to use an emoji in a topic name.
...
Documents how to insert emoji in topic names to avoid potential
confusion with Markdown formatting for emoji.
2024-01-24 10:17:33 -08:00
Alya Abbott
8adc3aa64a
help: Add announcement info to "Upgrades for legacy customers" section.
2024-01-24 09:21:30 -08:00
ColeBurch
9917ffa220
settings: Rename four custom profile fields types.
...
This commit renames four custom profile fields types.
Fixes part of #28511 .
2024-01-21 12:51:53 -08:00
Alya Abbott
bbe138fd0e
billing: Qualify policies for free and discounted plans.
2024-01-19 18:15:27 -08:00
Alya Abbott
57b5be6c91
billing: Rename button to apply for sponsorship or discount.
...
It was not clear that the button could be used for discounts.
2024-01-18 08:33:08 -08:00
Alya Abbott
f1e78d2135
help: Tweak instructions for finding your Zulip account.
2024-01-17 12:45:50 -08:00
Alya Abbott
c7a39312ab
help: Make minor tweaks to warning about multiple organizations billing.
2024-01-12 08:40:09 -08:00
Alex Vandiver
ec4f3e44df
docs: Fix selfhoster URL to be the canonical one.
...
We redirect from `/serverlogin` to `/serverlogin/`, so save a 301.
2024-01-11 12:43:31 -08:00
Alya Abbott
d790b28322
billing: Improve /plans and billing help pages.
...
- Clarify sponsorship policies.
- Explain how paid self-hosted plans fund the Zulip project.
2024-01-09 16:03:55 -08:00
Alya Abbott
1a927c50b0
help: Document plan sign-up in notification troubleshooting section.
2024-01-09 10:45:47 -08:00
Alex Vandiver
5b1387c9ba
send_password_reset_email: Add a flag to only email users who need it.
...
Emailing the password reset email to users who have already logged in
is not as useful.
2024-01-07 16:43:31 -08:00
Alya Abbott
fe2d7a92b2
help: Document self-hosted plan discounts in more detail.
2024-01-03 14:52:45 -08:00
Lauryn Menard
67e77ad370
integrations: Simplify instruction for generating incoming webhook URL.
...
As the help center article now has detailed instructions to generate
an incoming webhook URL, the integration documentation only needs to
link to that information.
2024-01-03 10:47:39 -08:00
Anders Kaseorg
711f6433cb
docs: Correct certutil invocation for importing self-signed certificate.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-12-29 12:48:08 -08:00
Aman Agrawal
3fde4f977d
docs: Change you organization to your organization.
2023-12-20 23:09:21 -08:00
Alya Abbott
79e0cf9005
help: Document guest user discounts for self-hosted organizations.
2023-12-20 23:09:21 -08:00
Alya Abbott
9e67a273b6
help: Improve documentation on automatic and manual license management.
2023-12-20 23:09:21 -08:00
Alya Abbott
37e408a428
help: Update self hosted billing documentation to add Basic plan.
2023-12-20 23:09:21 -08:00
Karl Stolley
a37354f92a
corporate: Add a Basic plan.
2023-12-20 23:09:21 -08:00
Tim Abbott
1e0339c18b
plans: Fix community plan documentation.
...
It appears the plans page version of this had a less clear/specific
list of example communities than was intended. Also improve the longer
version in the Help Center to give the same examples.
2023-12-17 00:09:06 -08:00
Alya Abbott
fc9cfc03e6
help: Update Contact support documentation for new paid plans.
2023-12-15 11:03:42 -08:00
Alya Abbott
eb2882d464
help: Adjust Zulip Cloud vs. self-hosting help page.
2023-12-15 11:03:42 -08:00
Alya Abbott
f65478fb1f
help: New page to document self-hosted billing.
2023-12-15 11:03:42 -08:00
Anders Kaseorg
cae11a60b6
help: Fix “community norms” link.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-12-12 12:14:21 -08:00
Alya Abbott
59dc5d1f53
help: Document setting to automatically follow topics when mentioned.
2023-12-11 23:31:54 -08:00
Alya Abbott
c7c0b871c5
help: Document limited guest user API access to presence updates.
...
Fixes #28131 .
2023-12-11 22:59:24 -08:00
Alya Abbott
5e1d94f996
help: Tweak user group documentation.
2023-12-11 22:15:48 -08:00
David Rosa
d0317a1792
help: Update "User groups".
...
- Documents user groups new UI.
- Splits documentation into "User groups" and "Manage User groups".
Fixes #18583 .
2023-12-11 22:15:48 -08:00
Alya Abbott
581d4ce3c5
help: Improve Contact support help page.
2023-12-11 11:23:21 -08:00
Alya Abbott
da5e1146f5
help: Add a help page on plans for self-hosted servers.
2023-12-11 10:16:40 -08:00
Alya Abbott
e525160021
help: Document new UI for testing mobile push notifications.
...
Co-authored-by: Chris Bobbe <cbobbe@zulip.com>
2023-12-10 23:42:27 -08:00
Alya Abbott
82db8e7ac5
help: Document more clearly how guests experience unknown users.
2023-12-10 19:32:53 -08:00
Alya Abbott
0abcfb7b72
help: Update for Zulip Cloud Plus upgrades being self-serve.
2023-12-10 19:32:53 -08:00
Alya Abbott
93f53fa7fa
help: Document new limited guests feature.
2023-12-10 19:32:53 -08:00
Alya Abbott
fa6b1764cd
help: Switch to a common Zulip Cloud Plus banner.
2023-12-10 19:32:53 -08:00
David Rosa
91ddcd4e1d
help: Tweak stream/group settings instructions for logged in users.
...
Adds gear menu instructions for how to navigate to "All streams"
and "All groups".
2023-12-08 23:36:24 -08:00
Sahil Batra
17d25284a2
help: Update documentation to use new "#groups" UI.
2023-12-07 06:35:38 -08:00
Alya Abbott
6b64929523
help: Make minor clarifications for spoiler and quote formatting.
2023-12-06 16:17:35 -08:00
Alya Abbott
ffb9261eaf
help: Fully document use of Enter for list formatting.
2023-12-06 16:17:35 -08:00
Alya Abbott
f1f41ab234
help: Advertise compose box buttons on message formatting page.
2023-12-06 16:17:35 -08:00
Alya Abbott
1062b64149
help: Explain smart formatting buttons in more detail.
2023-12-06 16:17:35 -08:00
David Rosa
6b94b1183f
help: Document new formatting buttons.
...
Updates icons and adds instructions for formatting text using the new
formatting buttons in the compose box.
Fixes #27850 .
2023-12-06 16:17:35 -08:00
Alya Abbott
271faaaa06
help: Tweak documentation on configuring new user settings.
...
- Add follow topic confiuration.
- Remove email notifications configuration, as most orgs should be
happy with the defaults.
- Reduce how much text is inside the link titles.
2023-12-03 20:06:02 -08:00
Alya Abbott
42edb4416a
help: Update documentation on followed topics in recent conversations.
2023-12-03 13:42:43 -08:00
Alya Abbott
fc83fc8017
help: Document license management and downgrades.
2023-11-30 08:36:15 -08:00
David Rosa
2b0476f5d0
help: Document new polls UI.
...
Updates article to follow current help center documentation patterns,
and documents the new polls UI.
Fixes #27849 .
2023-11-30 08:32:38 -08:00
David Rosa
af3956e1a9
help: Document upgrade flow, billing, and sponsorship requests.
...
Documents how to upgrade to a paid plan, manage billing, and
apply for sponsorship.
Fixes #27946 .
2023-11-29 21:50:44 -08:00
David Rosa
4416f2002b
help: Document "(guest)" indicator setting.
...
- Adds instructions to block to document new setting.
- Adds links to guest users page from relevant docs.
- Cross-links related articles.
2023-11-29 09:58:01 -08:00
David Rosa
de95c0eb42
help: Document voice calls option.
...
Documents the new audio call option (video call with video muted by
default) to the compose box.
Fixes #26895 .
2023-11-28 08:56:46 -08:00
Alya Abbott
a3f5332844
help: Add more permissions info to Guest users help page.
2023-11-27 15:40:42 -08:00
Alya Abbott
30891bfc54
help: Add dedicated page about guest users.
2023-11-27 13:52:22 -08:00
Alya Abbott
73152671e3
help: Document updated setting to restrict wildcard mentions.
...
Also drop extraneous details.
2023-11-23 14:29:58 -08:00
David Rosa
28bc2b9bf9
help: Document "video player" mobile feature.
2023-11-23 10:37:31 -08:00
David Rosa
26252fb821
help: Document "image viewer" mobile feature.
2023-11-23 10:37:31 -08:00
David Rosa
fc92636bea
help: Document video player.
...
- Adds a new section to help/view-and-browse-images describing the
video player features.
- Clarifies viewer support for browsing both images and videos.
2023-11-23 10:37:31 -08:00
David Rosa
505a591179
help: Rename view-and-browse-images.md -> view-images-and-videos.md
...
- Updates filename and adds URL redirect.
- Crosslinks related articles.
2023-11-23 10:37:31 -08:00
David Rosa
f107cf654f
help: Update "View and browse images".
...
- Changes page title to View images and videos.
- Tweaks intro paragraph and adds desktop/web instructions.
- Splits out browsing other images in the view into its own section.
- Updates page to describe interactions with videos too.
- Tweaks documentation on other pages.
Fixes #27801 .
2023-11-23 10:37:31 -08:00
David Rosa
59d56c5615
help: Document compose box UI changes.
...
Updates relevant articles to reflect the changes to the send button
and compose box menu.
Fixes #27848 .
2023-11-22 23:00:50 -08:00
Alya Abbott
f012e6dab0
help: Add intro to "Generate URL for an integration" page.
2023-11-22 13:10:23 -08:00
David Rosa
411d0d7863
help: Document modal to generate bot URL.
...
Adds a help center article to document the new modal for generating
an integration URL, and links /integrations docs to this article.
Fixes #27744 .
2023-11-22 10:36:39 -08:00
David Rosa
b392655cdb
help: Document updated UI for subscribing/unsubscribing from streams.
...
Updates instructions for subscribing/unsubscribing to streams via
Stream settings on desktop/web, adding new SVG images for the icons.
Fixes #27753 .
2023-11-22 09:06:09 -08:00
David Rosa
ad9d1c5380
help: Rename CSS .mobile-icon -> .help-center-icon.
...
Renames CSS rule that styles Zulip UI icons in the help center
so that it makes sense to use it regardless of whether we are
documenting a mobile or desktop/web feature.
2023-11-22 09:06:09 -08:00
David Rosa
08d0516b4b
help: Document "Manage a user".
...
Adds a dedicated page to document getting to the user management UI
from the user's profile and from Settings / Users.
Fixes #27748 .
2023-11-22 08:33:52 -08:00
Aman Agrawal
71ea6e8863
realm_inline_image_preview: Use it to toggle video previews too.
...
This setting now also works to decide whether to show previews of
uploaded or linked videos.
2023-11-20 08:48:39 -08:00
Alya Abbott
f0e9ab3447
help: Improve unread count badge documentation.
...
Also mention it on /help/follow-a-topic.
2023-11-17 18:08:55 -08:00
Alya Abbott
c86ad857ac
help: Document how to change font size with zoom.
2023-11-17 12:32:44 -08:00
Alya Abbott
34fcb3a393
help: Fix copy-paste bug in wildcard mention documentation.
...
Bug recently introduced in 8264b8cde0
.
2023-11-17 08:55:15 -08:00
David
81f99dde55
gear_menu: Rename "Manage streams" -> "Stream settings".
...
Fixes #27754 .
2023-11-17 08:53:41 -08:00
Alya Abbott
94ef310106
help: Document that pronouns are now shown in @-mention typeahead.
2023-11-16 14:56:59 -08:00
David Rosa
21aa5d261a
help: Document @ topic mentions.
...
Documents new wildcard mention for topic participants updating
and making tweaks to all relevant pages.
Fixes #27657 .
Co-authored-by: Alya Abbott <alya@zulip.com>
2023-11-16 10:03:41 -08:00
Alya Abbott
d87f47412b
help: Define "participate" for automatically following topics.
...
Fixes #27721 .
2023-11-16 10:02:51 -08:00
David Rosa
56a6eee656
help: Document changing home view from left sidebar.
...
Documents this new feature as a tip for the existing instructions.
Fixes #27655 .
2023-11-16 09:15:36 -08:00
Tim Abbott
2e2997bd7d
typing: Limit typing notifications in large streams.
2023-11-15 09:42:25 -08:00
Alya Abbott
ee8e792588
help: Add instructions for testing mobile push notifications.
2023-11-14 17:16:31 -08:00
Alya Abbott
acf5ba5432
help: Minor tweaks to Inbox and followed topics documentation.
2023-11-14 09:19:02 -08:00
Alya Abbott
0ca6d58e23
help: Document worflows for followed topics.
2023-11-10 16:29:55 -08:00
Alya Abbott
3d874367fe
help: Fix tab label in starred message documentation.
2023-11-10 16:29:55 -08:00
Alya Abbott
72fbcfb5f6
help: Document topic status dropdown in Inbox view.
2023-11-10 16:29:55 -08:00
Alya Abbott
1e08c5f3c6
help: Add a note about how notifications work in muted streams.
...
Note matches the string used in the settings UI.
2023-11-10 16:00:26 -08:00
Alya Abbott
fbbf626e8c
help: Update "Mute a stream" help page to reflect UI tweak.
2023-11-10 16:00:26 -08:00
David Rosa
6fb1af00f1
help: Document "Load more" recent conversations.
...
Adds a new section with a short intro and instructions that explain
how to load more conversations.
Fixes #27253 .
2023-11-09 06:36:10 -08:00