Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6.3k
[Feature] Private README.md for organization#32872
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
54593db to55af509Comparechangchaishi commentedDec 23, 2024 • edited by wxiaoguang
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by wxiaoguang
Uh oh!
There was an error while loading.Please reload this page.
Hi, I listed the behaviors that this PR implemented as below:
|
wxiaoguang commentedDec 23, 2024
Could you add some tests in If I understand correctly: view as public: private repositories won't be listed. |
changchaishi commentedDec 27, 2024
In this design So viewing as public does not mean that a member user will not see private repos listed if he/she already has permission. |
wxiaoguang commentedDec 27, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Maybe GitHub also changed their behavior: While I still think it needs to add some tests in |
changchaishi commentedDec 27, 2024
I'm working on it. Trying to get familiar with the integration tests. |
4347353 to48b4be2CompareUh oh!
There was an error while loading.Please reload this page.
lunny commentedDec 31, 2024
wxiaoguang commentedDec 31, 2024
It is#32872 (comment) :
|
0387195 intogo-gitea:mainUh oh!
There was an error while loading.Please reload this page.
wxiaoguang commentedDec 31, 2024
Then we can add "org profile wiki" link easily: Add profile wiki to org home#32947 |
* giteaofficial/main: [skip ci] Updated translations via Crowdin unset XDG_HOME_CONFIG as gitea manages configuration locations (go-gitea#33067) Refactor repo-new.ts (go-gitea#33070) Refactor pull-request compare&create page (go-gitea#33071) feat: link to nuget dependencies (go-gitea#26554) Remove some unnecessary template helpers (go-gitea#33069) Inherit submodules from template repository content (go-gitea#16237) [skip ci] Updated translations via Crowdin feat(action): issue change title notifications (go-gitea#33050) Use project's redirect url instead of composing url (go-gitea#33058) Fix unittest and repo create bug (go-gitea#33061) Fix locale type (go-gitea#33059) Refactor maven package registry (go-gitea#33049) Optimize the installation page (go-gitea#32994) [Feature] Private README.md for organization (go-gitea#32872) Make issue suggestion work for new PR page (go-gitea#33035) Add IntelliJ Gateway's .uuid to gitignore (go-gitea#33052)







Uh oh!
There was an error while loading.Please reload this page.
Implemented#29503
Changes:
.profilerepository name forREADME.md, adding the private one, I rename the contexts withPublicandPrivateinside them.view_asquery parameter. Still, the existing query scheme is quite limited due to the integration with the search form and the repository paginator, so my workaround is to forcefully bring augmented query strings of member/public to the tmpl file.Things lack and need further guidance (update: all done)
.profilethemake repository private checkbox should be disabled and stay unchecked, whereas.profile-private, the checkbox should be disabled and force checked.Screenshots: