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-08-22Fix bug preventing invite by e-mailStan Hu
2015-08-21Fix blame view line groupingsStan Hu
2015-08-14Merge branch 'disable-internal-tracker-when-external-in-use' into 'master'Dmitriy Zaporozhets
2015-08-12Provide more feedback what went wrong if HipChat service failed testStan Hu
2015-08-07Show incompatible projects in Bitbucket import statusStan Hu
2015-08-06Merge branch 'add-current-user-to-autocomplete' into 'master'Dmitriy Zaporozhets
2015-08-06Merge branch 'remove-email-from-published-keys' into 'master'Douwe Maan
2015-08-06Merge branch 'fix-branch-errors-with-encoded-slashes' into 'master'Douwe Maan
2015-08-06Always add current user to autocomplete controller to support filter by "Me"Stan Hu
2015-08-05Add "Confirm user" button in user admin pageStan Hu
2015-08-04Only publish ssh key-type and keyZeger-Jan van de Weg
2015-08-02Fix errors deleting and creating branches with encoded slashesStan Hu
2015-07-24Merge branch 'rs-issue-2012' into 'master' Douwe Maan
2015-07-22Fix 404 error in files view after deleting the last file in a repositoryStan Hu
2015-07-19Make username parameter for Users#show case-insensitiveRobert Speicher
2015-07-18Disable internal issue tracker if external tracker in useStan Hu
2015-07-17Add support for destroying project milestonesStan Hu
2015-07-13Merge branch 'rs-disable-2fa-by-admin' into 'master'Dmitriy Zaporozhets
2015-07-13Merge branch 'rs-disable-2fa' into 'master'Dmitriy Zaporozhets
2015-07-11Better handle unknown projects and groups for autocompleteStan Hu
2015-07-11Fix user autocomplete for unauthenticated users accessing public projectsStan Hu
2015-07-11Add disable_two_factor route for Admin::UsersRobert Speicher
2015-07-10Add User#disable_two_factor!Robert Speicher
2015-07-06Return 40x error codes if branch could not be deleted in UIStan Hu
2015-07-02Add support for unlocking users in admin settingsStan Hu
2015-06-23Fix error when deleting a user who has projectsStan Hu
2015-06-23Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets
2015-06-23Fix Style/AlignHash cop violationsStan Hu
2015-06-22Fix Style/Blocks cop violationsRobert Speicher
2015-06-22Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher
2015-06-22Change `to_not` calls to `not_to`Robert Speicher
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-06-22Update and simplify Import controller specsRobert Speicher
2015-06-22Merge branch 'rs-dev-issue-2355' into 'master'Dmitriy Zaporozhets
2015-06-19Use User#two_factor_enabled instead of otp_required_for_loginRobert Speicher
2015-06-18Fix 403 Access Denied error messages when accessing Labels section in a proje...Stan Hu
2015-06-17Load the Merge Request > Commits tab lazilyRobert Speicher
2015-06-17Move Projects::MergeRequestsController spec to its correct locationRobert Speicher
2015-06-15Merge branch 'rs-dev-issue-2228' into 'master'Dmitriy Zaporozhets
2015-06-14Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher
2015-06-14Spec the failure cases for PreferencesController#updateRobert Speicher
2015-06-14Add RootControllerRobert Speicher
2015-06-14Add `dashboard` attribute to User modelRobert Speicher
2015-06-14Add Profiles::PreferencesControllerRobert Speicher
2015-05-24Bump secret key length to 32Robert Speicher
2015-05-23Add support for manually entering 2FA detailsRobert Speicher
2015-05-12Merge branch 'fix-avatar-removal' into 'master'Hannes Rosenögger
2015-05-10Clear all 2FA-related fields when user disables the featureRobert Speicher
2015-05-07Fix bug where avatar filenames were not actually deleted from the database du...Stan Hu
2015-05-04Merge branch 'fix-escaped-branches-in-compare' into 'master'Douwe Maan