Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixesorigin/groups | Liam Jack | 2015-10-12 | 1 | -3/+3 |
| | |||||
* | Fixes | Liam Jack | 2015-10-12 | 1 | -10/+10 |
| | |||||
* | Fixes | Liam Jack | 2015-10-12 | 1 | -3/+3 |
| | |||||
* | Fixes | Liam Jack | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Fixes | Liam Jack | 2015-10-12 | 1 | -7/+7 |
| | |||||
* | Added basic group functionality (addGroup / deleteGroup / getGroup / ↵ | Liam Jack | 2015-10-12 | 8 | -79/+281 |
| | | | | setUserGroup) | ||||
* | Added language testing and updated language files to pass tests | Liam Jack | 2015-10-12 | 4 | -0/+26 |
| | |||||
* | Added nl_BE language file by frank@taapo.com | Liam Jack | 2015-10-12 | 1 | -0/+74 |
| | |||||
* | Fixing composer magic | Liam Jack | 2015-10-11 | 1 | -1/+1 |
| | |||||
* | Moved to MIT license (See issue #126)v1.0.1 | Liam Jack | 2015-10-11 | 1 | -10/+0 |
| | |||||
* | Moved to MIT license (See issue #126) | Liam Jack | 2015-10-11 | 1 | -1/+1 |
| | |||||
* | Moved to MIT license (See issue #126) | Liam Jack | 2015-10-11 | 1 | -674/+21 |
| | |||||
* | Merge pull request #133 from livmackintosh/dev-composer-compat | Liam Jack | 2015-10-11 | 2 | -10/+31 |
|\ | | | | | Added composer compatibility | ||||
| * | Added 'Composer Support' section | Olivia Mackintosh | 2015-10-11 | 1 | -1/+17 |
| | | | | | | | | | | + Currently unsupported notice + Instructions to use PHPAuth in composer project. | ||||
| * | Created valid composer.json | Olivia Mackintosh | 2015-10-11 | 1 | -9/+14 |
|/ | | | | | Added composer support with current metadata, requires and PSR-4 autoloader support. | ||||
* | Too much copy paste going onv1.0.0 | Liam Jack | 2015-10-06 | 1 | -2/+1 |
| | |||||
* | Added PHP >= 5.4.0 requirement to Composer file | Liam Jack | 2015-10-06 | 1 | -1/+5 |
| | |||||
* | Added experimental Composer support | Liam Jack | 2015-10-06 | 1 | -0/+9 |
| | |||||
* | Explicitly test on Travis container infrastructure | Liam Jack | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | More testing updates, fixing minor errors | Liam Jack | 2015-10-05 | 2 | -6/+1 |
| | |||||
* | Update travis.yml | Liam Jack | 2015-10-05 | 1 | -1/+1 |
| | |||||
* | Forgot that dot files don't get added correctly by git | Liam Jack | 2015-10-05 | 1 | -0/+4 |
| | |||||
* | Started work on PHPUnit tests, crossing fingers... | Liam Jack | 2015-10-05 | 3 | -12/+256 |
| | |||||
* | Merge pull request #129 from mooztik/patch-10 | Geekologist | 2015-10-05 | 1 | -3/+15 |
|\ | | | | | fixed travis problem | ||||
| * | fixed travis problem | mooztik | 2015-10-05 | 1 | -3/+15 |
| | | | | | | found it ! :) | ||||
* | | Merge pull request #130 from mooztik/patch-11 | Geekologist | 2015-10-05 | 1 | -0/+8 |
|\ \ | | | | | | | missing file for travis | ||||
| * | | missing file for travis | mooztik | 2015-10-05 | 1 | -0/+8 |
| |/ | | | | | now i hope it work | ||||
* | | Merge pull request #131 from mooztik/patch-12 | Geekologist | 2015-10-05 | 1 | -0/+1 |
|\ \ | | | | | | | added travis validation check | ||||
| * | | added travis validation check | mooztik | 2015-10-05 | 1 | -0/+1 |
| |/ | |||||
* | | Merge pull request #124 from mooztik/patch-9 | Geekologist | 2015-10-05 | 1 | -3/+9 |
|\ \ | | | | | | | account creation : activation key problem fix | ||||
| * | | account creation : activation key problem fix | mooztik | 2015-09-24 | 1 | -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/master | Geekologist | 2015-10-05 | 1 | -1/+0 |
|\ \ | |/ |/| | reset key invalid if new password matches ol password | ||||
| * | reset key invalid if new password matches ol password | Andrea Bugada | 2015-10-03 | 1 | -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-9 | Geekologist | 2015-09-24 | 1 | -79/+70 |
|\ \ | | | | | | | rewritten Christin Milloy suppression email | ||||
| * | | rewritten Christin Milloy suppression email | mooztik | 2015-09-24 | 1 | -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/master | Geekologist | 2015-09-21 | 7 | -4/+11 |
|\ \ | | | | | | | Reimplemented language messages for suppressed emails | ||||
| * | | Reimplemented language messages for suppressed emails | Christin Milloy | 2015-09-21 | 7 | -4/+11 |
|/ / | |||||
* | | Merge pull request #116 from ChristinMilloy/master | Geekologist | 2015-09-21 | 1 | -0/+14 |
|\ \ | | | | | | | feature: config override method | ||||
| * | | feature: ability to override config setting from user code without ↵ | Christin Milloy | 2015-09-18 | 1 | -0/+14 |
| | | | | | | | | | | | | permanently setting database. | ||||
* | | | Merge pull request #117 from bugada/master | Geekologist | 2015-09-21 | 1 | -12/+38 |
|\ \ \ | | |/ | |/| | PHPAuth\Auth->getUser() returns all custom user data | ||||
| * | | PHPAuth\Auth->getUser() returns alla custom user data but not password for ↵ | andreabugada | 2015-09-20 | 1 | -12/+38 |
|/ / | | | | | | | security reason | ||||
* | | Merge pull request #115 from JacquesLoubser/master | Geekologist | 2015-09-17 | 3 | -16/+35 |
|\ \ | | | | | | | Suppression Cleanup | ||||
| * | | Cleanup Suppression | Jacques Loubser | 2015-09-17 | 3 | -16/+35 |
| | | | | | | | | | | | | Cleanup suppress activation and add suppress reset | ||||
| * | | Merge remote-tracking branch 'PHPAuth/master' | Jacques Loubser | 2015-09-17 | 9 | -21/+124 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #114 from ChristinMilloy/master | Geekologist | 2015-09-17 | 1 | -5/+7 |
|\ \ \ | | |/ | |/| | Bugfix suggested by JacquesLoubser, avoids sending empty email | ||||
| * | | Bugfix suggested by JacquesLoubser, avoids sending empty email into ether | Christin Milloy | 2015-09-17 | 1 | -5/+7 |
| | | | |||||
* | | | Merge pull request #112 from bugada/master | Geekologist | 2015-09-17 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | Uncaught exception 'PDOException' if deleteAttempts | ||||
| * | | | Uncaught exception 'PDOException' if deleteAttempts | Andrea Bugada | 2015-09-17 | 1 | -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/master | Geekologist | 2015-09-17 | 8 | -11/+35 |
|\ \ \ \ | | |/ / | |/| | | Added a feature to config if admin wants to suppress activation email (but keep activation token functionality). | ||||
| * | | | renamed method for clarity and accuracy | Christin Milloy | 2015-09-17 | 1 | -2/+2 |
| | | | | |||||
| * | | | feature added: configuration option will suppress the automatic activation ↵ | Christin Milloy | 2015-09-17 | 8 | -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.yml | Geekologist | 2015-09-17 | 1 | -3/+0 |
| | | | | |||||
* | | | | Create .travis.yml | Geekologist | 2015-09-17 | 1 | -0/+8 |
| | | | | |||||
* | | | | Merge pull request #111 from bugada/master | Geekologist | 2015-09-17 | 1 | -7/+7 |
|\ \ \ \ | | |/ / | |/| | | Inefficient count system | ||||
| * | | | Inefficient count system | Andrea Bugada | 2015-09-17 | 1 | -7/+7 |
|/ / / | | | | | | | Better use select count(*) instead of $query->rowCount() when not using others fetched params. | ||||
* | | | Merge pull request #109 from ChristinMilloy/master | Geekologist | 2015-09-16 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | bugfix PHP error undefined variable in register class. | ||||
| * | | bugfix PHP error undefined variable in register class. | Christin Milloy | 2015-09-16 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #107 from bugada/master | Geekologist | 2015-09-15 | 1 | -0/+72 |
|\ \ | | | | | | | italian language file | ||||
| * | | italian language file | Andrea Bugada | 2015-09-15 | 1 | -0/+72 |
| | | | |||||
* | | | Merge pull request #105 from bugada/master | Geekologist | 2015-09-15 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | Advanced attack mitigation doesn't delete expired attempts | ||||
| * | | Missing id column in deleteAttempts | Andrea Bugada | 2015-09-15 | 1 | -1/+1 |
| | | | | | | | | | The column 'id' was missing in the select query so the delete fails. | ||||
| * | | Advanced attack mitigation doesn't delete expired attempts | Andrea Bugada | 2015-09-15 | 1 | -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/master | Geekologist | 2015-09-15 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | Advanced attack mitigation attempts are always 0 | ||||
| * | | Advanced attack mitigation attempts are always 0 | bugada | 2015-09-15 | 1 | -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 Loubser | 2015-09-17 | 1 | -9/+0 |
| |\ | |/ |/| | |||||
* | | Delete .gitignore | Geekologist | 2015-09-13 | 1 | -9/+0 |
| | | |||||
* | | Merge pull request #99 from JacquesLoubser/master | Geekologist | 2015-09-13 | 5 | -104/+222 |
|\ \ | |/ | | | Advanced Attack Mitigation | ||||
| * | Advanced Attack Mitigation | Jacques Loubser | 2015-09-13 | 5 | -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/master | Geekologist | 2015-09-12 | 1 | -3/+37 |
|\ | | | | | fixed PHPDocs, added two functions, changed visibility of ::isEmailTaken() | ||||
| * | fixed PHPDocs, + two functions | karel.wintersky | 2015-09-12 | 1 | -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/master | Karel Wintersky | 2015-09-12 | 1 | -20/+12 |
| |\ | |/ |/| | Fork update | ||||
* | | Merge pull request #95 from bugada/master | Geekologist | 2015-09-12 | 1 | -9/+11 |
|\ \ | | | | | | | Additional registration params empty -> invalid query | ||||
| * | | Additional registration params empty -> invalid query | bugada | 2015-09-12 | 1 | -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/master | Geekologist | 2015-09-11 | 1 | -8/+8 |
|\ \ | |/ | | | little fixes in ru_RU language file | ||||
| * | little fixes in ru_RU language file | karel.wintersky | 2015-09-11 | 1 | -8/+8 |
| | | |||||
* | | removed salt function | Geekologist | 2015-09-11 | 1 | -11/+1 |
| | | | | | | | | password_hash generate its own salt | ||||
* | | Merge pull request #90 from KarelWintersky/master | Geekologist | 2015-09-11 | 1 | -0/+70 |
|\ \ | |/ | | | Added translation for russian language - ru_RU file | ||||
| * | Added translation for russian language - ru_RU file | karel.wintersky | 2015-09-11 | 1 | -0/+70 |
| | | |||||
* | | Merge pull request #88 from KarelWintersky/master | Geekologist | 2015-09-11 | 4 | -59/+115 |
|\ \ | |/ | | | Added six limit values for verification | ||||
| * | HIGH PRIORITY patch!!! | karel.wintersky | 2015-09-11 | 1 | -0/+1 |
| | | |||||
| * | Little fix in SQL table | karel.wintersky | 2015-09-11 | 1 | -1/+1 |
| | | |||||
| * | Added six limit values for verification: | karel.wintersky | 2015-09-11 | 4 | -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 check | karel.wintersky | 2015-09-11 | 1 | -0/+4 |
| | | | | | | | | + dies with message if PHP Version below 5.4 | ||||
| * | Merge pull request #1 from PHPAuth/master | Karel Wintersky | 2015-09-11 | 1 | -1/+1 |
| |\ | |/ |/| | test | ||||
* | | fix | Geekologist | 2015-09-11 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #86 from KarelWintersky/master | Geekologist | 2015-09-11 | 4 | -63/+74 |
|\ \ | |/ | | | Namespace PHPAuth added. | ||||
| * | Namespace PHPAuth added. | karel.wintersky | 2015-09-11 | 4 | -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-1 | Geekologist | 2015-09-10 | 1 | -5/+5 |
|\ | | | | | Fixed password check conditions order | ||||
| * | Fixed password check conditions order | Karel Wintersky | 2015-09-10 | 1 | -5/+5 |
|/ | |||||
* | Merge pull request #83 from mooztik/patch-7 | Geekologist | 2015-09-10 | 1 | -3/+3 |
|\ | | | | | fix to the last fix - bad variable name | ||||
| * | fix to the last fix - bad variable name | mooztik | 2015-09-09 | 1 | -3/+3 |
|/ | | | | `config_table` defined `phpauth_config_table` used | ||||
* | Merge pull request #80 from KarelWintersky/patch-1 | Geekologist | 2015-09-09 | 1 | -10/+9 |
|\ | | | | | database.sql fix : config table declaration will BEFORE others | ||||
| * | database.sql fix : config table declaration will BEFORE others | Karel Wintersky | 2015-09-08 | 1 | -10/+9 |
|/ | | | Little fix: config table declaration will BEFORE all other declarations | ||||
* | Merge pull request #79 from KarelWintersky/patch-4 | Geekologist | 2015-09-08 | 1 | -3/+1 |
|\ | | | | | isLogged function fixes | ||||
| * | isLogged function fixes | Karel Wintersky | 2015-09-08 | 1 | -3/+1 |
|/ | |||||
* | bug fix (#74) | Convertor | 2015-09-08 | 1 | -2/+2 |
| | |||||
* | fix | Convertor | 2015-09-08 | 1 | -0/+1 |
| | |||||
* | update config class, need to keep it simple and clean | Convertor | 2015-09-08 | 1 | -29/+18 |
| | |||||
* | Merge pull request #72 from KarelWintersky/patch-1 | Geekologist | 2015-09-08 | 1 | -3/+30 |
|\ | | | | | hardcoded link to config table replaced by private config value | ||||
| * | Update config.class.php | Karel Wintersky | 2015-09-08 | 1 | -1/+1 |
| | | | | | | fixed a little bug with isset() for default args |