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

Share private worksets #165

Merged
merged 9 commits into from
Feb 26, 2025
Merged

Share private worksets #165

merged 9 commits into from
Feb 26, 2025

Conversation

dkudeki
Copy link
Contributor

@dkudeki dkudeki commented Feb 26, 2025

Trying to access worksets the user is not authorized to access (such as from a shared link to a private workset, or logging out while working with a private workset), or an invalid workset id have been causing crashes of the frontend for not correctly handling the error type. Now these cases should return an HTTP 400 error, which could be used to create a meaningful error message for users, instead of the generic 500 error which we were getting before. Error logs on the server side should now be a bit more informative too.

Also renamed a few parts of the front-end, and limited public and user worksets from AG to 400 volumes.

@dkudeki dkudeki merged commit 1348cf4 into develop Feb 26, 2025
1 check passed
@dkudeki dkudeki deleted the share-private-worksets branch February 26, 2025 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant