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
2013-03-27notification scaffoldDmitriy Zaporozhets
2013-03-27annotatedDmitriy Zaporozhets
2013-03-26notification level for userDmitriy Zaporozhets
2013-03-25login with both email or usernameDmitriy Zaporozhets
2013-03-15reannotatedDmitriy Zaporozhets
2013-03-15add dark solarized theme for code previewDmitriy Zaporozhets
2013-03-13Use name+username in team -> newDmitriy Zaporozhets
2013-03-05Merge pull request #3143 from Undev/state-machine-3Dmitriy Zaporozhets
2013-03-05Prevent app crash if team owner removedDmitriy Zaporozhets
2013-03-04User's blocked field refactored to use state machineAndrew8xx8
2013-02-26remove unused code related to gitoliteDmitriy Zaporozhets
2013-02-26email validation addedDmitriy Zaporozhets
2013-02-19Fix project filter for MR on dashboardDmitriy Zaporozhets
2013-02-18Merge pull request #2991 from raphendyr/username_change_disablationDmitriy Zaporozhets
2013-02-18Count owned projects, not just personalMarin Jankovski
2013-02-14Add option to disable username changingJaakko Kantojärvi
2013-02-13Redesign Admin -> user -> show pageDmitriy Zaporozhets
2013-02-13style admin -> users page. Search by username tooDmitriy Zaporozhets
2013-02-12All scopes must be in lambdasAndrew8xx8
2013-01-31add path and path_with_namespace to api project entityDmitriy Zaporozhets
2013-01-25username is default param to UserAndrey Kumanyaev
2013-01-25Fix security issues with teamsDmitriy Zaporozhets
2013-01-25Fix mass-assignment. Dont allow users w/o access to create teamDmitriy Zaporozhets
2013-01-25fix User.potential_team_membersDmitriy Zaporozhets
2013-01-25allow/deny user to create group/teamDmitriy Zaporozhets
2013-01-25Remove simple code duplication in members controllersAndrey Kumanyaev
2013-01-25Added UserTeam core models (team and m-t-m relationships) and updated other m...Andrey Kumanyaev
2013-01-24User can create groupDmitriy Zaporozhets
2013-01-21Reporter cant create MR. Show user authorized projects in Admin areaDmitriy Zaporozhets
2013-01-17Refactor project creation. Added logout link to profile pageGitLab
2013-01-18Add optional signup.Marin Jankovski
2013-01-07Validate username uniq in scope of namespaceDmitriy Zaporozhets
2013-01-05Remove unused methodsDmitriy Zaporozhets
2013-01-04Continue refactoring. Use repostory and teamDmitriy Zaporozhets
2013-01-03Get rid of rolesDmitriy Zaporozhets
2013-01-02Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets
2013-01-02Project has now correct owner and creator. Increased test coverageDmitriy Zaporozhets
2012-12-30Add groups to search autocomplete. Use alphabetically scope for users orderDmitriy Zaporozhets
2012-12-27Fix not_in_project scope. Added counters in admin -> users. Improved seedsDmitriy Zaporozhets
2012-12-14added NamespacedProject role. Extended project info displayed for admin. Fixe...Dmitriy Zaporozhets
2012-12-12Validates presence of User#nameCyril
2012-11-29authorized_projects and authorized_groups methods for userDmitriy Zaporozhets
2012-11-29Fix group duplication on dashboard and project order in groupDmitriy Zaporozhets
2012-11-29Refactor abilities. Added ProjectUpdate context. Fixed few bugs with namespacesDmitriy Zaporozhets
2012-11-28Validate username. Gitlab::Regex addedDmitriy Zaporozhets
2012-11-25Fixed user.namespace_id exception if namespace is nilDmitriy Zaporozhets
2012-11-25Allow project creation in scope of group for non-admin but group ownersDmitriy Zaporozhets
2012-11-25ReannotatedDmitriy Zaporozhets
2012-11-23Deprecate code for Project. Use title and pathDmitriy Zaporozhets
2012-11-23Create dir with namespace. Create namespace with userDmitriy Zaporozhets