Fri, Jan 10
Fri, Jan 10
machniak requested changes to D5082: Authentication health check.
mollekopf requested review of D5082: Authentication health check.
Thu, Jan 9
Thu, Jan 9
machniak committed rKcfe362d051c9: Cleanup/de-duplicate password validation code (authored by machniak).
Cleanup/de-duplicate password validation code
Google Takeout driver for DataMigrator
Wed, Jan 8
Wed, Jan 8
Fix Undefined array key "isPending"
machniak requested review of D5080: Remove "Functional" tests.
machniak requested review of D5078: Cleanup/de-duplicate password validation code.
Mon, Jan 6
Mon, Jan 6
Fix PHP warning in getFileReference()
machniak committed rSfbf08af75fd7: Fix regressions, don't call gzinflate() on an uncompressed data (authored by machniak).
Fix regressions, don't call gzinflate() on an uncompressed data
machniak committed rRPK12787ff4c220: Tags: Fix removing tags from messages list on tag delete from a mail preview… (authored by machniak).
Tags: Fix removing tags from messages list on tag delete from a mail preview…
mollekopf committed rK77ced2efb642: Token validation when providing it as a password (authored by mollekopf).
Token validation when providing it as a password
Fix PHP warning
mollekopf updated the diff for D5074: Token validation when providing it as a password.
Moved the token validation to findAndAuthenticate, so we can skip mfa when a token has been validated.
machniak requested changes to D5074: Token validation when providing it as a password.
After another look I think we might be doing something wrong here. A valid token should disable/skip 2FA use. Current User::findAndAuthenticate() will not skip 2FA if the password is a valid token.
mollekopf updated the diff for D5074: Token validation when providing it as a password.
Comment style
mollekopf updated the diff for D5074: Token validation when providing it as a password.
Now with an actual test
machniak requested changes to D5074: Token validation when providing it as a password.
mollekopf updated the diff for D5074: Token validation when providing it as a password.
Addressed comments