| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use "Delete" in milestone and label delete buttons instead of "Remove" | Douwe Maan | 2015-12-02 | 1 | -1/+1 |
| | | |||||
| * | Fix: Images cannot show when projects' path was changeduploads_path_fix | Valery Sizov | 2015-10-14 | 1 | -0/+2 |
| | | |||||
| * | Fix grammar in admin area labels .nothing-here-block when no labels exist. | Aaron Snyder | 2015-09-26 | 1 | -1/+1 |
| | | | | | updating admin area > "Labels" text to "There are no labels yet.", per Stan Hus suggestion. | ||||
| * | Allow custom info to be added to Help page | Jeroen van Baarsen | 2015-09-18 | 1 | -0/+1 |
| | | | | | | | Fixes #2536 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
| * | Fix test | Stan Hu | 2015-09-10 | 1 | -2/+4 |
| | | |||||
| * | added spinach for glabal labelsglobal_labels | Valery Sizov | 2015-09-03 | 1 | -0/+117 |
| | | |||||
| * | Enable SSL verification for Webhooksenable_ssl_verification_web_hook | Valery Sizov | 2015-08-26 | 1 | -0/+15 |
| | | |||||
| * | Fix bug preventing invite by e-mail | Stan Hu | 2015-08-21 | 1 | -0/+15 |
| | | | | | | | This was broken in 70f5291808 as a result of introducing the ability to filter by current user. Closes #2320 | ||||
| * | Spinach tests | Artem Sidorenko | 2015-08-19 | 1 | -0/+16 |
| | | |||||
| * | capitalize URL in "Home page URL" | Ben Bodenmiller | 2015-08-17 | 1 | -1/+1 |
| | | |||||
| * | Add `Group#add_*` convenience methodsrs-group-convenience-methods | Robert Speicher | 2015-08-07 | 2 | -2/+2 |
| | | | | | Encapsulates the logic for `Gitlab::Access::WHATEVER` levels. | ||||
| * | Remove trailing linesreport-spam | Dmitriy Zaporozhets | 2015-08-06 | 1 | -2/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add tests for abuse report feature | Dmitriy Zaporozhets | 2015-08-06 | 1 | -0/+17 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Allow custom label to be set for authentication providers.auth-icons-labels | Douwe Maan | 2015-07-23 | 1 | -1/+8 |
| | | |||||
| * | Fix tests for admin identities after migrate to rspec3 | Dmitriy Zaporozhets | 2015-06-23 | 1 | -5/+2 |
| | | |||||
| * | Merge branch 'master' into admin-edit-identities | Dmitriy Zaporozhets | 2015-06-22 | 2 | -4/+4 |
| |\ | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/admin/users/show.html.haml | ||||
| | * | Fix features syntax | Robert Speicher | 2015-06-22 | 2 | -4/+4 |
| | | | |||||
| * | | Fix indendity test | Dmitriy Zaporozhets | 2015-06-22 | 1 | -5/+13 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Add tests for admin managing user identities | Dmitriy Zaporozhets | 2015-06-19 | 1 | -0/+36 |
| |/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Call `page.all` instead of `all` in feature steps | Robert Speicher | 2015-06-12 | 1 | -1/+1 |
| | | | | | | | | There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396 | ||||
| * | Change `within` to `page.within` in feature steps | Robert Speicher | 2015-06-12 | 3 | -6/+6 |
| | | |||||
| * | Update all `should`-style syntax to `expect` in features | Robert Speicher | 2015-06-12 | 8 | -55/+55 |
| | | |||||
| * | Remove show actions from Admin and Project DeployKeys | Robert Speicher | 2015-06-03 | 1 | -11/+0 |
| | | |||||
| * | Fix bug where Slack service channel was not saved in admin template settings. | Stan Hu | 2015-04-24 | 1 | -1/+12 |
| | | | | | | | Consolidate allowed parameters in one place to avoid these kinds of bugs in the future. Closes https://github.com/gitlabhq/gitlabhq/issues/9181 | ||||
| * | Add admin deploy keys tests.public-deploy-keys | Douwe Maan | 2015-04-03 | 1 | -0/+57 |
| | | |||||
| * | Include missing events and fix save functionality in admin service template ↵ | Stan Hu | 2015-03-23 | 1 | -0/+29 |
| | | | | | | | settings form Closes #1275 | ||||
| * | Use `project_member` instead of `team_member`. | Douwe Maan | 2015-03-15 | 1 | -1/+1 |
| | | |||||
| * | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -3/+3 |
| | | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers. | ||||
| * | Refactor issuable sorting a bit | Dmitriy Zaporozhets | 2015-02-05 | 1 | -1/+1 |
| | | |||||
| * | Spelling improvement, add in a group, not into group. | Sytse Sijbrandij | 2015-02-03 | 1 | -1/+1 |
| | | |||||
| * | Spinach for admin applications | Valery Sizov | 2015-01-19 | 1 | -0/+55 |
| | | |||||
| * | Add tests to home page url redirect | Dmitriy Zaporozhets | 2015-01-16 | 1 | -2/+4 |
| | | |||||
| * | Improve application settings and write tests | Dmitriy Zaporozhets | 2015-01-08 | 1 | -0/+16 |
| | | |||||
| * | Add feature spec for user ssh keys on admin page. | Marin Jankovski | 2014-12-29 | 1 | -0/+32 |
| | | |||||
| * | Fix spinach test | Dmitriy Zaporozhets | 2014-12-22 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add tests for remove group member feature in admin area | Dmitriy Zaporozhets | 2014-10-20 | 1 | -2/+21 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add test for broken admin user page | Dmitriy Zaporozhets | 2014-10-02 | 1 | -0/+19 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge branch 'spinach-step' of https://github.com/cirosantilli/gitlabhq into ↵ | Dmitriy Zaporozhets | 2014-09-22 | 5 | -23/+23 |
| |\ | | | | | | | | | | | | | | | | | cirosantilli-spinach-step Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/markdown_render.rb | ||||
| | * | Replace old spinach step definitions with step. | Ciro Santilli | 2014-09-22 | 5 | -23/+23 |
| | | | |||||
| * | | Merge pull request #7821 from cirosantilli/factor-spinach-classes | Dmitriy Zaporozhets | 2014-09-22 | 5 | -5/+5 |
| |\ \ | | | | | | | [factor] Prefix Spinach features with Spinach::Features::. | ||||
| | * | | Prefix Spinach features with Spinach::Features::. | Ciro Santilli | 2014-09-22 | 5 | -5/+5 |
| | |/ | |||||
| * | | Fix finder and tests for new membership models | Dmitriy Zaporozhets | 2014-09-15 | 1 | -1/+1 |
| |/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix tests | Dmitriy Zaporozhets | 2014-06-26 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Replace home icon with tab names | Dmitriy Zaporozhets | 2014-06-26 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Test secondary user email removal. | Marin Jankovski | 2014-06-23 | 1 | -0/+19 |
| | | |||||
| * | Fix project trasnfer for admin area | Dmitriy Zaporozhets | 2014-06-19 | 1 | -0/+26 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge branch 'rm-dir-prefix' of ↵ | Dmitriy Zaporozhets | 2014-03-13 | 6 | -0/+0 |
| |\ | | | | | | | https://github.com/cirosantilli/gitlab-elearn into cirosantilli-rm-dir-prefix | ||||
| | * | Remove dir prefix and suffix from tests inside dir. | Ciro Santillli | 2014-02-23 | 6 | -0/+0 |
| | | | |||||
| * | | Fix 500 error when try to update own profile in admin area | Dmitriy Zaporozhets | 2014-02-25 | 1 | -0/+13 |
| |/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | User pages are visible to users without login | Ciro Santillli | 2014-02-11 | 1 | -8/+5 |
| | | | | | ... if the user is authorized to at least one public project. | ||||
