Commit graph

26 commits

Author SHA1 Message Date
77f048085b Synced + few of my changes
Drop Less support: The style.less and themes/libreqr/theme.php files are converted to plain CSS.

The main Less features used in LibreQR were variables and selector nesting, but since CSS custom properties and nesting are now widely supported across browsers, the less.php dependency can be ditched.

To read the background color for contrast improvement, a regex is used on the theme CSS file.

(5468a43a2f)

Format locales according to Weblate

(f3e2249a84)

Estonian Translation (eb0ea03857)

doc: Add link to Weblate + enhance markup

(49394ebd9b)
2025-11-29 21:56:41 +05:30
07d120a646 Small touch up 2025-09-11 21:14:57 +05:30
4d6897ed72 Updated to my git
As it is being served from here
2025-09-07 17:27:49 +05:30
1df83b89a1 Add QR code type "Wifi" + handle every request in index.php (#27)
QR codes types can now be chosen between the default text mode and the Wifi mode.

The WiFi form is on a dedicated page, and that has been implemented by managing every HTTP request from index.php

For more information about the format used for Wifi QR codes check https://github.com/zxing/zxing/wiki/Barcode-Contents#wi-fi-network-config-android-ios-11

Co-authored-by: Miraty <miraty+git@antopie.org>
Reviewed-on: #27 (https://code.antopie.org/miraty/libreqr/issues/27)
Reviewed-by: Miraty <miraty@noreply.code.antopie.org>
Co-authored-by: Denise <denisebitca@42l.fr>
Co-committed-by: Denise <denisebitca@42l.fr>

e4491752f2
2025-09-07 17:17:32 +05:30
Miraty
b4ef98673f locales/en.php: "software" is uncountable 2023-07-07 19:15:11 +02:00
Miraty
d0f211f61e Handle errors when generating QR codes 2022-06-07 00:05:07 +02:00
Miraty
fdfa947fc0 Fix size and margin placeholders 2022-05-31 16:22:51 +02:00
Miraty
8fdfb1b0a0 mainColor > fgColor 2022-05-31 16:09:33 +02:00
Miraty
68cbec8a8d Use tabs instead of spaces, better indentation 2022-05-30 20:16:36 +02:00
Miraty
b9af8aced5 Remove unused translated strings 2022-03-05 01:29:15 +01:00
Miraty
8761d0e33a New config.inc.php and fuse inc.php in index.php 2022-02-18 17:15:43 +01:00
Miraty
c49e34b2c2 redondancy > redundancy 2022-02-13 01:24:34 +01:00
Miraty
51b3b58c3a Better help texts 2021-12-05 01:04:23 +01:00
Miraty
5697363739 Add a license notice to every file that is part of LibreQR 2021-11-25 22:36:21 +01:00
Miraty
b280d85a4a Better UI for save button 2021-11-25 20:34:34 +01:00
Miraty
69d172a8d8 Allow empty automatic sizes + better HTML semantics and forms 2021-11-06 00:33:15 +01:00
Miraty
6cb9d88215 Remove unused ressources 2021-10-24 23:28:28 +02:00
Miraty
1527c1852f Use the example TLD (as per RFC 2606) 2021-10-19 17:07:51 +02:00
Miraty
b4ae9acb4f Use POST instead of GET 2021-07-11 14:00:35 +02:00
Miraty
9944bfbb82 Use HTML summary/details to display help text 2021-03-07 19:06:32 +01:00
Christian P. MOMON
e49691a752 Reverted the + moved in license link. 2020-12-29 14:57:13 +01:00
Christian P. MOMON
dd83bfd8af Replaced ... by … in english local file. 2020-12-29 14:37:48 +01:00
Christian P. MOMON
3bfdea401d Fixed minor typography stuff. 2020-12-28 23:43:55 +01:00
Miraty
405e073d9f Add config.yaml.php and translate some strings of code in english 2020-10-25 18:02:57 +01:00
Miraty
38f2edd4fb Fix some translations 2020-10-12 18:57:02 +02:00
Miraty
3356db6555 Adds i18n, english l10n, CHANGELOG and lesserphp instead of lessphp 2020-07-01 20:47:02 +02:00