[allura:tickets] #8555 check blocked users better

2024-04-04 Thread Guillermo Cruz
- **status**: review --> closed - **Comment**: merged --- **[tickets:#8555] check blocked users better** **Status:** closed **Milestone:** unreleased **Created:** Tue Apr 02, 2024 09:39 PM UTC by Dave Brondsema **Last Updated:** Wed Apr 03, 2024 09:24 PM UTC **Owner:** Dave Brondsema If a

[allura:tickets] #8555 check blocked users better

2024-04-03 Thread Dave Brondsema
- **status**: in-progress --> review --- **[tickets:#8555] check blocked users better** **Status:** review **Milestone:** unreleased **Created:** Tue Apr 02, 2024 09:39 PM UTC by Dave Brondsema **Last Updated:** Tue Apr 02, 2024 09:42 PM UTC **Owner:** Dave Brondsema If a user is blocked at

[allura:tickets] #8555 check blocked users better

2024-04-02 Thread Dave Brondsema
db/8555 It was tempting to change this `has_access` code: ```python # access is denied for this role break ``` to be `return False`. That would've fixed this situation, but made several other tests fail. Instead, I decided it'd be better to change a few non-core places, and not change the

[allura:tickets] #8555 check blocked users better

2024-04-02 Thread Dave Brondsema
--- **[tickets:#8555] check blocked users better** **Status:** in-progress **Milestone:** unreleased **Created:** Tue Apr 02, 2024 09:39 PM UTC by Dave Brondsema **Last Updated:** Tue Apr 02, 2024 09:39 PM UTC **Owner:** Dave Brondsema If a user is blocked at the tool level, they still may