aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix and improve drupal status report from moduleHEADmasterDaniel Lange2016-04-082-5/+23
|
* Add option to (de)select curly braces prefix for passwords. Bump to v1.2Daniel Lange2016-03-123-7/+32
|
* De-typoed the README somewhatJanine Reimann2016-03-111-12/+16
|
* Add support for SHA-256-crypt and SHA-512-crypt salted hashesDaniel Lange2016-03-115-7/+44
| | | | | Warning: Database schema change. Using varchar(128) instead of varchar(64) now. Thanks for reading the full git log comment :)
* Fix php warnings, e.g. https://www.drupal.org/node/1559628, thanks Justin ↵Daniel Lange2016-03-111-2/+4
| | | | Morant (1point21)
* Fix typo'd "sanitize" in function nameDaniel Lange2016-03-111-8/+8
|
* Add @ and . to allowed usernames, https://www.drupal.org/node/1559600, ↵Daniel Lange2016-03-111-1/+1
| | | | thanks Justin Morant (1point21)
* Merge remote-tracking branch 'origin/7.x-1.x' as this is where the ↵Daniel Lange2016-03-116-378/+1036
|\ | | | | | | | | | | | | | | | | | | development happened upstream This branch will be deleted and we move everything to master. Conflicts: HTPasswdSync.module README.txt
| * Fix [#1428874] using patch #1 by dchronosstfwi2012-02-051-3/+9
| |
| * Added keys to __htpasswdsync_hashes(); Added additional plausibility checks ↵stfwi2011-09-261-10/+24
| | | | | | | | in admin form; Added/modified description texts in admin form.
| * Group file is now updated when the group file name is set to an empty string ↵stfwi2011-07-051-4/+12
| | | | | | | | in the config form
| * When changing user roles in the config form, the group file is now directly ↵stfwi2011-07-051-12/+39
| | | | | | | | updated. The cron file update was removed as it is now obsolete.
| * ht files now updated when enabling/disabling module. Uninstall now deletes ↵stfwi2011-07-052-105/+104
| | | | | | | | all htpasswdsync_* variables instead of explicit variable_del(). Removed _htpasswdsync_validate() as the functionality is now included in the name sanatizing process.
| * Referenced help page in Help/Module page. Changed default hash to SHA-1stfwi2011-07-051-4/+4
| |
| * Help text now read from README.txt and exposed in help pagesstfwi2011-06-272-12/+9
| |
| * Bugfix: Table name in htpasswdsync_db_schema() was incorrectstfwi2011-06-241-1/+1
| |
| * BugFix: Checking password for hash when user form is submittedstfwi2011-06-241-4/+9
| |
| * filemods, info cleanup, permission display bugfixstfwi2011-06-176-12/+10
| |
| * added filem.fu2011-06-051-0/+274
| |
| * 7.x-1.0 is the first 7.x compatible release.m.fu2011-06-055-554/+639
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by stfwi Additional features are: (stfwi) - htgroup file now optinoal - optional remove whitespaces from user names - optional user names lowercase - optional specify a domain where emails shall be exported as well as htuser login Fixes: (stfwi) - fixed htgroup/htpassed compliancy (sanatizing names) - fixed "liberal admin permissions" by moving into config menu - fixed php5 deprecated functions (such as split() )
| * Stripping CVS keywordsThe Great Git Migration2011-02-255-5/+0
| |
| * *** empty log message ***m.fu2009-11-031-8/+3
| |
| * Fixed #588208 by ikogan : fixed the colon detectionm.fu2009-11-032-3/+20
| | | | | | | | Fixed #611020 by fasdalf@fasdalf.ru : group file not updated when adding user
| * Fixed #588208 by ikogan : username shall not contain colonm.fu2009-10-192-1/+7
| |
| * Fixed #588208 by ikogan : username with t are concidered invalidm.fu2009-10-162-3/+8
| |
| * Fixed #437852 by fasdalf@fasdalf.ru : name change is detected and handled ↵m.fu2009-06-273-30/+33
| | | | | | | | properly
| * Fixed #503718 by m.fu : htpassword corruption when enabling/disabling userm.fu2009-06-273-40/+153
| | | | | | | | | | | | | | | | | | Fixed #437904 by fasdalf@fasdalf.ru : group file not generated properly, now happen on after_update Fixed #437844 by fasdalf@fasdalf.ru : error when deleting one user Fixed #503726 by m.fu: group file no longer contain disabled users Added #503720 by m.fu : option to overwrite htpasswd Fixed #503724 by m.fu : validation of username, must be htpasswd compatible
| * Added #408798 by fasdalf@fasdalf.ru : request for windows supportm.fu2009-03-261-0/+11
| | | | | | | | | | windows does not support crypt password hash added support for SHA-1 password hash which is supported by windows.
| * Added #408798 by fasdalf@fasdalf.ru : request for windows supportm.fu2009-03-262-3/+70
| | | | | | | | | | | | windows does not support crypt password hash added support for SHA-1 password hash which is supported by windows. Fixed : group file not allways updated.
| * Fixed #409406 by fasdalf@fasdalf.ru : remove comma in htgroup filem.fu2009-03-254-10/+25
| |
* | Stripping CVS keywordsThe Great Git Migration2011-02-255-5/+0
| |
* | Fixed #409406 by fasdalf@fasdalf.ru : remove comma in htgroup filem.fu2009-03-242-9/+5
| |
* | add french translationm.fu2009-03-161-0/+90
|/
* Initial release, drupal 6.xm.fu2009-03-164-0/+489

© 2014-2024 Faster IT GmbH | imprint | privacy policy