Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@13-2-stable-ee | GitLab Bot | 2020-08-05 | 5 | -5/+9 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-2-stable-ee | GitLab Bot | 2020-07-20 | 1 | -0/+6 |
| | |||||
* | Add latest changes from gitlab-org/security/gitlab@13-0-stable-ee | GitLab Bot | 2020-05-26 | 1 | -0/+11 |
| | |||||
* | Add latest changes from gitlab-org/security/gitlab@12-10-stable-ee | GitLab Bot | 2020-04-27 | 1 | -0/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-18 | 2 | -0/+23 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-10 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-11 | 2 | -0/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-17 | 2 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-18 | 2 | -0/+2 |
| | |||||
* | Merge branch 'security-fix-uri-xss-applications' into 'master' | Cindy Pallares | 2018-11-28 | 1 | -1/+1 |
| | | | | | [master] Resolve "Reflected XSS in OAuth Authorize window due to redirect_uri allowing arbitrary protocols" See merge request gitlab/gitlabhq!2572 | ||||
* | Fix typos in comments and specs | George Tsiolis | 2018-11-01 | 1 | -1/+1 |
| | |||||
* | Enable more frozen string in app/controllers/ | gfyoung | 2018-09-23 | 3 | -0/+6 |
| | | | | | | | | | | | | | | | | Enables frozen string for the following: * app/controllers/dashboard/**/*.rb * app/controllers/explore/**/*.rb * app/controllers/google_api/**/*.rb * app/controllers/groups/**/*.rb * app/controllers/import/**/*.rb * app/controllers/instance_statistics/**/*.rb * app/controllers/ldap/**/*.rb * app/controllers/oauth/**/*.rb * app/controllers/profiles/**/*.rb Partially addresses #47424. | ||||
* | Always allow user to revoke an authorized application | Dmitriy Zaporozhets | 2018-09-20 | 1 | -1/+1 |
| | | | | | | Even if User OAuth applications setting is disabled in admin settings. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Port `read_cross_project` ability from EE | Bob Van Landuyt | 2018-02-22 | 1 | -0/+3 |
| | |||||
* | use Gitlab::UserSettings directly as a singleton instead of ↵ | Mario de la Ossa | 2018-02-02 | 1 | -2/+1 |
| | | | | including/extending it | ||||
* | refactor code | James Lopez | 2017-10-31 | 1 | -2/+1 |
| | |||||
* | fix spinach failure | James Lopez | 2017-10-31 | 1 | -0/+2 |
| | |||||
* | add applications controller logic | James Lopez | 2017-10-31 | 1 | -12/+10 |
| | |||||
* | 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 |