feat: api endpoints for project boards#28209
feat: api endpoints for project boards#28209dineshsalunke wants to merge 26 commits intogo-gitea:mainfrom
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