#
1ef69b55 |
| 12-Feb-2024 |
Nickeau <gerardnico@users.noreply.github.com> |
The delete profile form was no more visible due to a missing echo
Sorry. I missed this one. It was on my list of errors but I forgot it.
|
#
455aa67e |
| 25-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
Introduce token authentication #2431
This generates a JWT token for users. This token can be sent in a Bearer authentication header as a login mechanism. Users can reset their token in the profile.
Introduce token authentication #2431
This generates a JWT token for users. This token can be sent in a Bearer authentication header as a login mechanism. Users can reset their token in the profile.
Note: a previously suggested implementation used a custom token format, not JWT tokens
show more ...
|
#
26dfc232 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Rector to rename print to echo calls
|
#
177d6836 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow whitespaces
|
#
8c7c53b0 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: class declaration braces
|
#
e2d055f5 |
| 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Ui
|
#
b7adc2d2 |
| 14-Mar-2023 |
Matthias Häsing-Keller <matthias.haesing-keller@uni-mannheim.de> |
Fix password input field name (deletion of user profile)
|
#
79a2d784 |
| 05-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
import classes, replace dbglog, simplify, remove unused statements, and other warnings from IntelliJ
update phpdocs, rename dokuwiki/Ui/Draft to PageDraft
|
#
c6977b3a |
| 26-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change event naming scheme
FORM_*_OUTPUT scheme had been introduced since Apriil 2018, see #2286
|
#
66e555e2 |
| 19-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix missing or unnecessary use Event statements
|
#
e6adf5b7 |
| 19-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
tigger HTMLFORM_*_OUTPUT events
trigger events in Form::toHTML() instead of using Event::createAndTrigger()
|
#
628d5475 |
| 18-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove unnecessary printing DOKU_LF
|
#
83f8872c |
| 13-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use $INPUT instead of $_SERVER
|
#
c29600d0 |
| 17-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
print forms without html_form_output()
|
#
f9dfcbbe |
| 16-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix typo
|
#
877c5a1b |
| 07-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Ui\UserProfile class replaces html_updateprofile()
|