Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-29bugfix: use `require_dependency` to bring in DeclarativePolicyhttp://jneen.net/
2017-06-27convert the special-case Ability methods to use policieshttp://jneen.net/
2017-06-27convert all the policies to DeclarativePolicyhttp://jneen.net/
2017-03-09use a magic default :global symbol instead of nilhttp://jneen.net/
2017-01-25address commentsJarka Kadlecova
2017-01-19Support notes without projectJarka Kadlecova
2016-08-30factor out a RuleSet so that `delegate!` retains @cannothttp://jneen.net/
2016-08-30remove the rest of the dead codehttp://jneen.net/
2016-08-30take the dive - only use abilities from Policieshttp://jneen.net/
2016-08-30port UserPolicyhttp://jneen.net/
2016-08-30port runners, namespaces, group/project_membershttp://jneen.net/
2016-08-30trim more dead codehttp://jneen.net/
2016-08-30port groupshttp://jneen.net/
2016-08-30port personal snippetshttp://jneen.net/
2016-08-30trim dead codehttp://jneen.net/
2016-08-30add automatic detection of the policy classhttp://jneen.net/
2016-08-30port CommitStatus/Buildhttp://jneen.net/
2016-08-30add and use MergeRequestPolicyhttp://jneen.net/
2016-08-30port issues to Issu{able,e}Policyhttp://jneen.net/
2016-08-30add support for anonymous abilitieshttp://jneen.net/
2016-08-30add policies, and factor out ProjectPolicyhttp://jneen.net/
2016-08-30remove Ability.abilitieshttp://jneen.net/
2016-08-30make almost everything on Ability privatehttp://jneen.net/
2016-08-30don't double-cache project_abiliteshttp://jneen.net/
2016-08-30remove six, and use a Set insteadhttp://jneen.net/
2016-08-30re-enable the cyclomatic complexity checkerhttp://jneen.net/
2016-08-26Fix "Wiki" link not appearing in navigation for projects with external wikiAlejandro Rodríguez
2016-08-20Make Ability#project_abilities return unique values and fix countsStan Hu
2016-08-20Fix assorted rspec failures due to stale, cached user permissionsStan Hu
2016-08-17Merge branch 'master' into diff-line-comment-vuejsConnor Shea
2016-08-17Move action to render board lists to `Projects::Boards::ListsController`Douglas Barbosa Alexandre
2016-08-17Turn board for public projects accessible to everyoneDouglas Barbosa Alexandre
2016-08-17Add authorization to issues board related controllersDouglas Barbosa Alexandre
2016-08-13Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
2016-08-04Move abilities by subject class to a dedicated methodRémy Coutable
2016-08-04Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
2016-07-29Method for returning issues readable by a userYorick Peterse
2016-07-29Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
2016-07-27Incorporate review commentsStan Hu
2016-07-27Optimize maximum user access level lookup in loading of notesStan Hu
2016-07-26Add access checks for diff note and discussion resolutionDouwe Maan
2016-07-20Fix a few nitpicksRémy Coutable
2016-07-20Allow to disable user request access to groups/projectsFelipe Artur
2016-07-15Allow to access Container Registry for Public and Internal projectsKamil Trzcinski
2016-07-05Add a migration to remove requesters that are owners of their projectRémy Coutable
2016-07-05Fix condition in Ability and start with cheaper checksRémy Coutable
2016-07-05New :request_access ability to replace a ugly helperRémy Coutable
2016-06-30Disable Metrics/CyclomaticComplexity for Ability.allowedLin Jen-Shin
2016-06-29Use Ability to check pre-requisite. Change back to 403 because:Lin Jen-Shin
2016-06-23Fix 404 for pipelinesKamil Trzcinski