Resolve "Benutzerdaten-Abfrage: Mehrere Modi & OAuth-Modus" #207

Merged
savau merged 144 commits from 142-userdata-oauth-mode into oauth2 2024-03-13 17:24:06 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 3c4e6b62fb - Show all commits

View File

@ -321,8 +321,8 @@ postAdminTestR = do
<dl .deflist>
<dt .deflist__dt> appJobCronInterval
<dd .deflist__dd>#{tshow appJobCronInterval}
<dt .deflist__dt> appUserDbSyncWithin
<dd .deflist__dd>#{tshow appUserdbSyncWithin}
<dt .deflist__dt> appUserSyncWithin
<dd .deflist__dd>#{tshow appUserSyncWithin}
<dt .deflist__dt> appSynchroniseAvsUsersWithin
<dd .deflist__dd>#{tshow appSynchroniseAvsUsersWithin}
|]

View File

@ -493,7 +493,7 @@ handleJobs' wNum = C.mapM_ $ \jctl -> hoist delimitInternalState . withJobWorker
, Exc.Handler $ \case
MailNotAvailable -> return $ Right ()
e -> return . Left $ SomeException e
, Exc.Handler $ \SynchroniseUserdbNoLdap -> return $ Right () -- TODO
, Exc.Handler $ \SynchroniseUserdbNoUserdb -> return $ Right () -- TODO
#endif
, Exc.Handler $ \(e :: SomeException) -> return $ Left e
] . fmap Right