• Dmitriy Zaporozhets's avatar
    Merge branch 'fix-restricted-visibility' into 'master' · 648f38cd
    Dmitriy Zaporozhets authored
    Restricted visibility levels - bug fix and new feature
    
    This allows admin users to override restricted visibility settings when creating and updating projects and snippets, and moves the restricted visibility configuration from gitlab.yml to the web UI.  See #1903.
    
    ## Move configuration location
    
    I added a new section to the application settings page for restricted visibility levels.  Each level has a checkbox, styled with Bootstrap to look like a toggle button.  A checked box means that the level is restricted.  I added a glowing text shadow and changed the background color for checked buttons because the default styles made it hard to distinguish between checked and unchecked.  This image shows the new section with the "Public" box checked:
    
    ![restricted_visibility_settings](https://dev.gitlab.org/Okada/gitlabhq/uploads/629562e4313f89b795e81c3bb0f95893/restricted_visibility_settings.png)
    
    ## Allow admins to override
    
    To allow admin users to overrid...
    648f38cd
To find the state of this project's repository at the time of any of these versions, check out the tags..
CHANGELOG 50.6 KB