Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Close Zen mode by ESC, foward/backward | Robert Schilling | 2014-09-11 | 5 | -3/+60 | |
| | | | | | | | ||||||
| * | | | | | | Implement zen mode for issues/MRs/notes | Robert Schilling | 2014-09-11 | 5 | -6/+157 | |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | Close Zen mode by ESC, foward/backward | |||||
* | | | | | | Merge pull request #7738 from dblessing/serialize_migration_fix | Dmitriy Zaporozhets | 2014-09-12 | 2 | -2/+8 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fix serialize migration | |||||
| * | | | | | Fix serialize migration. Fixes #7734 | Drew Blessing | 2014-09-11 | 2 | -2/+8 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #7733 from bbodenmiller/patch-12 | Robert Schilling | 2014-09-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | update grant command to match how mysql shows | |||||
| * | | | | | update grant command to match how mysql shows | Ben Bodenmiller | 2014-09-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | When looking up the granted permissions for users in MySQL using `show grants for 'git'@'localhost';` it shows the permissions in this order regardless of how you enter them. Changing so that comparing your actual permissions vs. what installation guide says is easier. | |||||
* | | | | | | Merge branch 'feature-oauth-refactoring' into 'master' | Dmitriy Zaporozhets | 2014-09-11 | 6 | -141/+190 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature oauth refactoring Only use class methods when needed. In addition, make a proper extension of Gitlab::Oauth::User. See merge request !1062 | |||||
| * | | | | | | Update Gemfile.lock | Jan-Willem van der Meer | 2014-09-11 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge remote-tracking branch 'origin/master' into feature-oauth-refactoring | Jan-Willem van der Meer | 2014-09-11 | 167 | -909/+2250 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| * | | | | | | Remove duplicated create method | Jan-Willem van der Meer | 2014-09-08 | 1 | -10/+0 | |
| | | | | | | | ||||||
| * | | | | | | Test authenticate method for Gitlab::LDAP::User | Jan-Willem van der Meer | 2014-09-08 | 2 | -11/+32 | |
| | | | | | | | ||||||
| * | | | | | | 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 | |
| | | | | | | | ||||||
| * | | | | | | Add new Gitlab::Oauth::AuthHash class | Jan-Willem van der Meer | 2014-09-04 | 1 | -0/+54 | |
| | | | | | | | ||||||
| * | | | | | | Move auth hash to a seperate class | Jan-Willem van der Meer | 2014-09-04 | 3 | -87/+46 | |
| | | | | | | | ||||||
| * | | | | | | Use instance methods of LDAP::User as well | Jan-Willem van der Meer | 2014-09-03 | 2 | -52/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still in need of some proper cleanup | |||||
| * | | | | | | Refactor Oauth::User class to use instance methods | Jan-Willem van der Meer | 2014-09-03 | 3 | -72/+80 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'clickable-labels' into 'master' | Dmitriy Zaporozhets | 2014-09-11 | 7 | -5/+27 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clickable labels When I open issue with label `Ready for Merge` I usually want to see more issues with this label. I should visit project issues page and click on such label to see issues filtered. With this MR labels are clickable so you can get in one click from Issue show page to all issues with same labels See merge request !1085 | |||||
| * | | | | | | | Clickable labels feature test | Dmitriy Zaporozhets | 2014-09-11 | 3 | -1/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | | | | | Make labels clickable | Dmitriy Zaporozhets | 2014-09-11 | 4 | -4/+8 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | | | | | Modified Gemfile.lock | Dmitriy Zaporozhets | 2014-09-11 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2014-09-11 | 1 | -1/+9 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'project-destroy-redirect' into 'master' | Dmitriy Zaporozhets | 2014-09-11 | 1 | -1/+9 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redirect users to Projects Admin Page after removing a project Fixes issue #543 by redirecting the user to "admin_projects_path" and displaying the flash alert "Project removed." See merge request !178 | |||||
| | * | | | | | | Incorporating Dmitriy's referrer-based routing suggestion | Kevin Boyd | 2014-09-05 | 1 | -1/+6 | |
| | | | | | | | | ||||||
| | * | | | | | | Fine-tune the Remove Project redirect. Now it redirects to ↵ | Kevin Boyd | 2014-08-29 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | admin_projects_path and shows a flash message confirming the action has been taken. | |||||
* | | | | | | | | Merge branch 'root_password_configurable' into 'master' | Dmitriy Zaporozhets | 2014-09-11 | 2 | -3/+13 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Root password configurable through environmental variable Fixes #1522 See merge request !1084 | |||||
| * | | | | | | | Add an option to supply root password through an environmental variable. | Marin Jankovski | 2014-09-11 | 2 | -3/+13 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #7728 from bbodenmiller/patch-7 | Dmitriy Zaporozhets | 2014-09-11 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | cleanup MySQL doc wording | |||||
| * | | | | | | | cleanup MySQL doc wording | Ben Bodenmiller | 2014-09-10 | 1 | -5/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #7730 from bbodenmiller/patch-12 | Dmitriy Zaporozhets | 2014-09-11 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | url -> URL | |||||
| * | | | | | | | | url -> URL | Ben Bodenmiller | 2014-09-10 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | url -> URL | Ben Bodenmiller | 2014-09-10 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #7732 from bbodenmiller/patch-13 | Dmitriy Zaporozhets | 2014-09-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Increase import timeout from 2 to 4 minutes | |||||
| * | | | | | | | Increase import timeout from 2 to 4 minutes | Ben Bodenmiller | 2014-09-10 | 1 | -1/+1 | |
|/ / / / / / / | | | | | | | | | | | | | | | This file was missed in https://github.com/gitlabhq/gitlabhq/commit/4535db04b28996baf118bafeb77acd16065e5c5a. | |||||
* | | | | | | | Merge pull request #7726 from cirosantilli/typo-locally | Robert Schilling | 2014-09-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Typo localy -> locally. | |||||
| * | | | | | | | Typo localy -> locally. | Ciro Santilli | 2014-09-10 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2014-09-10 | 20 | -113/+84 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge pull request #7705 from dblessing/serialize_service_properties | Dmitriy Zaporozhets | 2014-09-10 | 20 | -113/+84 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Serialize service properties | |||||
| | * | | | | | | | Serialize services properties | Drew Blessing | 2014-09-10 | 20 | -113/+84 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'word_wrap_in_description' into 'master' | Dmitriy Zaporozhets | 2014-09-10 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Word wrap in description Fixes #1560 See merge request !1082 | |||||
| * | | | | | | | | Wrap text that overflows the description field. | Marin Jankovski | 2014-09-10 | 1 | -0/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #7725 from matusb/feature/shibboleth-support | Dmitriy Zaporozhets | 2014-09-10 | 5 | -0/+91 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | shibboleth authentication support | |||||
| * | | | | | | | | | added omniauth-shibboleth gem for shibboleth support | Matus Banas | 2014-09-09 | 5 | -0/+91 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added documentation for shibboleth omniauth provider updated changelog | |||||
* | | | | | | | | | | Merge branch 'wrap_by_default_for_parallel' into 'master' | Dmitriy Zaporozhets | 2014-09-10 | 2 | -4/+5 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wrap by default for parallel Fixes #1566 See merge request !1080 | |||||
| * | | | | | | | | | | Wrap should always be enabled for parallel diff. | Marin Jankovski | 2014-09-10 | 2 | -4/+5 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'gitlab-grit-2.6.11' into 'master' | Dmitriy Zaporozhets | 2014-09-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gitlab-grit to 2.6.11 See merge request !1081 | |||||
| * | | | | | | | | | | Update gitlab-grit to 2.6.11 | Jacob Vosmaer | 2014-09-10 | 1 | -1/+1 | |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the gitlab-grit changelog: * Suppress 'unkown header' warnings * Add process.out to CommandFailed error | |||||
* | | | | | | | | | | Merge branch 'update_omniauth_ldap' into 'master' | Dmitriy Zaporozhets | 2014-09-10 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update omniauth-ldap and net-ldap See merge request !1077 | |||||
| * | | | | | | | | | Update omniauth-ldap and net-ldap | Jacob Vosmaer | 2014-09-10 | 2 | -5/+5 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #7724 from gitlabhq/revert-7252-master | Marin Jankovski | 2014-09-10 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Revert "Delete mailer queue" |