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