alf.io

alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups

GPL-3.0 License

Stars
1.3K
Committers
50

Bot releases are hidden (Show)

alf.io - Alf.io 1.5.1

Published by cbellone about 9 years ago

This release contains a bunch of new feature, the most important ones are:

multi tenancy: the application is ready to be used from different organizations at the same time. This means multiple (and fine-tuned) configurations for bank accounts, email sender, stripe.com account, etc. Please note that the GUI for configuring that will come in the 1.6 release
dynamic categories: it is now possible to define categories that adapts their capacity to the actual number of non-allocated seats. Actually the suggestion is to always create the last available category as "dynamic" in order to be as flexible as possible -waiting queue: the administrator (from the next release also the event organizer) can enable the waiting queue (both pre and post-event) in order to collect interested people and give them the opportunity to get ticket that have been released by other users (new feature) or added by the event organizer
cookie law compliance: the application is now publishing only technical cookies (sessionID and provider-related cookies), therefore we don't need to display the annoying consent popup. Google Analytics, if enabled, will be used without cookies and with IP anonymizer. This is the default behavior, that can be configured in the admin.
new plugin architecture (to be documented): we support through a new API the creation of plugins that can be listen for reservation-related events (see MailChimpPlugin)
Extracted from Changelog

1.5 (2015-09-16)

Full Changelog

Implemented enhancements:

Add docker support to alf.io #65
Generate and attach pdf payment receipt to confirmation email (only when the user has effectively paid) #54
In the qrcode for the check in operator, expose the full site info #53
Create "catch all" categories #50
put the qrcode in the upper right corner of the pdf #48
add image upload support for event logo #47
support add to calendar feature #43
support waiting queue #39
support multi language event and ticket category description #38
Add event name #35
add mailchimp integration #36
Export ticket details #42
add quartz scheduler for cluster aware job #73
Cookie-law compliance #67
support multi tenancy #56
Closed issues:

Error when using "Send custom message..." #72
Can not cancel paid ticket #71
Bug creating new organizations #70
Error while doing the environment setup #57
Create settings.properties #52
GUI UX/UI redesign #66

alf.io - Alf.io 1.5

Published by cbellone about 9 years ago

This release contains a bunch of new feature, the most important ones are:

  • multi tenancy: the application is ready to be used from different organizations at the same time. This means multiple (and fine-tuned) configurations for bank accounts, email sender, stripe.com account, etc. Please note that the GUI for configuring that will come in the 1.6 release
  • dynamic categories: it is now possible to define categories that adapts their capacity to the actual number of non-allocated seats. Actually the suggestion is to always create the last available category as "dynamic" in order to be as flexible as possible
    -waiting queue: the administrator (from the next release also the event organizer) can enable the waiting queue (both pre and post-event) in order to collect interested people and give them the opportunity to get ticket that have been released by other users (new feature) or added by the event organizer
  • cookie law compliance: the application is now publishing only technical cookies (sessionID and provider-related cookies), therefore we don't need to display the annoying consent popup. Google Analytics, if enabled, will be used without cookies and with IP anonymizer. This is the default behavior, that can be configured in the admin.
  • new plugin architecture (to be documented): we support through a new API the creation of plugins that can be listen for reservation-related events (see MailChimpPlugin)

Extracted from Changelog

1.5 (2015-09-16)

Full Changelog

Implemented enhancements:

  • Add docker support to alf.io #65
  • Generate and attach pdf payment receipt to confirmation email (only when the user has effectively paid) #54
  • In the qrcode for the check in operator, expose the full site info #53
  • Create "catch all" categories #50
  • put the qrcode in the upper right corner of the pdf #48
  • add image upload support for event logo #47
  • support add to calendar feature #43
  • support waiting queue #39
  • support multi language event and ticket category description #38
  • Add event name #35
  • add mailchimp integration #36
  • Export ticket details #42
  • add quartz scheduler for cluster aware job #73
  • Cookie-law compliance #67
  • support multi tenancy #56

Closed issues:

  • Error when using "Send custom message..." #72
  • Can not cancel paid ticket #71
  • Bug creating new organizations #70
  • Error while doing the environment setup #57
  • Create settings.properties #52
  • GUI UX/UI redesign #66
alf.io - Alf.io 1.4.1

Published by cbellone over 9 years ago

changes from v1.3:

Check-in functionality is ready for production, responsiveness and usability of admin application have been highly improved
Added a new spring-boot executable war.

bugfixes

#41 show ticket details on admin page (thanks to @mfirry)
#44 do not use "STRIPE" as payment type for free reservations (thanks to @mfirry)

new features

#18 Check-in application
#24 Reminder e-mail before event
#45 Shrink active category

Additionally, a "send message to all attendees" functionality has been introduced. The administrator can write the template using mustache , with some limitations

alf.io - Alf.io 1.3.3

Published by cbellone over 9 years ago

Minor release: better handling of offline payments

changes from v1.3:

This is the first stable release with embedded jetty and with the check-in application.

bugfixes

#32 update category name doesn't work (admin)

new features

#13 create email sending queue (admin)
#16 redesign/refactoring of configuration GUI (admin)
#25 REST api for check-in app
#34 send invitation e-mail with reserved code
#37 export attendees' data

additionally, the UX on public website has been improved for people using old browsers like IE9.
The Admin GUI has been improved as well, an HTML5 check-in functionality has been added

alf.io - Alf.io 1.3

Published by cbellone over 9 years ago

This is the first stable release with embedded jetty and with the check-in application.

bugfixes

#32 update category name doesn't work (admin)

new features

#13 create email sending queue (admin)
#16 redesign/refactoring of configuration GUI (admin)
#25 REST api for check-in app
#34 send invitation e-mail with reserved code
#37 export attendees' data

additionally, the UX on public website has been improved for people using old browsers like IE9.
The Admin GUI has been improved as well, an HTML5 check-in functionality has been added

alf.io - First alf.io release with embedded jetty

Published by yankedev over 9 years ago

this release has been built to be used by alf.io-docker project

alf.io - Alf.io 1.2

Published by cbellone almost 10 years ago

bugfixes

#10 trigger validation on page load (admin)
#30 fix price percentage calculation (admin)
#31 fix buggy "update category" (admin)

new features

#29 promo codes (public website)

alf.io - Alf.io 1.1

Published by cbellone almost 10 years ago

bugfixes

#26 - reassign ticket from an expired restricted category to another one

new features

#11 - ticket sorting (admin)
#15 - mailgun.org REST integration
#22 - manual payment processing
#23 - support for asynchronous payment flows
#27 - split process URLs (this improves tracking with google analytics)
#28 - complete CSP headers

alf.io - Alf.io 1.0

Published by cbellone almost 10 years ago

Stable, production-ready. Try it out!

alf.io - encoding issue and token cleanup fix

Published by syjer almost 10 years ago

contain 2 fixes:

  • encoding issue
  • token cleanup fix
alf.io - v1.0-pre-rename-v4

Published by yankedev almost 10 years ago

Fix annoying session expired bug

alf.io - v1.0-pre-rename-v3

Published by syjer almost 10 years ago

alf.io - v1.0-pre-rename-v2

Published by syjer almost 10 years ago

alf.io - v1.0-pre-rename

Published by syjer almost 10 years ago

This is a pre rename release.