| 703509f6 | 23-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Move cursor to the end of the text in input |
| bf43fe7b | 19-Apr-2015 |
Yoven <epy@free.fr> |
2 typo fixes |
| d15f7f88 | 17-Apr-2015 |
Tomas Darius Davainis <tomasdd@gmail.com> |
translation update |
| a7ec3530 | 14-Apr-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add display options to extension manger
Allows tho show/hide extensions that are: enabled, disabled, updatable |
| 796c6110 | 14-Apr-2015 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 0bfc5a91 | 01-Apr-2015 |
Christopher Smith <chris@jalakai.co.uk> |
add plugin groups to config plugin test |
| f8095446 | 01-Apr-2015 |
Christopher Smith <chris@jalakai.co.uk> |
add more plugin groups to authplain test |
| 5b795a65 | 01-Apr-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Move language string to authad plugin |
| fa4038c7 | 31-Mar-2015 |
Romulo Pereira <romuloccomp@gmail.com> |
translation update |
| ecd3aee0 | 31-Mar-2015 |
Alejandro Nunez <nunez.alejandro@gmail.com> |
translation update |
| 605af2f6 | 28-Mar-2015 |
Jaroslav Lichtblau <jlichtblau@seznam.cz> |
translation update |
| b07866dc | 28-Mar-2015 |
Myeongjin <aranet100@gmail.com> |
translation update |
| e738f3a7 | 21-Mar-2015 |
chang-zhao <chang-zhao@users.noreply.github.com> |
Update toolbar.js
When the picker button is near the border of the screen, then an opening panel of picker buttons can go over the screen edge. That's not convenient. So we should add a check in a `
Update toolbar.js
When the picker button is near the border of the screen, then an opening panel of picker buttons can go over the screen edge. That's not convenient. So we should add a check in a `function pickerToggle()` and shift picker buttons position if needed.
show more ...
|
| f23f9594 | 18-Mar-2015 |
Andreas Gohr <andi@splitbrain.org> |
SECURITY escape user properties in user manager #1081
The user properties (login, real name, etc) where not properly escaped in the user manager's edit form. This allowed a XSS attack on the superus
SECURITY escape user properties in user manager #1081
The user properties (login, real name, etc) where not properly escaped in the user manager's edit form. This allowed a XSS attack on the superuser by registered users.
Thanks to Filippo Cavallarin from www.segment.technology for discovering this bug.
show more ...
|
| abb2621b | 17-Mar-2015 |
Jacob Palm <mail@jacobpalm.dk> |
translation update |
| e13bd5dc | 17-Mar-2015 |
Christoph Dwertmann <cdwertmann@gmail.com> |
Speed up indexer on lighttpd by using tpl_flush() |
| 84f66e9f | 16-Mar-2015 |
Sascha Klopp <klopp@rrzn.uni-hannover.de> |
Add english description for new authldap options |
| 1014a348 | 13-Mar-2015 |
Sascha Klopp <klopp@rrzn.uni-hannover.de> |
Add description for modPass-Option |
| 5f4088b8 | 12-Mar-2015 |
flammy <flamabelde@yahoo.de> |
Added file-in-use reference to page
Added file-in-use reference to page |
| 07aec029 | 12-Mar-2015 |
Michael Große <grosse@cosmocode.de> |
Escape user strings given to adLDAP |
| 7910cbbb | 12-Mar-2015 |
Michael Große <grosse@cosmocode.de> |
Explain functions in docstrings |
| 6fcf992c | 12-Mar-2015 |
Michael Große <grosse@cosmocode.de> |
Clean up code, add phpdoc comments, some refactoring, etc. |
| 462e9e37 | 12-Mar-2015 |
Michael Große <grosse@cosmocode.de> |
Disable the ``last`` button when filtering groups
Since we cannot effectively filter for groups and have to work with incremental prefetching, the ``last`` button is mostly broken/buggy. Hence it is
Disable the ``last`` button when filtering groups
Since we cannot effectively filter for groups and have to work with incremental prefetching, the ``last`` button is mostly broken/buggy. Hence it is disabled in this usecase.
show more ...
|
| c52f6cd2 | 12-Mar-2015 |
Michael Große <grosse@cosmocode.de> |
When filtering for group implement prefetching |
| 67a31a83 | 12-Mar-2015 |
Michael Große <grosse@cosmocode.de> |
Create and use ad search for user, name and email |