..
const.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
errors.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
handler_configuration.go
Allow administrator to provide a Google Analytics tracking ID.
2019-12-08 14:31:48 +01:00
handler_configuration_test.go
Allow administrator to provide a Google Analytics tracking ID.
2019-12-08 14:31:48 +01:00
handler_extended_configuration.go
Allow administrator to provide a Google Analytics tracking ID.
2019-12-08 14:31:48 +01:00
handler_extended_configuration_test.go
Allow administrator to provide a Google Analytics tracking ID.
2019-12-08 14:31:48 +01:00
handler_firstfactor.go
Fix and parallelize integration tests.
2019-12-05 11:05:24 +01:00
handler_firstfactor_test.go
Fix and parallelize integration tests.
2019-12-05 11:05:24 +01:00
handler_logout.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
handler_logout_test.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
handler_register_totp.go
Rewrite authelia frontend to improve user experience.
2019-12-05 11:05:24 +01:00
handler_register_u2f_step1.go
Rewrite authelia frontend to improve user experience.
2019-12-05 11:05:24 +01:00
handler_register_u2f_step2.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
handler_reset_password_step1.go
Rewrite authelia frontend to improve user experience.
2019-12-05 11:05:24 +01:00
handler_reset_password_step2.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
handler_sign_duo.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
handler_sign_duo_test.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
handler_sign_totp.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
handler_sign_u2f_step1.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
handler_sign_u2f_step2.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
handler_state.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
handler_state_test.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
handler_user_info.go
Fix backend unit tests.
2019-12-08 14:31:48 +01:00
handler_user_info_test.go
Fix backend unit tests.
2019-12-08 14:31:48 +01:00
handler_verify.go
Add a warning log when /%23/ characters are detected.
2019-12-06 22:34:57 +01:00
handler_verify_test.go
Fix and parallelize integration tests.
2019-12-05 11:05:24 +01:00
safe_redirection.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
safe_redirection_test.go
Move source code into internal directory to follow standard project layout.
2019-11-17 16:30:33 +01:00
types.go
Introduce hasU2F and hasTOTP in user info.
2019-12-08 14:31:48 +01:00