Vishnu Ks
0bca0286a1
billing: Integrate Stripe, using Stripe Checkout.
...
Stripe Checkout means using JS code provided by Stripe to handle
almost all of the UI, which is great for us.
There are more features we should add to this page and changes we
should make, but this gives us an MVP.
[greg: expanded commit message; fixed import ordering and some types.]
2018-01-17 16:43:54 -08:00
Vishnu Ks
a978336765
billing: Create model for customers paying with Stripe.
...
[greg: reduced migration dependencies, revised commit message.]
2018-01-17 16:15:14 -08:00
Vishnu Ks
167a712922
requirements: Include stripe in common.in.
2018-01-17 16:12:32 -08:00
Shubham Dhama
797fa62fde
test auth.py: Add tests for json_fetch_api_key function.
2018-01-17 15:15:51 -05:00
rht
6142a70dc7
docs: Update architecture-overview to point to Python 3.x.
2018-01-17 13:04:11 -05: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
Rhea Parekh
7153d20205
slack importer: append Message id from the db.
2018-01-17 11:46:27 -05:00
Rhea Parekh
58f1f0e13e
slack importer: append Recipient id from the db.
...
Recipient id should be updated from the database,
otherwise there will be foreign key clashes.
2018-01-17 11:46:27 -05:00
Rhea Parekh
138aba3d89
slack importer: Add unit tests for slack message conversions.
2018-01-17 09:38:53 -05:00
Rhea Parekh
c86411d9a2
slack importer: Move message conversions to a new module.
2018-01-17 09:38:53 -05:00
Rhea Parekh
c1d336f5d1
slack importer: Refactor checking for availability of realm subdomain.
2018-01-17 09:38:53 -05:00
Eeshan Garg
a0526206f9
api/delete-queue: Add JavaScript example.
2018-01-17 09:27:35 -05:00
Eeshan Garg
af1290fde7
api/get-events-from-queue: Recommend using zuliprc.
...
Recommend using a zuliprc file instead of hardcoding the API
credentials in a config object.
2018-01-17 09:27:35 -05:00
Eeshan Garg
8ed0a0950e
api/register-queue: Recommend using zuliprc.
...
Recommend using a zuliprc file instead of hardcoding the API
credentials in a config object.
2018-01-17 09:27:35 -05:00
Eeshan Garg
df00e6a45f
api/create-user: Add JavaScript example.
2018-01-17 09:27:35 -05:00
Eeshan Garg
0e778e152d
api/get-profile: Add JavaScript example.
2018-01-17 09:27:35 -05:00
Eeshan Garg
dd88cfac16
api/get-all-users: Recommend using zuliprc.
...
Recommend using a zuliprc file instead of hardcoding the API
credentials in a config object.
2018-01-17 09:27:35 -05:00
Eeshan Garg
e18b9ae1c1
api/remove-subscriptions: Add JavaScript example.
2018-01-17 09:27:35 -05:00
Eeshan Garg
6d92c88997
api/add-subscriptions: Add JavaScript example.
2018-01-17 09:27:35 -05:00
Eeshan Garg
4d8c20b773
api/get-subscribed-streams: Recommend using zuliprc.
...
Recommend using a zuliprc file instead of hardcoding the API
credentials in a config object.
2018-01-17 09:27:35 -05:00
Eeshan Garg
b32bb7d5f4
api/get-stream-id: Add JavaScript example.
2018-01-17 09:27:35 -05:00
Eeshan Garg
370d2c6bab
api/get-all-streams: Recommend using zuliprc.
...
Recommend using a zuliprc file instead of hardcoding the API
credentials in a config object.
2018-01-17 09:27:35 -05:00
Eeshan Garg
e781a57ca2
api/private-message: Recommend using zuliprc.
...
Recommend using a zuliprc file instead of hardcoding the API
credentials in a config object.
2018-01-17 09:27:35 -05:00
Eeshan Garg
e36d61f216
api/update-message: Add JavaScript example.
2018-01-17 09:27:35 -05:00
Eeshan Garg
ba98451928
api/stream-message: Recommend using zuliprc.
...
Recommend using a zuliprc file instead of hardcoding the API
credentials in a config object.
2018-01-17 09:27:35 -05:00
Eeshan Garg
360885fb12
api/render-message: Add JavaScript example.
2018-01-17 09:27:35 -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
fredfishgames
4e2b99a98b
integrations: Add webhook code, API endpoint, and tests for Opbeat.
2018-01-17 09:17:19 -05:00
Shreyansh Dwivedi
b0fb7aa6b2
bugdown: Add preview for vimeo videos.
...
This also amends a commit from Brock Whittaker <brock@zulipchat.com>
that merges two separate functions for YouTube videos and Vimeo videos
into a generic video recall function.
Fixes #7550 .
2018-01-17 09:11:43 -05:00
Cynthia Lin
9fe284b442
dark-mode: Fix background color of table headers.
2018-01-17 03:29:07 -05:00
Cynthia Lin
be21f831a0
settings: Normalize white boxes in settings.
2018-01-17 03:29:07 -05:00
Cynthia Lin
e1764446c1
user settings: Change alert words styling to match other settings forms.
...
Fixes #8065 .
2018-01-17 03:29:07 -05:00
Eeshan Garg
457c5a7735
webhooks/gci: Support 'outoftime' event.
...
This commit adds support for the 'outoftime' event. Such an event
is triggered when the task deadline for a particular task has
passed.
2018-01-16 15:57:35 -08:00
Cynthia Lin
a028097266
dark-mode: Change Stream list chevrons colors to have more contrast.
...
Fixes #7794 .
2018-01-16 17:18:50 -05:00
Cynthia Lin
56f341ffb5
dark-mode: Combine similar CSS selectors together.
2018-01-16 17:18:50 -05:00
Steve Howell
8530ed0b5e
org settings: Make button-clicking code more clear.
...
On the "Organization settings" page, we had two Save buttons
for admins that had identical markup. This was confusing for
people reading the code. Now the two buttons have different
markup and individual, targeted click handlers (albeit still
calling the same function to do most of the work).
The context of this fix is that I was debugging a
Casper flake where our Casper tests were essentially clicking
on the same button twice. Depending on the timing,
the second button click could cause a "No changes saved!"
behavior that confused the Casper test. It is unclear whether
Casper was clicking both buttons here (in which case this fix
is necessary) or the same button twice (in which case this fix
just removes a nasty red herring for debugging).
The code still has the flaw that both buttons basically submit
the same data to the server, despite the appearance on the page
that there are two forms. The best fix for that is probably
just to move the Language/Notifications stuff to another
panel. I wanted to avoid touching this code altogether, but
the minor modifications here were necessary to improve the
Capser testing situation.
2018-01-16 13:25:19 -05:00
Steve Howell
93d5a33f2a
casper tests: Show the server output inline.
...
Showing the server output transparently in casper tests
will save developers headaches chasing down flakes. It's
particularly important to see server output intermingled
with the Casper output.
2018-01-16 13:25:19 -05:00
Steve Howell
fa0ac8b6b5
casper tests: Always show console output from the app.
...
We now always show JS console output when running Casper tests.
The app is not spammy for the "happy path", so there's no real
reason to quiet it down, and it's never been well documented
how to turn on the option, so we've subjected developers to
needless head scratching in the past.
2018-01-16 13:25:19 -05:00
Steve Howell
3cb6871f90
Improve messaging in test_server_running().
...
We now make it a bit easier to see that you are waiting for
the server, as well as indicating when the server is up.
2018-01-16 13:25:19 -05:00
Steve Howell
5336c03da9
casper tests: Use helper functions for message editing test.
...
We use these functions to be consistent with the style of the rest
of the code:
* common.then_click
* submit_checked
* submit_unchecked
2018-01-16 13:25:19 -05:00
Steve Howell
7fe59d2dcd
casper: Add heading output to message editing test.
...
It's always been difficult to find code in this file, particularly
when you're matching it up to test failures.
2018-01-16 13:25:19 -05:00
Steve Howell
e7546db0b0
casper: Remove dead code related to message editing.
...
All the code removed here is pretty old and caused annoying
flakes. We don't realistically have anybody who can fix
the code.
2018-01-16 13:25:19 -05:00
Rohitt Vashishtha
cc8942e0dc
/team: Fetch zulip-js repository data.
2018-01-16 12:23:19 -05:00
Reid Barton
b01b4498cc
Fix a typo in prod_settings_template.py.
2018-01-16 08:47:18 -08:00
Viraat Chandra
64034241a0
webhooks: Create Intercom integration and docs.
2018-01-16 08:51:17 -05:00
Xavier Cooney
8c5e74afe9
test_messages.py: Remove unecessary imports.
2018-01-16 08:16:43 -05:00
Xavier Cooney
b0f501ff6c
test_helpers.py: Remove unecessary imports.
2018-01-16 08:16:43 -05:00