summaryrefslogtreecommitdiff
path: root/app/controllers/oauth/applications_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-08-051-3/+0
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-171-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+1
* Merge branch 'security-fix-uri-xss-applications' into 'master'Cindy Pallares2018-11-281-1/+1
* Enable more frozen string in app/controllers/gfyoung2018-09-231-0/+2
* 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
* 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
* 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-091-2/+2
* Groundwork for merging CI into CEDouwe Maan2015-08-251-1/+1
* 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-011-7/+4
* Add a page title to every page.Douwe Maan2015-04-301-1/+7
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-2/+2
* 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-251-1/+11
* Improve code styleDmitriy Zaporozhets2014-12-251-4/+10
* Doorkeeper integrationValery Sizov2014-12-241-0/+25