| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
