Commit Graph

1202 Commits

Author SHA1 Message Date
Einar Gangsø 03e84852b4 Do not use AlphaNum when string contains comma
Using dash in this context will create a range between `+` and `.` which allows the following characters: `+`, `,`, `-`, `.`. 

The ASCII range is as follow: + (43), , (44), - (45), . (46).

Comma is not supported and will then crash in `write()`.
2025-09-19 10:41:26 +02:00
smiley 24d4e6f788 :octocat: not yet 2025-09-16 16:24:27 +02:00
smiley 6186e84e0a :octocat: added PHP 8.5 to CI 2025-09-16 15:48:59 +02:00
smiley 3ab9f93c3d 📖 2025-09-16 15:48:06 +02:00
smiley 03a701e9eb 📖 2025-08-21 11:09:08 +02:00
smiley 2f404ba8ee :octocat: 2025-07-20 13:38:12 +02:00
smiley 54c213bd4a :octocat: phpcs does not properly load its config for some reason? 2025-07-20 01:10:13 +02:00
smiley b3acaa5105 :octocat: phpcs does not properly load its config for some reason? 2025-07-19 23:56:49 +02:00
smiley bf34b46c57 :octocat: reintroducing phan because phpstan keeps making trouble 2025-07-19 23:29:41 +02:00
smiley 5477e121d3 :octocat: skip AVIF output test if not supported/installed 2025-07-18 20:03:14 +02:00
smiley daf01b96b2 :octocat: hand over finder pattern coordinates to the decoder result (#248) 2025-06-16 18:47:48 +02:00
smiley d65911ada9 :octocat: dependency update & phpstan happy 2025-06-16 18:46:33 +02:00
smiley 48747ae5b4 :octocat: dependency update 2025-05-01 16:19:25 +02:00
smiley 376c972de0 📖 fix #307 2025-05-01 16:12:49 +02:00
smiley 9cf399d8c3 :octocat: 2025-04-01 14:43:59 +02:00
smiley b9fe7d3dfe :octocat: phpcs happy 2025-04-01 14:23:21 +02:00
smiley 9bb6c9ba9c :octocat: 2025-04-01 14:19:53 +02:00
smiley 943ed3710b :octocat: QREps: cleanup, align with other output classes 2025-04-01 14:19:09 +02:00
smiley 0ef7bc7bf2 :octocat: extract QRMatrix::getBooleanMatrix() from QRMatrix::getMatrix() to remove type ambiguity 2025-04-01 12:43:05 +02:00
smiley 4a137677f0 :octocat: update bug report form 2025-04-01 12:25:58 +02:00
smiley 763d8a22b3 :octocat: update bug report form 2025-04-01 12:23:26 +02:00
smiley d826669dd9 :octocat: update bug report form 2025-04-01 12:17:46 +02:00
smiley 965146f210 🚿 dependency update 2025-03-14 20:01:50 +01:00
smiley 0a8d48da67 🚿 added "usual suspects" info to issue report form 2025-01-09 21:14:59 +01:00
smiley b5ff1258a9 🚿 2024-11-27 20:19:56 +01:00
smiley 10ed887663 :octocat: +phpmd command 2024-11-17 20:37:19 +01:00
smiley 747a38dd30 :octocat: phpstan 2.0 2024-11-17 00:23:34 +01:00
smiley 98f1859ad6 :octocat: allow for ECI encoded numeric and alphanum segments (test fix) 2024-11-16 19:44:59 +01:00
smiley 1d8b7fd8ba :octocat: allow for ECI encoded numeric and alphanum segments (???), see https://github.com/chillerlan/php-qrcode/discussions/289 2024-11-16 19:27:59 +01:00
smiley 052c7c66fb Merge pull request #287 from SoftCreatR/patch-1
[docs] Add WoltLab Suite Integration
2024-11-07 10:23:14 +01:00
Sascha Greuel 876fb54851 [docs] Added WoltLab Suite Integration 2024-11-04 07:46:27 +01:00
smiley 99f17b626a :octocat: order issue templates 2024-10-17 11:30:47 +02:00
smiley f115291b6e :octocat: ??? 2024-10-16 23:25:45 +02:00
smiley e428dda9bb :octocat: issue template guardrails 2024-10-16 22:54:41 +02:00
smiley b640be287a :octocat: add PHP 8.4 for static analysis 2024-10-16 12:45:56 +02:00
smiley cd42d3c4cb :octocat: fix for CI fix (IDC) 2024-10-16 12:32:00 +02:00
smiley 677df9a9d0 :octocat: fix for CI fix 2024-10-16 12:25:18 +02:00
smiley 06d5e9238a :octocat: fix for CI fix 2024-10-16 12:18:31 +02:00
smiley 9ebd5738fa :octocat: fix for CI fix 2024-10-16 11:18:12 +02:00
smiley eac7f9b145 :octocat: fix for CI fix 2024-10-16 11:09:00 +02:00
smiley f08e49322d :octocat: what the fuck phpstan??? 2024-10-16 11:08:29 +02:00
smiley f172094346 :octocat: CI fix 2024-10-16 11:01:43 +02:00
smiley f822e807d7 :octocat: regex fix (#282) 2024-10-16 10:22:02 +02:00
smiley 9964cf8ff1 :octocat: i hate this less (might be slightly slower tho) 2024-09-24 17:02:14 +02:00
smiley 9aecdcd925 🚿 2024-09-24 16:43:50 +02:00
smiley 0a1156bb38 :octocat: added SVG mosaic example 2024-09-17 19:27:40 +02:00
smiley df18b1d90e :octocat: phpstan happy 2024-09-17 17:32:03 +02:00
smiley aeb1af558f :octocat: dependency update 2024-09-17 17:31:21 +02:00
smiley 034b3a383f 🚿 linkfix 2024-08-25 14:29:40 +02:00
smiley 3a9b660e89 🚿 2024-08-25 14:29:27 +02:00