JapSeyz
|
82242bb262
|
Fixes Laravel issue with Cookie Middleware
|
2016-06-14 15:51:33 +02:00 |
Dave Earley
|
a1f2356eab
|
Deleted unused file
|
2016-06-07 14:29:32 +01:00 |
Dave Earley
|
4f05292f08
|
Added feature to preview organiser profiles styles from the backend
|
2016-06-07 14:28:45 +01:00 |
Dave Earley
|
e8e5e4ac9c
|
Fix incorrect property name from PR #117
|
2016-05-31 16:27:51 +01:00 |
Dave Earley
|
880bf2c789
|
Merge remote-tracking branch 'origin/master'
|
2016-05-31 11:48:27 +01:00 |
Yoann Lecuyer
|
5ce0711da3
|
Change create attendee to invite
|
2016-05-30 11:34:57 -05:00 |
Yoann Lecuyer
|
fc2ee7244c
|
ticket refactoring
|
2016-05-30 11:05:28 -05:00 |
Dave Earley
|
74ad9351ff
|
All routes now redirect to the signup page if no account has been created
|
2016-05-28 23:19:02 +01:00 |
Dave Earley
|
15de38ab91
|
Added DB transaction to the checkout page
|
2016-05-28 09:28:53 +01:00 |
Dave Earley
|
f7327c4859
|
Fix bug where disabled attendee questions causing checkout to fail
|
2016-05-28 09:20:15 +01:00 |
Dave Earley
|
8914cb63fd
|
Added 'Is Enabled' scope to Question model
|
2016-05-28 09:16:44 +01:00 |
Dave Earley
|
d45d0a39e5
|
Normalized attendees reference in attendees table (closes #106)
|
2016-05-26 01:40:49 +01:00 |
Dave Earley
|
6e3ad53f93
|
Begin implementing transactions
|
2016-05-25 13:20:26 +01:00 |
Yoann Lecuyer
|
628efc43b2
|
Fixes #107
|
2016-05-21 23:20:25 -05:00 |
Dave Earley
|
48be489f61
|
Merge pull request #103 from ylecuyer/installer
Fixed installer
|
2016-05-21 22:17:03 +01:00 |
Yoann Lecuyer
|
eb3d1b6123
|
Fixed installer
|
2016-05-21 13:23:18 -05:00 |
Dave Earley
|
9e29a7fc22
|
Working on custom event questions
|
2016-05-21 18:37:15 +01:00 |
Dave Earley
|
fe2c5d6223
|
Fixed issue where CSS was not being passed to the ticket view
|
2016-05-21 00:09:34 +01:00 |
Dave Earley
|
cc911f7344
|
worked on implementing custom attendee questions
|
2016-05-20 23:56:47 +01:00 |
Dave Earley
|
acbeffb0ef
|
Updated mass messaging to work with the queue system
|
2016-05-13 10:55:15 +01:00 |
Dave Earley
|
d719a0c5a5
|
Merge remote-tracking branch 'origin/master'
|
2016-05-13 10:30:19 +01:00 |
Yoann Lecuyer
|
fed1cde69d
|
Fix mass messaging (#99)
|
2016-05-13 10:30:11 +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 |
Dave Earley
|
f689ff3b1e
|
Fixed bug where incorrect currency symbol was showing on organiser dashbaord.
|
2016-05-12 11:44:42 +01:00 |
Dave Earley
|
25b1b03b68
|
Removed unnecessary use statement in logout controller (closes #96)
|
2016-05-12 11:19:12 +01:00 |
Dave Earley
|
4b9dd02a3d
|
removed unsed attendees json from check-in page
|
2016-05-12 00:42:19 +01:00 |
Yoann Lecuyer
|
6198b4925d
|
Postgresql compatibility (#91)
|
2016-05-12 00:15:30 +01:00 |
Yoann Lecuyer
|
cd155f4571
|
Standalone ticket generator (#93)
|
2016-05-12 00:14:58 +01:00 |
Dave Earley
|
84b0a11203
|
Rewrote the Check-In page in VueJs and upgraded the UI
|
2016-05-12 00:07:57 +01:00 |
Dave Earley
|
4b2e6059f9
|
Merge branch 'master' into vue_checkin
# Conflicts:
# resources/views/ManageEvent/Modals/CreateQuestion.blade.php
|
2016-05-09 17:47:22 +01:00 |
Dave Earley
|
becea4395c
|
Fixed 'Undefined Variable' related to the calendar_events array on the Organiser Dashboard controller.
|
2016-05-08 16:36:26 +01:00 |
Dave Earley
|
e4f6e8cb26
|
Fixed bug where checkout questions with multiple selections were not being saved + small checkout bug fixes
|
2016-05-06 00:18:52 +01:00 |
Dave Earley
|
49b0fac0f5
|
Removed the instructions field for event questions
|
2016-05-05 21:33:26 +01:00 |
Dave Earley
|
79f8de9653
|
Added a calendar to the organiser dashboard
|
2016-05-05 16:46:52 +01:00 |
Dave Earley
|
5e5521c830
|
Started implementing vue.js
|
2016-05-03 21:44:18 +01:00 |
Dave Earley
|
6b10a05563
|
Began work on tests
|
2016-04-28 00:06:17 +01:00 |
Dave Earley
|
cd5979f8f1
|
Working on UI redesign
Added recent orders to organiser dashboard
|
2016-04-26 14:36:43 +01:00 |
Dave Earley
|
c13b1a885a
|
Working on UI update
Changed logo
|
2016-04-24 16:25:08 +01:00 |
Dave Earley
|
4580730f13
|
Working on UI update
|
2016-04-22 12:01:48 +01:00 |
Dave Earley
|
719f2a599c
|
Merge pull request #79 from ylecuyer/postgres
Postgres compatibility
|
2016-04-21 14:28:48 +01:00 |
Yoann Lecuyer
|
17cf0b4a1c
|
Postgres compatibility
|
2016-04-20 19:14:16 -05:00 |
Dave Earley
|
4e01badac4
|
Merge pull request #76 from DanHaas/master
Event Attendee Import
|
2016-04-21 00:14:59 +01:00 |
greatmade
|
9a51d2d62d
|
Event Attendee Import
|
2016-04-20 17:52:07 +01:00 |
Dave Earley
|
63d26f821c
|
Fix bug related to dashboard not appearing for new events.
|
2016-04-20 01:47:27 +01:00 |
Dave Earley
|
d2b2449ed3
|
Fix for bug where creating organisers would fail on some installs
|
2016-04-19 00:21:26 +01:00 |
Dave Earley
|
f24e80a929
|
Fixed bug where adding users failed
|
2016-04-17 23:41:19 +01:00 |
Dave Earley
|
e24efa30cc
|
Work on event check-in page
|
2016-04-17 21:12:38 +01:00 |
Dave Earley
|
66a50d5040
|
Work on API
|
2016-04-17 21:12:38 +01:00 |
Dave
|
6c4af6e015
|
More work on API
|
2016-04-17 21:12:38 +01:00 |