Eric Schultz
b77c8cec41
Now you can add muted to videos in Froala so they can autoplay properly on mobile
2018-11-27 12:15:26 -06:00
Eric Schultz
2b45d4fd01
Fix regression where non-federated P2P campaigns couldn't be created
2018-11-23 14:23:49 -06:00
Eric Schultz
eec6744ac0
Readd the ability to find a nonprofit on the p2p campaign page
2018-11-21 12:48:46 -06:00
Eric Schultz
8a78fad0c7
Various queries now properly include child campaigns
2018-11-21 11:00:45 -06:00
Eric Schultz
87dc491ef4
remove last of campaign template features
2018-11-21 11:00:45 -06:00
Eric Schultz
4dddccdf46
Create from template campaigns handles name collisions
2018-11-21 11:00:45 -06:00
Eric Schultz
e378434b30
Add in create_from_template call
2018-11-21 11:00:44 -06:00
Kasia Jarmołkowicz
341d7511d2
Limit editing of child campaigns
2018-11-21 11:00:44 -06:00
Kasia Jarmołkowicz
e5419408ce
Fix removing banner image, refactor
2018-11-21 11:00:44 -06:00
Kasia Jarmołkowicz
92abc44be0
Remove console.log()
2018-11-21 11:00:44 -06:00
Kasia Jarmołkowicz
8857cde6c8
Fixup
2018-11-21 11:00:44 -06:00
Kasia Jarmołkowicz
aedb12ee03
Create campaign from template
2018-11-21 11:00:44 -06:00
Kasia Jarmołkowicz
2db5e72bcb
Add a confirm dialog when deleting templates
2018-11-21 11:00:44 -06:00
Kasia Jarmołkowicz
d888be0242
Campaign template create, delete
2018-11-21 11:00:44 -06:00
Kasia Jarmołkowicz
a7f0c809b4
Fixes after merge
2018-11-21 11:00:44 -06:00
Kasia Jarmołkowicz
399f6ff0c6
Merge branch 'p2p-campaigns' into h-custom-layout
2018-11-21 11:00:44 -06:00
Kasia Jarmołkowicz
b99f7959ce
Add CampaignTemplate
...
Read S3 bucket name and AWS region from env
Add /postgres-data to .gitignore
Custom campaign layout
Adjust custom layout
wip fix wizard init on campaign page
wip adjust design
adjust campaigner profile section
wider banner, fix button colours
Fix custom layout
Add custom_layout to nonprofit and render, if exists
Fallback profile picture
wip
2018-11-21 11:00:44 -06:00
Eric Schultz
0b065f226d
Remove unused javascript
2018-11-21 11:00:08 -06:00
Eric Schultz
96268c17fc
Remove unused old campaign page code
2018-11-01 12:24:44 -05:00
Eric Schultz
8393bfe2db
Fix notification bug on the supporter side panel
2018-10-25 12:45:07 -05:00
Eric Schultz
4aaf005252
Finish the offsite_payment_pane
2018-10-25 12:45:07 -05:00
Eric Schultz
6b23f21b56
Fix bug where an undefined last or first name for a dedication displays weird on the payment page
2018-10-25 12:45:07 -05:00
Eric Schultz
976dede3eb
Dedications default to 'in honor of'
2018-10-25 12:45:07 -05:00
Eric Schultz
6bbdfc4ebc
Make contacts in dedications into usable json
2018-10-25 12:45:07 -05:00
Eric Schultz
227bb8ff14
Remove unneeded function
2018-10-25 12:43:04 -05:00
Eric Schultz
bb67341f37
EditDonationPane works in React
2018-10-25 12:43:04 -05:00
Eric Schultz
313bb5f45f
Remove no longer needed page.js
2018-10-09 11:49:52 -05:00
Eric Schultz
7fdba9745b
Fix typo preventing Facebook shares from working
2018-09-13 16:12:22 -05:00
Eric Schultz
0c19b7300e
The close button no longer exists on embedded wizards
2018-08-31 10:43:29 -05:00
Eric Schultz
f8b3e79047
Fix for not being able to edit cards
2018-08-03 14:04:21 -05:00
Eric Schultz
ffa0a3c516
Fix bug where brand color was improperly declared
2018-08-01 16:52:53 -05:00
Eric Schultz
26166477fa
remove a seemingly unneeded i18n.js file
2018-07-23 16:19:31 -05:00
Eric Schultz
6da496b736
Correct bug in the Google Maps key inclusion
2018-07-17 17:05:00 -05:00
Eric Schultz
acae82368b
Add support for muted attribs on video tags. Allows autoplay to work on mobile
2018-06-25 14:47:23 -05:00
Eric Schultz
065e1582c2
Add support for Google Maps API keys since they're required now. Closes #64
2018-06-06 13:53:07 -05:00
Eric Schultz
adc4ee2d74
Even better fix for IOS11 bug!
2018-06-04 16:13:35 -05:00
Eric Schultz
131a6f53ee
Fix for IOS on event ticket pages
2018-06-04 16:08:33 -05:00
Eric Schultz
c1deb8be04
Remove cruft
2018-05-23 15:43:49 -05:00
Eric Schultz
d445904c34
Properly license .es6 files. Fixes #18
2018-03-29 15:42:43 -05:00
Eric Schultz
b91f878584
Fix for javascript failures when partial dollars are used for campaign amounts
2018-03-28 15:56:45 -05:00
Eric Schultz
0e509244be
Fixes bug where backend RDs can't be setup
2018-03-27 16:53:53 -05:00
Bradley M. Kuhn
fc77ee76d6
Relicense Javascript code in accordance with project's new license
...
The primary license of the project is changing to:
AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
The Additional Permission is designed to permit publicly distributed
Javascript code to be relicensed under LGPL-3.0-or-later, but not server-side
Javascript code. As such, we've relicensed here static Javscript files under
LGPL-3.0-or-later, and those that run as part of build and/or server side
under AGPL-3.0-or-later.
Note that in future, Javascript files may be updated to be stronger copyleft
license with the Additional Permission, particularly if they adapted to run
on server side and/or turned into templates. Of course, we'd seek public
discussion with the contributor community about such changes.
This commit is one of the many steps to relicense the entire codebase.
Documentation granting permission for this relicensing (from all past
contributors who hold copyrights) is on file with Software Freedom
Conservancy, Inc.
2018-03-25 15:10:40 -04:00
Eric Schultz
08b383de62
Initial commit. Previous history maintained by CommitChange
2018-03-25 13:30:42 -04:00