BookStack/app
Dan Brown 9b271e559f
Worked on MFA setup required flow
- Restructured some of the route naming to be a little more consistent.
- Moved the routes about to be more logically in one place.
- Created a new middleware to handle the auth of people that should be
  allowed access to mfa setup routes, since these could be used by
  existing logged in users or by people needing to setup MFA on access.
- Added testing to cover MFA setup required flow.
- Added TTL and method tracking to session last-login tracking system.
2021-08-02 22:02:25 +01:00
..
Actions Added the ability to remove an MFA method 2021-07-14 21:27:21 +01:00
Api Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Auth Worked on MFA setup required flow 2021-08-02 22:02:25 +01:00
Config Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Console Added command to reset user MFA 2021-07-14 20:50:36 +01:00
Entities Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Exceptions Added login redirect system to confirm/mfa 2021-07-18 16:52:31 +01:00
Facades Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Http Worked on MFA setup required flow 2021-08-02 22:02:25 +01:00
Interfaces Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Notifications Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Providers Updated all login events to route through single service 2021-07-17 17:45:00 +01:00
Settings Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Theming Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Traits Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Translation Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Uploads Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Util Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Application.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
helpers.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Model.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00