Commit Graph

49 Commits

Author SHA1 Message Date
Dave Earley 539a0c4fec Merge remote-tracking branch 'origin/master'
# Conflicts:
#	app/Http/Controllers/OrganiserCustomizeController.php
#	app/Models/Account.php
#	app/Models/AccountPaymentGateway.php
#	composer.lock
2016-10-11 21:25:47 +01:00
Dave Earley f03170f939 Merge pull request #194 from jacobcat/add_migs_payment_gateway
Add MIGS payment gateway
2016-09-28 19:51:02 +01:00
Jacob Catayoc e5d4f75559 - Returned some original defaults for Attendize 2016-09-19 06:58:36 +08:00
kozi 4cf4a2f613 Add DB_PREFIX property to .env to support shared databases 2016-09-15 14:05:50 +02:00
Jacob Catayoc 48835e5ead - Added MIGS Payment Gateway
- Changed default Attendize settings to Philippine Peso / Philippine time zone
2016-09-08 05:02:02 +08:00
Dave Earley 9ec1cc20f2 Reformat code 2016-09-06 21:39:27 +01:00
Dave Earley d87fec691e Added timezone option to .env 2016-08-02 22:11:10 +01:00
Dave Earley 4a11ba3ad8 Reduce allowed checkout time from 30 to 10 minutes 2016-07-15 12:31:18 +01:00
Dave Earley 4214856f7b Updated EventCheckoutController so it can process offline payments 2016-07-09 12:06:44 +01:00
Dave Earley 91a9f9e41e Added the Whkhtml2pdf bin file config setting to the .env file 2016-07-08 13:55:42 +01:00
Dave Earley e64ccbba2b Changed the default background for new events 2016-07-08 13:33:45 +01:00
bretto36 505f6ee171 returned database change 2016-06-15 21:42:27 -04:00
bretto36 30362dcc16 Added Tests and numerous fixes 2016-06-15 21:36:09 -04:00
Dave Earley 39fb757926 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	app/Http/Controllers/EventCheckoutController.php
2016-06-15 11:23:32 +01:00
Dave Earley 140cc130a8 Refactoring & updating of jobs and mailers. 2016-06-15 11:14:27 +01:00
JapSeyz b3c4ec8caa Allows for Sparkpost to be used as Mail client 2016-06-14 13:50:08 +02:00
Yoann Lecuyer fc2ee7244c ticket refactoring 2016-05-30 11:05:28 -05:00
Yoann Lecuyer eb3d1b6123 Fixed installer 2016-05-21 13:23:18 -05:00
Dave Earley ab78f12950 Updated fallback organiser logo path in config 2016-05-14 14:22:41 +01:00
Dave Earley dccdd9c276 Started work on exporting survey answers 2016-05-12 23:33:23 +01:00
Dave Earley d256fecaf8 Fixed bug where PDF ticket generation would fail when no logo was passed (closes #97) 2016-05-12 13:33:34 +01:00
Yoann Lecuyer 04c1b1d307 Docker dev environment (#90) 2016-05-12 00:15:54 +01:00
Dave a5a94790e7 Minor bug fixes
Updated global JS
Added feedback/bug fix button
2016-04-17 21:12:38 +01:00
Dave 456754a0ef Started work on attendee questions on frontend - issue #13 2016-04-17 21:12:38 +01:00
Dave 99d71ff237 Few minor fixes related to L5.2 update 2016-03-30 14:39:18 +01:00
Dave beab5d64a5 Merge remote-tracking branch 'github/master'
# Conflicts:
#	composer.lock
2016-03-30 13:23:39 +01:00
Honore Hounwanou c87f519375 Remove unnecessary images and go back to previous cipher 2016-03-30 01:00:55 -04:00
Honore Hounwanou f275210756 Add QRCode Scanning 2016-03-29 21:37:38 -04:00
James Campbell 9ffd1197e2 Updates Laravel to 5.2 2016-03-29 20:30:02 -04:00
Dave fa584a8611 Update db config to recognize the .env DB_TYPE 2016-03-22 21:54:27 +00:00
Luis Carneiro be25664247 Issue 7: Organiser page initial version 2016-03-21 19:10:40 +00:00
Dave 8668b580d2 - Updating Wkhtml2PDF config (checkouts were failing when debug=true) 2016-03-21 16:36:40 +00:00
Dave 6844c10cdb - Adding coinbase payment gateway and removing bitpay 2016-03-21 00:05:25 +00:00
Dave 8e8adaae1b - Added the ability to support multiple payment gateways (Stripe, PayPal so far) 2016-03-20 16:01:50 +00:00
Mark Walet 9220ba7068 Updated debug key for wkhtml2pdf 2016-03-16 12:34:38 +01:00
Mark Walet 6d14c574b6 Updated vendor config files 2016-03-16 12:01:18 +01:00
Mark Walet 6b0d38cf9b Syntax update for app config 2016-03-10 14:41:19 +01:00
Mark Walet a99e334065 Added ide-helper dependency 2016-03-10 14:36:51 +01:00
Dave 2a84357bec - Started work on customizable ticket design (issue #18) 2016-03-10 00:41:34 +00:00
Dave 9513983788 - Tagging v0.3.1 2016-03-09 12:47:40 +00:00
Dave 20d68a4807 - Removed unused config info from the queue config file 2016-03-08 23:47:28 +00:00
Attendize cb83b43b76 Applied fixes from StyleCI 2016-03-08 23:47:19 +00:00
Dave b4efd67257 - Started work on added Omnipay
- Updated the checkout to use Omipay instead of Stripes own lib
2016-03-06 23:10:35 +00:00
Attendize b3f33a38e8 Applied fixes from StyleCI 2016-03-04 19:18:10 -05:00
Dave 4598b8e8ed - Created an attendize config file and remove the constants
- Bumped the version of Laravel to 5.1.20
2016-03-04 23:27:13 +00:00
Dave fd3d39ab38 - Preparing for open source 2016-03-02 23:37:33 +00:00
Dave 6af8a787bd - Removed unused files
- Inlined email css styles
- Minor bug fixes
2016-03-02 11:55:41 +00:00
Dave 543b6c8fdb - Preparing for open sourcing 2016-02-29 23:50:41 +00:00
Dave a3320dd598 - First commit 2016-02-29 15:59:39 +00:00