| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor some controllers to make them EE friendly | James Lopez | 2017-09-28 | 1 | -2/+8 |
| | | |||||
| * | Add a rubocop rule to check if a method 'redirect_to' is used without ↵31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-status | blackst0ne | 2017-06-07 | 1 | -1/+3 |
| | | | | | explicitly set 'status' in 'destroy' actions of controllers | ||||
| * | Remove duplicated code in Oauth::AuthorizationsController | Markus Koller | 2017-03-07 | 1 | -42/+2 |
| | | |||||
| * | Implement minor changes from @dbalexandre's review. | Timothy Andrew | 2016-12-16 | 1 | -5/+1 |
| | | | | | | | | | | | | - Mainly whitespace changes. - Require the migration adding the `scope` column to the `personal_access_tokens` table to have downtime, since API calls will fail if the new code is in place, but the migration hasn't run. - Minor refactoring - load `@scopes` in a `before_action`, since we're doing it in three different places. | ||||
| * | Allow creating personal access tokens / OAuth applications with scopes. | Timothy Andrew | 2016-12-16 | 1 | -0/+6 |
| | | |||||
| * | Fix endless redirections when accessing user OAuth applications when they ↵ | Stan Hu | 2016-06-08 | 1 | -1/+1 |
| | | | | | | | | | are disabled Also hides the "Applications" nav button if OAuth applications are disabled by the admin. Closes #14770 | ||||
| * | Include GonHelper separately and remove created_at in factory | Stan Hu | 2016-04-14 | 1 | -0/+1 |
| | | |||||
| * | Add spec for deletion of authorized OAuth2 application | Stan Hu | 2016-04-14 | 1 | -0/+1 |
| | | | | | | | Closes #14370 Move gon function into its own helper | ||||
| * | Merge branch 'fix/gitlab-omniauth-issue' into 'master' | Douwe Maan | 2016-03-19 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | attempting to fix omniauth problem Attempt to fix https://gitlab.com/gitlab-org/gitlab-ce/issues/3361 See merge request !2876 | ||||
| | * | another attempt to fix oauth issue | James Lopez | 2016-02-19 | 1 | -1/+1 |
| | | | |||||
| | * | attempting to fix omniauth problem | James Lopez | 2016-02-18 | 1 | -0/+1 |
| | | | |||||
| * | | Let `oauth/applications#index` handle the `profiles#applications` routeapplication-settings | Robert Speicher | 2016-03-13 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | Previously we were doing all of kinds of code gymnastics and flash abuse in order to work with a Doorkeeper controller but have it _appear_ at the `/profile/applications` path. Fortunately we can just tell Rails to use a different controller to handle that route, and we get the best of both worlds. | ||||
| * | | Fixed Ruby style error | Phil Hughes | 2016-03-04 | 1 | -1/+1 |
| | | | |||||
| * | | Applications tab on profile settings | Phil Hughes | 2016-03-04 | 1 | -1/+5 |
| |/ | | | | Closes #13855 | ||||
| * | Move helpers back to original directory | Dmitriy Zaporozhets | 2015-09-09 | 2 | -3/+3 |
| | | |||||
| * | Groundwork for merging CI into CE | Douwe Maan | 2015-08-25 | 2 | -2/+2 |
| | | |||||
| * | Correctly show anonymous authorized applications under Profile > Applications. | Douwe Maan | 2015-07-02 | 1 | -1/+6 |
| | | |||||
| * | Add option to disallow users from registering any application to use GitLab ↵user-oauth-applications | Douwe Maan | 2015-05-29 | 1 | -0/+8 |
| | | | | | as an OAuth provider | ||||
| * | Add helpers for header title and sidebar, and move setting those from ↵ | Douwe Maan | 2015-05-01 | 3 | -23/+9 |
| | | | | | controllers to layouts. | ||||
| * | before_action > before_filter. | Douwe Maan | 2015-04-30 | 1 | -1/+1 |
| | | |||||
| * | Add a page title to every page. | Douwe Maan | 2015-04-30 | 3 | -3/+23 |
| | | |||||
| * | Fixed the Rails/ActionFilter cop | Jeroen van Baarsen | 2015-04-20 | 2 | -3/+3 |
| | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
| * | Application admin scaffold | Valery Sizov | 2015-01-17 | 1 | -4/+2 |
| | | |||||
| * | Fix tests and add message if no oauth apps | Dmitriy Zaporozhets | 2014-12-25 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Rework oauth2 feature | Dmitriy Zaporozhets | 2014-12-25 | 3 | -3/+12 |
| | | | | | | | | | * improve UI * add authorization * add separate page for oauth applications Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Improve code style | Dmitriy Zaporozhets | 2014-12-25 | 3 | -11/+18 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Doorkeeper integration | Valery Sizov | 2014-12-24 | 3 | -0/+90 |
