Yago González
54464feda7
api docs: Document the PATCH /users/me/subscriptions/muted_topics endpoint.
2018-08-26 23:10:21 -07:00
Rishi Gupta
e31fa7edfe
integration docs: Note that the stream name has to be URL-encoded.
2018-08-26 22:58:16 -07:00
Rishi Gupta
e9e2721aa2
integration docs: Simplify create a bot instructions.
2018-08-26 22:58:16 -07:00
Vishnu Ks
62b93d551a
signup: Fix broken resend email link in realm creation flow.
...
Also use name for selecting form in casper tests
as form with action=new is present in both /new
and /accounts/new/send_confirm/ which breaks
test in CircleCI as
waitWhileVisible('form[action^="/new/"]) never stops
waiting.
2018-08-26 22:54:05 -07:00
Harshit Bansal
ec2ebd1cc9
build_emoji: Change sprite CSS files to use hyphens in names.
...
This is more consistent with our other names in emoji infra.
2018-08-26 22:16:23 -07:00
Shubham Dhama
e70cf3bd67
emails/password_reset: Change text for listing other active accounts.
...
The main benefit of this change is that it reduces the amount of total
string that we might need to tag for translation.
Fixes : #10323 .
2018-08-22 17:49:40 -07:00
Shubham Dhama
aa8b3d2beb
emails/password_reset: Change template string for deactivated users.
2018-08-22 17:43:23 -07:00
Shubham Dhama
491bd6d2c9
emails/password_reset: Refactor and replace no_account_in_realm.
...
In place of no_account_in_realm we will use its negation
active_account_in_realm as a part of refactoring this template.
2018-08-22 17:43:23 -07:00
Shubham Dhama
3fecc71777
emails/password_reset: Make `.txt` template consistent with `.html`.
2018-08-22 17:43:23 -07:00
Shubham Dhama
941cd0bb2f
emails/password_reset: Fix multiple accounts realm uri listing.
2018-08-22 17:43:23 -07:00
Yago González
e7c7b19507
api docs: Document POST /realm/filters.
2018-08-22 17:42:14 -07:00
Yago González
fcf1e3cd88
api docs: Add guide for creating narrows.
...
Dramatically edited by tabbott to simplify the discussion and
duplication of content in our main search documentation.
2018-08-22 17:16:27 -07:00
Rishi Gupta
7dbdea3ad9
plans: Update faq for non-profit discounts.
2018-08-22 12:42:30 -07:00
Rishi Gupta
0de30589b0
plans: Replace hipchat with discord in compare section.
2018-08-22 11:59:15 -07:00
Vishnu Ks
6fcb095e70
activity: Show plan_type in activity page.
2018-08-21 18:15:14 -07:00
Joshua Pan
2aeabf24a6
frontend: Create data structure for starred messages.
2018-08-21 13:42:23 -07:00
Tim Abbott
517df26199
docs: Update headings for development auth documentation.
...
Also, we fix an outdated link from /devtools.
2018-08-21 12:55:28 -07:00
Rishi Gupta
36d495736a
user docs: Rename display-emoji-as-text.
2018-08-20 19:24:36 -07:00
Rishi Gupta
33c586d3ec
user docs: Update enable-emoticon-translations.
2018-08-20 19:24:36 -07:00
Rishi Gupta
9a759060cd
user docs: Remove outdated app guides.
2018-08-20 18:52:04 -07:00
Rishi Gupta
1f2ed31791
user docs: Add related articles to desktop install guide.
2018-08-20 18:22:30 -07:00
Rishi Gupta
0f44d380ca
user docs: Update save-changes.md.
2018-08-20 17:11:53 -07:00
Lyla Fischer
43f2a99f2a
user docs: Trim change-a-users-name.
2018-08-20 17:11:53 -07:00
Lyla Fischer
f3324f9748
user docs: Trim make-a-user-an-administrator.
2018-08-20 17:11:53 -07:00
Lyla Fischer
f4d1283b6c
user docs: Update deactivate-or-reactivate-a-bot.
2018-08-20 15:50:16 -07:00
Lyla Fischer
172cde6af6
user docs: Add restrict-bot-creation.
2018-08-20 15:50:16 -07:00
Lyla Fischer
603dedbfec
user docs: Update set-default-streams-for-new-users.
2018-08-20 15:02:39 -07:00
Lyla Fischer
614da57f8a
user docs: Update add-or-remove-users-from-a-stream.
2018-08-20 15:02:39 -07:00
Lyla Fischer
c183c5059e
user docs: Update change-the-privacy-of-a-stream.
2018-08-20 15:02:39 -07:00
Lyla Fischer
f79614a7dd
user docs: Update change-stream-description.
2018-08-20 15:02:39 -07:00
Lyla Fischer
f1462d096e
user docs: Update rename-a-stream.
2018-08-20 15:02:39 -07:00
Lyla Fischer
6fc214929c
user docs: Update delete-a-stream.
2018-08-20 15:02:39 -07:00
Rishi Gupta
5bc3dd4a57
user docs: Update notification docs.
2018-08-19 06:34:03 -07:00
Yago González
aa5185fdf8
api docs: Document POST /typing.
2018-08-17 12:57:40 -07:00
Akash Nimare
dab75e4990
help: Fix styling of emoticons on help pages.
2018-08-17 11:37:29 -07:00
Rishi Gupta
dc1e1dfcf9
features: Add custom profile fields.
2018-08-17 11:32:05 -07:00
Rishi Gupta
e25ac1dd6c
user docs: Add custom profile field docs.
2018-08-17 11:32:05 -07:00
Eeshan Garg
f476ec7fac
webhooks/freshdesk/doc.md: Render example JSON correctly.
...
We've been getting reports from users that our Freshdesk webhook
isn't working correctly. It turns out that the issue had nothing
to do with the webhook implementation itself!
In freshdesk/doc.md, we have a JSON template we ask users to
copy/paste into a textbox in the Freshdesk UI. That JSON template
contains "{{" and "}}" characters which we escaped as Unicode
decimals to prevent clashes with Jinja2 syntax in other parts
of the same template. This worked for a while!
But thanks to the changes introduced as part of the
nested_code_blocks extension, such escaped characters were never
decoded, leading users to copy/paste the same template but with
raw escaped unicode representations of "{{" and "}}" inside. And
that eventually broke our webhook implementation.
This commit makes sure that such characters are properly "unescaped",
just for Freshdesk docs.
2018-08-17 08:55:41 -07:00
Rishi Gupta
b3a8790c59
plans: Remove question about proration.
2018-08-17 08:50:07 -07:00
Rishi Gupta
fa50f68ec5
settings: Rename emoji settings.
2018-08-17 08:49:48 -07:00
Puneeth Chaganti
126442a0a8
help: Generate emoticon translations table dynamically.
...
Closes #8586 .
2018-08-16 13:50:42 -07:00
Lyla Fischer
c86dc45bf9
user docs: Update change-the-topic-of-a-message.
2018-08-15 16:24:57 -07:00
Lyla Fischer
9ba0aaefa2
user docs: Add community-topic-edits.
2018-08-15 16:24:57 -07:00
Rishi Gupta
f7a8a394dc
user docs: Update table in configure-message-editing-and-deletion.
2018-08-15 16:24:57 -07:00
Lyla Fischer
a71a986548
user docs: Update add-custom-emoji.
2018-08-15 16:24:57 -07:00
Rishi Gupta
4a3aaf5075
user docs: Remove high contrast mode from index.
2018-08-15 14:55:06 -07:00
Lyla Fischer
0c0b9d7de6
user docs: Update language in admin-only.
2018-08-15 12:10:26 -07:00
Rishi Gupta
b1fcd81fff
user docs: Fix spelling of macOS in desktop install guide.
2018-08-14 16:34:34 -07:00
Rishi Gupta
66f7527237
user docs: Update desktop app install guide.
2018-08-14 14:47:08 -07:00
Harshit Bansal
08a0a8ea2e
user docs: Update display-emoji-as-text.md.
2018-08-14 13:12:30 -07:00