Commit Graph

42 Commits

Author SHA1 Message Date
merdiano 3405b30f3c composer update dependancies 2019-10-04 13:17:57 +05:00
merdiano 9670b5c373 working on checkout page 2019-09-18 06:26:39 +05:00
merdiano 1dcc5dfa2e included breadcrumbs tnt scout for searchibng 2019-09-18 06:26:38 +05:00
Jeremy Quinton 25181538e8 Enables Stripe SCA payments 2019-09-18 06:25:24 +05:00
merdiano a1c0b04ea4 map 2019-09-17 16:43:27 +05:00
Jeremy Quinton 190db4cecc adding additional path to autoloader 2019-09-16 13:00:34 +02:00
Jeremy Quinton c1f6ce26a5 updating composer dependancies 2019-09-16 11:45:02 +02:00
Jeremy Quinton 8bcf106ffe Refactored Event Checkout
1. Removed dependencies on $gateway->id in the database which made the codebase fairly brittle in places. Use the name field of payment_gatway instead.
2. Refactored Event Checkout so that in theory it should be a lot easier to add other Omnipay gateways.
3. Removed Paypal Express as a gateway supported by default.
4. Payment Gateways are now configurable by specifying an admin and checkout template in the database directly.
5. Broke each payment option out into its own template instead of trying to handle all payment gateways in one form with funny if conditions.
6. Account settings for Payment Gateways is now dynamic based on what is in the database.
7. Added migration and updated Seeder to make sure the payment_gateways is correct on in stall and when upgrading.
2019-09-04 15:31:40 +02:00
Jeremy Quinton 19c2ca8a8c Enables Stripe SCA payments 2019-08-29 21:23:05 +02:00
merdiano fb84f4d0b2 merge commit 2019-08-19 14:30:30 +05:00
merdiano 35a0e3123d added categoriesSeeder to databaseSeeder
permissionmanager configed to use App/User
2019-08-09 23:16:55 +05:00
Etienne Marais e50a2962e5
📦 NEW: Add package and helper to clean input strings safely 2019-04-25 09:12:42 +02:00
Etienne Marais 54861755b4
Hidden ticket access codes (#1)
# Summary

Added the ability to specify hidden ticket access codes on an event. This would allow for special types of tickets to be created on an event and have an unlock code link to one or many hidden tickets.

## Value

The value this adds is to allow event organisers to play with marketing to aid in ticket sales etc.

## Changes

**Admin**
- Added migrations to allow for the access codes table on events and the pivot for many to many codes to tickets
- Added the ability to create an access code in the event customisation 
- Added the ability to view access codes on a hidden ticket
- Added the ability to attach one or multiple access code(s) onto the hidden ticket

**Public event page**
- Shows a box to enter your access code if the event has hidden tickets
- Added the validation messages for empty codes
- Added the check to fetch the hidden tickets if the code was entered correctly
2019-01-16 20:33:32 +02:00
merdiano 7d8c24e911 backpack installed addons permission manager, settings, backups, pages
Created Events,Categories, Countries CRUD
2018-12-15 16:45:08 +05:00
merdiano 8c26fa6489 backpack base and crud installed 2018-12-15 12:51:31 +05:00
merdiano a9445b2bf5 Initial starts to Main page devs 2018-12-10 12:32:53 +05:00
Sebastian Schmidt cc96e271af update guzzle for php 7.2 support
* Also update doctrine/dbal
2018-10-02 21:21:22 +10:00
Sebastian Schmidt 08b8e590d8 Whitespace composer.json 2018-10-02 21:06:44 +10:00
Sam Bell 5ac96236fa Corrected licence info to Composer standards 2018-09-06 22:37:26 +08:00
Jeremy Quinton e45fe77568 Latest composer file
Update composer file so Attendize works with Laravel 5.6
2018-08-17 10:22:53 +02:00
Jeremy Quinton 0c529459d5 moved library to require from require dev so can deploy from master 2018-07-18 15:36:56 +02:00
Jeremy Quinton cfbd3c1674 moved doctrine/dbal to require so that migrations work on master 2018-07-18 15:18:13 +02:00
Jeremy Quinton 65e3bb388f added latest version of lock file. previous version of barryvdh/laravel-ide-helper breaks php artisan clear-compiled 2018-07-18 09:48:34 +02:00
Jeremy Quinton 338afaedb3 Added dummy payment gateway
1) Dummy payment gateway added. When enable allows someone testing or developing on the software to go through the flow end to end without odd errors.
2018-07-05 17:20:59 +02:00
Jacek Marianski 83205555d7 (localization) Several big changes:
1) Added localization components to the package. They allow usage of localized routes, like http://attendize.site/en/login
2) Added English and Polish localization files. They are ugly, repetitive, but mostly true to the original and relevant. It required rewriting several phrases, and certainly required editing most of the views and controllers.
3) Edited routes to accomodate point 1
4) Rewritten several rules regarding dates. In most cases using English notation (with English names for months) is bad in all other languages. I used environment wide date format that is used.
5) Updated installer. Haven't tested it yet, but should work. Rewrites .env.example file instead of creating it from scratch (by concatenating strings).

There are some minor changes that were simple fixes or other funky requirements from my employer that kinda make sense:
1) QR code reader wasn't working in firefox, fixed it. Works in chrome/firefox on mobile on https sites.
2) Added subscript text in some instances: below ticket registration, below ticket. It is kinda dumb, but in most cases is necessary to receive less complaints from clients.
3) Fixed geocoding api by adding api key in env file. At some point in 2016-2017 it was required by google to use API key from developer console and this requirement wasn't challenged in the code.
4) Ticket has been displaying either flyer or site logo on the side. Now displays both (which may affect 1d barcode - it might need some fixin). Regarding the same issue - description of an event contained the flyer image on the side, it was removed, cause it didn't fit in here.
5) Ticket style was updated, because of the above and because it didn't fit longer character strings. Now it's slightly uglier, but works in all cases.
and other.

There are also some inconveniences, like:
1) Unfinished translations. It was impossible for me to create translations based on strings located inside of a database, which I ignored (I think it's only at one place - surveys).
2) Ugly translation files. At some point I thought it is going to be easier to locate when I try translating vased by file name. Later I divided it by topics, and then I segmented it even more. It might require some serious clean-up.
3) Redundancy. In some cases there are several definitions for the same phrase in my localization files. I used it mostly to protect myself from different contexts for the phrase usage in different languages.
4) File division. There are several files that are placed in dedicated language directory (in /view/, like /view/pl/ or /view/en/). These files don't use language phrases, but they are translated as a whole. Mostly because using language phrases would make those view files unreadable.
5) Localzation helper marks some phrases as obsolete (in file "basic"), because they are used in app/Helpers folder (where this plugin doesn't reach)
2018-05-03 23:41:22 +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
Yoann Lecuyer fc2ee7244c ticket refactoring 2016-05-30 11:05:28 -05:00
Dave Earley f24e80a929 Fixed bug where adding users failed 2016-04-17 23:41:19 +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 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 6844c10cdb - Adding coinbase payment gateway and removing bitpay 2016-03-21 00:05:25 +00:00
Dave 588f5012d6 Merge remote-tracking branch 'github/master'
# Conflicts:
#	composer.lock
2016-03-20 16:07:16 +00:00
Dave 8e8adaae1b - Added the ability to support multiple payment gateways (Stripe, PayPal so far) 2016-03-20 16:01:50 +00:00
jncampbell 26a0a8e1b7 adds some model factories 2016-03-16 21:23:07 +00:00
Mark Walet a99e334065 Added ide-helper dependency 2016-03-10 14:36:51 +01:00
Dave ce50408b7e - Removed Stripe libs from composer requirements
- Checkout and refunds now use Omnipay
2016-03-07 17:18:55 +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
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 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