Commit Graph

825 Commits

Author SHA1 Message Date
Jeremy Quinton 4c1bceeaa3 remove class 2019-01-19 17:37:55 +02:00
Jeremy Quinton 37baa9f8f7 fixes #538. Convert collection to array 2019-01-19 17:31:53 +02:00
Jeremy Quinton 31a58b9125
Merge pull request #554 from Attendize/use-configured-payment-gateway-as-default
Use the default payment gateway configured for the account.
2019-01-17 10:23:53 +02:00
Jeremy Quinton 00e95bbb62
Merge pull request #558 from etiennemarais/master
Hidden ticket access codes (#1)
2019-01-17 10:15:46 +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
Jeremy Quinton da6b96c7a8 Use the default payment gateway configured for the account.
1) Removed references to Bitpay and Migs.
2) Use the payment Gateway configured for the account. Fixes #551.
3) Allows switching of default payment gateway between Strip and Paypal.
2019-01-14 14:53:17 +02:00
Jeremy Quinton 69f8b5fb6f
Merge pull request #552 from delenamalan/force-key-generate
Force key generate in installer
2019-01-14 09:43:47 +02:00
Jeremy Quinton d48d561079
Merge pull request #553 from delenamalan/remove-reserved-tickets
Remove reserved tickets once bought
2019-01-14 09:21:48 +02:00
Delena Malan 628113b971 Remove reserved tickets once bought 2019-01-12 13:04:37 +02:00
Delena Malan d48c0faf1e Force key generate in installer 2019-01-12 12:05:31 +02:00
Sam Bell ef58b27212
Merge pull request #548 from bagage/translation_email
Add translation for organizer email title
2019-01-10 16:37:20 +00:00
Gautier Pelloux-Prayer e1eb740a36 Add translation for organizer email title 2019-01-08 22:14:01 +01:00
Sam Bell 135c2e7ea5
Merge pull request #533 from bagage/add_french_missing_translation
Add missing French translations
2018-12-09 21:41:13 +00:00
Gautier Pelloux-Prayer 2b707486be Fix wrong translation of "presents" 2018-12-09 22:16:49 +01:00
Gautier Pelloux-Prayer f774fe8c8f Add missing French translations 2018-12-06 22:36:04 +01:00
Jeremy Quinton e394d990d9
Merge pull request #532 from vsurrel/master
Small typo fix causing 500 error when using french locale
2018-12-05 09:12:50 +02:00
Valentin Surrel b60d0efdae Small typo fix causing 500 error 2018-12-04 23:23:46 +01:00
Sam Bell 3a389e0f80
Merge pull request #522 from bagage/fix-urls
License URL should be license.html not licence.html (404 page not found error)
2018-11-26 17:45:35 +00:00
Gautier Pelloux-Prayer da8ede9f3b License URL should be license.html not licence.html 2018-11-18 11:48:50 +01:00
Jeremy Quinton 1b63cf844e
Merge pull request #484 from publicarray/fix-model-factory
Fix Model Factory
2018-11-11 10:49:28 +02:00
Jeremy Quinton 8a8b0b4347
Merge pull request #516 from Attendize/update-contributors
updating contributors
2018-11-11 10:48:04 +02:00
Jeremy Quinton a11e902313 updating contributors 2018-11-11 10:47:23 +02:00
Jeremy Quinton 62f379bac3
Merge pull request #483 from publicarray/customize-date
Customize date
2018-11-11 10:43:32 +02:00
Jeremy Quinton 592faee761
Merge pull request #515 from CristianDeluxe/master
Spanish translation
2018-11-11 09:44:30 +02:00
Sebastian Schmidt 974d7d2869
Fix Model Factory 2018-11-10 14:17:06 +11:00
Cristian Deluxe 600d14d006 Spanish language fixes 2018-11-08 00:38:21 +01:00
Cristian Deluxe 97cefa8f94 Spanish language fixes 2018-11-07 21:44:24 +01:00
Cristian Deluxe 65d64ff500 Spanish language fixes 2018-11-07 21:27:01 +01:00
Cristian Deluxe 07b03a1dad Spanish views 2018-11-07 21:20:43 +01:00
Cristian Deluxe a93d143596 Spanish (ES-ES) translation 2018-11-07 17:00:04 +01:00
Jeremy Quinton eb6e2e849b
removed console.log 2018-11-06 08:23:18 +11:00
Sebastian Schmidt e5eefba003
Update example env 2018-11-06 08:13:10 +11:00
Sebastian Schmidt 86b66af211
Update datetimepicker.js and jquery.payment 2018-11-06 08:12:23 +11:00
Sebastian Schmidt edb71c3e29
Fix error when editing tickets 2018-11-06 08:12:21 +11:00
Sebastian Schmidt cda77d562a
Improve date validation 2018-11-06 08:11:58 +11:00
Sebastian Schmidt 7d1c1a1e6a
Allow configurable date formats 2018-11-06 08:10:32 +11:00
Sebastian Schmidt 181ed66405
Simplify carbon object, allow any date string 2018-11-06 08:08:58 +11:00
Jeremy Quinton a8d6d9efff Merge branch 'master' of https://github.com/Attendize/Attendize 2018-11-04 18:55:26 +02:00
Jeremy Quinton 2ad2c2b305 fixed iframe from not loading on event page preview 2018-11-04 18:54:55 +02:00
Jeremy Quinton d26bd70eda Merge pull request #509 from Attendize/fix-calendar-off-by-one-error
fixes #501
2018-11-01 09:20:33 +02:00
Jeremy Quinton 3becd1d03e fixed off by one error and javascript error as html element did not exist 2018-11-01 09:12:51 +02:00
Jeremy Quinton 655befdb7b Merge pull request #508 from Attendize/add-default-500-error-page
added a default error page fixes #504
2018-10-31 21:41:43 +02:00
Jeremy Quinton 6f818f87bf added a default error page fixes #504 2018-10-31 21:40:43 +02:00
Jeremy Quinton 2de02fd88e Merge pull request #497 from Attendize/improve-logic
modified logic slightly
2018-10-31 21:39:04 +02:00
Jeremy Quinton 1e7f39604c Merge pull request #492 from zerochip/fix-send-message-to-all-attendees
fixes #376 Sending message to all attendees sends also to cancelled ones
2018-10-18 09:03:40 +02:00
Jeremy Quinton 87352b06f4 Merge pull request #486 from etalab/fr_translation
Add french translation
2018-10-17 08:46:38 +02:00
Bastien 056c98cea6 Translate a few remaining strings in french 2018-10-16 21:39:31 +02:00
Jeremy Quinton 2c5a6a0a1a Merge pull request #485 from etalab/master
Fix typos
2018-10-16 21:35:27 +02:00
Jeremy Quinton bf40fd7088 modified logic slightly so that controller can be refactored at some point 2018-10-16 21:03:55 +02:00
Jeremy Quinton d07ecc79d1 leave the order reference at 5 characters for now 2018-10-16 20:53:36 +02:00