summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Expand)AuthorAgeFilesLines
* Fix Style/AlignHash cop violationsStan Hu2015-06-221-6/+13
* Fix Style/Blocks cop violationsRobert Speicher2015-06-221-3/+1
* Fix Style/CommentIndentation cop violationRobert Speicher2015-06-221-7/+7
* Fix Style/HashSyntax violationsRobert Speicher2015-06-221-1/+1
* Fix Style/TrailingBlankLines cop violationsRobert Speicher2015-06-221-1/+0
* Add 2FA status to Admin::Users#showRobert Speicher2015-06-191-4/+24
* Fix duplicate 'Email has already been taken' message when creating a userswellard2015-06-161-0/+21
* Merge branch 'rs-dev-issue-2228' into 'master'Dmitriy Zaporozhets2015-06-152-2/+84
|\
| * Add `allowing_for_delay` helper method for feature specsRobert Speicher2015-06-141-6/+8
| * Add feature specs for default dashboard preferenceRobert Speicher2015-06-131-9/+48
| * Simplify the javascript behavior for Preference updatingRobert Speicher2015-06-131-0/+8
| * Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher2015-06-131-3/+3
| * Move the "Design" templates and logic to PreferencesRobert Speicher2015-06-131-0/+33
| * Add Profiles::PreferencesControllerRobert Speicher2015-06-131-2/+2
* | Use `page.all` and `page.within` in specsrs-expect-syntax-specsRobert Speicher2015-06-134-20/+20
* | Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-131-1/+1
|/
* Merge branch 'repo-remove'Dmitriy Zaporozhets2015-06-031-7/+0
|\
| * Fix tests and increase delay time before remove repositoryDmitriy Zaporozhets2015-06-031-9/+0
* | Add feature specs for Project and Group description renderingRobert Speicher2015-06-023-12/+82
|/
* Add ExternalLinkFilter to Markdown pipeliners-dont-follow-meRobert Speicher2015-05-271-1/+13
* Make use of to_reference in more specsRobert Speicher2015-05-261-17/+17
* Add a note about the commented-out test in Markdown FeatureRobert Speicher2015-05-261-0/+4
* Use to_reference in Markdown feature specRobert Speicher2015-05-261-11/+6
* Update ffaker gemRobert Speicher2015-05-201-1/+1
* Handle password reset for users with 2FA enabled2faRobert Speicher2015-05-112-2/+55
* Prevent "You are already signed in." error message upon 2FA loginRobert Speicher2015-05-091-1/+18
* Generate 10 2FA backup codes instead of the default of 5Robert Speicher2015-05-091-2/+2
* Add :two_factor trait to User factoryRobert Speicher2015-05-091-8/+4
* Fix 2FA backup code removalRobert Speicher2015-05-091-7/+5
* Refactor SessionsControllerRobert Speicher2015-05-091-0/+8
* Make two-factor login work and add a feature specRobert Speicher2015-05-091-0/+82
* Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-classRobert Speicher2015-05-081-14/+14
* Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets2015-05-082-3/+163
|\
| * Change wording for task list summariesRobert Speicher2015-05-061-2/+2
| * Task List feature and JS specsRobert Speicher2015-05-061-0/+151
| * Add TaskList to Markdown feature specRobert Speicher2015-05-061-3/+12
* | Fix Markdown feature specRobert Speicher2015-05-061-2/+2
* | Add Markdown feature specs for markup inside linksrs-issue-1348Robert Speicher2015-05-061-0/+13
|/
* Merge pull request #9234 from dsander/group-milestones-by-titleDmitriy Zaporozhets2015-05-031-2/+2
|\
| * Group milestones by title in the dashboard and all other issue viewsDominik Sander2015-05-011-2/+2
* | Autolink short URLsRobert Speicher2015-04-301-3/+1
* | Add a feature spec for our entire Markdown parsing stackRobert Speicher2015-04-301-0/+393
|/
* Specs don't need to set default_url_options anymoreRobert Speicher2015-04-271-7/+0
* Merge branch 'commit-project' into 'master'Douwe Maan2015-04-241-1/+1
|\
| * Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
* | Try to fix tests for pull request #9065Stefan Tatschner2015-04-241-1/+1
|/
* Re-fix image rendering for help pagesRobert Speicher2015-04-151-1/+1
* Revert "Fix and improve help rendering"Robert Speicher2015-04-151-1/+1
* Upon successful login, clear `reset_password_token` fieldRobert Speicher2015-04-081-10/+33
* Fix and improve help renderingSullivan SENECHAL2015-04-031-1/+1