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-06-22Update mock and stub syntax for specsRobert Speicher
2015-06-22Fix features syntaxRobert Speicher
2015-06-19Add 2FA status to Admin::Users#showRobert Speicher
2015-06-16Fix duplicate 'Email has already been taken' message when creating a userswellard
2015-06-15Merge branch 'rs-dev-issue-2228' into 'master'Dmitriy Zaporozhets
2015-06-15Add `allowing_for_delay` helper method for feature specsRobert Speicher
2015-06-14Use `page.all` and `page.within` in specsRobert Speicher
2015-06-14Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher
2015-06-14Add feature specs for default dashboard preferenceRobert Speicher
2015-06-14Simplify the javascript behavior for Preference updatingRobert Speicher
2015-06-14Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher
2015-06-14Move the "Design" templates and logic to PreferencesRobert Speicher
2015-06-14Add Profiles::PreferencesControllerRobert Speicher
2015-06-03Merge branch 'repo-remove'Dmitriy Zaporozhets
2015-06-03Fix tests and increase delay time before remove repositoryDmitriy Zaporozhets
2015-06-02Add feature specs for Project and Group description renderingRobert Speicher
2015-05-27Add ExternalLinkFilter to Markdown pipelineRobert Speicher
2015-05-26Make use of to_reference in more specsRobert Speicher
2015-05-26Add a note about the commented-out test in Markdown FeatureRobert Speicher
2015-05-26Use to_reference in Markdown feature specRobert Speicher
2015-05-21Update ffaker gemRobert Speicher
2015-05-11Handle password reset for users with 2FA enabledRobert Speicher
2015-05-10Prevent "You are already signed in." error message upon 2FA loginRobert Speicher
2015-05-10Generate 10 2FA backup codes instead of the default of 5Robert Speicher
2015-05-10Add :two_factor trait to User factoryRobert Speicher
2015-05-10Fix 2FA backup code removalRobert Speicher
2015-05-10Refactor SessionsControllerRobert Speicher
2015-05-10Make two-factor login work and add a feature specRobert Speicher
2015-05-08Remove class and id attributes from SanitizationFilter whitelistRobert Speicher
2015-05-08Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets
2015-05-07Fix Markdown feature specRobert Speicher
2015-05-07Change wording for task list summariesRobert Speicher
2015-05-07Add Markdown feature specs for markup inside linksRobert Speicher
2015-05-06Task List feature and JS specsRobert Speicher
2015-05-06Add TaskList to Markdown feature specRobert Speicher
2015-05-03Merge pull request #9234 from dsander/group-milestones-by-titleDmitriy Zaporozhets
2015-05-01Group milestones by title in the dashboard and all other issue viewsDominik Sander
2015-04-30Autolink short URLsRobert Speicher
2015-04-30Add a feature spec for our entire Markdown parsing stackRobert Speicher
2015-04-27Specs don't need to set default_url_options anymoreRobert Speicher
2015-04-24Merge branch 'commit-project' into 'master'Douwe Maan
2015-04-24Use project.commit convenience method.Douwe Maan
2015-04-24Try to fix tests for pull request #9065Stefan Tatschner
2015-04-15Re-fix image rendering for help pagesRobert Speicher
2015-04-15Revert "Fix and improve help rendering"Robert Speicher
2015-04-08Upon successful login, clear `reset_password_token` fieldRobert Speicher
2015-04-03Fix and improve help renderingSullivan SENECHAL
2015-03-27Fix tests and unassigned filter for issues. Updated CHANGELOGDmitriy Zaporozhets
2015-03-17Merge branch 'atom-xhtml-squashed' into 'master'Douwe Maan
2015-03-17Fix invalid Atom feeds when using emoji, horizontal rules, or images.Christian Walther