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
2017-06-07Sync email address from specified omniauth providerRobin Bobbitt
2017-05-05More updates for translations plus small tweaks.Ruben Davila
2017-05-03First round of updates from the code review.Ruben Davila
2017-04-20Fix Rubocop complains plus some small refactorRuben Davila
2017-04-13Set locale through controller filterRuben Davila
2017-04-13Add support to change language in profile formRuben Davila
2017-03-21Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz
Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
2017-01-24HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya
2017-01-03added additional hover animations, fixed up avatarsdimitrieh
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-31HAMLLint: fix `AltText` offencesKushal Pandya
2016-09-27Add organization field to user profileDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-30Fix preferences tests.Connor Shea
2016-06-30Split Cropper.js from the main JavaScript manifest.Connor Shea
2016-05-04Use the new admin settings for gravatarArtem Sidorenko
2016-04-05Standardize the way we check for and display form errorsRobert Speicher
- Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
2016-03-17Fix failing specAlfredo Sumaran
2016-03-17Add modal dialogAlfredo Sumaran
2016-03-15Revert "Merge branch 'avatar-cropping' into 'master' "Rémy Coutable
This reverts commit 01160fc06182de89c400af174861f6545ad6ceb8, reversing changes made to 4bff9daf8b6d85e9c78565e21cfaa3f6d36f0282.
2016-03-02Profile settingsPhil Hughes
Closes #13853
2016-02-24Merge branch 'master' into avatar-croppingAlfredo Sumaran
2016-02-17Improve avatar cropping internals, based on suggestions made by @rspeicher ↵Johann Pardanaud
on !2773
2016-02-10Fix #7959: Fix avatar stretching by providing a cropping featureJohann Pardanaud
2016-02-07Set of small UI fixes to project and profile pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-19Allow LDAP users to change their email if it was not set by the LDAP serverDouwe Maan
2015-12-02Use select2 instead of regular selectbox for profile public emailDouwe Maan
2015-12-02Add cancel button to forms that didn't have one alreadyDouwe Maan
2015-10-15Re-use User objects for avatar_icon where possibleYorick Peterse
This removes the need for running an extra SQL query in these cases.
2015-09-10Use page title for header title tooDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-27Make all profile publicValery Sizov
2015-08-05ink to configured gravatar host on profile pageBen Bodenmiller
2015-06-16Bootlint: Use offset grid classes instead of empty divsRobert Speicher
2015-06-03Add "Resend confirmation e-mail" link in profile settingsStan Hu
Fixes https://github.com/gitlabhq/gitlabhq/issues/9274
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-04-14Allow user to choose which email to be publicSenorsen
This commit allows user to show one of their emails in profile page, or don't show email in this page.
2015-03-21Add location to user profileDmitriy Zaporozhets
2015-03-17Properly align save user profile buttonDmitriy Zaporozhets
2015-03-14Refactor buttonsDmitriy Zaporozhets
2015-03-07Small UI improvements after css refactoringDmitriy Zaporozhets
2015-03-07Replace bs-callout with alertDmitriy 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
2014-12-02Change avatar file size to 200kb.Sytse Sijbrandij
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-09-26Fix spelling error on profile pageRobert Schilling
2014-06-24do not advertise gravatar in profile if disabledNico Suhl
2014-06-07Show small notice at profile page about publicityDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-07Merge branch 'improve-oauth'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-04-07Improve actionability of notice.dosire
2014-04-07Allow oauth signup without emailDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>