1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-07-10 11:06:23 +02:00

Commit Graph

  • 989c7940e5 Rewrite all SQL operations to use 'delight-im/db' instead of raw PDO Marco 2016-09-15 23:43:40 +02:00
  • 51a5735295 Require 'delight-im/db' as dependency Marco 2016-09-14 16:54:54 +02:00
  • e5e465782b Update dependencies Marco 2016-09-14 16:52:01 +02:00
  • 83caa3e785 Improve list of requirements in README Marco 2016-09-14 16:50:42 +02:00
  • f2a1aedf7a Change minimum required PHP version from 5.5.0 to 5.6.0 Marco 2016-09-14 16:49:13 +02:00
  • 5c87e877db Import class 'Delight\Cookie\Session' Marco 2016-09-14 16:42:52 +02:00
  • 70842b4320 Import class 'Delight\Cookie\Cookie' Marco 2016-09-14 16:42:00 +02:00
  • d527a82bfa Update documentation to include guide on password reset v3.1.0 Marco 2016-08-20 22:02:18 +02:00
  • 31ae135740 Add method 'canResetPassword' Marco 2016-08-20 22:00:41 +02:00
  • c5e3bd191d Postpone validation of new password in 'Auth#resetPassword' Marco 2016-08-20 21:48:53 +02:00
  • 53e1a5c1fc Add method 'resetPassword' Marco 2016-08-20 21:09:56 +02:00
  • f3ca69010f Add method 'forgotPassword' Marco 2016-08-20 21:09:34 +02:00
  • da8d22c599 Create internal method 'Auth#createPasswordResetRequest' Marco 2016-08-20 21:00:49 +02:00
  • c993657f20 Improve PHPDoc Marco 2016-08-20 20:57:48 +02:00
  • cce172442d Rename constant Marco 2016-08-20 20:57:00 +02:00
  • aef2672942 Refactor validation of passwords Marco 2016-08-20 20:55:50 +02:00
  • e0b69ee33c Update database schema Marco 2016-08-20 20:51:38 +02:00
  • 40a5518ba7 Rename parameters Marco 2016-08-20 20:42:54 +02:00
  • 2441ea2dc1 Improve PHPDoc Marco 2016-08-20 20:39:29 +02:00
  • 07f60d6610 Improve PHPDoc Marco 2016-08-20 18:24:14 +02:00
  • 35cc941f20 Add internal method 'Auth#getOpenPasswordResetRequests' Marco 2016-08-20 18:07:18 +02:00
  • f4b464a6f8 Add internal method 'Auth#getUserIdByEmailAddress' Marco 2016-08-20 18:06:36 +02:00
  • bfa5b5e6b1 Refactor announcement of exceeded request limit to the client Marco 2016-08-20 18:04:01 +02:00
  • 9d2d764ced Refactor validation of email addresses Marco 2016-08-20 17:05:47 +02:00
  • f45e0f1cb4 Explain 'remember me' feature more clearly Marco 2016-07-25 12:06:14 +02:00
  • b9b6d46b4d Change the license from 'Apache License 2.0' to 'MIT License' v3.0.0 Marco 2016-07-21 17:42:31 +02:00
  • ad2c338f6a Re-format 'Migration.md' Marco 2016-07-21 17:36:32 +02:00
  • 1f8df61168 Update dependencies Marco 2016-07-21 17:33:48 +02:00
  • ab55f7e562 Explain how to manage session data conveniently v2.1.0 Marco 2016-07-20 00:37:48 +02:00
  • e768243798 Update dependencies Marco 2016-07-20 00:36:18 +02:00
  • 27a3990472 Only throttle login attempts that have wrong credentials v2.0.1 Marco 2016-07-09 00:58:04 +02:00
  • 1979799480 Improve cookie handling to fix domain issues and add same-site flag Marco 2016-07-09 00:48:55 +02:00
  • fff4a59be5 Include 'delight-im/cookie' as dependency for cookie handling Marco 2016-07-09 00:14:51 +02:00
  • 122e2b8006 Add missing '+' Marco 2016-06-07 19:04:31 +02:00
  • bebd3efce2 Use Composer autoloader for tests as well Marco 2016-06-07 19:01:56 +02:00
  • 00dc8c3158 Enable both error reporting and assertions in 'tests' Marco 2016-06-07 18:48:50 +02:00
  • e074474955 Fix list of dependencies Marco 2016-06-07 18:42:29 +02:00
  • 44907f3489 Add 'NOTICE' Marco 2016-04-02 22:25:14 +02:00
  • ea27e8b7d3 Remove trailing newline in 'LICENSE' Marco 2016-04-02 22:24:51 +02:00
  • 354b34a724 Add migration guide for switch from v1.x.x to v2.x.x v2.0.0 Marco 2016-02-24 01:00:23 +01:00
  • 3e083f9f17 Update '.editorconfig' to indent with spaces in Markdown Marco 2016-02-24 01:00:08 +01:00
  • 227c37e2b5 Update MySQL database schema to ensure full Unicode support Marco 2016-02-24 00:59:50 +01:00
  • 5403270ed2 Always use 'bindValue' instead of 'bindParam' with PDO Marco 2016-02-24 00:59:18 +01:00
  • b1fa54efc9 Automatically re-hash passwords over time when necessary v1.1.0 Marco 2016-02-22 18:55:41 +01:00
  • 2f8aaec42a Remove unnecessary code from MySQL data structure file Marco 2016-02-22 18:53:52 +01:00
  • e5777f8bf2 Add '.editorconfig' Marco 2016-01-28 16:26:01 +01:00
  • 4c27a5a185 Update copyright notices Marco 2016-01-28 16:25:45 +01:00
  • 90fe75c27e Fix referenced namespaces to be absolute or fully qualified Marco 2015-10-30 09:34:32 +01:00
  • 5a954ca13b Improve usage guide and feature list in documentation Marco 2015-10-29 21:07:09 +01:00
  • 6ca92ecb11 Reduce visibility of 'throttle(...)' method that wrongly was 'public' Marco 2015-10-29 20:59:39 +01:00
  • 6ced34789f Update project tagline Marco 2015-10-29 20:18:02 +01:00
  • 51a19cc79d Improve installation guide in 'README' v1.0.0 Marco 2015-10-24 15:39:28 +02:00
  • 4b1df6e291 Initial commit Marco 2015-10-20 14:26:38 +02:00