summaryrefslogtreecommitdiff
path: root/lib/gitlab/visibility_level.rb
Commit message (Expand)AuthorAgeFilesLines
* Squashed commits and modified visibility level outputSara Ahbabou2019-04-121-1/+1
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Merge branch 'bvl-fix-500-on-fork-without-restricted-visibility-levels' into ...Douwe Maan2018-02-021-1/+1
|\
| * Avoid error when no restricted levels are definedbvl-fix-500-on-fork-without-restricted-visibility-levelsBob Van Landuyt2018-02-021-1/+1
* | use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-3/+2
|/
* Forking a project to a namespace with lower visibility.bvl-fork-public-project-to-private-namespaceBob Van Landuyt2017-12-291-3/+9
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Always return the translated level name.35034-fix-unstranslated-visibility-levelsRuben Davila2017-07-131-2/+2
* Add User#full_private_access? to check if user has Private accesstc-refactor-projects-finder-init-collectionToon Claes2017-06-231-1/+1
* Refactor ProjectsFinder#init_collectionYorick Peterse2017-06-161-12/+14
* Translate project & repository pagesBob Van Landuyt2017-06-071-3/+3
* Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-1/+1
* Remove the User#is_admin? methodblackst0ne2017-04-091-1/+1
* Make level_value accept string integersToon Claes2017-03-201-2/+2
* Use string based `visibility` getter & setterToon Claes2017-03-021-3/+20
* A VisibilityLevel also can be presented as stringToon Claes2017-03-021-0/+16
* Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
* List all groups/projects for admins on explore pagesDouwe Maan2017-02-061-1/+13
* Backport changes introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_...Kamil Trzcinski2017-01-201-0/+1
* Fix forks creation when visibility level is restrictedissue_10725Felipe Artur2016-05-251-0/+7
* Fix specsDouwe Maan2016-03-201-4/+0
* Tweaks, refactoring, and specsDouwe Maan2016-03-201-0/+2
* Improve group visibility level featureZeger-Jan van de Weg2016-03-181-2/+2
* Code fixesFelipe Artur2016-03-171-7/+6
* Prevent projects to have higher visibility than groupsFelipe Artur2016-03-101-0/+7
* Fix GitlabV::isibilityLevel::level_name methodTomasz Maczukin2015-11-041-1/+1
* Move level_name resolving to Gitlan::VisibilityLevelTomasz Maczukin2015-11-031-0/+9
* Fork visibility level fixfork_visibility_levelValery Sizov2015-07-061-0/+4
* Move application setting to separate variable.Marin Jankovski2015-03-181-2/+4
* Handle nil restricted visibility settingsVinnie Okada2015-03-181-1/+5
* Move restricted visibility settings to the UIVinnie Okada2015-03-071-9/+11
* block visibility level restriction override in controllerJob van der Voort2014-08-281-1/+15
* Removed some constant allready defined warningsJeroen van Baarsen2014-07-161-4/+4
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-0/+42