Feature #9029
closedDisable public project creation on a role basis
70%
Description
This feature implies to :
- Add a new role permission "Add public projects"
- Hide / show the public checkbox in the create / edit project page.
Files
Related issues
Updated by Jérôme BATAILLE over 13 years ago
Our company needs this feature.
We are developing this feature and we will propose a patch very soon.
Hope this feature will please some users :-)
Updated by Jérôme BATAILLE over 13 years ago
- File feature_9029_public_project_creation_role_permission.diff feature_9029_public_project_creation_role_permission.diff added
Here is the patch with FR and EN translations.
Not testing included.
Updated by Jérôme BATAILLE over 13 years ago
- Assignee changed from Jean-Philippe Lang to Jérôme BATAILLE
Updated by Jérôme BATAILLE over 13 years ago
- Assignee changed from Jérôme BATAILLE to Jean-Philippe Lang
- % Done changed from 0 to 70
Updated by Jérôme BATAILLE over 13 years ago
- File feature_9029_public_project_creation_role_permission_V1.1.diff feature_9029_public_project_creation_role_permission_V1.1.diff added
A fix has been added about the permission determination.
Updated by Jérôme BATAILLE over 13 years ago
- File feature_9029_public_project_creation_role_permission_V1_.2.diff feature_9029_public_project_creation_role_permission_V1_.2.diff added
Fixed a typo in the diff
Updated by Jérôme BATAILLE over 13 years ago
The patch works with Redmine V1.2.1
Updated by Jean-Philippe Lang over 12 years ago
- Subject changed from Disable public project creation on a rôle basis to Disable public project creation on a role basis
This patch only hides the checkbox but does not check for permission when submitting the form.
Updated by Go MAEDA over 7 years ago
- Has duplicate Feature #6913: An option to prevent making projects public added
Updated by Kevin Fischer almost 4 years ago
Mizuki Ishikawa, Mitsuyoshi Kawabata and me made another patch to solve this issue.
We added a new permission called "Publish Project" which allows (un)publishing a project.
When you don't have that permission we just show the current state of the project as a label.
We could not find a proper CSS class for just displaying a label inside the setting tab, so we just wrote the style directly in the style attribute for now. If anyone has a better suggestion please tell us.
We added unit tests and a migration which will give the "Publish Project" permission to all Roles that had the "Add Project" or "Edit Project" permission until now to preserve the permissions of existing users.
Updated by Mizuki ISHIKAWA over 3 years ago
When allowing users to manage projects, system administrators need to worry about projects that should be private are not public.
Unintended disclosure of information can lead to major information leaks.
By adding this permission, only some trusted users can publish the project.
It will reassure many system administrators.
Updated by Go MAEDA over 3 years ago
I am not a big fan of adding new permission in the project setting.
I personally do not think there is much necessity of this feature for the following reasons:
- As long as admin enables "Login required", the project will never become world-accessible
- It complicates permission management. Two permissions "Edit project" and "Publish project" are required to change the project's "public" setting
Updated by Mizuki ISHIKAWA over 3 years ago
Go MAEDA wrote:
I am not a big fan of adding new permission in the project setting.
I personally do not think there is much necessity of this feature for the following reasons:
- As long as admin enables "Login required", the project will never become world-accessible
I think there may be projects that have information that should not be shown to unauthorized users even if they are logged in (in some cases, employees of other companies are invited to Redmine).
I think we need a feature that restricts the project from being published by general users.
- It complicates permission management. Two permissions "Edit project" and "Publish project" are required to change the project's "public" setting
How about adding a setting that "allows general users to publish the project" instead of permissions?
If this setting is turned off, only the administrator can publish the project.
Updated by Go MAEDA almost 2 years ago
- Related to Feature #38048: Introduce permission to set a project public added
Updated by Go MAEDA almost 2 years ago
- Status changed from New to Closed
- Assignee deleted (
Jean-Philippe Lang) - Resolution set to Fixed
The same feature was implemented by #38048.