summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixesorigin/groupsLiam Jack2015-10-121-3/+3
|
* FixesLiam Jack2015-10-121-10/+10
|
* FixesLiam Jack2015-10-121-3/+3
|
* FixesLiam Jack2015-10-121-1/+1
|
* FixesLiam Jack2015-10-121-7/+7
|
* Added basic group functionality (addGroup / deleteGroup / getGroup / ↵Liam Jack2015-10-128-79/+281
| | | | setUserGroup)
* Added language testing and updated language files to pass testsLiam Jack2015-10-124-0/+26
|
* Added nl_BE language file by frank@taapo.comLiam Jack2015-10-121-0/+74
|
* Fixing composer magicLiam Jack2015-10-111-1/+1
|
* Moved to MIT license (See issue #126)v1.0.1Liam Jack2015-10-111-10/+0
|
* Moved to MIT license (See issue #126)Liam Jack2015-10-111-1/+1
|
* Moved to MIT license (See issue #126)Liam Jack2015-10-111-674/+21
|
* Merge pull request #133 from livmackintosh/dev-composer-compatLiam Jack2015-10-112-10/+31
|\ | | | | Added composer compatibility
| * Added 'Composer Support' sectionOlivia Mackintosh2015-10-111-1/+17
| | | | | | | | | | + Currently unsupported notice + Instructions to use PHPAuth in composer project.
| * Created valid composer.jsonOlivia Mackintosh2015-10-111-9/+14
|/ | | | | Added composer support with current metadata, requires and PSR-4 autoloader support.
* Too much copy paste going onv1.0.0Liam Jack2015-10-061-2/+1
|
* Added PHP >= 5.4.0 requirement to Composer fileLiam Jack2015-10-061-1/+5
|
* Added experimental Composer supportLiam Jack2015-10-061-0/+9
|
* Explicitly test on Travis container infrastructureLiam Jack2015-10-051-0/+1
|
* More testing updates, fixing minor errorsLiam Jack2015-10-052-6/+1
|
* Update travis.ymlLiam Jack2015-10-051-1/+1
|
* Forgot that dot files don't get added correctly by gitLiam Jack2015-10-051-0/+4
|
* Started work on PHPUnit tests, crossing fingers...Liam Jack2015-10-053-12/+256
|
* Merge pull request #129 from mooztik/patch-10Geekologist2015-10-051-3/+15
|\ | | | | fixed travis problem
| * fixed travis problemmooztik2015-10-051-3/+15
| | | | | | found it ! :)
* | Merge pull request #130 from mooztik/patch-11Geekologist2015-10-051-0/+8
|\ \ | | | | | | missing file for travis
| * | missing file for travismooztik2015-10-051-0/+8
| |/ | | | | now i hope it work
* | Merge pull request #131 from mooztik/patch-12Geekologist2015-10-051-0/+1
|\ \ | | | | | | added travis validation check
| * | added travis validation checkmooztik2015-10-051-0/+1
| |/
* | Merge pull request #124 from mooztik/patch-9Geekologist2015-10-051-3/+9
|\ \ | | | | | | account creation : activation key problem fix
| * | account creation : activation key problem fixmooztik2015-09-241-3/+9
| |/ | | | | | | the fix for account creation without mail, but activation key created now if $sendmail is set to FALSE, addRequest is ignored and the account is activated.
* | Merge pull request #127 from bugada/masterGeekologist2015-10-051-1/+0
|\ \ | |/ |/| reset key invalid if new password matches ol password
| * reset key invalid if new password matches ol passwordAndrea Bugada2015-10-031-1/+0
| | | | | | During the reset process if the new password matches the old password the request is cancelled from the db and the key became invalid and you have to request a new one.
* | Merge pull request #122 from mooztik/patch-9Geekologist2015-09-241-79/+70
|\ \ | | | | | | rewritten Christin Milloy suppression email
| * | rewritten Christin Milloy suppression emailmooztik2015-09-241-79/+70
|/ / | | | | | | | | | | rewritten send mail option renamed `$suppressed` varname to a more clearer naming `$sendmail` added manual control to send mail removed language overwrite and set text result from correponding methods
* | Merge pull request #121 from ChristinMilloy/masterGeekologist2015-09-217-4/+11
|\ \ | | | | | | Reimplemented language messages for suppressed emails
| * | Reimplemented language messages for suppressed emailsChristin Milloy2015-09-217-4/+11
|/ /
* | Merge pull request #116 from ChristinMilloy/masterGeekologist2015-09-211-0/+14
|\ \ | | | | | | feature: config override method
| * | feature: ability to override config setting from user code without ↵Christin Milloy2015-09-181-0/+14
| | | | | | | | | | | | permanently setting database.
* | | Merge pull request #117 from bugada/masterGeekologist2015-09-211-12/+38
|\ \ \ | | |/ | |/| PHPAuth\Auth->getUser() returns all custom user data
| * | PHPAuth\Auth->getUser() returns alla custom user data but not password for ↵andreabugada2015-09-201-12/+38
|/ / | | | | | | security reason
* | Merge pull request #115 from JacquesLoubser/masterGeekologist2015-09-173-16/+35
|\ \ | | | | | | Suppression Cleanup
| * | Cleanup SuppressionJacques Loubser2015-09-173-16/+35
| | | | | | | | | | | | Cleanup suppress activation and add suppress reset
| * | Merge remote-tracking branch 'PHPAuth/master'Jacques Loubser2015-09-179-21/+124
| |\ \ | |/ / |/| |
* | | Merge pull request #114 from ChristinMilloy/masterGeekologist2015-09-171-5/+7
|\ \ \ | | |/ | |/| Bugfix suggested by JacquesLoubser, avoids sending empty email
| * | Bugfix suggested by JacquesLoubser, avoids sending empty email into etherChristin Milloy2015-09-171-5/+7
| | |
* | | Merge pull request #112 from bugada/masterGeekologist2015-09-171-3/+3
|\ \ \ | | | | | | | | Uncaught exception 'PDOException' if deleteAttempts
| * | | Uncaught exception 'PDOException' if deleteAttemptsAndrea Bugada2015-09-171-3/+3
| | | | | | | | | | | | The $query variable in the while loop was overwritten inside the loop, causing this error on the next iteration
* | | | Merge pull request #113 from ChristinMilloy/masterGeekologist2015-09-178-11/+35
|\ \ \ \ | | |/ / | |/| | Added a feature to config if admin wants to suppress activation email (but keep activation token functionality).
| * | | renamed method for clarity and accuracyChristin Milloy2015-09-171-2/+2
| | | |
| * | | feature added: configuration option will suppress the automatic activation ↵Christin Milloy2015-09-178-9/+33
| | | | | | | | | | | | | | | | email on registration. use case: admins want to mass-create user accounts and then do an external email-blast with the activation tokens.
* | | | Update .travis.ymlGeekologist2015-09-171-3/+0
| | | |
* | | | Create .travis.ymlGeekologist2015-09-171-0/+8
| | | |
* | | | Merge pull request #111 from bugada/masterGeekologist2015-09-171-7/+7
|\ \ \ \ | | |/ / | |/| | Inefficient count system
| * | | Inefficient count systemAndrea Bugada2015-09-171-7/+7
|/ / / | | | | | | Better use select count(*) instead of $query->rowCount() when not using others fetched params.
* | | Merge pull request #109 from ChristinMilloy/masterGeekologist2015-09-161-1/+1
|\ \ \ | |/ / | | | bugfix PHP error undefined variable in register class.
| * | bugfix PHP error undefined variable in register class.Christin Milloy2015-09-161-1/+1
|/ /
* | Merge pull request #107 from bugada/masterGeekologist2015-09-151-0/+72
|\ \ | | | | | | italian language file
| * | italian language fileAndrea Bugada2015-09-151-0/+72
| | |
* | | Merge pull request #105 from bugada/masterGeekologist2015-09-151-1/+1
|\ \ \ | |/ / | | | Advanced attack mitigation doesn't delete expired attempts
| * | Missing id column in deleteAttemptsAndrea Bugada2015-09-151-1/+1
| | | | | | | | | The column 'id' was missing in the select query so the delete fails.
| * | Advanced attack mitigation doesn't delete expired attemptsAndrea Bugada2015-09-151-1/+1
| | | | | | | | | | | | The query in deleteAttempts asks for the count column that doesn't exists and return 0 rows. Attempts are never removed. Removing the 'count' column from the query fixes the problem.
* | | Merge pull request #104 from bugada/masterGeekologist2015-09-151-1/+1
|\ \ \ | |/ / | | | Advanced attack mitigation attempts are always 0
| * | Advanced attack mitigation attempts are always 0bugada2015-09-151-1/+1
|/ / | | | | | | To query to get attempts in function isBlocked() request for the 'count' column that has been removed in #99. Teh following rowCount return always zero. Removing the count column fixes the error.
| * Merge remote-tracking branch 'PHPAuth/master'Jacques Loubser2015-09-171-9/+0
| |\ | |/ |/|
* | Delete .gitignoreGeekologist2015-09-131-9/+0
| |
* | Merge pull request #99 from JacquesLoubser/masterGeekologist2015-09-135-104/+222
|\ \ | |/ | | Advanced Attack Mitigation
| * Advanced Attack MitigationJacques Loubser2015-09-135-104/+222
|/ | | | | | isBlocked() attempts now on rolling time. isBlocked() now public and can require CAPTCHA verification. Added settings for attack mitigation.
* Merge pull request #97 from KarelWintersky/masterGeekologist2015-09-121-3/+37
|\ | | | | fixed PHPDocs, added two functions, changed visibility of ::isEmailTaken()
| * fixed PHPDocs, + two functionskarel.wintersky2015-09-121-3/+37
| | | | | | | | | | | | | | | | | | added functions: `getSessionHash()` -- Get current session hash, return string `comparePasswords(int $userid, string $testpassword)` -- Compare $testpassword with password stored in DB for this $userid, return bool changed visibility of `isEmailTaken()` function to public.
| * Merge pull request #2 from PHPAuth/masterKarel Wintersky2015-09-121-20/+12
| |\ | |/ |/| Fork update
* | Merge pull request #95 from bugada/masterGeekologist2015-09-121-9/+11
|\ \ | | | | | | Additional registration params empty -> invalid query
| * | Additional registration params empty -> invalid querybugada2015-09-121-9/+11
|/ / | | | | If you don't specify any additional params while calling PHPAuth->register the addUser() function adds a comma after the password resulting in a invalid query
* | Merge pull request #92 from KarelWintersky/masterGeekologist2015-09-111-8/+8
|\ \ | |/ | | little fixes in ru_RU language file
| * little fixes in ru_RU language filekarel.wintersky2015-09-111-8/+8
| |
* | removed salt functionGeekologist2015-09-111-11/+1
| | | | | | | | password_hash generate its own salt
* | Merge pull request #90 from KarelWintersky/masterGeekologist2015-09-111-0/+70
|\ \ | |/ | | Added translation for russian language - ru_RU file
| * Added translation for russian language - ru_RU filekarel.wintersky2015-09-111-0/+70
| |
* | Merge pull request #88 from KarelWintersky/masterGeekologist2015-09-114-59/+115
|\ \ | |/ | | Added six limit values for verification
| * HIGH PRIORITY patch!!!karel.wintersky2015-09-111-0/+1
| |
| * Little fix in SQL tablekarel.wintersky2015-09-111-1/+1
| |
| * Added six limit values for verification:karel.wintersky2015-09-114-59/+110
| | | | | | | | | | | | | | + updated `README.md` + added new fields to `database.sql` + added belay function to `config.class.php`, new features will work even if the user forgets to change the database file! + a lot of code fixes in `auth.class.php` : implementation of new features
| * PHP version checkkarel.wintersky2015-09-111-0/+4
| | | | | | | | + dies with message if PHP Version below 5.4
| * Merge pull request #1 from PHPAuth/masterKarel Wintersky2015-09-111-1/+1
| |\ | |/ |/| test
* | fixGeekologist2015-09-111-1/+1
| |
* | Merge pull request #86 from KarelWintersky/masterGeekologist2015-09-114-63/+74
|\ \ | |/ | | Namespace PHPAuth added.
| * Namespace PHPAuth added.karel.wintersky2015-09-114-63/+74
|/ | | | | | | + namespace for `auth.class.php` added + namespace for `config.class.php` added + fixed README.md + fixed PHPDocs
* Merge pull request #84 from KarelWintersky/patch-1Geekologist2015-09-101-5/+5
|\ | | | | Fixed password check conditions order
| * Fixed password check conditions orderKarel Wintersky2015-09-101-5/+5
|/
* Merge pull request #83 from mooztik/patch-7Geekologist2015-09-101-3/+3
|\ | | | | fix to the last fix - bad variable name
| * fix to the last fix - bad variable namemooztik2015-09-091-3/+3
|/ | | | `config_table` defined `phpauth_config_table` used
* Merge pull request #80 from KarelWintersky/patch-1Geekologist2015-09-091-10/+9
|\ | | | | database.sql fix : config table declaration will BEFORE others
| * database.sql fix : config table declaration will BEFORE othersKarel Wintersky2015-09-081-10/+9
|/ | | Little fix: config table declaration will BEFORE all other declarations
* Merge pull request #79 from KarelWintersky/patch-4Geekologist2015-09-081-3/+1
|\ | | | | isLogged function fixes
| * isLogged function fixesKarel Wintersky2015-09-081-3/+1
|/
* bug fix (#74)Convertor2015-09-081-2/+2
|
* fixConvertor2015-09-081-0/+1
|
* update config class, need to keep it simple and cleanConvertor2015-09-081-29/+18
|
* Merge pull request #72 from KarelWintersky/patch-1Geekologist2015-09-081-3/+30
|\ | | | | hardcoded link to config table replaced by private config value
| * Update config.class.phpKarel Wintersky2015-09-081-1/+1
| | | | | | fixed a little bug with isset() for default args