-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
feat: api endpoints for project boards #28209
base: main
Are you sure you want to change the base?
feat: api endpoints for project boards #28209
Conversation
…gitea into feat/api-projects
Just had a quick look but it looks like there is no is-user-able-to-see-project check at all. |
yes there is none right now, coz there are below mentioned hurdles which I wasn't sure how to tackle so wanted to discuss this out with someone responsible amongst the maintainers so that I take the right approach. Hurdles:
If someone can confirm, if its ok to do the manual permission's check in the Handler then I will go ahead and do the remaining implementations and finish this PR |
What is the use case for these URLs? They seem to be One can then further filter down by |
Fixes #14299
This PR is the continuation of the #28111
Adding endpoints for the boards