•  
      request #14498 git permissions management by users.
    Infos
    #14498
    Jérôme Averty (javerty)
    2020-09-11 10:53
    2020-02-05 15:48
    15747
    Details
    git permissions management by users.
    In the case of code fork for example, some developers would like to be able to be the only ones to modify their code. In this case a management by group is possible, but it is necessary to create a group by user.
    Is it not possible to manage permsissions on repositories by group AND by users, user premissions having priority.
    SCM/Git
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    New
    Empty
    Attachments
    Empty
    References
    Referenced by request #14498

    Follow-ups

    User avatar
    At least, it would be useful to have an exception on the proprietary of the fork in order to be able to read/commit/rewind by default: it's my OWN fork.

    Currently, when a project decide to use personal forks, the main repository is set read-only mostly for all teamates and everybody has to fork. But the resulting fork is also read-only. Unless we set write permission to project members, but doing this, the repository is no more **personal**.