Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | changed all input type=submit buttons to button type=submit button for ↵ | Anika Henke | 2015-07-12 |
| | | | | better stylability | ||
* | Changes for PHP 7 Compatibility | Christopher Smith | 2015-05-15 |
| | | | | | | | - 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 | ||
* | SECURITY escape user properties in user manager #1081 | Andreas Gohr | 2015-03-18 |
| | | | | | | | | | 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. | ||
* | Disable the ``last`` button when filtering groups | Michael Große | 2015-03-12 |
| | | | | | | 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. | ||
* | Create and use ad search for user, name and email | Michael Große | 2015-03-12 |
| | |||
* | more PHPDocs, unused var, small bit code reformatting | Gerrit Uitslag | 2014-10-01 |
| | |||
* | more scrutinizer issue improvements | Gerrit Uitslag | 2014-09-29 |
| | |||
* | use empty() where array values might not be set | Christopher Smith | 2014-03-05 |
| | |||
* | correct mis-spelled var name and correct empty password fields test | Christopher Smith | 2014-03-02 |
| | |||
* | user global strings for password confirmation prompt & error | Christopher Smith | 2014-02-16 |
| | |||
* | add password confirmation field when setting password in the usermanager | Christopher Smith | 2014-02-15 |
| | |||
* | add braces and indentation per coding standards | Christopher Smith | 2014-02-15 |
| | |||
* | fixes possibility of a user password change being sent out when a password ↵ | Christopher Smith | 2014-02-15 |
| | | | | couldn't be/wasn't changed | ||
* | Per FS#2884, implement a local version of str_getcsv() to maintain | Christopher Smith | 2013-12-01 |
| | | | | | compatibility with php 5.2.x (str_getcsv() is only available in php 5.3+ and is used by user manager import feature. | ||
* | Improvements to facilitate unit testing | Christopher Smith | 2013-11-28 |
| | | | | | | - 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 | ||
* | MINOR: comment spelling corrections | Christopher Smith | 2013-11-28 |
| | |||
* | IMPROVEMENT: remove generated password from import failure data | Christopher Smith | 2013-11-28 |
| | |||
* | Bugfix: correct variable name to | Christopher Smith | 2013-11-28 |
| | |||
* | Merge pull request #348 from splitbrain/candochecksUsermanager | Christopher Smith | 2013-10-06 |
|\ | | | | | Cando check and localization improvements of usermanager | ||
| * | change visibility of private to protected | Gerrit Uitslag | 2013-09-22 |
| | | |||
| * | Use ->cleanUser everywhere in usermanager. Fixes FS#2849 | Gerrit Uitslag | 2013-09-21 |
| | | | | | | | | Some auth backend have bad cleaning, but that is responsibility of these. | ||
| * | Move strings to language files. Fix lang key | Gerrit Uitslag | 2013-09-21 |
| | | |||
| * | Improve PHPDocs and set visibility explicitly | Gerrit Uitslag | 2013-09-21 |
| | | |||
| * | Use zero when getUserCount is unsupported. Fixes FS#2353 | Gerrit Uitslag | 2013-09-20 |
| | | |||
* | | Fix CodeSniffer whitespace violoations | Matt Perry | 2013-09-10 |
|/ | | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff. | ||
* | Fix CodeSniffer violations for PHP files | Matt Perry | 2013-08-23 |
| | | | | | | | Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php | ||
* | Fix CodeSniffer violations | Matt Perry | 2013-08-22 |
| | | | | Change indentation to ensure code confirms to CodeSniffer rules. | ||
* | Merge pull request #254 from splitbrain/user_importexport | Andreas Gohr | 2013-08-04 |
|\ | | | | | User importexport | ||
| * | convert from iso-8859-1 if not utf8 | Christopher Smith | 2013-08-03 |
| | | |||
| * | enable email notifications & alert messages for imported users | Christopher Smith | 2013-08-02 |
| | | |||
| * | add csv import functionality to the user manager | Christopher Smith | 2013-08-02 |
| | | |||
| * | add csv export functionality to the user manager | Christopher Smith | 2013-08-01 |
| | | |||
* | | improve html structure and styling for add & edit user notes | Christopher Smith | 2013-08-02 |
| | | | | | | | | made necessary by PR#254 which adds content below these notes. | ||
* | | usermanager: fix an issue where edit user table would incorrectly show the ↵ | Christopher Smith | 2013-08-02 |
|/ | | | | password blank message | ||
* | add html5 'email' type to the user manager forms | Christopher Smith | 2013-07-31 |
| | |||
* | AUTH_PASSWORD_GENERATE event added | Andreas Gohr | 2013-06-09 |
| | | | | | This is needed to replace the password generator by a plugin implementation. Related to PR #166 and FS#2147 | ||
* | Fix remaining missing $INPUT uses FS#2577 | Michael Hamann | 2013-02-20 |
| | | | | | | This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to make the code consistent. | ||
* | some coding style improvements | Dominik Eckelmann | 2012-11-29 |
| | | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods | ||
* | Replacing $_REQUEST variables with $INPUT wrapper, usermanager plugin | Hakan Sandell | 2012-09-08 |
| | |||
* | xml compatibility fixes (mainly entities to unicode conversions) | Anika Henke | 2012-07-05 |
| | |||
* | added div.table around non-editable content as well (FS#1980) | Anika Henke | 2012-02-04 |
| | |||
* | added new plugins config cascade and added plugin.info.txt | Piyush Mishra | 2011-08-20 |
| | |||
* | apply cleanUser and cleanGroup in user manager FS#1859 | Andreas Gohr | 2011-02-06 |
| | |||
* | generate password if wanted on usermodify FS#1873 | Andreas Gohr | 2010-06-26 |
| | |||
* | avoid autocompletion in usermanager password field | Andreas Gohr | 2010-04-30 |
| | |||
* | plugin related autoloading | Andreas Gohr | 2010-02-01 |
| | | | | | This patch moved the place where DOKU_PLUGIN is defined. It no longer can be set from a normal config (only via preload) | ||
* | Whitespace cleanup FS#1709 | furun | 2009-10-16 |
| | | | | | | Ignore-this: 27ea52110bce929b2c61ed8faba67cfc darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz | ||
* | FS#1728, ensure create user correctly checks field modification 'canDo' | Chris Smith | 2009-10-04 |
| | | | | | | Ignore-this: e4d974b5e09e45861a5e463784c6b946 darcs-hash:20091004115740-f07c6-46e15fc4f69949530690400fcb0698b9b7a0e350.gz | ||
* | Fix visible passwords in usermanager plugin FS#1624 | Timo Voipio | 2009-05-26 |
| | | | | | | Ignore-this: 3dc13a990c4b6eadeb02065f08460e09 darcs-hash:20090526084719-50e58-26bad1d1e0cd4bcc4f03bbc40d6bfbdb09a3544a.gz | ||
* | some tweaks to recent usermanager patch | Andreas Gohr | 2009-01-16 |
| | | | | darcs-hash:20090116210718-7ad00-9824b47ea265a7426ed36eb020db45befd4104ec.gz |