Rimian Perkins
675c3d27ba
appease eslint
2019-08-27 20:18:02 +10:00
Rimian Perkins
f49c0c89a3
empty form component
2019-08-27 19:56:55 +10:00
Rimian Perkins
abaf101173
initial spec for donation-row component
2019-08-26 17:34:40 +10:00
Rimian Perkins
d0bdfab44b
fix the test runner
2019-08-26 16:01:57 +10:00
Angus McLeod
06b775c8c1
add equal to
2019-04-09 09:04:24 +10:00
Angus McLeod
794793f7c3
tweak
2019-04-03 13:15:01 +11:00
Angus McLeod
262ae0f96c
add mobile styles
2019-04-03 12:40:03 +11:00
Angus McLeod
44410fa375
add cause release fields
2019-04-03 12:32:24 +11:00
Angus McLeod
b98e603e59
Add proper user path
2018-09-30 11:51:20 +10:00
Angus McLeod
a353eed1c3
small fixes
2018-09-30 11:23:05 +10:00
Angus McLeod
02e3438a9c
only add metadata element if there is metadata
2018-09-29 10:12:48 +10:00
Angus McLeod
e1eb585974
Add additional settings and customizations
2018-09-28 17:33:27 +10:00
Angus McLeod
ae793ad247
Add setting for monthly total and other minor improvements
2018-09-24 10:17:53 +10:00
Angus McLeod
a3636a5038
if not a category route remove body class
2018-09-23 09:08:39 +10:00
Angus McLeod
c4c96046cd
only show github and meta links if they exist
2018-09-23 08:44:50 +10:00
Angus McLeod
b8cf45aa7f
ensure widget is hidden on non-category paths
2018-09-23 08:36:28 +10:00
Angus McLeod
b4fd0287ed
Add meta link
2018-09-22 17:48:38 +10:00
Angus McLeod
d58c04a592
only show cause UI in cause categories
2018-09-22 17:09:06 +10:00
Angus McLeod
45ece34200
Add donations causes
2018-09-22 14:03:30 +10:00
Angus McLeod
d686ece85b
Redirect to root from '/donate' if the plugin is disabled
2018-07-02 10:30:38 +10:00
Angus McLeod
0260197e9e
various
2018-06-28 13:46:02 +10:00
Angus McLeod
1b1eb215e4
various
2018-06-28 09:32:58 +10:00
Angus McLeod
fd0b53c67c
Properly validate email
2018-06-25 18:37:55 +10:00
Angus McLeod
8453d5cc03
various
2018-06-25 18:14:50 +10:00
Angus McLeod
90f5083fb6
Small fixes
2018-06-22 11:55:16 +10:00
Angus McLeod
d55d149d7d
Add recurring donations
2018-06-21 19:00:43 +10:00
Angus McLeod
5723b91ba2
Donation form style updates
2018-06-21 19:00:19 +10:00
Angus McLeod
446cc75cbc
Make donation amounts a customisable setting
2018-02-02 19:49:58 +08:00
Angus McLeod
e307a75a3b
Merge branch 'master' into transaction_fee
2018-02-02 17:47:53 +08:00
Angus McLeod
e8e558c3e2
Add ability to allow donor to include stripe transaction fee in their donation
2018-02-02 17:43:54 +08:00
Chris Beach
9ec48bc6b1
Merge pull request #8 from chrisbeach/associate_stripe_customer_id_with_users
...
Save and reuse stripe customer id when user is present
2018-02-02 08:27:56 +00:00
Angus McLeod
f46d3394cb
BUGFIX: default amount should be 1
...
This seems to have been broken for a little while.
The bug was that if you just left the donation combo-box as is (i.e. at
‘1.00’), entered your card details and clicked ‘donate’ you would get
an error, because the default ``amount`` property was null rather than
0.
2018-02-02 16:19:21 +08:00
Angus McLeod
ccf7f1b73b
Save and reuse stripe customer id when user is present
2018-02-02 16:06:43 +08:00
Angus McLeod
19f197e780
Add page description setting
2018-02-02 13:43:20 +08:00
Chris Beach
dd7e86930f
Include timestamp in messages to user.
...
Permit email param in checkout_controller
Fix failing tests
2018-01-18 00:21:41 +00:00
Chris Beach
c6f416788c
Hide nav link if plugin disabled
2018-01-17 23:10:15 +00:00
Angus McLeod
23bc79513a
Rm test element
2017-11-27 10:39:32 +08:00
Angus McLeod
bcebbd583b
Move script to jquery insertion on render
2017-11-27 10:28:21 +08:00
Chris Beach
df91a44277
fix client/server messages and locales
...
zip code should be a positive boolean not negative
remove dollar signs
fix stripe.rb method signature and charging logic
2017-11-26 12:24:27 +00:00
Angus McLeod
c22ef46224
rm stripe.js from build
...
It needs to be loaded directly.
https://stripe.com/docs/stripe-js/reference#including-stripejs
2017-11-12 11:01:08 +08:00
Angus McLeod
c2fa248b79
Include stripe js && inherit from the application controller
2017-11-08 08:45:18 +08:00
Chris Beach
d563cd1ddd
Working checkout_controller.rb that charges Stripe
...
* Add billing address setting
2017-10-19 23:51:05 +01:00
Chris Beach
20a38095dd
Enable checkout route
2017-10-19 23:51:05 +01:00
Chris Beach
238f4c4eb4
Include amount on form and increase logging
2017-10-19 23:51:05 +01:00
Chris Beach
943343ffa4
Use siteSettings properly
2017-10-12 02:13:20 +01:00
Chris Beach
92639a483f
Fix discourse-markdown
2017-10-12 00:37:29 +01:00
Chris Beach
8fdd5dad27
Revert removal of donate menu item
2017-10-11 23:58:22 +01:00
Chris Beach
6814c80540
Stripe Checkout can be created via BBCode markup
2017-10-09 08:39:21 +01:00
Rimian Perkins
70b928707f
disable the button as soon as it is clicked
2017-05-29 10:48:32 +10:00
Rimian Perkins
8b21d44bc9
Change the route to something meaningful
2017-05-18 14:57:27 +10:00
Rimian Perkins
df205eb584
send create accounts param
2017-05-18 12:09:37 +10:00
Rimian Perkins
c091676cb5
permit stripe token and amount
2017-05-18 10:46:11 +10:00
Rimian Perkins
13fe7ab7d5
remove second request to create user
2017-05-10 14:17:28 +10:00
Rimian Perkins
256b44ad60
messages are an array
2017-05-03 15:13:41 +10:00
Rimian Perkins
53ebcf4625
pluralize messages name space
2017-05-03 09:59:10 +10:00
Rimian Perkins
6717317717
expect a username if an account is being created
2017-04-04 13:44:13 +10:00
Rimian Perkins
4a2f13f32c
end transaction when email is empty
2017-04-04 13:25:51 +10:00
Rimian Perkins
3fa6130f23
normalise the message in the response
2017-04-04 13:10:31 +10:00
Rimian Perkins
7754513b49
do not create the transaction if it has already happened
2017-04-03 12:49:23 +10:00
Rimian Perkins
b565f69fc6
abstract out create user
2017-04-03 11:05:22 +10:00
Rimian Perkins
e0b2bd522b
format html in result message
2017-04-03 09:47:01 +10:00
Rimian Perkins
5f4be82278
add challenge values to params
2017-03-29 15:26:34 +11:00
Rimian Perkins
191a973688
get the info for security challenge
2017-03-29 14:29:07 +11:00
Rimian Perkins
ed9c847669
create accounts only for anon users
2017-03-22 15:05:06 +11:00
Rimian Perkins
3896866d5b
send another ajax request to create account
2017-03-22 13:56:45 +11:00
Rimian Perkins
f77ddeba31
create a user account
2017-03-21 11:52:48 +11:00
Rimian Perkins
35f8c17e91
initial create account fields
2017-03-20 14:33:17 +11:00
Rimian Perkins
667f15d716
rm old profile templates and route
2017-03-20 13:18:07 +11:00
Rimian Perkins
ad843760e9
add some padding at the top
2017-03-20 13:15:56 +11:00
Rimian Perkins
92e5bf76d7
add anon payments
2017-03-20 12:24:39 +11:00
Rimian Perkins
96ca372b86
initital template
2017-03-20 12:24:39 +11:00
Rimian Perkins
cc47e88bc9
old code gone
2017-03-16 11:40:09 +11:00
Rimian Perkins
5b982cf1d6
Merge branch 'messages' into staging
2017-03-13 15:29:17 +11:00
Rimian Perkins
a80272caff
title and navigation item can be different
2017-03-13 15:28:50 +11:00
Rimian Perkins
3dd9f8c393
Merge branch 'messages' into staging
2017-03-13 15:26:56 +11:00
Rimian Perkins
1933272154
add a success message
2017-03-13 15:26:48 +11:00
Rimian Perkins
d92ba3f8cd
Merge branch 'currency_format' into staging
2017-03-13 11:19:31 +11:00
Rimian Perkins
057d204b87
use let keyword and toggle plugin off by default
2017-03-13 11:19:10 +11:00
Rimian Perkins
5f5c664f42
Merge branch 'currency_format' into staging
2017-03-10 13:34:40 +11:00
Rimian Perkins
c5697df70d
format currency
2017-03-10 13:34:24 +11:00
Rimian Perkins
19a6a8a462
add the currency code and symbol to the template
2017-03-10 11:06:58 +11:00
Rimian Perkins
81452318af
Merge branch 'settings' into staging
2017-03-07 15:22:02 +11:00
Rimian Perkins
5468cac161
add settings for currency and hide post code
2017-03-07 15:21:51 +11:00
Rimian Perkins
5221c5cd97
Merge branch 'master' into staging
2017-03-07 11:17:56 +11:00
Rimian Perkins
17d9fe8289
fix path
2017-03-07 11:17:33 +11:00
Rimian Perkins
39bbde5760
only show link for current user
2017-03-06 15:38:07 +11:00
Rimian Perkins
367a1e91e2
only show link for current user
2017-03-06 15:37:22 +11:00
Rimian Perkins
a9e687383b
Merge branch 'navigation-button' into staging
2017-03-06 14:44:26 +11:00
Rimian Perkins
011ae1b2be
add an extra nav item
2017-03-06 14:44:11 +11:00
Rimian Perkins
2318b42b49
Merge branch 'spinner' into staging
2017-03-06 12:34:18 +11:00
Rimian Perkins
736146854b
disable and use same result for error and success
2017-03-06 12:34:03 +11:00
Rimian Perkins
66b15be4d8
add an error message
2017-03-06 11:30:58 +11:00
Rimian Perkins
626d2fec6d
Merge branch 'spinner' into staging
2017-03-06 11:12:32 +11:00
Rimian Perkins
7f8330cb62
add spinner and use button template
2017-03-06 11:12:22 +11:00
Rimian Perkins
1f3b3cf857
add jquery button yo
2017-03-02 16:40:16 +11:00
Rimian Perkins
8eea4337af
use jquery to render a link where there is no plugin outlet
2017-03-02 16:39:05 +11:00
Rimian Perkins
a640321dab
Merge branch 'settings' into staging
2017-02-28 12:39:31 +11:00
Rimian Perkins
10e63f2a4c
fix i18n and import site settings
2017-02-28 12:39:07 +11:00
Rimian Perkins
b6a4d5dc8e
whoops forgot test code
2017-02-27 14:26:50 +11:00
Rimian Perkins
95c7d2ada7
rm test code
2017-02-27 14:24:18 +11:00
Rimian Perkins
19a7956f43
load the public key from settings
2017-02-27 14:22:52 +11:00
Rimian Perkins
a84de2c876
settings for public and private key
2017-02-27 13:45:26 +11:00
Rimian Perkins
65317324f2
only show the link when the plugin is enabled
2017-02-27 12:52:00 +11:00
Rimian Perkins
a77cf00504
update name space in locales
2017-02-27 11:52:34 +11:00
Rimian Perkins
97e4497cc8
acceptance test link
2017-02-24 13:09:27 +11:00
Rimian Perkins
551b578b21
add the amount as a combo-box
2017-02-23 12:48:06 +11:00
Rimian Perkins
08e0e47d3e
add some labels and the user table
2017-02-23 11:50:25 +11:00
Rimian Perkins
42fc79c232
wrap elements in template framework and some i18n implementation
2017-02-23 11:04:04 +11:00
Rimian Perkins
72a35cd738
upgrade strip gem ~> 2.0
2017-02-23 10:31:30 +11:00
Rimian Perkins
5f170ebcd3
fix var scope error and diplay some html when result is success
2017-02-23 09:30:59 +11:00
Rimian Perkins
9ed1af4538
catch the error and render charge json
2017-02-22 11:12:19 +11:00
Rimian Perkins
d6a00ae888
post data from stripe form
2017-02-22 10:21:42 +11:00
Rimian Perkins
c23833830a
move the strip elements js into a component
2017-02-21 10:25:31 +11:00
Rimian Perkins
de9a5cb6f9
stripe elements form submits a payment to stripe api
2017-02-16 16:29:42 +11:00
Rimian Perkins
e1778d6bd8
sample ajax request
2017-02-15 14:10:52 +11:00
Rimian Perkins
7d72c1f9cd
rm old page
2017-02-15 11:43:13 +11:00
Rimian Perkins
46a13af63a
controller tests create response
2017-02-15 11:40:00 +11:00
Rimian Perkins
12d606d115
refactor route map
2017-02-14 10:45:01 +11:00
Rimian Perkins
4eef7131ed
check payment link exists
2017-02-14 10:19:59 +11:00
Rimian Perkins
3f32c212d8
rename to "payments"
2017-02-14 10:11:10 +11:00
Rimian Perkins
ed828a228b
a response happened and there is a test
2017-02-13 15:31:31 +11:00
Rimian Perkins
800aef7b3f
acceptacnce test verifies page renders
2017-02-13 11:35:59 +11:00
Rimian Perkins
c0529c5bdb
a child page at user/:username/choice
2017-02-10 15:10:47 +11:00
Rimian Perkins
90ed0e03df
rename the component
2017-02-10 12:11:59 +11:00
Rimian Perkins
b2321ba965
move payment button into choice page and make a link
2017-02-09 12:17:25 +11:00
Rimian Perkins
6d3ad0268e
an action happens when the button is clicked yo
2017-02-07 16:03:00 +11:00
Rimian Perkins
02d15d486a
initial form
2017-02-07 14:23:38 +11:00
Rimian Perkins
8d7b50a7ae
inital empty page
2017-02-07 13:56:22 +11:00
Rimian Perkins
35ac1bc3c3
Transaction works. Still need to tidy up response
2017-02-02 11:49:22 +11:00
Rimian Perkins
df7607043a
stripe button requests mounted engine
2017-01-31 14:21:27 +11:00
Rimian Perkins
f6c9977c7a
initial stripe checkout button that posts to staging
2017-01-30 12:35:04 +11:00