History log of /dokuwiki/lib/plugins/usermanager/admin.php (Results 26 – 50 of 105)
Revision Date Author Comments
# ae614416 12-Jul-2015 Anika Henke <anika@selfthinker.org>

changed all input type=submit buttons to button type=submit button for better stylability


# 26e22ab8 15-May-2015 Christopher Smith <chris@jalakai.co.uk>

Changes for PHP 7 Compatibility
- replace PHP4 style class constructor function names (based on
class name) with php 5 __construct()
Also remove some '&' reference operators used with objects
And a

Changes for PHP 7 Compatibility
- replace PHP4 style class constructor function names (based on
class name) with php 5 __construct()
Also remove some '&' reference operators used with objects
And add some object type hints

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 ...


# 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 ...


# 67a31a83 12-Mar-2015 Michael Große <grosse@cosmocode.de>

Create and use ad search for user, name and email


# 253d4b48 01-Oct-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more PHPDocs, unused var, small bit code reformatting


# 59bc3b48 29-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more scrutinizer issue improvements


# 0e80bb5e 05-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

use empty() where array values might not be set


# 2400ddcb 02-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

correct mis-spelled var name and correct empty password fields test


# be9008d3 16-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

user global strings for password confirmation prompt & error


# 359e9417 15-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

add password confirmation field when setting password in the usermanager


# 40d72af6 15-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

add braces and indentation per coding standards


# 6ed3476b 15-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

fixes possibility of a user password change being sent out when a password couldn't be/wasn't changed


# c9454ee3 01-Dec-2013 Christopher Smith <chris@jalakai.co.uk>

Per FS#2884, implement a local version of str_getcsv() to maintain
compatibility with php 5.2.x (str_getcsv() is only available in
php 5.3+ and is used by user manager import feature.


# b2c01466 28-Nov-2013 Christopher Smith <chris@jalakai.co.uk>

Improvements to facilitate unit testing
- don't die at end of _export()
- internal classs wrapper method for is_uploaded_file() to allow
overriding for use under cli & without having to upload a fi

Improvements to facilitate unit testing
- don't die at end of _export()
- internal classs wrapper method for is_uploaded_file() to allow
overriding for use under cli & without having to upload a file

show more ...


# 5ba64050 28-Nov-2013 Christopher Smith <chris@jalakai.co.uk>

MINOR: comment spelling corrections


# e73725ba 28-Nov-2013 Christopher Smith <chris@jalakai.co.uk>

IMPROVEMENT: remove generated password from import failure data


# 32087ed0 28-Nov-2013 Christopher Smith <chris@jalakai.co.uk>

Bugfix: correct variable name to


# 7ac75dc1 06-Oct-2013 Christopher Smith <chris@jalakai.co.uk>

Merge pull request #348 from splitbrain/candochecksUsermanager

Cando check and localization improvements of usermanager


# 3712ca9a 22-Sep-2013 Gerrit Uitslag <klapinklapin@gmail.com>

change visibility of private to protected


# 786dfb0e 21-Sep-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Use ->cleanUser everywhere in usermanager. Fixes FS#2849
Some auth backend have bad cleaning, but that is responsibility of these.


# b59cff8b 21-Sep-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Move strings to language files. Fix lang key


# c5a7c0c6 20-Sep-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Improve PHPDocs and set visibility explicitly


# a102b175 20-Sep-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Use zero when getUserCount is unsupported. Fixes FS#2353


# 2f7a0e94 11-Sep-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer whitespace violoations

Removed extraneous whitespace to eliminate errors reported by the
Squiz.WhiteSpace.SuperfluousWhitespace sniff.


12345