authelia/internal/suites
Clement Michaud 6f1ec2094d Fix HighAvailability suite randomness. 2019-12-08 16:41:28 +01:00
..
BypassAll Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
Docker Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
DuoPush Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
HighAvailability Update expiration timeouts from milliseconds to seconds. 2019-12-07 14:36:24 +01:00
LDAP Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
Mariadb Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
NetworkACL Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
Postgres Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
ShortTimeouts Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
Standalone Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
Traefik Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
README.md Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
action_2fa_methods.go Fix DuoPush suite and do some clean up. 2019-12-05 11:05:24 +01:00
action_http.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
action_login.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
action_logout.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
action_mail.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
action_register.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
action_reset_password.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
action_totp.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
action_visit.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
constants.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
docker.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
duo.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
environment.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
http.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
kubernetes.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00
registry.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
scenario_available_methods_test.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
scenario_backend_protection_test.go Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
scenario_bypass_policy_test.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
scenario_custom_headers_test.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
scenario_inactivity_test.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
scenario_one_factor_test.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
scenario_redirection_check_test.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
scenario_regulation_test.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
scenario_reset_password_test.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
scenario_two_factor_test.go Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
scenario_user_preferences_test.go Fix DuoPush suite and do some clean up. 2019-12-05 11:05:24 +01:00
suite_bypass_all.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
suite_bypass_all_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_docker.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
suite_docker_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_duo_push.go Fix DuoPush suite and do some clean up. 2019-12-05 11:05:24 +01:00
suite_duo_push_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_high_availability.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
suite_high_availability_test.go Fix HighAvailability suite randomness. 2019-12-08 16:41:28 +01:00
suite_kubernetes.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
suite_kubernetes_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_ldap.go Add support for LDAP over TLS. 2019-12-06 21:33:47 +01:00
suite_ldap_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_mariadb.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
suite_mariadb_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_network_acl.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
suite_network_acl_test.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
suite_postgres.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
suite_postgres_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_short_timeouts.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
suite_short_timeouts_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_standalone.go Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
suite_standalone_test.go Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
suite_traefik.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
suite_traefik_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suites.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
verify_body_contains.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
verify_is_first_factor_page.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
verify_is_home.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
verify_is_second_factor_page.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
verify_mail.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
verify_notification.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
verify_secret_authorized.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
verify_url_is.go Fix HighAvailability suite randomness. 2019-12-08 16:41:28 +01:00
webdriver.go Avoid creating a symbolic link to chromedriver in Travis. 2019-12-05 11:05:24 +01:00

README.md

Authelia Suites

A suite is a kind of virtual environment for Authelia. Please read the related documentation here to get more details.