James Smith
James Smith
Follows up #5127 to add UI for actually using groups. Resolves #2963.
We will need an API call to be able to add users to custom groups (added in #2963 )
The first user to authenticate automatically receives administrator privileges. Upon a fresh installation, the first user who successfully authenticates using normal login is automatically granted full administrative privileges. Impact: *...
Work in progress; the code will work, but in order to access download URLs, we need to use a different OAuth flow, just API key isn't good enough.
> BTW, the page layout seems a bit anbormal in the model detail info: > _Originally posted by @macdylan in [#5033](https://github.com/manyfold3d/manyfold/issues/5033#issuecomment-3509297706)_
Add a link to the entrypoint URL in HTML of each Model URI. `` @coderofsalvation is `rel=me` the right thing to use here? That's more for identity, would a custom...
These should be more secure. Use https://guides.rubyonrails.org/v7.2/active_record_encryption.html
I found the root cause of the issue. I had to configure the CORS policy on my S3 storage container. _Originally posted by @matty14892 in https://github.com/manyfold3d/manyfold/discussions/5032#discussioncomment-14929837_
> Is it possible to disable the new confirmation prompts? I'm working on importing over 100k models, and the additional confirmation prompts has really added a lot of additional clicking...
#3658 introduces a strength meter, but it only uses colour for feedback. We need to add text and appropriate aria attributes to make it accessible to visually impaired users and...