authelia/server/src/lib/storage
Clément Michaud c503765dd6
Implement retry mechanism for broken connections to mongo (#258)
Before this patch, when Authelia started, if Mongo was not
up and running, Authelia failed to connect and never retried.
Now, everytime Authelia faces a broken connection, it tries
to reconnect during the next operation.
2018-08-19 16:51:36 +02:00
..
mongo Implement retry mechanism for broken connections to mongo (#258) 2018-08-19 16:51:36 +02:00
nedb Refactor configuration to remove optional sections from minimal template 2018-08-09 23:52:53 +02:00
AuthenticationTraceDocument.d.ts Split client and server 2017-10-07 00:49:42 +02:00
CollectionFactoryFactory.ts Split client and server 2017-10-07 00:49:42 +02:00
CollectionFactoryStub.spec.ts Refactor configuration to remove optional sections from minimal template 2018-08-09 23:52:53 +02:00
CollectionStub.spec.ts Refactor configuration to remove optional sections from minimal template 2018-08-09 23:52:53 +02:00
ICollection.d.ts Split client and server 2017-10-07 00:49:42 +02:00
ICollectionFactory.d.ts Split client and server 2017-10-07 00:49:42 +02:00
IdentityValidationDocument.d.ts Split client and server 2017-10-07 00:49:42 +02:00
IUserDataStore.d.ts Split client and server 2017-10-07 00:49:42 +02:00
TOTPSecretDocument.d.ts Split client and server 2017-10-07 00:49:42 +02:00
U2FRegistrationDocument.d.ts Split client and server 2017-10-07 00:49:42 +02:00
UserDataStore.spec.ts Refactor configuration to remove optional sections from minimal template 2018-08-09 23:52:53 +02:00
UserDataStore.ts Split client and server 2017-10-07 00:49:42 +02:00
UserDataStoreStub.spec.ts Refactor configuration to remove optional sections from minimal template 2018-08-09 23:52:53 +02:00