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

Commit Graph

  • 2839743c46 Describe required changes to MySQL schema in migration guide Marco 2017-08-07 19:26:25 +02:00
  • d86d7ffd25 Update MySQL schema to index on 'user_id' in 'users_confirmations' Marco 2017-08-07 19:23:58 +02:00
  • e3873f2d15 Use alternative 'LIMIT' syntax with wider compatibility in SQL query Marco 2017-08-07 18:52:36 +02:00
  • b7a47fc707 Extract TTL in seconds of (email) confirmation requests into constant Marco 2017-08-07 18:51:21 +02:00
  • 91f50a80bb Document method 'changePasswordWithoutOldPassword' from class 'Auth' Marco 2017-08-04 00:45:41 +02:00
  • 7272fbb9a8 Add tests for method 'changePasswordWithoutOldPassword' from 'Auth' Marco 2017-08-04 00:43:17 +02:00
  • 62c5fab1ad Re-implement 'changePassword' method using two existing methods Marco 2017-08-04 00:35:50 +02:00
  • 1800525b51 Implement new method 'changePasswordWithoutOldPassword' in 'Auth' Marco 2017-08-04 00:31:35 +02:00
  • e4f8673eab Remove documentation on half-baked support for multi-factor auth Marco 2017-08-03 22:02:09 +02:00
  • 59cd626bd0 Document method 'changeEmail' from class 'Auth' Marco 2017-07-30 21:09:57 +02:00
  • 3809b9d5d5 Add tests for method 'changeEmail' from class 'Auth' Marco 2017-07-30 21:01:41 +02:00
  • 3329c6a985 Let signed-in users perform email confirmation as well in 'tests' Marco 2017-07-30 20:58:40 +02:00
  • 7b98993bf8 Extract form for email verification into separate method in 'tests' Marco 2017-07-30 20:57:13 +02:00
  • d5ae78a418 Hint at related methods for email confirmation where required Marco 2017-07-30 20:53:18 +02:00
  • e925a73ef8 Implement method 'changeEmail' in class 'Auth' Marco 2017-07-30 20:51:58 +02:00
  • 39f9b00b45 Reflect changed email address in same session immediately Marco 2017-07-30 20:24:19 +02:00
  • ea67c66bd1 Explain new exception of email confirmation methods in migration guide Marco 2017-07-30 20:17:41 +02:00
  • 7b4c4bf0e1 Document new exception for 'confirmEmail' and 'confirmEmailAndSignIn' Marco 2017-07-30 20:15:58 +02:00
  • f13302b014 Update tests for 'confirmEmail' and its wrapper to catch new exception Marco 2017-07-30 20:13:28 +02:00
  • af5ce5a0b4 Allow 'confirmEmail' to be used additionally to change email addresses Marco 2017-07-30 20:04:08 +02:00
  • 15f73567b6 Update accounts by ID instead of email after confirming email address Marco 2017-07-30 19:59:09 +02:00
  • 90c621aeb0 Store affected user ID when creating new email confirmation requests Marco 2017-07-30 19:46:45 +02:00
  • 28979925d7 Let 'Auth' access 'createConfirmationRequest' from 'UserManager' Marco 2017-07-30 19:41:27 +02:00
  • b2e6f68a22 Describe required changes to SQLite schema in migration guide Marco 2017-07-30 19:38:20 +02:00
  • d14d929bc3 Update SQLite schema to include 'user_id' in 'users_confirmations' Marco 2017-07-30 19:36:29 +02:00
  • f962008fc4 Describe required changes to MySQL schema in migration guide Marco 2017-07-30 19:35:52 +02:00
  • ec8e9eab4e Update MySQL schema to include 'user_id' in 'users_confirmations' Marco 2017-07-30 19:34:30 +02:00
  • 65b4f812c0 Document two methods that let users enable or disable password resets Marco 2017-07-30 17:02:59 +02:00
  • b8e04e3c6a Add tests for methods that let users enable or disable password resets Marco 2017-07-30 16:45:54 +02:00
  • 5c92d026c9 Pass 'Auth' instance to 'showAuthenticatedUserForm' in 'tests' Marco 2017-07-30 16:37:34 +02:00
  • 2247c2781c Allow for users to enable or disable password resets on their own Marco 2017-07-30 16:34:29 +02:00
  • 72b2468aa3 Explain new exception from password reset methods in migration guide Marco 2017-07-30 16:22:34 +02:00
  • 7cc27b814e Add tests for new exception from 'forgotPassword' and 'resetPassword' Marco 2017-07-30 16:21:21 +02:00
  • dbc463c95e Document new exception for 'forgotPassword' and 'resetPassword' Marco 2017-07-30 16:17:04 +02:00
  • 4b6afc7c48 Fail with exception in 'resetPassword' if password reset is disabled Marco 2017-07-30 16:12:57 +02:00
  • a3a28af2aa Fail with exception in 'forgotPassword' if password reset is disabled Marco 2017-07-30 16:12:10 +02:00
  • c842fa9792 Add class 'ResetDisabledException' Marco 2017-07-30 15:48:19 +02:00
  • a599771bd5 Describe required changes to SQLite schema in migration guide Marco 2017-07-30 14:42:21 +02:00
  • e73f29eec0 Update SQLite schema to include 'resettable' column in 'users' table Marco 2017-07-30 14:41:53 +02:00
  • c118116a52 Describe required changes to MySQL schema in migration guide Marco 2017-07-30 14:41:28 +02:00
  • 0e969ccd8d Update MySQL schema to include 'resettable' column in 'users' table Marco 2017-07-30 14:40:11 +02:00
  • aae0bfb5ab Document method 'confirmEmailAndSignIn' from class 'Auth' Marco 2017-07-30 14:21:33 +02:00
  • fb982cee6a Add tests for method 'confirmEmailAndSignIn' from class 'Auth' Marco 2017-07-30 14:20:31 +02:00
  • 838c6edf66 Implement method 'confirmEmailAndSignIn' in class 'Auth' Marco 2017-07-30 14:19:07 +02:00
  • ad5784364d Return confirmed email address from 'confirmEmail' in class 'Auth' Marco 2017-07-30 14:16:52 +02:00
  • d8f21a35fc Add documentation for method 'reconfirmPassword' from class 'Auth' Marco 2017-07-30 01:17:16 +02:00
  • 79ecb85bb6 Add tests for method 'reconfirmPassword' from class 'Auth' Marco 2017-07-30 00:57:38 +02:00
  • f56e7e6871 Implement method 'reconfirmPassword' in class 'Auth' Marco 2017-07-30 00:54:06 +02:00
  • 83f2ab0a9c Document optional prefix for the names of all database tables Marco 2017-07-30 00:11:10 +02:00
  • 5274dd5f8e Support optional prefix for the names of all database tables Marco 2017-07-30 00:04:48 +02:00
  • b93d9616d0 Fix URL fragment for internal link in README Marco 2017-07-29 23:31:46 +02:00
  • 0af55ad77c Document features related to roles in 'Administration' interface Marco 2017-07-29 23:21:57 +02:00
  • 7b6287a7dc Document features related to roles in 'Auth' interface Marco 2017-07-29 23:18:38 +02:00
  • cf7493d87e Fix response on exception in tests Marco 2017-07-29 22:59:09 +02:00
  • f68d29000e Remove tests for 'onBeforeSuccess' callback of login methods Marco 2017-07-29 20:43:31 +02:00
  • cd3469c137 Add tests for checking roles for users via 'Administration' class Marco 2017-07-29 20:28:18 +02:00
  • bc44a08b1b Allow for roles to be checked for users via 'Administration' class Marco 2017-07-29 20:24:24 +02:00
  • 8ff4242f8f Add tests for taking roles away from users via 'Administration' class Marco 2017-07-29 19:09:04 +02:00
  • 1a4041ea60 Allow for roles to be taken away from users via 'Administration' class Marco 2017-07-29 19:06:13 +02:00
  • b7e6ca6dee Add tests for assigning roles to users via 'Administration' class Marco 2017-07-29 19:02:55 +02:00
  • f2074e1537 Allow for roles to be assigned to users via 'Administration' class Marco 2017-07-29 18:55:15 +02:00
  • 9c63c30cd9 Add method in 'tests' that creates list of roles for HTML 'select' Marco 2017-07-29 18:52:18 +02:00
  • 8a1140a485 Add private methods to 'Administration' for modifying users' roles Marco 2017-07-29 18:47:32 +02:00
  • 23b172055b Add tests for read access to user's roles via 'Auth' interface Marco 2017-07-29 18:21:27 +02:00
  • c25b74d405 Provide read access to user's roles via 'Auth' interface Marco 2017-07-29 18:19:00 +02:00
  • 2278b86fba Read user's roles from database and maintain value in session data Marco 2017-07-29 18:15:17 +02:00
  • 4eca6bb151 Merge notes about 'Base64' class in migration guide Marco 2017-07-29 18:09:04 +02:00
  • db4c99e729 Include general guide for any update in migration notes Marco 2017-07-29 18:02:59 +02:00
  • d6bc8c6492 Describe required changes to SQLite schema in migration guide Marco 2017-07-29 18:01:51 +02:00
  • b577322939 Update SQLite schema to include 'roles_mask' column in 'users' table Marco 2017-07-29 18:01:04 +02:00
  • 6cf955ed52 Describe required changes to MySQL schema in migration guide Marco 2017-07-29 17:59:14 +02:00
  • 8c2c32f9dc Update MySQL schema to include 'roles_mask' column in 'users' table Marco 2017-07-29 17:50:43 +02:00
  • 2d7ad74c44 Explain in migration guide that the database schema will have changed Marco 2017-07-26 16:19:28 +02:00
  • a91cde706d Improve formatting Marco 2017-07-26 16:18:50 +02:00
  • 8feda0ae58 Update dependencies Marco 2017-07-26 16:16:20 +02:00
  • 78b7fb4169 Add warning to 'tests' explaining that files are not to be re-used Marco 2017-07-24 23:28:26 +02:00
  • 499fbb6542 Explain why login attempts may (confusingly) be cancelled in 'tests' Marco 2017-07-24 23:26:30 +02:00
  • 50b9c48f8d Improve note on 'Base64' class in migration guide Marco 2017-07-24 22:10:10 +02:00
  • fcbace0aec Add another note regarding 'Base64' class to migration guide Marco 2017-07-24 22:00:22 +02:00
  • c2ab825354 Extract class 'Base64' into external library Marco 2017-07-24 21:56:35 +02:00
  • b1ac859fd2 Update dependencies Marco 2017-07-24 21:21:44 +02:00
  • 0d9be76f8b Add note regarding 'Base64' class to migration guide Marco 2017-07-23 23:50:22 +02:00
  • 64d15263ae Prepare migration guide for next major version Marco 2017-07-23 23:49:29 +02:00
  • 854bc2b62b Swap positions of hyphen and underscore characters in URL-safe Base64 Marco 2017-07-23 23:18:28 +02:00
  • 01a52b76bc Switch characters in URL-safe Base64 to use tilde (~) for padding Marco 2017-07-23 22:56:28 +02:00
  • ad88c1c6ab Use tilde character (~) instead of dot (.) for URL-safe Base64 coding Marco 2017-07-23 22:16:13 +02:00
  • 449e1c69ee Remove obsolete 'pre-check' and 'post-check' for 'Cache-Control' Marco 2017-07-21 06:20:30 +02:00
  • 63734fc5ee Add 'Role' class with constants for individual roles or groups Marco 2017-07-10 20:59:45 +02:00
  • 6e3728a918 Include help link for Composer in README Marco 2017-07-08 23:32:48 +02:00
  • 0909291cf1 Support multi-factor authentication via 'onBeforeSuccess' callback v5.2.0 Marco 2017-07-02 23:12:36 +02:00
  • 6aa3f58059 Add 'AttemptCancelledException' Marco 2017-07-02 22:17:43 +02:00
  • 6156b1c135 Explain how to achieve interoperability with other session-based libs Marco 2017-07-02 21:13:23 +02:00
  • 829d5614ed Explain how to allow framing or embedding on third-party sites Marco 2017-06-22 22:06:20 +02:00
  • 47afa1c411 Remove enforcement of hard dependency on 'mysqlnd' in code v5.1.1 Marco 2017-06-20 02:19:46 +02:00
  • 26cb41e992 Document support of SQLite v5.1.0 Marco 2017-06-12 20:35:07 +02:00
  • ee485f99ab Ensure compatibility with SQLite which does not cast to native types Marco 2017-06-12 20:29:58 +02:00
  • 8fc0b98493 Remove superfluous blank line Marco 2017-06-12 20:28:47 +02:00
  • 45553afaea Add database schema for SQLite prometeusweb 2017-06-12 20:26:14 +02:00
  • 7834455e16 Add 'What about password hashing?' to FAQ in README Marco 2017-04-24 21:06:06 +02:00
  • e49adf0150 Move 'Custom password requirements' to FAQ in README Marco 2017-04-24 20:58:18 +02:00