Commit Graph

76 Commits

Author SHA1 Message Date
Gautier Pelloux-Prayer d1767dcb4f
Fix typo in french translation 2019-01-24 10:19:20 +01: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
Gautier Pelloux-Prayer e1eb740a36 Add translation for organizer email title 2019-01-08 22:14:01 +01: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
Valentin Surrel b60d0efdae Small typo fix causing 500 error 2018-12-04 23:23:46 +01:00
Gautier Pelloux-Prayer da8ede9f3b License URL should be license.html not licence.html 2018-11-18 11:48:50 +01: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 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
Bastien 102b064286 Fix more typos 2018-10-07 23:08:34 +02:00
Bastien b7062724af Fix previous commit 2018-10-07 23:05:27 +02:00
Bastien de650ce5c8 Fix more typos 2018-10-07 23:01:22 +02:00
Bastien d600c6d1fb Fix another typo 2018-10-07 22:59:33 +02:00
Bastien 6bb11a0c09 Fix a few typos
Thanks to Yoann Lecuyer for spotting them.
2018-10-07 22:57:37 +02:00
Bastien 2a5c045147 fr translate last files 2018-10-07 09:39:29 +02:00
Bastien 4f79c6efeb fr translation for more files 2018-10-07 08:29:08 +02:00
Bastien 536fc856d1 Public_View*: fr translation done 2018-10-07 08:20:21 +02:00
Bastien d6c7b698b2 Fr translation of pagination.php and passwords.php 2018-10-06 19:19:10 +02:00
Bastien eb7303ef29 Organiser.php: fr translation done 2018-10-06 19:11:21 +02:00
Bastien 776a7eb2a7 Order.php: fr translation done 2018-10-06 18:37:51 +02:00
Bastien 4c92ab6b9b messages.php: fr translation done 2018-10-06 18:23:13 +02:00
Bastien 7532709165 Message.php: fr translation done 2018-10-06 17:55:23 +02:00
Bastien ba489fbe7d ManageEvent.php: fr translation done 2018-10-06 15:34:13 +02:00
Bastien f9d061ce14 ManageAccount.php: fr translation done 2018-10-06 14:24:07 +02:00
taniki c754b87e40 Merge branch 'fr_translation' of github.com:etalab/Attendize into fr_translation 2018-10-05 16:31:06 +02:00
taniki 624f8b1af1 user.php 2018-10-05 16:30:40 +02:00
Bastien 481de2f817 Javascript.php: fr translation done 2018-10-05 16:17:19 +02:00
taniki 595fe9af05 widget 2018-10-05 16:13:54 +02:00
Bastien 5028247975 Installer.php: fr translation done 2018-10-05 15:50:53 +02:00
Bastien ce69463ac9 File_format.php: no translation needed 2018-10-05 15:39:05 +02:00
Bastien cbae5eef56 Fees.php: fr translation done 2018-10-05 15:38:37 +02:00
Bastien 52ff7bc1d6 Event.php: fr translation done 2018-10-05 15:36:17 +02:00
Bastien 22afb44fb6 error.php: fr translation done 2018-10-05 15:29:44 +02:00
Bastien a759fd8b38 Email.php: fr translation done 2018-10-05 15:29:01 +02:00
Bastien e3b2f7172c Design.php: fr translation done 2018-10-05 15:27:24 +02:00
Bastien cac8fcbe25 Controllers.php: fr translation finished 2018-10-05 15:25:48 +02:00
Sebastian Schmidt 7bae63a5e9 Merge branch 'master' into improve-upstream 2018-10-02 21:23:17 +10:00
Sebastian Schmidt 7c7942f4b0 Hide ID: on ticket if the tax system is disabled 2018-10-02 21:06:44 +10:00
Jeremy Quinton ea53c20e76 Merge pull request #478 from publicarray/fix-vulns
Fix vulnerabilities
2018-10-02 12:13:15 +02:00
Jeremy Quinton 703ad37ef5 Prevent xss
1) added better validation across all user input both for the operator of Attendize and end user.
2) Remove html from translations so {{ }} can be used instead of {!! !!} as its more secure.
2018-11-04 21:30:08 +02: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
Sebastian Schmidt 5cdfe7151b Fix XSS vulnerability on QR code scanner 2018-10-02 18:15:58 +10:00
Bastien 238e607e73 Fix typos 2018-10-01 18:58:18 +02:00