| c3064c71 | 27-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 64382f29 | 27-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
use $INPUT for access to $_SERVER. fixes #131 |
| a2e6487f | 04-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 63609b6e | 04-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
fix audio captcha. closes #115
It seems browsers pass different accept-encoding headers now for the audio request, breaking auth_browseruid() |
| c0439b03 | 04-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
fix form handling
The recent login protect change actually influenced all forms instead only applying to the login form |
| 5835fd1e | 25-Jul-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 31c8e2bd | 25-Jul-2022 |
Andreas Gohr <andi@splitbrain.org> |
fix failed login counter. closes #129
Fixes two problems:
* every request was counted as a failed login because $_REQUEST[u] is nearly always set (to an empty string) * the captcha entry was disp
fix failed login counter. closes #129
Fixes two problems:
* every request was counted as a failed login because $_REQUEST[u] is nearly always set (to an empty string) * the captcha entry was displayed one request too late, because the event registration happened before the login fail counting
show more ...
|
| bba1c5e7 | 17-Apr-2022 |
Iliya <iliyabylich04@gmail.com> |
translation update |
| 0d9d3410 | 26-Jan-2022 |
piano <linyixuan2019@hotmail.com> |
translation update |
| 79294d9b | 16-Jan-2022 |
AloisT <tiefenbrunner@outlook.com> |
translation update |
| dc27063c | 11-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 4a72120e | 11-Jan-2022 |
LORTET <v@lortet.fr> |
translation update |
| 969b14c4 | 11-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
added bruteforce protection on login
The new default for protecting the login now takes failed logins from the originating IP into account. |
| 18622736 | 11-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
auto reformat code |
| ec1f604b | 12-Dec-2021 |
Innova Didactic <tecnic@innovadidactic.com> |
translation update |
| e591cf62 | 09-Dec-2021 |
Innova Didactic <tecnic@innovadidactic.com> |
translation update |
| 58df3c22 | 10-Nov-2021 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 1c08a51c | 10-Nov-2021 |
Andreas Gohr <andi@splitbrain.org> |
add compatibility for new FORM_* events |
| d2487dec | 22-Jul-2021 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 4c488e71 | 22-Jul-2021 |
Andreas Gohr <andi@splitbrain.org> |
update tests |
| 39bbdaef | 22-Jul-2021 |
Andreas Gohr <andi@splitbrain.org> |
fix deprecated use of curly braces |
| a2c50213 | 04-Mar-2021 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 9efb703b | 27-Feb-2021 |
Stefan Bethke <stb@lassitu.de> |
In the registration form, I've picked "question" and added HTML to the question, to link to the answer (because the question is kind of arcane). However, clicking the link does nothing. Inspecting th
In the registration form, I've picked "question" and added HTML to the question, to link to the answer (because the question is kind of arcane). However, clicking the link does nothing. Inspecting the page, I found JS code that tries to extract the link to the audio snipped from an anchor tag, and then attaches a hander to the anchor that starts playing the audio and stop event processing. About line 16 in script.js
This change makes the JS code more specific.
show more ...
|
| fc34826b | 05-Oct-2020 |
qezwan <qezwan@gmail.com> |
translation update |
| 19563351 | 08-Jun-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Curly braces changed to brackets |