summaryrefslogtreecommitdiff
path: root/app/controllers/oauth
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-08-055-5/+9
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+6
* Add latest changes from gitlab-org/security/gitlab@13-0-stable-eeGitLab Bot2020-05-261-0/+11
* Add latest changes from gitlab-org/security/gitlab@12-10-stable-eeGitLab Bot2020-04-271-0/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-182-0/+23
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-112-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-172-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-182-0/+2
* Merge branch 'security-fix-uri-xss-applications' into 'master'Cindy Pallares2018-11-281-1/+1
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Enable more frozen string in app/controllers/gfyoung2018-09-233-0/+6
* Always allow user to revoke an authorized applicationDmitriy Zaporozhets2018-09-201-1/+1
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+3
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-2/+1
* refactor codeJames Lopez2017-10-311-2/+1
* fix spinach failureJames Lopez2017-10-311-0/+2
* add applications controller logicJames Lopez2017-10-311-12/+10
* refactor some controllers to make them EE friendlyJames Lopez2017-09-281-2/+8
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-1/+3
* Remove duplicated code in Oauth::AuthorizationsControllerMarkus Koller2017-03-071-42/+2
* Implement minor changes from @dbalexandre's review.Timothy Andrew2016-12-161-5/+1
* Allow creating personal access tokens / OAuth applications with scopes.Timothy Andrew2016-12-161-0/+6
* Fix endless redirections when accessing user OAuth applications when they are...Stan Hu2016-06-081-1/+1
* Include GonHelper separately and remove created_at in factoryStan Hu2016-04-141-0/+1
* Add spec for deletion of authorized OAuth2 applicationStan Hu2016-04-141-0/+1
* Merge branch 'fix/gitlab-omniauth-issue' into 'master' Douwe Maan2016-03-191-0/+1
|\
| * another attempt to fix oauth issueJames Lopez2016-02-191-1/+1
| * attempting to fix omniauth problemJames Lopez2016-02-181-0/+1
* | Let `oauth/applications#index` handle the `profiles#applications` routeapplication-settingsRobert Speicher2016-03-131-14/+14
* | Fixed Ruby style errorPhil Hughes2016-03-041-1/+1
* | Applications tab on profile settingsPhil Hughes2016-03-041-1/+5
|/
* Move helpers back to original directoryDmitriy Zaporozhets2015-09-092-3/+3
* Groundwork for merging CI into CEDouwe Maan2015-08-252-2/+2
* Correctly show anonymous authorized applications under Profile > Applications.Douwe Maan2015-07-021-1/+6
* Add option to disallow users from registering any application to use GitLab a...user-oauth-applicationsDouwe Maan2015-05-291-0/+8
* Add helpers for header title and sidebar, and move setting those from control...Douwe Maan2015-05-013-23/+9
* before_action > before_filter.Douwe Maan2015-04-301-1/+1
* Add a page title to every page.Douwe Maan2015-04-303-3/+23
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-202-3/+3
* Application admin scaffoldValery Sizov2015-01-171-4/+2
* Fix tests and add message if no oauth appsDmitriy Zaporozhets2014-12-251-1/+1
* Rework oauth2 featureDmitriy Zaporozhets2014-12-253-3/+12
* Improve code styleDmitriy Zaporozhets2014-12-253-11/+18
* Doorkeeper integrationValery Sizov2014-12-243-0/+90