Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

login and authdeny consistency (SYN-4870) #3035

Merged
merged 11 commits into from
Mar 9, 2023
Merged

Conversation

vEpiphyte
Copy link
Contributor

@vEpiphyte vEpiphyte commented Mar 6, 2023

  • Ensure locked users cannot login with dmon SSL listeners
  • AuthDeny errors now report the associated useriden in the user key, and the username in the username key. Previously this behavior was inconsistent.

@vEpiphyte vEpiphyte added this to the v2.12x.x milestone Mar 6, 2023
@codecov
Copy link

codecov bot commented Mar 6, 2023

Codecov Report

Patch coverage: 98.55% and project coverage change: +44.65 🎉

Comparison is base (adc01d1) 52.46% compared to head (f1d014c) 97.12%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #3035       +/-   ##
===========================================
+ Coverage   52.46%   97.12%   +44.65%     
===========================================
  Files         220      221        +1     
  Lines       43741    43766       +25     
===========================================
+ Hits        22950    42507    +19557     
+ Misses      20791     1259    -19532     
Flag Coverage Δ
linux 97.12% <98.55%> (?)
linux_replay ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
synapse/lib/hive.py 92.32% <0.00%> (+37.88%) ⬆️
synapse/cortex.py 96.72% <100.00%> (+47.38%) ⬆️
synapse/lib/cell.py 98.44% <100.00%> (+33.82%) ⬆️
synapse/lib/hiveauth.py 96.33% <100.00%> (+29.82%) ⬆️
synapse/lib/storm.py 95.69% <100.00%> (+62.19%) ⬆️
synapse/lib/stormlib/cell.py 99.07% <100.00%> (+74.07%) ⬆️
synapse/lib/stormlib/notifications.py 100.00% <100.00%> (+61.53%) ⬆️
synapse/lib/stormlib/oauth.py 100.00% <100.00%> (+60.81%) ⬆️
synapse/lib/stormlib/project.py 99.32% <100.00%> (+69.30%) ⬆️
synapse/lib/stormtypes.py 98.66% <100.00%> (+58.43%) ⬆️
... and 149 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

invisig0th
invisig0th previously approved these changes Mar 8, 2023
CHANGELOG.rst Outdated Show resolved Hide resolved
@vEpiphyte vEpiphyte merged commit ba9c5b3 into master Mar 9, 2023
@vEpiphyte vEpiphyte deleted the feat_login_consistency branch May 1, 2023 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants