Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-13Let `oauth/applications#index` handle the `profiles#applications` routeRobert Speicher
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.
2016-03-04Removed page specific variablesPhil Hughes
2016-03-04Moved scss values into variablesPhil Hughes
Fixed heading weight
2016-03-04Applications tab on profile settingsPhil Hughes
Closes #13855
2016-02-07Set of small UI fixes to project and profile pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-02Use table-holder where appropriateDouwe Maan
2015-09-10Use page title for header title tooDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-07dont -> don'tBen Bodenmiller
Update "You dont have any authorized applications" to "You don't have any authorized applications"
2015-07-02Correctly show anonymous authorized applications under Profile > Applications.Douwe Maan
2015-05-29Add option to disallow users from registering any application to use GitLab ↵Douwe Maan
as an OAuth provider
2015-05-28Prefer panels over fieldset when different formsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-28Consistent header look for setting pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-28Re-organize profile settings titles and headersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-30Add a page title to every page.Douwe Maan
2015-03-14Refactor buttonsDmitriy Zaporozhets
2015-02-23Fixes grammatical consistency and small changesSabba Petri
This commit adds consistency to small things like periods, commas, etc. Also gives additional information to buttons and headers. Fixes #2002, #2005, #2003
2015-02-15Avoid duplicate application rowsVinnie Okada
Iterate over authorized applications instead of tokens to avoid multiple rows for the same authorized app.
2014-12-25Fix tests and add message if no oauth appsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-25Rework oauth2 featureDmitriy Zaporozhets
* improve UI * add authorization * add separate page for oauth applications Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>