summaryrefslogtreecommitdiff
path: root/app/views/doorkeeper/applications/index.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Added limited width to profile settingsprofile-settings-widthPhil Hughes2017-06-231-2/+3
| | | | Closes #20918
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-2/+2
|
* HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya2016-12-311-1/+1
|
* Updated project group sharing UIPhil Hughes2016-04-251-2/+2
| | | | Closes #13991
* Implement top navigation concept for profile areaDmitriy Zaporozhets2016-04-191-1/+0
| | | | | | | | Main idea is to keep left sidebar static so user is not confused by changing context. Instead we put changing navigation with changing content in one main block Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix the improper delete form being rendered for an oauth_authorized_applicationconnorshea2016-04-141-1/+1
| | | | | | | This fixes the authorized applications not being revoked properly at `/profile/applications`. Fixes #14370.
* Fixed error with applications delete enonymous token formfix-application-settingsPhil Hughes2016-03-231-1/+1
| | | | Closes #14509
* Let `oauth/applications#index` handle the `profiles#applications` routeapplication-settingsRobert Speicher2016-03-131-17/+81
| | | | | | | | 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.
* Make tables full width.Douwe Maan2015-10-191-14/+16
|
* Add a page title to every page.Douwe Maan2015-04-301-1/+2
|
* Doorkeeper integrationValery Sizov2014-12-241-0/+16