Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-13 | Don't assign numeric IDs for empty usernames (#6690) | Richard van der Hoff | 2 | -1/+2 | |
Fix a bug where we would assign a numeric userid if somebody tried registering with an empty username | |||||
2020-01-13 | Allow additional_resources to implement Resource directly (#6686) | Richard van der Hoff | 2 | -2/+12 | |
AdditionalResource really doesn't add any value, and it gets in the way for resources which want to support child resources or the like. So, if the resource object already implements the IResource interface, don't bother wrapping it. | |||||
2020-01-13 |