Sebastian Schmidt
c991941ef3
Update session preferences from upstream
2018-09-22 13:03:19 +10:00
Sebastian Schmidt
9365d74567
Cleanup and http -> https
2018-09-22 13:03:19 +10:00
Jeremy Quinton
bdcd12ca28
Merge branch 'master' of https://github.com/Attendize/Attendize
2018-11-04 21:21:01 +02:00
Jeremy Quinton
c604d08e8d
Fixed license references throughout codebase
2018-11-04 21:12:11 +02:00
Jeremy Quinton
d4057e9241
updated license reference
2018-11-04 21:09:26 +02:00
Jeremy Quinton
09335d7aee
added image reference
2018-11-04 21:06:17 +02:00
Jeremy Quinton
e8d69469be
remove migs and coinbase as default gateways
2018-11-04 20:50:24 +02:00
Jeremy Quinton
c26bc6b2df
fixes bug where sales volume is not incremented correctly
2018-11-04 20:39:42 +02:00
Jeremy Quinton
abd23bd703
Merge pull request #460 from Attendize/fix-date-off-by-one
...
Fixes #414 #450 #434
2018-09-15 23:33:02 +02:00
Jeremy Quinton
c3cd0a60c7
fixes #414 #450 #434
2018-11-04 21:02:41 +02:00
Jeremy Quinton
3dd673b1ec
Merge pull request #457 from Attendize/escape-translations-correctly
...
Replace lang with trans and escape html correctly for various views
2018-09-11 21:22:54 +02:00
Jeremy Quinton
562b8698dd
Merge branch 'master' of https://github.com/Attendize/Attendize
2018-11-04 20:53:34 +02:00
Jeremy Quinton
920fbac64e
replace lang with trans and escape html correctly for various views
2018-11-04 20:22:51 +02:00
Jeremy Quinton
81d67e4180
updated copy in install process
2018-11-04 20:15:21 +02:00
Jeremy Quinton
6e0c37d701
bump mysql version and load laravel environment variables into php container
2018-11-04 20:06:59 +02:00
Sam Bell
5ac96236fa
Corrected licence info to Composer standards
2018-09-06 22:37:26 +08:00
Jeremy Quinton
55c77e8705
added line break
2018-09-03 21:58:20 +02:00
Jeremy Quinton
f808a81707
better styling
2018-09-03 21:56:31 +02:00
Jeremy Quinton
f31d341def
broke up paragraph
2018-09-03 21:55:26 +02:00
Jeremy Quinton
ae5958d5b2
added newlines
2018-09-03 21:54:39 +02:00
Jeremy Quinton
d3a520badc
fixed typo
2018-09-03 21:53:48 +02:00
Jeremy Quinton
6c914e0ece
Merge branch 'master' of https://github.com/Attendize/Attendize
2018-09-03 21:52:41 +02:00
Jeremy Quinton
0b0de19bf8
simplified readme which now links to the documentation website
2018-09-03 21:52:23 +02:00
Jeremy Quinton
a4fb2519aa
fixed issue with installed when app key is regenerated to make key length 32 characters and not 16
2018-09-02 23:16:40 +02:00
Jeremy Quinton
b257eeb3d3
Merge pull request #446 from heilgar/445-surveys-list-bug
...
445 fix surveys bug after updating to L5.6
2018-09-02 19:40:45 +02:00
Jeremy Quinton
db148aa45d
use trans instead of lang so messages display correctly with html not escaped
2018-09-02 18:09:39 +02:00
heilgar
6d9fd0ccdc
445 fix surveys bug after updating to L5.6
2018-09-02 19:01:53 +03:00
Jeremy Quinton
d693976f24
added extra troubleshooting steps
2018-08-29 08:17:59 +02:00
Jeremy Quinton
0b2cfa6ebf
use send instead of queue method for mail when inviting attendee
2018-08-23 10:42:05 +02:00
Jeremy Quinton
9d29ce0d2b
Merge pull request #429 from Attendize/better-error-handling
...
Handle errors independently of one another
2018-08-22 16:50:41 +02:00
Jeremy Quinton
5f2c4c8ac9
Merge pull request #424 from Attendize/upgrade-laravel-5.6
...
Upgrading to Laravel 5.6
2018-08-21 12:55:31 +02:00
Jeremy Quinton
0d4f035ce4
removing composer lock.
...
Not including composer lock. Users of attendize can generat there own lock file.
2018-08-21 12:50:21 +02:00
Jeremy Quinton
5087218306
Removed setFetchMode function
...
Laravel 5.4 removed support for setFetchMode so convert array of object to array of arrays manually.
2018-08-21 12:38:00 +02:00
Jeremy Quinton
d49934ab07
final lock file for composer
2018-08-21 12:12:30 +02:00
Jeremy Quinton
a71cb6aeac
Tweeks to readme to make it more readable.
2018-08-19 20:24:09 +02:00
Jeremy Quinton
73b7808ff4
When an order is refunded display the actual refunded amount.
...
When viewing a refunded order display the amount_refunded instead of the order amount.
2018-08-17 17:13:57 +02:00
Jeremy Quinton
afc50a04b8
Mark order as paid if ticket price is zero
...
When inviting an attendee if the ticket price is free mark the order as paid to prevent orders being marked as unpaid
2018-08-17 16:54:03 +02:00
Jeremy Quinton
68c82e0b34
Moved forgetting session and where events are fired
...
1. After we have save the order to the database forget the session.
2. Firing events to create and send tickets should only be done after the we have saved the order to the database
2018-08-17 16:15:31 +02:00
Jeremy Quinton
ec69e0711b
Added better error handling
...
On the completion of an order Attendize Generates a ticket and sends it via email. However if the ticket could not be generated we still attempt to send a file that does not exist which causes the checkout process to hang and throw an error message. Chained the Generate Ticket and SendOrderTickets events so that if a ticket cannot be generate we don't attempt to send it.
2018-08-17 14:32:30 +02:00
Mohamed Ahmed
bed28ef5cb
Tickets available after event started
2018-08-17 10:46:30 +02: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
7404c4701a
removed the Laravel Localization helper
...
This library is no longer being supported and only supports Laravel up to 5.5. This prevents us from upgrading to Laravel 5.6.
Will consider adding it back if someone starts maintaining the actual library again.
2018-08-17 09:38:15 +02:00
Jeremy Quinton
ac5ff98f61
Removed migs and coinbase as default payment gateways
...
Going forward Attendize will only support Stripe and Paypal as defaults. In future we will add instructions on customising Attendize with your own payment gateway.
2018-08-16 15:50:12 +02:00
Jeremy Quinton
8d51cd348f
Upgrading to Laravel 5.6
...
1) Changed method call from lists to pluck.
2) Use set put instead of session set.
3) Removed references to artisan optimize command.
4) Added additionl check to base controller if auth user not set redirect to login.
5) Flush the session on logout.
6) Updated Event and Route service providers to work with Laravel 5.6.
7) Added new default logging config file.
8) Bump PHP versions from 7.0.30 to 7.1.20.
9) Added missing translations.
10) Fixed some issues with the templates.
2018-08-15 13:26:10 +02:00
Jeremy Quinton
9eb5d1c062
Merge pull request #423 from Attendize/fix-language-translation
...
fixes #415
2018-08-14 19:20:06 +02:00
Jeremy Quinton
099ab7d2ff
fixes #415
...
fixes issue where the number of events are not displaying correctly
2018-08-14 19:16:56 +02:00
Jeremy Quinton
8498f248e8
Merge pull request #416 from scottybo/master
...
Fix issue with inviting attendees
2018-08-14 18:31:35 +02:00
Jeremy Quinton
1c227d6237
Merge pull request #420 from Haroenv/patch-1
...
fix untranslated string
2018-08-14 16:17:51 +02:00
Haroen Viaene
e962c903c6
fix untranslated string
...
fixes #418
2018-08-14 11:22:29 +02:00
Scott Bowler
97c461cd04
Restore strings incorrectly marked as obsolete
2018-08-13 10:01:37 +01:00