Marco
a599771bd5
Describe required changes to SQLite schema in migration guide
2017-07-30 14:42:21 +02:00
Marco
e73f29eec0
Update SQLite schema to include 'resettable' column in 'users' table
2017-07-30 14:41:53 +02:00
Marco
c118116a52
Describe required changes to MySQL schema in migration guide
2017-07-30 14:41:28 +02:00
Marco
0e969ccd8d
Update MySQL schema to include 'resettable' column in 'users' table
2017-07-30 14:40:11 +02:00
Marco
aae0bfb5ab
Document method 'confirmEmailAndSignIn' from class 'Auth'
2017-07-30 14:21:33 +02:00
Marco
fb982cee6a
Add tests for method 'confirmEmailAndSignIn' from class 'Auth'
2017-07-30 14:20:31 +02:00
Marco
838c6edf66
Implement method 'confirmEmailAndSignIn' in class 'Auth'
2017-07-30 14:19:07 +02:00
Marco
ad5784364d
Return confirmed email address from 'confirmEmail' in class 'Auth'
2017-07-30 14:16:52 +02:00
Marco
d8f21a35fc
Add documentation for method 'reconfirmPassword' from class 'Auth'
2017-07-30 01:17:16 +02:00
Marco
79ecb85bb6
Add tests for method 'reconfirmPassword' from class 'Auth'
2017-07-30 00:57:38 +02:00
Marco
f56e7e6871
Implement method 'reconfirmPassword' in class 'Auth'
2017-07-30 00:54:06 +02:00
Marco
83f2ab0a9c
Document optional prefix for the names of all database tables
2017-07-30 00:11:10 +02:00
Marco
5274dd5f8e
Support optional prefix for the names of all database tables
2017-07-30 00:04:48 +02:00
Marco
b93d9616d0
Fix URL fragment for internal link in README
2017-07-29 23:31:46 +02:00
Marco
0af55ad77c
Document features related to roles in 'Administration' interface
2017-07-29 23:21:57 +02:00
Marco
7b6287a7dc
Document features related to roles in 'Auth' interface
2017-07-29 23:18:38 +02:00
Marco
cf7493d87e
Fix response on exception in tests
2017-07-29 22:59:09 +02:00
Marco
f68d29000e
Remove tests for 'onBeforeSuccess' callback of login methods
2017-07-29 20:43:31 +02:00
Marco
cd3469c137
Add tests for checking roles for users via 'Administration' class
2017-07-29 20:28:18 +02:00
Marco
bc44a08b1b
Allow for roles to be checked for users via 'Administration' class
2017-07-29 20:24:24 +02:00
Marco
8ff4242f8f
Add tests for taking roles away from users via 'Administration' class
2017-07-29 19:09:04 +02:00
Marco
1a4041ea60
Allow for roles to be taken away from users via 'Administration' class
2017-07-29 19:06:13 +02:00
Marco
b7e6ca6dee
Add tests for assigning roles to users via 'Administration' class
2017-07-29 19:02:55 +02:00
Marco
f2074e1537
Allow for roles to be assigned to users via 'Administration' class
2017-07-29 18:55:15 +02:00
Marco
9c63c30cd9
Add method in 'tests' that creates list of roles for HTML 'select'
2017-07-29 18:52:18 +02:00
Marco
8a1140a485
Add private methods to 'Administration' for modifying users' roles
2017-07-29 18:47:32 +02:00
Marco
23b172055b
Add tests for read access to user's roles via 'Auth' interface
2017-07-29 18:21:27 +02:00
Marco
c25b74d405
Provide read access to user's roles via 'Auth' interface
2017-07-29 18:19:00 +02:00
Marco
2278b86fba
Read user's roles from database and maintain value in session data
2017-07-29 18:15:17 +02:00
Marco
4eca6bb151
Merge notes about 'Base64' class in migration guide
2017-07-29 18:09:04 +02:00
Marco
db4c99e729
Include general guide for any update in migration notes
2017-07-29 18:02:59 +02:00
Marco
d6bc8c6492
Describe required changes to SQLite schema in migration guide
2017-07-29 18:01:51 +02:00
Marco
b577322939
Update SQLite schema to include 'roles_mask' column in 'users' table
2017-07-29 18:01:04 +02:00
Marco
6cf955ed52
Describe required changes to MySQL schema in migration guide
2017-07-29 17:59:14 +02:00
Marco
8c2c32f9dc
Update MySQL schema to include 'roles_mask' column in 'users' table
2017-07-29 17:50:43 +02:00
Marco
2d7ad74c44
Explain in migration guide that the database schema will have changed
2017-07-26 16:19:28 +02:00
Marco
a91cde706d
Improve formatting
2017-07-26 16:18:50 +02:00
Marco
8feda0ae58
Update dependencies
2017-07-26 16:16:20 +02:00
Marco
78b7fb4169
Add warning to 'tests' explaining that files are not to be re-used
2017-07-24 23:28:26 +02:00
Marco
499fbb6542
Explain why login attempts may (confusingly) be cancelled in 'tests'
2017-07-24 23:26:30 +02:00
Marco
50b9c48f8d
Improve note on 'Base64' class in migration guide
2017-07-24 22:10:10 +02:00
Marco
fcbace0aec
Add another note regarding 'Base64' class to migration guide
2017-07-24 22:00:22 +02:00
Marco
c2ab825354
Extract class 'Base64' into external library
2017-07-24 21:56:35 +02:00
Marco
b1ac859fd2
Update dependencies
2017-07-24 21:21:44 +02:00
Marco
0d9be76f8b
Add note regarding 'Base64' class to migration guide
2017-07-23 23:50:22 +02:00
Marco
64d15263ae
Prepare migration guide for next major version
2017-07-23 23:49:29 +02:00
Marco
854bc2b62b
Swap positions of hyphen and underscore characters in URL-safe Base64
...
This ensures compatibility with RFC 4648 and the example from the
appendix of RFC 7515, aside from the padding character that is used.
2017-07-23 23:18:28 +02:00
Marco
01a52b76bc
Switch characters in URL-safe Base64 to use tilde (~) for padding
...
The tilde character is less familiar to most users and harder to type
on most keyboards (compared to the hyphen and underscore characters).
2017-07-23 22:56:28 +02:00
Marco
ad88c1c6ab
Use tilde character (~) instead of dot (.) for URL-safe Base64 coding
...
The dot character is excluded from auto-linking in most email clients
and is ambiguous in all other contexts when occurring at the end of a
URL. The tilde character, being the only unreserved character for use
in URLs that remains, as per RFC 3986, is thus a good alternative.
2017-07-23 22:16:13 +02:00
Marco
449e1c69ee
Remove obsolete 'pre-check' and 'post-check' for 'Cache-Control'
2017-07-21 06:20:30 +02:00