Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Better message for failed pushes because of git hooks | Valery Sizov | 2014-11-18 | 2 | -14/+14 | |
| | | | | | | Conflicts: lib/gitlab/git_access.rb spec/lib/gitlab/git_access_spec.rb | |||||
* | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2014-11-04 | 1 | -3/+4 | |
|\ | ||||||
| * | Fix push not allowed to protected branch if | Ciro Santilli | 2014-11-03 | 1 | -3/+4 | |
| | | | | | | | | commit starts with 7 zeros. | |||||
* | | Session API: Use case-insensitive authentication like in UI | Andrey Krivko | 2014-10-30 | 1 | -1/+9 | |
|/ | ||||||
* | Add a comment in interceptor spec. | Marin Jankovski | 2014-10-27 | 1 | -0/+3 | |
| | ||||||
* | Add interceptor test. | Marin Jankovski | 2014-10-27 | 1 | -0/+23 | |
| | ||||||
* | Fix LDAP config lookup for provider 'ldap' | Jacob Vosmaer | 2014-10-23 | 1 | -1/+15 | |
| | ||||||
* | Fix account existing blocking | Dmitriy Zaporozhets | 2014-10-17 | 1 | -10/+66 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Add regressiontest to verify allow_single_sign_on setting | Jan-Willem van der Meer | 2014-10-16 | 1 | -11/+8 | |
| | | | | | | | verification for #1677 Since testing omniauth_callback_controller.rb is very difficult, the logic is moved to the models | |||||
* | Remove LDAP save test | Jan-Willem van der Meer | 2014-10-16 | 1 | -8/+8 | |
| | | | | This is handled within the LDAP class | |||||
* | Add specs for authentication and config | Jan-Willem van der Meer | 2014-10-14 | 2 | -0/+73 | |
| | ||||||
* | Merge tests to support Multiple LDAP groups | Jan-Willem van der Meer | 2014-10-13 | 3 | -24/+7 | |
| | ||||||
* | Refactor lib files for multiple LDAP groups | Jan-Willem van der Meer | 2014-10-13 | 1 | -16/+10 | |
| | ||||||
* | Refactor OAuth refactorings to CE | Jan-Willem van der Meer | 2014-10-10 | 3 | -69/+94 | |
| | ||||||
* | Developers can push to wiki repo. Protected branches does not affect wiki ↵ | Dmitriy Zaporozhets | 2014-10-07 | 1 | -0/+22 | |
| | | | | | | repo any more Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Track projects in ReferenceExtractor | Vinnie Okada | 2014-10-03 | 1 | -24/+28 | |
| | | | | | | Store both the project and identifier of extracted references. This prevents `ReferenceExtractor` from returning objects in the wrong project for cross-project references. | |||||
* | Add parenthesis to function def with arguments. | Ciro Santilli | 2014-10-03 | 1 | -1/+1 | |
| | ||||||
* | Add option to gitlab config to specify if LDAP server is active directory. | Marin Jankovski | 2014-09-30 | 1 | -0/+15 | |
| | ||||||
* | Refactor Gitlab::GitAccess tests | Dmitriy Zaporozhets | 2014-09-24 | 1 | -119/+66 | |
| | ||||||
* | Add GitAccess specs | Dmitriy Zaporozhets | 2014-09-24 | 1 | -0/+180 | |
| | ||||||
* | Merge pull request #7692 from mr-vinn/fix-spec-rm | Jacob Vosmaer | 2014-09-23 | 1 | -1/+1 | |
|\ | | | | | Use FileUtils to delete instead of File | |||||
| * | Fix invalid method in test | Vinnie Okada | 2014-09-22 | 1 | -1/+1 | |
| | | | | | | | | Use FileUtils::rm_f to delete the satellite lock file. | |||||
* | | Merge remote-tracking branch 'origin/master' into feature-oauth-refactoring | Jan-Willem van der Meer | 2014-09-11 | 3 | -0/+134 | |
|\ \ | |/ | ||||||
| * | Refactoring inside refactoring. We need to go deeper | Dmitriy Zaporozhets | 2014-09-08 | 2 | -8/+2 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | Specs for diff parser! Yay! | Dmitriy Zaporozhets | 2014-09-08 | 2 | -0/+120 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | Validate branch-names and references in WebUI, API | Robert Schilling | 2014-09-03 | 1 | -0/+20 | |
| | | | | | | | | Add specs for GitRefValidator | |||||
* | | Test authenticate method for Gitlab::LDAP::User | Jan-Willem van der Meer | 2014-09-08 | 1 | -0/+16 | |
| | | ||||||
* | | Ensure Gitlab::LDAP::authentication is tested | Jan-Willem van der Meer | 2014-09-08 | 1 | -0/+17 | |
| | | ||||||
* | | Refactor gitlab auth tests | Jan-Willem van der Meer | 2014-09-08 | 1 | -11/+13 | |
| | | ||||||
* | | Move auth hash to a seperate class | Jan-Willem van der Meer | 2014-09-04 | 1 | -4/+4 | |
|/ | ||||||
* | Refactor: beter naming for active directory disabled users | Jan-Willem van der Meer | 2014-09-01 | 1 | -4/+4 | |
| | ||||||
* | Get uid from auth instead of info hash | Jan-Willem van der Meer | 2014-09-01 | 1 | -9/+8 | |
| | | | | As found in the omniauth specs: https://github.com/intridea/omniauth/wiki/Auth-Hash-Schema | |||||
* | Add basic find / create specs for LDAP user | Jan-Willem van der Meer | 2014-09-01 | 1 | -30/+22 | |
| | ||||||
* | Ensure oath callbacks without a nickname work (google) | Jan-Willem van der Meer | 2014-09-01 | 1 | -0/+12 | |
| | ||||||
* | Handle user creation if email is not provided | Jan-Willem van der Meer | 2014-09-01 | 1 | -0/+12 | |
| | | | | This fixes #1541 | |||||
* | Use local vars for tests | Jan-Willem van der Meer | 2014-09-01 | 1 | -6/+6 | |
| | ||||||
* | Add tests for finding an oauth authenticated user | Jan-Willem van der Meer | 2014-09-01 | 1 | -11/+26 | |
| | ||||||
* | Merge branch 'feature-ldap-tests' into 'master' | Dmitriy Zaporozhets | 2014-08-30 | 5 | -1/+1 | |
|\ | | | | | | | | | | | | | | | | | | | Feature ldap tests Move specs to proper places. Relates to #154 This is already mergeable, will continue in a new branch for additions & refactorings. See merge request !1053 | |||||
| * | Move and rename ldap / oauth specs | Jan-Willem van der Meer | 2014-08-29 | 3 | -1/+1 | |
| | | ||||||
| * | Rename ldap tests even further | Jan-Willem van der Meer | 2014-08-29 | 1 | -0/+0 | |
| | | ||||||
| * | Fix naming convention of LDAP tests | Jan-Willem van der Meer | 2014-08-29 | 3 | -0/+0 | |
| | | ||||||
* | | Remove LDAP::Access#find_user | Jacob Vosmaer | 2014-08-29 | 1 | -12/+0 | |
|/ | | | | | | | | | | | This method existed to allow LDAP users to take over existing GitLab accounts if the part before the '@' of their LDAP email attribute matched the username of an existing GitLab user. I propose to disable this behavior in order to prevent unintended GitLab account takeovers. After this change it is still possible to take over an existing GitLab account with your LDAP credentials, as long as the GitLab account email address matches the LDAP user email address. | |||||
* | Use readme we support to render if there are multiple readmes | Robert Schilling | 2014-08-11 | 1 | -0/+28 | |
| | ||||||
* | Fix satellite tests | Dmitriy Zaporozhets | 2014-08-06 | 1 | -69/+24 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Fix test | Dmitriy Zaporozhets | 2014-07-24 | 1 | -2/+1 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Add support to set satellites timeout | Ayrton Araújo | 2014-07-21 | 1 | -1/+4 | |
| | ||||||
* | Dont allow ? in project path | Dmitriy Zaporozhets | 2014-07-08 | 1 | -0/+21 | |
| | | | | | | | Because it causes 500 error on every page where link to such project exists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Fixed the spec | Jeroen van Baarsen | 2014-06-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | |||||
* | Added an UrlBuilder for building rails named routes | Jeroen van Baarsen | 2014-06-13 | 1 | -0/+11 | |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | |||||
* | Improve ad_disabled method name | Jacob Vosmaer | 2014-05-14 | 1 | -2/+2 | |
| |