Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8091 from cirosantilli/factor-ability-abilities | Dmitriy Zaporozhets | 2014-10-28 | 3 | -10/+3 |
|\ | | | | | Factor abilities methods | ||||
| * | Factor abilities methods | Ciro Santilli | 2014-10-19 | 3 | -10/+3 |
| | | | | | | | | in app controller, user model and services. | ||||
* | | Merge pull request #8005 from cirosantilli/settings-to-gitlab-config | Dmitriy Zaporozhets | 2014-10-27 | 1 | -1/+1 |
|\ \ | | | | | | | Use Gitlab.config instead of Settings everywhere | ||||
| * | | Use Gitlab.config instead of Settings everywhere | Ciro Santilli | 2014-10-15 | 1 | -1/+1 |
| | | | |||||
* | | | Fix raw view for public snippets | Valery Sizov | 2014-10-27 | 1 | -1/+1 |
| | | | |||||
* | | | fix for public snippet | Valery Sizov | 2014-10-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #8093 from ↵ | Dmitriy Zaporozhets | 2014-10-21 | 1 | -4/+0 |
|\ \ \ | | | | | | | | | | | | | | | | | cirosantilli/rm-duplicate-derived-admin-repository-method Remove unused admin/projects#repository method | ||||
| * | | | Remove unused admin/projects#repository method | Ciro Santilli | 2014-10-21 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | Already defined on the ApplicationController base class. | ||||
* | | | | Merge pull request #8029 from cirosantilli/rm-projects-controller-filter | Dmitriy Zaporozhets | 2014-10-21 | 1 | -1/+0 |
|\ \ \ \ | | | | | | | | | | | Remove unused filter from ProjectsController | ||||
| * | | | | Remove unused filter from ProjectsController | Ciro Santilli | 2014-10-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | Neither controller nor any of it's descendants have those actions. | ||||
* | | | | | Merge pull request #8028 from cirosantilli/rm-dev-tools | Dmitriy Zaporozhets | 2014-10-21 | 1 | -4/+0 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Remove unused dev_tools helper. | ||||
| * | | | | Remove unused dev_tools helper. | Ciro Santilli | 2014-10-13 | 1 | -4/+0 |
| |/ / / | |||||
* | | | | Merge pull request #8030 from cirosantilli/factor-authorize | Dmitriy Zaporozhets | 2014-10-21 | 16 | -26/+18 |
|\ \ \ \ | | | | | | | | | | | Factor authorize_push! and authorize_code_access! | ||||
| * | | | | Factor authorize_push! and authorize_code_access! | Ciro Santilli | 2014-10-13 | 16 | -26/+18 |
| |/ / / | | | | | | | | | | | | | | | | | with existing method_missing. Pattern already used extensively, so let's be consistent and use it everywhere. | ||||
* | | | | Merge pull request #8102 from cirosantilli/use-memoized-project | Dmitriy Zaporozhets | 2014-10-21 | 6 | -38/+41 |
|\ \ \ \ | | | | | | | | | | | Use @project on controllers, don't call method | ||||
| * | | | | Use @project on controllers, don't call method | Ciro Santilli | 2014-10-19 | 6 | -38/+41 |
| | |_|/ | |/| | | | | | | | | | | | | | | Also memoize the method to ensure that other methods in ApplicationController that rely on it can call it efficiently. | ||||
* | | | | Merge pull request #8101 from ↵ | Dmitriy Zaporozhets | 2014-10-21 | 1 | -3/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | cirosantilli/rm-project-id-admin-project-controller Remove param[:project_id] at admin controller | ||||
| * | | | | Remove param[:project_id] at admin controller | Ciro Santilli | 2014-10-19 | 1 | -3/+1 |
| |/ / / | | | | | | | | | | | | | The route never passes that parameter to the helpers. | ||||
* | | | | Merge branch 'fix-group-member-remove' into 'master' | Dmitriy Zaporozhets | 2014-10-20 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix group member remove Fixes https://github.com/gitlabhq/gitlabhq/issues/8090. See merge request !1196 | ||||
| * | | | | Add tests for remove group member feature in admin area | Dmitriy Zaporozhets | 2014-10-20 | 1 | -0/+1 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | Merge pull request #7856 from cirosantilli/error-to-msg | Dmitriy Zaporozhets | 2014-10-20 | 2 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | Fix missing flash on file edit error from web UI. | ||||
| * | | | Use :message key, not :error for File::Service. | Ciro Santilli | 2014-10-13 | 2 | -2/+2 |
| |/ / | |||||
* | | | Refactor error message a bit | Dmitriy Zaporozhets | 2014-10-17 | 1 | -2/+10 |
| | | | | | | | | | | | | 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 | -8/+5 |
| | | | | | | | | | | | | | | | | | | | | | verification for #1677 Since testing omniauth_callback_controller.rb is very difficult, the logic is moved to the models | ||||
* | | | Disallow new users from Oauth signup if `allow_single_sign_on` is disabled | Jan-Willem van der Meer | 2014-10-16 | 1 | -2/+6 |
| |/ |/| | | | | | | | | | | | Because devise will trigger a save, allowing unsaved users to login, behaviour had changed. The current implementation returns a pre-build user, which can be saved without errors. Reported in #1677 | ||||
* | | Use Hash syntax for LDAP server declaration | Jan-Willem van der Meer | 2014-10-14 | 1 | -1/+1 |
| | | |||||
* | | Move dynamic omniauth declarations to initializer | Jan-Willem van der Meer | 2014-10-14 | 1 | -4/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into feature-multiple-ldap-servers | Jan-Willem van der Meer | 2014-10-13 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | Conflicts: app/controllers/omniauth_callbacks_controller.rb | ||||
| * | Merge branch 'sorting-users-in-admin' into 'master' | Dmitriy Zaporozhets | 2014-10-13 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | | | | Sorting users in admin See merge request !1170 | ||||
| | * | Admin: user sorting | Valery Sizov | 2014-10-13 | 1 | -0/+1 |
| | | | |||||
| * | | Refactor OAuth refactorings to CE | Jan-Willem van der Meer | 2014-10-10 | 1 | -20/+15 |
| |/ | |||||
* | | Add refactoring for multiple LDAP server support | Jan-Willem van der Meer | 2014-10-13 | 2 | -20/+23 |
|/ | | | | These changes are ported from EE to CE. Apply changes for app directory | ||||
* | Snippets: public/internal/private | Valery Sizov | 2014-10-09 | 2 | -22/+27 |
| | |||||
* | Merge pull request #7985 from cirosantilli/outdated-comment | Robert Schilling | 2014-10-07 | 1 | -1/+1 |
|\ | | | | | Remove outdated comment from commits_controller | ||||
| * | Remove outdated comment from commits_controller | Ciro Santilli | 2014-10-07 | 1 | -1/+1 |
| | | |||||
* | | Snippets: rename public to internal | Valery Sizov | 2014-10-07 | 1 | -4/+4 |
|/ | |||||
* | Merge branch 'slack_integration' into 'master' | Dmitriy Zaporozhets | 2014-10-06 | 1 | -1/+1 |
|\ | | | | | | | | | | | Slack integration See merge request !1151 | ||||
| * | Add missing comma. | Marin Jankovski | 2014-10-06 | 1 | -1/+1 |
| | | |||||
| * | Use only webhook for slack service integration. | Marin Jankovski | 2014-10-06 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #7964 from mr-vinn/task-lists | Marin Jankovski | 2014-10-06 | 2 | -2/+2 |
|\ \ | | | | | | | Add task lists to issues and merge requests | ||||
| * | | Add task lists to issues and merge requests | Vinnie Okada | 2014-10-05 | 2 | -2/+2 |
| |/ | | | | | | | | | | | | | | | Make the Markdown parser recognize "[x]" or "[ ]" at the beginning of a list item and turn it into a checkbox input. Users who can modify the issue or MR can toggle the checkboxes directly or edit the Markdown to manage the tasks. Task status is also displayed in the MR and issue lists. | ||||
* | | Protect from forgery with exception | Dmitriy Zaporozhets | 2014-10-06 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add Pushover service integration | Sullivan SENECHAL | 2014-10-03 | 1 | -1/+2 |
| | | | | That introduce select field type for services options. | ||||
* | Merge branch 'cirosantilli-factor-commit-msg-textarea' | Dmitriy Zaporozhets | 2014-10-03 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/projects/edit_tree/show.html.haml | ||||
| * | Merge branch 'factor-commit-msg-textarea' of ↵ | Dmitriy Zaporozhets | 2014-10-03 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/cirosantilli/gitlabhq into cirosantilli-factor-commit-msg-textarea Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/projects/blob/_remove.html.haml | ||||
| | * | Factor commit message textareas. | Ciro Santilli | 2014-10-02 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'signin_after_confirmation' into 'master' | Dmitriy Zaporozhets | 2014-10-03 | 1 | -0/+17 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | Signin after confirmation Fixes #1471 See merge request !1146 | ||||
| * | | Try signing in the user after user confirmation is correct and redirect to ↵ | Marin Jankovski | 2014-10-02 | 1 | -0/+17 |
| |/ | | | | | | | dashboard, otherwise redirect to signin page | ||||
* | | Add parenthesis to function def with arguments. | Ciro Santilli | 2014-10-03 | 2 | -3/+3 |
| | | |||||
* | | Show test coverage results in MR if available | Dmitriy Zaporozhets | 2014-10-02 | 1 | -2/+11 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |