Eeshan Garg
3dafbfa5f4
webhooks/beeminder: Use check_send_webhook_message and update docs.
...
We now only give users two options, to specify a stream and receive
public notifications for their goals, or to leave it out and receive
PMs and thus, keep their goals private. This simplifies the docs!
2018-03-18 10:44:09 -07:00
Eeshan Garg
f89b3fdb1c
webhooks/heroku: Update text to conform to new style guide.
2018-03-14 18:13:13 -07:00
Eeshan Garg
71619f7d32
webhooks/insping: Update text to conform to style guide.
2018-03-13 20:12:26 -07:00
Eeshan Garg
5fdb0666dc
webhooks/zapier: Update text to conform to doc style guide.
2018-03-13 20:12:26 -07:00
Eeshan Garg
0a3961502f
webhooks/ifttt: Update text to conform to doc style guide.
2018-03-13 20:12:26 -07:00
Ricky
9e52a9f879
webhooks/flock: Add flock integration.
2018-03-11 20:31:13 -07:00
Vishnu Ks
e7005cfd0e
help: Replace signin with login in zulip-on-android.md.
2018-03-09 13:31:36 -08:00
Vishnu Ks
8da2820024
help: Replace signin with login in signing-in.md.
2018-03-09 13:31:36 -08:00
Eeshan Garg
fa8525c862
webhooks/hellosign: Update text to conform to doc style guide.
2018-03-08 08:19:32 -08:00
Eeshan Garg
f3590dc2f5
webhooks/gosquared: Update text to conform to doc style guide.
...
Note that the 5th step cannot be reached unless a webhook has been
configured first, which is why it is the last step.
2018-03-08 08:19:32 -08:00
Eeshan Garg
12396dd39b
webhooks/gogs: Update text to conform to doc style guide.
2018-03-08 08:19:32 -08:00
Eeshan Garg
88a198041a
webhooks/gitlab: Update text to conform to doc style guide.
2018-03-08 08:19:32 -08:00
Eeshan Garg
f7a21b18dc
webhooks/github_webhook: Update text to conform to doc style guide.
2018-03-08 08:19:32 -08:00
Lyla Fischer
96c5bf5dcc
user docs: Move make-an-announcement to notify-everyone-on-a-stream.
2018-03-06 17:11:20 -08:00
Eeshan Garg
53ccbdcfd6
webhooks/dropbox: Update text and remove screenshots.
...
This commit modifies the text to:
1. Removes unnecessary screenshots.
2. Use the numbered-style format.
3. I also removed the instructions for generating an access token.
I took a look at Dropbox's docs and you shouldn't need that
for a webhook setup. The whole point behind a webhook is that
one can get by without using OAuth.
4. Rearranges the instructions to only contain 4 steps. For
uncomplicated instructions, that seems to be the ideal number.
2018-03-06 12:52:22 -08:00
Weronika Grzybowska
1f52eea0e4
user docs: Document auto-numbering of ordered lists.
...
Fixes #8246
2018-03-01 12:05:31 -08:00
Alena Volkova
91983834e6
integrations: Add documentation for Front.
2018-02-28 16:18:19 -05:00
Alena Volkova
822dfc6a34
integrations: Add webhook code, API endpoint, and tests for Front.
2018-02-28 16:18:19 -05:00
Utkarsh Patil
2e6b65ac22
Fix styling for confirmation error links.
...
This converts our confirmation error links to match the nicer visual
style of our configuration error and 404 pages.
Fixes #7193 .
2018-02-28 12:50:58 -08:00
Eeshan Garg
096c0b68f3
webhooks/basecamp: Update text and remove screenshots.
...
This commit:
* Removes the unnecessary screenshot. The UI is intuitive enough
and standalone instructions should suffice.
* Rearranges the instructions into 4 steps.
* Makes the wording more explicit.
2018-02-24 06:21:02 -05:00
Eeshan Garg
3b7598014f
webhooks/appfollow: Update text and remove screenshot.
...
This commit:
* Removes the unnecessary screenshot. The user should be able to
easily see the fields in question in this case.
* Wraps the text at 80 chars.
* Combines the instructions into 4 steps.
2018-02-24 06:21:02 -05:00
Eeshan Garg
9667594a34
webhook/delighted: Update text and remove screenshot.
...
This commit modifies the doc.md to:
* Use consistent language and style.
* Use the number 1 for all numbered steps and let Markdown take
care of the rest.
* Have detailed steps on how to get to the Integrations settings
instead of just linking to the page.
* Remove unnecessary screenshots.
2018-02-24 06:21:02 -05:00
Eeshan Garg
e139d29fca
webhooks/codeship: Update text and remove screenshots.
...
This commit:
* Adds a missing step to the documentation.
* Replaces wording such as "Go to X" with "Click on X".
* Removes the unnecessary screenshots.
* Rearranges the doc to contain only 4 steps. For uncomplicated
setups, 4 seems to be the right number.
2018-02-24 06:21:02 -05:00
Eeshan Garg
0d39b05cf6
webhooks/beanstalk: Update text and remove screenshots.
...
This commit:
* Removes the unnecessary screenshot.
* Reorders the instructions and combines them in to 4 steps.
* Improves the contents of the webhook-url-with-bot-email-indented.md
macro and makes it more consistent with create-bot-construct-url.md.
* Sets the recommended stream name to "commits", since that's what
the webhook function for Beanstalk expects in
zerver/webhooks/beanstalk/view.py. This allows us to use the
create-stream.md macro.
2018-02-24 06:21:02 -05:00
Eeshan Garg
bd787c12c4
webhooks/bitbucket2: Update text and remove screenshots.
...
* Remove unnecessary screenshot. It doesn't help very much in this
case.
* Update text to instruct users to not leave the `Title` field
empty (it cannot be blank).
* Replace wording such as `Go to Settings` with `Click on Settings`.
* Combine the "fill out the form" and "click 'Save'" steps.
* Replace "Choose X on the left-hand side" with "Choose X".
* Replace "Remember to check the X" with "Check the X".
2018-02-24 06:21:02 -05:00
nyan-salmon
03624b78c2
webhooks: Add Facebook integration.
2018-02-19 09:41:49 -08:00
Rishi Gupta
08efd7828a
integrations: Update text for bitbucket2 doc.
...
With minor fixes by eeshangarg.
Eeshan: I added a screenshot because I thought it would be helpful.
2018-02-13 22:28:48 -03:30
Rishi Gupta
80a0976afe
integrations: Update text for basecamp doc.
...
With minor fixes by eeshangarg.
Eeshan: I updated the screenshot. The old one was blurry, the
whole process is largely the same.
2018-02-13 22:15:10 -03:30
Rishi Gupta
de3d478a80
integrations: Update text for airbrake doc.
...
With minor fixes by eeshangarg!
Eeshan: I decided to remove the screenshot. It looks very old and
was blurry and the instructions were very screenshot-agnostic
anyway!
I couldn't update the screenshot because Airbrake doesn't even let
you use the free trial till you give them your credit card info,
which I didn't want to do!
2018-02-13 21:56:31 -03:30
Eeshan Garg
037c891fcf
webhooks/delighted: Reformat documentation steps into numbered list.
...
This is a part of our efforts to migrate our webhook docs to have
a more structured numbered-list format similar to our /help docs.
2018-02-08 17:45:56 -08:00
Eeshan Garg
69f248aaf9
webhooks/codeship: Reformat documentation steps into numbered list.
...
This is a part of our efforts to migrate our webhook docs to have
a more structured numbered-list format similar to our /help docs.
2018-02-08 17:45:56 -08:00
Eeshan Garg
af683800fd
webhooks/basecamp: Reformat documentation steps into numbered list.
...
This is a part of our efforts to migrate our webhook docs to have
a more structured numbered-list format similar to our /help
docs.
2018-02-08 17:45:56 -08:00
Ricky
77760d9f6c
webhooks/beeminder: Update sample message screenshot.
2018-02-07 10:03:31 -08:00
Ricky
1303248b0b
integration: Add statuspage.io webhook integration.
2018-02-07 09:59:12 -08:00
VishalCR7
68df428de9
portico: Add a loading indicator to login button.
...
Added a loading indicator when user clicks on Log in button.
Fixes #6477 .
2018-02-05 13:42:46 -08:00
Privisus
9fdd6f2bd4
integrations: Add Insping integration.
2018-01-31 14:36:54 -08:00
Shubham Dhama
70079e0a12
settings: Makes selector look better in firefox.
...
This adds a custom selector icon to make our dropdowns look
well-designed in Firefox.
Fixes : #6707 .
2018-01-28 12:40:42 -08:00
Brock Whittaker
6b03e25382
help: Add "Add a link preview" documentation.
...
This is a server setting so I created the section "Server settings" in the help sidebar for this to go under, and rewrote the copy and retook the images that were originally done by @Privisus due to some issues.
2018-01-19 06:15:30 -05:00
Tarun Kumar
9b7b600772
user docs: Fix screenshot in TeX documentation.
...
Changes the screenshot to use $$ instead of $.
2018-01-18 16:42:15 -08:00
infinitelooped
252a485621
integrations: Add documentation for Groove.
2018-01-17 13:00:11 -05:00
Privisus
e5fc49e23a
integrations: Add documentation for Raygun.
2018-01-17 12:53:22 -05:00
Privisus
c758636c1e
integrations: Add webhook code, API endpoint, and tests for Raygun.
2018-01-17 12:53:22 -05:00
Ricky
a90e99dd3e
webhooks: Add Beeminder webhook.
2018-01-17 09:24:12 -05:00
fredfishgames
4cb9edecda
integrations: Add documentation for Opbeat.
2018-01-17 09:17:19 -05:00
Viraat Chandra
64034241a0
webhooks: Create Intercom integration and docs.
2018-01-16 08:51:17 -05:00
infinitelooped
ffa7637215
integrations: Add webhook code, API endpoint, and tests for Groove.
2018-01-09 09:32:52 -05:00
rht
763a96228f
left sidebar: Remove plus icon from the stream bar.
2018-01-09 09:05:23 -05:00
Angelika Serwa
2f575cca72
Add Dropbox webhook integration.
...
This is just a basic Dropbox webhook integration. It just
notifies a user when something has changed, it does not
specify what changed. Doing so would require storing data,
as Dropbox API was created mainly for file managers, not
integrations like this.
Closes #5672
2017-12-22 10:36:21 -05:00
Rishi Gupta
4eb3202b13
integrations: Remove weather example from zapier doc.
...
I don't think it made the page more readable, and doubled the length.
2017-12-11 15:39:26 -06:00
Rishi Gupta
eebef9e9de
portico: Update /for/mystery-hunt.
2017-11-30 15:01:33 -08:00
akashnimare
9d973129ab
user docs: Update compose box screenshots.
2017-11-20 17:14:01 -08:00
derAnfaenger
73915a9631
docs: Move integration docs to /api.
2017-11-17 11:58:54 -08:00
Cynthia Lin
a3e5f2a887
message view: Use new custom bot icon in messages.
2017-11-10 11:18:43 -08:00
Tim Abbott
17f3cbbb90
Revert "static: Optimize SVG images."
...
This apparently messed up the size of the bot icon on some browsers.
This reverts commit 7a6e0dda41
.
2017-11-07 12:15:22 -08:00
Cynthia Lin
7a6e0dda41
static: Optimize SVG images.
2017-11-04 20:57:19 -07:00
Cynthia Lin
d94a84e77f
static: Remove unused images.
2017-11-04 20:57:19 -07:00
Brock Whittaker
425738fa24
landing-page: Extract /team/ from /about/.
...
This extracts and creates a /team/ page using the existing
'team.html' template and applying the why-page styling to it.
2017-10-31 11:37:42 -07:00
Brock Whittaker
25251e0216
/about/: Create a team partial.
...
This creates a template for the /team/ page that is currently just
embedded inside the /about/ page. This includes the titles for core
team members with their pictures.
2017-10-27 14:50:48 -07:00
derAnfaenger
64025d2ce7
integrations: Add Errbot documentation.
...
Fixes zulip/python-zulip-api#49 .
2017-10-27 09:22:51 -07:00
Brock Whittaker
835b6c7059
components: Make checkboxes darker.
...
This makes the standard checkboxes 7% darker and makes the disabled
ones about 12% darker + 7% darker than they were before, to
increase visibility.
Fixes : #6331 .
2017-10-11 13:15:44 -07:00
Eeshan Garg
71eee35bce
webhooks: Add a Google Code-in integration.
2017-10-09 09:04:39 -07:00
Brock Whittaker
84bf6e3424
left-sidebar: Restyle "more topics" flow.
...
This adds a nice elipses animation to the left sidebar "more topics"
flow.
2017-10-04 23:23:03 -07:00
Tim Abbott
c13126b99d
images: Fix executable bit on Windows desktop screenshot.
2017-09-27 20:53:04 -07:00
Brock Whittaker
2140a4aa01
landing: Add /plans/ describing ways to use Zulip.
...
Note from tabbott: This isn't yet linked to and will need to go
through significantly more iteration, but it's a start.
2017-08-30 07:56:22 -07:00
Vaida Plankyte
30772a2570
onboarding: Replace turtle in onboarding message.
...
The one we currently have is the same as the one in the registration
emails, and also very low resolution (doesn't show well in lightbox).
Likely we should replace this with something completely different at
some point, but this is an improvement for now.
2017-08-28 20:46:29 -07:00
Vaida Plankyte
a492fc80ed
hello.html: Change feature images to SVGs.
2017-08-25 10:30:22 -07:00
David Taylor
2bb5013efc
integrations: Add discourse integration.
...
The actual integration lives on the Discourse side.
2017-08-23 15:25:12 -07:00
Vaida Plankyte
a7ccd313bc
frontend: Add email illustrations to static/images/emails.
2017-08-23 13:45:00 -07:00
Brock Whittaker
b4d0d09cc2
about: Add a banner to /about/ with a picture from PyCon.
...
This adds a PyCon banner photo of people working on sprints to the
top of the /about/ page.
2017-08-22 23:34:34 -07:00
Rishi Gupta
b32fe9f2a0
features: Update screenshot and add tool to generate.
...
This adds a new management command that should make generating or
updating screenshots a bit easier in the future.
2017-08-22 11:32:22 -07:00
Robert Hönig
4be814fc16
integrations: Add OpsGenie integration.
2017-08-15 08:42:19 -07:00
Brock Whittaker
00c44379e3
Replace Doctor on Demand logo with new logo.
...
This updates the logo for Doctor on Demand.
2017-08-10 10:19:44 -07:00
Brock Whittaker
0b89561524
portico: Redesign the /features landing page.
...
This is a redesign of the features landing page from the current style
that includes the new sections in a grid format as well as some new
high-quality sections.
2017-08-01 23:39:44 -07:00
Rishi Gupta
31c011dfcc
onboarding: Add picture to onboarding messages.
2017-08-01 22:47:57 -07:00
Rishi Gupta
e1843dd1b9
tutorial: Remove delayed messages.
...
These have been replaced by the initial stream messages and PMs.
The two pieces of information that exist here and not in the initial stream
messages are a link to /integrations, and a demonstration of image
uploading/pasting.
I think the current information presented is already a lot, though probably
it would be good to work in integrations somehow. Image pasting should just
be done in a separate Zulip that demonstrates the many different formatting
features.
2017-08-01 22:38:22 -07:00
Jack Zhang
62f4ddc8f4
Add hotspots svg images.
...
Illustrations by Vaida Plankyte.
2017-07-28 16:34:15 -07:00
Brock Whittaker
dc671ac0bd
/apps/: Redesign apps page.
...
Tweaked by tabbott to update the URLs to point to the Electron desktop app.
2017-07-26 09:56:04 -07:00
Cynthia Lin
89abe5d398
user docs: Document Analytics feature.
...
Fixes #3648 .
2017-07-25 11:18:44 -07:00
Vaida Plankyte
c7c533fd4d
frontend: Add feature illustrations to landing page.
2017-07-13 22:12:26 -07:00
Eeshan Garg
b37ace33ee
help: Document bot types in add-a-bot-or-integration.
2017-07-11 13:25:51 -04:00
Eeshan Garg
37fbed0993
webhooks: Recommend creating "incoming webhook" bot.
...
In all our webhooks' docs, we now recommend creating a bot with the
"Incoming webhook" bot type.
2017-07-11 13:25:51 -04:00
Vaida Plankyte
1b12a9122f
frontend: Redesign 4xx page.
2017-07-07 17:45:10 -07:00
Vaida Plankyte
14865770a0
frontend: Redesign 5xx error page to be pretty.
2017-07-07 17:27:21 -07:00
Eeshan Garg
b60c95d971
integrations/svn: Use Markdown macros.
2017-06-26 12:30:04 -04:00
Rohitt Vashishtha
1fe58eb325
webhooks/slack: Migrate docs to markdown.
2017-06-15 11:10:44 -07:00
Eeshan Garg
571130e2fe
webhooks/homeassistant: Migrate docs to Markdown.
2017-06-13 15:33:21 -07:00
wizsid11
d309cd29f3
webhooks/zapier: Add weather update example.
...
Add documentation for weather update through Zapier.
Contains tests and fixtures for weather example.
With minor fixes, docs migration to Markdown, and
rebasing by Eeshan Garg.
2017-06-08 09:14:18 -07:00
Cynthia Lin
76537665b9
integrations: Optimize SVG graphics.
2017-05-30 11:15:56 -07:00
Cynthia Lin
b1f94cb173
user docs: Update message UI screenshots.
...
Fixes #4763
2017-05-22 18:35:22 -07:00
Cynthia Lin
bef256ebbb
user docs: Update login button screenshots.
2017-05-22 18:35:22 -07:00
Cynthia Lin
d21264d4b0
user docs: Update search bar UI screenshots.
2017-05-22 18:35:22 -07:00
Cynthia Lin
7175d79e21
user docs: Update settings/organization modal screenshots.
2017-05-22 18:35:22 -07:00
Cynthia Lin
eba2ee9cba
user docs: Update Invite users screenshots.
2017-05-22 18:35:22 -07:00
Cynthia Lin
e4543a98ff
user docs: Update Streams modal UI screenshots.
2017-05-22 18:35:22 -07:00
Cynthia Lin
a88c5091bd
user docs: Update custom link filter screenshots.
2017-05-22 18:35:22 -07:00
Cynthia Lin
6b9dfcec4e
user docs: Delete *View information about a message* doc.
...
Deprecated feature; replaced by message sender info.
2017-05-22 18:35:22 -07:00
Cynthia Lin
561cb64f33
user docs: Update docs with compose box UI changes.
2017-05-22 18:35:22 -07:00
Cynthia Lin
314a506890
user docs: Update *The Zulip browser window* doc.
2017-05-22 18:35:22 -07:00
Cynthia Lin
226e30d9ea
user docs: Update *Add custom emoji* doc.
2017-05-22 18:35:22 -07:00
Cynthia Lin
58bec1aa37
user docs: Update right sidebar images.
2017-05-22 18:35:22 -07:00
Cynthia Lin
bfcb0552e8
user docs: Merge *The announce stream* and *Make an announcement* docs.
2017-05-22 18:35:22 -07:00
Cynthia Lin
6977232dcc
user docs: Update *Zulip on Android* doc.
2017-05-22 18:35:22 -07:00
Cynthia Lin
8211e19074
user docs: Update *Format your messages using Markdown* with UI changes.
2017-05-22 18:35:22 -07:00
Cynthia Lin
bafa976376
user docs: Update *Add a bot or integration* with UI changes.
2017-05-22 18:35:22 -07:00
Cynthia Lin
934bae5232
user docs: Add user guide for *View and edit your message drafts*.
...
Fixes #4335 .
2017-05-15 13:32:18 -07:00
Tim Abbott
d6059d0d9a
landing: Add template containing comparison checkmarks.
...
Can be added to the landing pages via:
+ {% include 'zerver/compare.html' %}
+
I'm avoiding adding that include into the landing pages until we have
time to do a bit of tweaking of the styling to integrate better into
/hello/ (primarily color-wise).
Most of the work for this was done by Brock, huge thanks to him!
2017-05-13 14:32:24 -07:00
Brock Whittaker
3fd3ae4199
Restyle /hello/ page.
...
This restyles the /hello/ page to be the new portico branding.
2017-05-09 16:31:57 -07:00
Brock Whittaker
a82a0d16d5
Add landing page assets.
...
This adds the required logos and other assets for the /hello/ page.
2017-05-09 15:26:45 -07:00
Cynthia Lin
ef2ff9f9a0
integrations: Remove deprecated Stash integration.
2017-04-24 22:35:23 -07:00
Brock Whittaker
ba51c077be
Add assets for portico signin pages.
...
This adds some of the required assets for the portico signin pages such
as logos and validation signals.
2017-04-24 16:19:18 -07:00
Cynthia Lin
0e6815fbf6
user docs: Document nested list bullets.
...
Fixes #4456
2017-04-17 21:51:14 -07:00
Cynthia Lin
619238ecf8
integrations: Strip metadata from integration logos to reduce file size.
2017-04-17 21:37:19 -07:00
Cynthia Lin
1e8bd51608
integrations: Fix warped Zendesk logo.
...
Fixes #4523
2017-04-17 21:37:19 -07:00
Raghav Jajodia
09090fa8a6
message_edit: Replace image tag with inline SVG tag for clipboard image.
2017-04-14 14:07:59 -07:00
Raghav Jajodia
2bb632824e
message_edit: Modify css for hover over 'Copy' button.
...
Replace background-image of copy button with an image
and change color on hover.
2017-04-14 14:01:57 -07:00
Abhijeet Kaur
8f88b045a4
Rename "Administration" to "Organization" in the settings UI.
...
This better sets expectatations for the fact that in Zulip, the
Organization settings UI is available read-only to non-administrator
users.
Tweaked by tabbott to update some additional references.
2017-04-07 17:32:56 -07:00
Cynthia Lin
59bfd4e1c7
integrations: Update logos.
...
Fixes #3219
2017-04-05 11:45:51 -07:00
Brock Whittaker
45a5932236
Merge ./static/images/landing-page/assets into parent folder.
...
There appears to be an issue in which on production the
./landing-page/assets folder is excluded from the build process,
so move it to the parent folder to fix the assets to appear in
production.
2017-03-27 14:08:45 -07:00
wizsid11
95789eb879
Add Slack webhook.
...
Adds a new webhook integration for Slack to receive messages
from one's Slack team's public channels.
Contains negative tests for broken, missing or invalid data.
Allows two different option for integration:
1. Receive notification on a single stream with different topics
for each of Slack's public channels.
2. Receive notification on different streams for each of Slack's
public channels.
Steps to choose between the two options is described in the documentation.
Fixes #3569 .
2017-03-23 23:32:38 -07:00
Tomasz Kolek
be0a2cb20b
Add basecamp3 webhook integration.
...
Fixes : #3949 .
2017-03-23 23:28:53 -07:00
Raghav Jajodia
9707c74f33
message_edit: Added copy to clipboard button.
...
A copy-to-clipboard button is added over message-edit textarea.
Closes #3239 .
2017-03-22 11:00:18 -07:00
Eeshan Garg
b8f71c5d24
Document how to set up an Asana integration via Zapier.
...
Fixes #3948 .
2017-03-21 19:56:47 -07:00
Yago González
34a9e1ae11
markdown: Add TeX typesetting support.
...
Co-authored-by: Reid Barton <rwbarton@gmail.com>
Fixes #2056 .
2017-03-21 16:40:00 -07:00
Yago González
0c6251e58d
docs: Add reference to tilde-fenced code blocks.
2017-03-21 13:58:40 -07:00
Brock Whittaker
d89ea13358
portico: Redesign apps page.
2017-03-20 23:08:24 -07:00
Cynthia Lin
8241f7b40b
user docs: Update *Format your message using markdown* with Pygments.
...
Fixes #4081
2017-03-18 20:48:01 -07:00
Akash Kothawale
9e45f32275
gogs: Add webhook integration.
...
- Add push, create and pull request event.
- Handle 'opened', 'closed' and 'merged' in 'pull request' event.
- Include tests for all the above events including 'push' with commits
more than limits.
2017-03-17 12:22:06 -07:00
Cynthia Lin
f47d7b7290
user docs: Update docs to replace *Custom alert words* with *Alert words*.
...
Fixes #4066
2017-03-15 11:25:37 -07:00
Cynthia Lin
1f2eddad8b
user docs: Add user guide for *View a message's edit history* feature.
...
Fixes #3730
2017-03-13 15:03:35 -07:00
Brock Whittaker
3b55519b11
Redesign "/features/" page in portico.
...
This redesigns the features page to incorporate the new landing nav,
CSS animations, and general styling of the product page set.
2017-03-07 23:25:39 -08:00
Feorlen
e0acdfde0d
Add a Splunk webhook integration.
...
Add a webhook to create messages from Splunk search alerts. The search
alert JSON includes the first search result and a link to view the full
results. The following fields are used:
* search_name - the name of the saved search
* results_link - URL of the full search results
* host - the host the search result came from
* source - the source file on that host
* _raw - the raw text of the logged event.
The Zulip message contains:
* search name
* host
* source
* raw
The destination stream and message topic are configurable: the default
stream is "splunk" and the default topic "Splunk Alert". If the topic is
not provided in the URL, the search name is used instead (truncated if too
long. If a needed field is missing, a default value is used instead.
Example: "Missing source"
It is possible to configure a Splunk search to not include some values,
so I've provided defaults rather than return an error for missing data.
In practice, these fields are unlikely to be deliberately suppressed.
Note: alerts are only available for Splunk servers using a valid trial,
developer, or paid license.
I've added tests for the normal case of one search result, the topic from
the search name, and for a search missing one of the fields used. Tested
using Splunk Enterprise 6.5.1.
Fixes #3477
2017-03-07 21:48:26 -08:00
Cynthia Lin
777b7d4cb7
user docs: Add user guide for *Manage your uploaded files* feature.
...
Fixes #3723
2017-03-04 17:50:49 -08:00
Feorlen
6494b84193
Update WordPress webhook to say self-installed blogs are experimental.
...
Reword the doc to be clear that WordPress.com blogs are supported and
self-installed blogs are experimental. Change the screen captures to show
WordPress.com.
For more details, see:
original issue https://github.com/zulip/zulip/issues/3245
original PR https://github.com/zulip/zulip/pull/2691
2017-03-03 17:15:32 -08:00
ausDensk
5efb072e63
Change screenshot for HomeAssistant integration docs.
2017-02-22 23:27:43 -08:00
ausDensk
14024963f2
Add a simple Home Assistant integration for Zulip.
2017-02-18 21:18:10 -08:00
Cynthia Lin
d75a1b0bfc
user docs: Add user guide for *Add an emoji reaction to a message*.
...
Fixes #3616 .
2017-02-18 14:13:57 -08:00
Cynthia Lin
3647a6414a
user docs: Add"emoji reaction" to Zulip glossary.
2017-02-18 09:21:35 -08:00
Tommy Ip
abf522adfb
Add styling to distinguish bots from human users in message view.
...
With work by Brock Whittaker and Tim Abbott on rebasing + changing
styling.
Fixes #1107
2017-02-16 17:00:21 -08:00
Jackson
dcca54e8a9
integrations: Add Greenhouse integration.
2017-02-07 19:08:35 -08:00
Feorlen
676f0ad63f
Add WordPress webhook.
...
Adds a new webhook integration for WordPress blogs. Both WordPress.com
and self-installed blogs are supported, with minor differences that
are described in the documentation. It creates a new message for each
action, the stream and topic may be specified or use default values.
WordPress actions supported:
publish_post: a new blog post was published
publish_page: a new page was published
user_register: a new user account was created
wp_login: a user logged in
Notes: comment_post only provides the id of the parent post, not title
or link, so was not included. On further testing, I found edit_post is
not very practical, it also fires while a new post is being written, and
when posts are deleted. (I think it tracks drafts too.) I've removed it,
as it seems more confusing than useful.
Fixes #3245
2017-02-07 18:14:31 -08:00
Cynthia Lin
ac4d551b32
user docs: Conform *Reply to a message* to user docs styling guide.
2017-02-05 15:19:44 -08:00
Cynthia Lin
42487d372e
docs: Update *Searching for messages* doc with new UI and features.
2017-01-31 18:04:59 -08:00
Tim Abbott
b3c9e186f9
help: Clean up change-your-organization-settings.
2017-01-29 23:02:20 -08:00
Cynthia Lin
7766c122b4
docs: Conform *View messages from a stream* to style guide.
2017-01-29 22:57:38 -08:00
Cynthia Lin
41d66f1ddf
docs: Conform *Send a group of people a private message* to style guide.
2017-01-29 22:51:54 -08:00
synicalsyntax
26c13a42f8
docs: Conform *Enable or disable Press Enter to send* to style guide.
...
Also, tabbott made a number of edits to the content.
2017-01-29 22:49:23 -08:00
synicalsyntax
8932d46657
docs: Conform *Send a stream message* to style guide.
2017-01-29 22:35:24 -08:00
synicalsyntax
21534930b1
docs: Update *Searching for messages* doc.
2017-01-28 22:49:11 -08:00
synicalsyntax
4c0c7dd3f9
docs: Conform *@-mention a team member* to user documentation styling guidelines.
2017-01-28 15:59:44 -08:00
synicalsyntax
0f2327f9ce
docs: Conform *Restore the last unsent message* to user documentation styling guidelines.
2017-01-28 15:59:44 -08:00
Tomasz Kolek
cc13104780
Add Zapier integration.
2017-01-20 10:43:18 -08:00
Yago González
ade5e762fb
integrations: Add documentation for OpenShift.
2017-01-17 16:04:55 -08:00
synicalsyntax
83946e29ec
docs: Conform *View information about a message* doc to documentations styling guidelines.
2017-01-15 11:04:42 -08:00
synicalsyntax
b3cc10377e
docs: Conform *Restrict user email addresses to certain domains* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
7c57c84eb2
docs: Conform *Set notifications for a single stream* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
be26c4e67e
docs: Conform *Use Zulip on Android* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
2505a1be5c
docs: Conform *Signing out* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
57d2dd9d44
docs: Conform *Deactivate your account* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
K.Kanakhin
9fecd85e4a
user-docs-images: Remove unnecessary user docs images.
...
Fixes #3070 .
2017-01-12 10:02:26 -08:00
Bojidar Marinov
bc056488b6
docs: Edit alert-words.md to conform to style guide.
2017-01-12 08:52:19 -08:00
Bojidar Marinov
c0fd0e3ee3
docs: Edit configure-desktop-notifications.md to conform to style guide.
2017-01-12 08:52:19 -08:00
Jackson
a9235e4ccb
integrations: Add documentation for Papertrail.
2017-01-11 16:24:30 -08:00
Jackson
12359f6876
docs: Edit upload-and-share-files.md to conform to style guide.
2017-01-11 15:35:56 -08:00
Jackson
174b925875
docs: Edit add-emoji.md to conform to style guide
2017-01-11 15:33:26 -08:00
Jackson
7fcf64a18a
docs: Edit preview-your-message-before-sending.md to conform to style guide
2017-01-11 15:32:09 -08:00
JefftheBest1
95604aa212
docs: Restrict user email addresses to certain domains
2017-01-11 14:49:12 -08:00
Vamshi Balanaga
e329263521
docs: Add user guide for 'Add Bot or Integration'
2017-01-11 12:20:39 +01:00
JefftheBest1
207b2e0b25
docs: Set notifications for a single stream
2017-01-11 10:55:58 +01:00
cosmicasymmetry
b04200f803
docs: Edit invite-a-friend-to-zulip.md to conform to style guide
2017-01-10 19:27:26 -08:00
Yago González
089c0a861d
docs: Add user guide for Using Zulip on Android.
2017-01-10 17:27:06 -08:00
synicalsyntax
a74cbe7bd4
docs: Confrom *Move the users list to the left sidebar* doc to documentation styling guidelines.
2017-01-09 19:30:26 -08:00
synicalsyntax
f0ab21918d
docs: Confrom *Change the date and time format* doc to documentation styling guidelines.
2017-01-09 19:30:26 -08:00
synicalsyntax
764a54ae26
docs: Merge *Searching* and *Advanced search* docs.
...
Most information was redundant and unnecessary.
2017-01-09 16:21:22 -08:00
Cynthia Lin
7b2bf3b56f
docs: Conform *The Zulip browser window* doc to documentation styling guidelines.
2017-01-09 16:12:54 -08:00
Yago González
dafe06613e
docs: Add user guide for Send a status message.
...
Edited by tabbott for clarity.
2017-01-06 19:39:40 -08:00
Cynthia Lin
57e7941ba9
docs: Remove unnecessary content originally extracted from old ToC.
2017-01-06 18:41:57 -08:00
Tim Abbott
bea788ec73
docs: Fix executable help documentation images.
2017-01-06 14:18:30 -08:00
JefftheBest1
af1998fbb8
docs:Added make an announcement
2017-01-05 17:26:53 -08:00
synicalsyntax
9d09ab11a9
docs: Replace images with FontAwesome icons.
2017-01-05 16:43:00 -08:00
Cynthia Lin
6e27a64e23
docs: Remove unnecessary images.
2017-01-05 13:40:45 -08:00
Cynthia Lin
68da889a76
docs: Modify existing images to fit with documentation styling guidelines.
2017-01-05 13:40:45 -08:00
Jackson
81bea7f926
integrations: Add documentation for Delighted.
2017-01-05 10:47:30 -08:00
Jackson
032b5e9db9
integrations: Add webhook code, API endpoint, and tests for Delighted.
2017-01-05 10:47:30 -08:00
synicalsyntax
111dabe74f
docs: Edit change-your-language.md to conform to style guide.
2017-01-04 23:16:17 -08:00
Jackson
652ae2639e
help: Replace screenshots and cleanup markdown source article.
...
With some small copy edits by tabbott.
Fixes #2987 .
2017-01-04 16:28:36 -08:00
Cynthia Lin
7d4949f897
user docs: Remove unnecessary images.
2017-01-04 08:50:38 -08:00
synicalsyntax
a36d39f774
user docs: Create *Administration* macro.
2017-01-04 08:50:38 -08:00
Vamshi Balanaga
fb6ae449da
integrations: Add documentation for solano labs.
2017-01-03 20:18:34 -08:00
anirudhjain75
3bd70075c4
doc: Add user documentation for view the list of bots in an organization.
...
With several cleanups by tabbott.
2017-01-03 18:44:37 -08:00
Cynthia Lin
1883dea064
user docs: Add *Settings* macro to *Configure desktop notifications* doc.
2017-01-03 16:15:51 -08:00
Cynthia Lin
41271da7c7
user docs: Add *Settings* macro to *Change your language* doc.
...
Also updated outdated UI in pictures.
2017-01-03 16:15:51 -08:00
Cynthia Lin
d3743d2b15
docs: Add user guide for *Add a custom linkification filter* feature
2017-01-03 11:31:04 +01:00
andrewallen00
27a9341039
docs: Add user guide for configure desktop notifications.
2017-01-02 21:23:14 -08:00
Alya Abbott
8852db34c6
Update signing in page.
2017-01-02 16:34:15 -08:00
Callum
76807d4c82
docs: Add user guide for alert words.
2017-01-02 15:04:33 -08:00
Cynthia Lin
5117f7dc3a
user docs: Use subscriptions macro in *Create a stream* doc.
2017-01-02 09:08:15 -08:00
Cynthia Lin
eedc6ffc3f
docs: Add user guide for *Add custom emoji* feature.
2017-01-02 09:07:39 -08:00
Cynthia Lin
1118d303dc
user docs: Add the subscriptions macro.
2017-01-01 19:49:14 -08:00
Jackson
0d48adb8fe
integrations: Add documentation for HelloSign.
2016-12-30 14:28:27 -08:00
Jackson
aeac3848c8
integrations: Add webhook code, API endpoint, and tests for HelloSign.
2016-12-30 14:19:31 -08:00