summaryrefslogtreecommitdiff
path: root/app/controllers/oauth
Commit message (Collapse)AuthorAgeFilesLines
* Add option to disallow users from registering any application to use GitLab ↵user-oauth-applicationsDouwe Maan2015-05-291-0/+8
| | | | as an OAuth provider
* Add helpers for header title and sidebar, and move setting those from ↵Douwe Maan2015-05-013-23/+9
| | | | controllers to layouts.
* 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
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Application admin scaffoldValery Sizov2015-01-171-4/+2
|
* Fix tests and add message if no oauth appsDmitriy Zaporozhets2014-12-251-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rework oauth2 featureDmitriy Zaporozhets2014-12-253-3/+12
| | | | | | | | * improve UI * add authorization * add separate page for oauth applications Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve code styleDmitriy Zaporozhets2014-12-253-11/+18
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Doorkeeper integrationValery Sizov2014-12-243-0/+90