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
2015-04-02Merge branch 'import-current-user' into 'master'Dmitriy Zaporozhets
2015-04-02Merge branch 'repository-archive-worker' into 'master'Dmitriy Zaporozhets
2015-04-02Support configurable attachment size via Application SettingsStan Hu
2015-04-01Merge branch 'group-information-leak' into 'master'Dmitriy Zaporozhets
2015-03-31Import GitHub, Bitbucket or GitLab.com projects owned by authenticated user i...Douwe Maan
2015-03-31Add tests.Douwe Maan
2015-03-31Archive repositories in background worker.Douwe Maan
2015-03-27Add autocomplete controllerDmitriy Zaporozhets
2015-03-25Set Application controller default URL options to ensure all url_for calls ar...Stan Hu
2015-03-24Don't leak private group existence by redirecting from namespace controller t...Douwe Maan
2015-03-24Refactor GitAccess to use instance variables.Douwe Maan
2015-03-23Merge branch 'userpage-activity-scroll'Dmitriy Zaporozhets
2015-03-23Merge branch 'improve-contributions-calendar' into 'master'Dmitriy Zaporozhets
2015-03-23Include missing events and fix save functionality in admin service template s...Stan Hu
2015-03-23Fix atom feed for user pageDmitriy Zaporozhets
2015-03-23Add inifinite scroll to user activity on user pageDmitriy Zaporozhets
2015-03-22Refactor contributions events and write tests for calendarDmitriy Zaporozhets
2015-03-22Replace commits calendar with contributions calendarDmitriy Zaporozhets
2015-03-22Restyle oauth accounts at profile page and add ability to unlink accountDmitriy Zaporozhets
2015-03-21Merge branch 'user-location' into 'master'Dmitriy Zaporozhets
2015-03-21Add location to user profileDmitriy Zaporozhets
2015-03-20Link to CI with refValery Sizov
2015-03-20Add error message when have error on profile screenCarlos Ribeiro
2015-03-19Only trigger actual search if a search string is presentHannes Rosenögger
2015-03-18Extend the commit calendar to show the actual commits for a dateHannes Rosenögger
2015-03-18Merge branch 'external_wiki' into 'master'Dmitriy Zaporozhets
2015-03-17Merge branch 'last-deploy-key' into 'master'Dmitriy Zaporozhets
2015-03-17Merge branch 'issue_subscription' into 'master'Dmitriy Zaporozhets
2015-03-17Satisfy Rubocop.Douwe Maan
2015-03-17Delete deploy key when last connection to a project is destroyed.Douwe Maan
2015-03-16Fix restricted visibility bugsVinnie Okada
2015-03-16testsValery Sizov
2015-03-16Merge branch 'fix-restricted-visibility' into 'master'Dmitriy Zaporozhets
2015-03-16rename table subscribe; make it polymorficValery Sizov
2015-03-15SubscriptionValery Sizov
2015-03-15Move group leave action from dashboard/groups to groups/group_members.Douwe Maan
2015-03-15Move group members index from `/members` to `/group_members`.Douwe Maan
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-03-15Use `group_member` instead of `users_group` or `membership`.Douwe Maan
2015-03-14Merge branch 'master' into fix-restricted-visibilityVinnie Okada
2015-03-13Merge branch 'fix-encoding' into 'master'Dmitriy Zaporozhets
2015-03-13Move tag deletion to service and execute hooks and services.Douwe Maan
2015-03-13Reuse blob object fetched by Gitlab::Git::Blame.Douwe Maan
2015-03-13Everything from gitlab_git is already UTF-8.Douwe Maan
2015-03-13Merge branch 'master' into mr-filter-by-titleDmitriy Zaporozhets
2015-03-13Implement merge requests searchDmitriy Zaporozhets
2015-03-13Use same constant for amount of items per pageDmitriy Zaporozhets
2015-03-12Add a service to support external wikisHannes Rosenögger
2015-03-12Merge branch 'github-org-repos' into 'master'Dmitriy Zaporozhets
2015-03-12group controller refactoringValery Sizov