| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-lines | Grzegorz Bizon | 2016-07-01 | 3 | -3/+0 |
| | | |||||
| * | Fix 404 for pipelines | Kamil Trzcinski | 2016-06-23 | 3 | -1/+270 |
| | | |||||
| * | Authorize environments controller actions | Kamil Trzcinski | 2016-06-14 | 1 | -0/+43 |
| | | |||||
| * | Rename all `[ci_]commit` to `[ci_]pipeline` in specs and features | Kamil Trzcinski | 2016-06-03 | 1 | -2/+2 |
| | | |||||
| * | Rename Ci::Build commit to pipeline | Kamil Trzcinski | 2016-06-03 | 1 | -1/+1 |
| | | |||||
| * | Projects members tab should follow visibility levels | Felipe Artur | 2016-04-18 | 3 | -14/+14 |
| | | |||||
| * | Ensure project snippets have their own access level | Rémy Coutable | 2016-03-25 | 3 | -0/+234 |
| | | |||||
| * | Address feedback | Douwe Maan | 2016-03-22 | 3 | -16/+16 |
| | | |||||
| * | Tweaks, refactoring, and specs | Douwe Maan | 2016-03-20 | 7 | -648/+458 |
| | | |||||
| * | Fix specs | Felipe Artur | 2016-03-18 | 1 | -1/+1 |
| | | |||||
| * | Code fixes | Felipe Artur | 2016-03-17 | 3 | -15/+46 |
| | | |||||
| * | Merge 4009-external-users into issue_12658 | Felipe Artur | 2016-03-16 | 3 | -33/+117 |
| |\ | |||||
| | * | Create an external users tab on Admin user list | Zeger-Jan van de Weg | 2016-03-13 | 2 | -0/+38 |
| | | | | | | | | | Also incorporates the review into this, mainly spec changes. | ||||
| | * | External Users | Zeger-Jan van de Weg | 2016-03-13 | 3 | -33/+79 |
| | | | | | | | | | | | The user has the rights of a public user execpt it can never create a project, group, or team. Also it cant view internal projects. | ||||
| * | | Code improvements and add Create group service | Felipe Artur | 2016-03-16 | 1 | -2/+0 |
| | | | |||||
| * | | Add security specs | Felipe Artur | 2016-03-10 | 4 | -40/+312 |
| |/ | |||||
| * | Rename allow_guest_to_access_builds to public_builds | Kamil Trzcinski | 2016-02-04 | 1 | -0/+54 |
| | | |||||
| * | Fixed Rubocop offenses | Gabriel Mazetto | 2015-12-15 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'public_profiles' into 'master' | Dmitriy Zaporozhets | 2015-09-14 | 1 | -3/+3 |
| |\ | | | | | | | | | | | | | | | | | | | Make all group public https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1219# Internal issue - https://dev.gitlab.org/gitlab/gitlabhq/issues/1361 See merge request !1247 | ||||
| | * | Fix tests for group access | Dmitriy Zaporozhets | 2015-09-14 | 1 | -6/+6 |
| | | | |||||
| | * | Make all group public | Valery Sizov | 2015-09-09 | 1 | -9/+9 |
| | | | |||||
| * | | Fix help access spec | Douwe Maan | 2015-09-09 | 1 | -1/+1 |
| | | | |||||
| * | | Use new routing helper | Douwe Maan | 2015-09-08 | 1 | -1/+1 |
| |/ | |||||
| * | Change before(:all) -> let! to avoid leaking data across tests | Stan Hu | 2015-07-28 | 1 | -15/+15 |
| | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9495 | ||||
| * | Move spec/features/admin/security_spec to spec/features/securityrs-security-spec-speed | Robert Speicher | 2015-07-22 | 1 | -0/+29 |
| | | |||||
| * | Consolidate group access specs into one file | Robert Speicher | 2015-07-22 | 5 | -353/+284 |
| | | |||||
| * | Remove redundant Profile access test cases | Robert Speicher | 2015-07-22 | 1 | -9/+0 |
| | | | | | | | The user being created was no different than what `be_allowed_for` was doing behind the scenes so we were essentially testing all user-level accesses twice. | ||||
| * | Remove be_not_found_for matcher | Robert Speicher | 2015-07-22 | 1 | -5/+0 |
| | | | | | It was only used in one test, and the test was kind of redundant. | ||||
| * | Move access-related matchers to their own module | Robert Speicher | 2015-07-22 | 9 | -1/+18 |
| | | |||||
| * | 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> | ||||
| * | Update spec/features/security specs | Robert Speicher | 2015-06-22 | 1 | -1/+1 |
| | | |||||
| * | Add Profiles::PreferencesController | Robert Speicher | 2015-06-13 | 1 | -2/+2 |
| | | |||||
| * | Move group members index from `/members` to `/group_members`. | Douwe Maan | 2015-03-15 | 4 | -8/+8 |
| | | |||||
| * | Move project members index from `/team` to `/project_members` | Douwe Maan | 2015-03-15 | 3 | -6/+6 |
| | | |||||
| * | Rename dashboard landing page to Your projects | Dmitriy Zaporozhets | 2015-03-10 | 1 | -2/+2 |
| | | |||||
| * | Move Profile groups tests to Dashboard group tests | Dmitriy Zaporozhets | 2015-03-08 | 2 | -59/+56 |
| | | |||||
| * | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 3 | -49/+49 |
| | | | | | | | 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. | ||||
| * | Updated rspec to rspec 3.x syntax | Jeroen van Baarsen | 2015-02-12 | 9 | -503/+512 |
| | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
| * | Fix security tests | Dmitriy Zaporozhets | 2014-09-25 | 3 | -3/+3 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Delete wall notes tests | Dmitriy Zaporozhets | 2014-06-13 | 3 | -33/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix group projects fetch | Dmitriy Zaporozhets | 2014-05-29 | 1 | -0/+12 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix specs. Fix note form reset after submit | Dmitriy Zaporozhets | 2014-05-24 | 3 | -33/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Split feature tests out to different build job | Jeroen van Baarsen | 2014-04-13 | 9 | -9/+9 |
| | | |||||
| * | Make use of project factory traits | Robert Speicher | 2014-03-19 | 4 | -10/+5 |
| | | |||||
| * | Dont test models methods in security specs | Dmitriy Zaporozhets | 2014-02-25 | 4 | -22/+2 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Allow access to groups with public projects. | Jason Hollingsworth | 2014-02-20 | 4 | -0/+268 |
| | | | | | | Fixed Group avatars to only display when user has read permissions to at least one project in the group. | ||||
| * | Make changes to tests | Dmitriy Zaporozhets | 2014-01-22 | 3 | -3/+3 |
| | | | | | | | | * project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Adding authenticated public mode (internal). | Jason Hollingsworth | 2013-11-26 | 3 | -1/+258 |
| | | | | | | | Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set. | ||||
| * | Fix profile specs | Dmitriy Zaporozhets | 2013-10-09 | 1 | -1/+1 |
| | | |||||
