80bc92fb | 20-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: add installer to GUI
Now the GUI uses the new Installer class. More work has been done on the GUI itself |
00929f2e | 20-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: some more work on styling |
71eea990 | 14-Aug-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: by default skip all git controlled extensions |
981e70ca | 08-Aug-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: overhauled list display style
The GUI is still not fully functional again. |
20db0ca9 | 08-Aug-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: some first attempts at styling
I'm not really happy yet, but it will be improved in coming commits |
4fd6a1d7 | 25-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: First go at reimplementing the GUI
still a long road ahead |
b2a05b76 | 17-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: ensure php requirements before installing
This makes use of the new minphp and maxphp fields in the info.txt |
160d3688 | 17-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: CLI now should completely use new classes |
25d28a01 | 17-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: make installation work again
The Installer class now also handles dependencies |
99fd248d | 17-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: list warnings on CLI |
7c9966a5 | 05-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: more refactoring
started to migrate the CLI over to the new classes |
a1e045f7 | 20-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
ExtensionManager: allow initialization using an ID only
This is a more convenient method |
cf2dcf1b | 20-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
First start at refactoring the extension manager
The aim is to readd the existing functionality into proper classes, then extend from there. |
75578ae6 | 27-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Preventing auto-filling of passwords in config #4362
We previously had set autocomplete="off" on password fields, but browsers seem to ignore that now.
MDN suggests [1] to use autocomplete="new-pas
Preventing auto-filling of passwords in config #4362
We previously had set autocomplete="off" on password fields, but browsers seem to ignore that now.
MDN suggests [1] to use autocomplete="new-password", so that's what's used now. In addition autocomplete="off" is set on the form as a whole.
Will that fix the issue once and for all? Doubtful:
> This attribute is a hint to browsers; some may not comply with it.
[1] https://developer.mozilla.org/en-US/docs/Web/Security/Practical_implementation_guides/Turning_off_form_autocompletion
show more ...
|
92682be1 | 25-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
fix deprecated phpunit call in styling plugin |
fe97773c | 25-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
fix expected exception message in config plugin test |
abc2dfe1 | 25-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
user manager: explicitly set CSV parameters
This is needed since PHP 8.4 |
9ad2b913 | 25-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
replace deprecated phpunit assertions |
53c68e5c | 22-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
replace deprecated utf8_encode #4354 |
06984891 | 13-Nov-2024 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Fix PHP error while saving Aichat settings |
5df0a18e | 06-Nov-2024 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
6f649915 | 04-Oct-2024 |
Tomáš Heger <heger.tomas@gmail.com> |
translation update |
180ba08b | 03-Oct-2024 |
Jürgen Mayer <gro.ikiwukod@x.wellen.org> |
translation update |
e44b94a4 | 08-Sep-2024 |
Andreas Gohr <andi@splitbrain.org> |
Revert "use a dispatcher to access static image files"
This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1.
It was accidentally pused to master before review. A PR with a revert for the re
Revert "use a dispatcher to access static image files"
This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1.
It was accidentally pused to master before review. A PR with a revert for the revert will be pushed shortly.
show more ...
|
944e9ba7 | 08-Sep-2024 |
Andreas Gohr <andi@splitbrain.org> |
use a dispatcher to access static image files
This makes it possible to replace default images in an update safe way. It also addresses the issue raised in dokuwiki/docker#16
A .htaccess rewrite ca
use a dispatcher to access static image files
This makes it possible to replace default images in an update safe way. It also addresses the issue raised in dokuwiki/docker#16
A .htaccess rewrite catches any direct accesses that might come in from plugins.
show more ...
|