Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a button to Admin::Users#show to disable 2FA for that userrs-disable-2fa-by-admin | Robert Speicher | 2015-07-10 | 1 | -0/+33 |
| | |||||
* | Improve features to ensure Ajax filter has actually executedrs-dev-issue-2372 | Stan Hu | 2015-07-08 | 2 | -6/+10 |
| | |||||
* | Remove "mystery guest" from Milestone filtering features | Robert Speicher | 2015-07-08 | 2 | -26/+18 |
| | |||||
* | Use stub_application_setting in a few more specs | Robert Speicher | 2015-07-06 | 1 | -4/+2 |
| | | | | | These specs also failed when run by themselves before this change, so we've likely got some kind of cross-test contamination going on. | ||||
* | Add `feature` tag to feature specs | Robert Speicher | 2015-07-06 | 10 | -11/+11 |
| | | | | | Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs. | ||||
* | Rename NoMilestone to Milestone::None | Robert Speicher | 2015-07-06 | 2 | -2/+2 |
| | | | | Also refactors IssuableFinder to avoid redundant title check. | ||||
* | Remove duplicate feature spec for filtering issues by no milestone | Robert Speicher | 2015-07-06 | 1 | -16/+0 |
| | |||||
* | Allow user to filter by Issues/Merge Requests without a Milestone | Robert Speicher | 2015-07-06 | 2 | -0/+76 |
| | |||||
* | Audit log for user authentication | Valery Sizov | 2015-07-06 | 1 | -2/+2 |
| | |||||
* | Reporter role can manage issue tracker nowreporter-manage-issues | Dmitriy Zaporozhets | 2015-06-30 | 3 | -0/+36 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'rs-issue-1887' into 'master' | Dmitriy Zaporozhets | 2015-06-26 | 1 | -3/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Reorder MergeRequestTabs constructor The tab was being activated before we set the `[commits|diffs]Loaded` variable, so even when the `/diffs` route is accessed directly, like from the "Side-by-side" link, the tab was being loaded from its default source. Fixes #1887 See merge request !892 | ||||
| * | Fix merge request diff featuresrs-issue-1887 | Robert Speicher | 2015-06-25 | 1 | -3/+2 |
| | | |||||
* | | Update tests and use js-issuable class for context form | Dmitriy Zaporozhets | 2015-06-26 | 2 | -5/+5 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'rubocop-for-tests' into 'master' | Dmitriy Zaporozhets | 2015-06-23 | 4 | -18/+22 |
|\ | | | | | | | | | | | | | | | | | | | Enable rubocop for tests too cc @DouweM @rspeicher Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !862 | ||||
| * | Merge branch 'master' into rubocop-for-tests | Dmitriy Zaporozhets | 2015-06-23 | 4 | -5/+8 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/issues_spec.rb spec/models/forked_project_link_spec.rb spec/models/hooks/service_hook_spec.rb spec/models/hooks/web_hook_spec.rb spec/models/project_services/hipchat_service_spec.rb spec/requests/api/project_members_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/system_hooks_spec.rb spec/services/archive_repository_service_spec.rb spec/support/matchers.rb spec/tasks/gitlab/backup_rake_spec.rb | ||||
| * | | Fix Style/AlignHash cop violations | Stan Hu | 2015-06-22 | 1 | -6/+13 |
| | | | |||||
| * | | Fix Style/Blocks cop violations | Robert Speicher | 2015-06-22 | 1 | -3/+1 |
| | | | |||||
| * | | Fix Style/CommentIndentation cop violation | Robert Speicher | 2015-06-22 | 1 | -7/+7 |
| | | | |||||
| * | | Fix Style/HashSyntax violations | Robert Speicher | 2015-06-22 | 1 | -1/+1 |
| | | | |||||
| * | | Fix Style/TrailingBlankLines cop violations | Robert Speicher | 2015-06-22 | 1 | -1/+0 |
| | | | |||||
* | | | Merge branch 'rs-dev-issue-2414' into 'master' | Dmitriy Zaporozhets | 2015-06-23 | 1 | -0/+40 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Allow Admin to filter users by 2FA status > ![Screen_Shot_2015-06-19_at_4.38.12_PM](https://gitlab.com/gitlab-org/gitlab-ce/uploads/deba7f2a6b8d1548c1d1ac401e0e35a1/Screen_Shot_2015-06-19_at_4.38.12_PM.png) Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2414 See merge request !852 | ||||
| * | | Allow Admin to filter users by 2FA status | Robert Speicher | 2015-06-19 | 1 | -0/+40 |
| |/ | |||||
* | | Change `to_not` calls to `not_to` | Robert Speicher | 2015-06-22 | 1 | -1/+1 |
| | | | | | | | | Both work, but now we're consistent across the entire app. | ||||
* | | Update spec/features/security specs | Robert Speicher | 2015-06-22 | 1 | -1/+1 |
| | | |||||
* | | Update mock and stub syntax for specs | Robert Speicher | 2015-06-22 | 2 | -3/+6 |
| | | |||||
* | | Fix features syntax | Robert Speicher | 2015-06-22 | 1 | -1/+1 |
|/ | |||||
* | Add 2FA status to Admin::Users#show | Robert Speicher | 2015-06-19 | 1 | -4/+24 |
| | |||||
* | Fix duplicate 'Email has already been taken' message when creating a user | swellard | 2015-06-16 | 1 | -0/+21 |
| | |||||
* | Merge branch 'rs-dev-issue-2228' into 'master' | Dmitriy Zaporozhets | 2015-06-15 | 2 | -2/+84 |
|\ | | | | | | | | | | | | | | | | | | | Allow user to customize default Dashboard page Renames the "Design" profile page to "Preferences" and adds a field to customize the default Dashboard page: > ![Screen_Shot_2015-06-11_at_11.12.53_PM](https://gitlab.com/gitlab-org/gitlab-ce/uploads/b5282a3be7861d1148528c6bc9e7a0e0/Screen_Shot_2015-06-11_at_11.12.53_PM.png) See merge request !778 | ||||
| * | Add `allowing_for_delay` helper method for feature specs | Robert Speicher | 2015-06-14 | 1 | -6/+8 |
| | | |||||
| * | Add feature specs for default dashboard preference | Robert Speicher | 2015-06-13 | 1 | -9/+48 |
| | | |||||
| * | Simplify the javascript behavior for Preference updating | Robert Speicher | 2015-06-13 | 1 | -0/+8 |
| | | |||||
| * | Add Gitlab::Themes module; remove Gitlab::Theme | Robert Speicher | 2015-06-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Now we can simply loop through all themes, among other things. This also removes the `dark_theme` / `light_theme` classes and the `theme_type` helper, since they weren't used anywhere. | ||||
| * | Move the "Design" templates and logic to Preferences | Robert Speicher | 2015-06-13 | 1 | -0/+33 |
| | | |||||
| * | Add Profiles::PreferencesController | Robert Speicher | 2015-06-13 | 1 | -2/+2 |
| | | |||||
* | | Use `page.all` and `page.within` in specsrs-expect-syntax-specs | Robert Speicher | 2015-06-13 | 4 | -20/+20 |
| | | |||||
* | | Change `foo.should` syntax to `expect(foo).to` in specs | Robert Speicher | 2015-06-13 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'repo-remove' | Dmitriy Zaporozhets | 2015-06-03 | 1 | -7/+0 |
|\ | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/projects_spec.rb | ||||
| * | Fix tests and increase delay time before remove repository | Dmitriy Zaporozhets | 2015-06-03 | 1 | -9/+0 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Add feature specs for Project and Group description rendering | Robert Speicher | 2015-06-02 | 3 | -12/+82 |
|/ | |||||
* | Add ExternalLinkFilter to Markdown pipeliners-dont-follow-me | Robert Speicher | 2015-05-27 | 1 | -1/+13 |
| | | | | Forces a `rel="nofollow"` attribute on all external links. | ||||
* | Make use of to_reference in more specs | Robert Speicher | 2015-05-26 | 1 | -17/+17 |
| | |||||
* | Add a note about the commented-out test in Markdown Feature | Robert Speicher | 2015-05-26 | 1 | -0/+4 |
| | |||||
* | Use to_reference in Markdown feature spec | Robert Speicher | 2015-05-26 | 1 | -11/+6 |
| | |||||
* | Update ffaker gem | Robert Speicher | 2015-05-20 | 1 | -1/+1 |
| | | | | | | Adds a version requirement which it didn't have before, at 2.0.0. This version has breaking API changes in that the namespace is now `FFaker` instead of `Faker`. | ||||
* | Handle password reset for users with 2FA enabled2fa | Robert Speicher | 2015-05-11 | 2 | -2/+55 |
| | |||||
* | Prevent "You are already signed in." error message upon 2FA login | Robert Speicher | 2015-05-09 | 1 | -1/+18 |
| | |||||
* | Generate 10 2FA backup codes instead of the default of 5 | Robert Speicher | 2015-05-09 | 1 | -2/+2 |
| | |||||
* | Add :two_factor trait to User factory | Robert Speicher | 2015-05-09 | 1 | -8/+4 |
| | |||||
* | Fix 2FA backup code removal | Robert Speicher | 2015-05-09 | 1 | -7/+5 |
| |