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-10-05Render GPG subkeys on index pageRubén Dávila
2017-10-05Merge branch 'master' into ↵Douwe Maan
digitalmoksha/gitlab-ce-feature/verify_secondary_emails # Conflicts: # app/controllers/admin/users_controller.rb # app/controllers/confirmations_controller.rb # app/controllers/profiles/emails_controller.rb # app/models/user.rb # app/services/emails/base_service.rb # app/services/emails/destroy_service.rb # app/views/devise/mailer/confirmation_instructions.html.haml # lib/api/users.rb # spec/services/emails/destroy_service_spec.rb
2017-09-23refactored `_email_with_badge` partial from gpg into shared, so it canBrett Walker
be used with the email profile page as well
2017-09-23Update light colors, remove ’25’ and add ‘950’ shadesPedro Moreira da Silva
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-07-27nicer email badges on the profile gpg pageAlexis Reigel
2017-07-1935209 Add wip message to new navigation preference sectiontauriedavis
2017-07-06Reduce callout margin prop declarationkushalpandya
2017-07-05Fix callout size to fit parent containerkushalpandya
2017-06-01Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski
2017-04-15Remove lighten blue and add blue-25 for backgroundtauriedavis
2017-04-1529595 Customize experience callout designtauriedavis
2017-04-03Fixed user profile tabs causing the page to scrollPhil Hughes
Closes #30338
2017-03-23Change full colors to a more harmonious palettePedro Moreira da Silva
2017-03-03remove extra whitespace on dashboard projects pageSimon Knox
2017-02-24Modified the user_callout behaviourJose Ivan Vargas
Now it appends a template instead of relying in a partial to show it.
2017-02-24Changed the javascript class from using the global scope to exporting it via ↵Jose Ivan Vargas
webpack Also improved accesibility and change the id from user_callouts to a class
2017-02-24Created unit tests, fixtures and integration testsJose Ivan Vargas
Also changed the user_callout haml to a partial and added the corresponding SVG icon
2017-02-24Initial version of the user-calloutsJose Ivan Vargas
2017-02-06Updated styles for PikadayPhil Hughes
2017-01-16fixed nav-links margin with recommended fixdimitrieh
Remove margin on mobile links
2017-01-03added additional hover animations, fixed up avatarsdimitrieh
2016-12-16Allow creating personal access tokens / OAuth applications with scopes.Timothy Andrew
2016-12-13Finish refactoring graysAnnabel Dunstone Gray
2016-12-13Combining more graysAnnabel Dunstone Gray
2016-12-01fix incorrect max-width media queriesMike Greiling
2016-11-07implements reset incoming email token on issues modal and account page,tiagonbotelho
reactivates all tests and writes more tests for it
2016-10-26Enable PseudoElement in scss-lintClement Ho
2016-10-24Enable SingleLinePerSelector in scss-lintClement Ho
2016-10-15Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lintClement Ho
2016-10-06spacing tweakstauriedavis
2016-10-05add spaces and fix handle stylestauriedavis
2016-10-04update profile viewtauriedavis
2016-09-16clean up profiletauriedavis
2016-08-18Allow naming U2F devices.Timothy Andrew
1. Display a list of U2F devices on the `two_factor_auth` page. 2. Allow deleting individual U2F devices. 3. Allow setting a (optional) name for a device (during registration).
2016-06-10Implement second round of comments from @jschatz1.Timothy Andrew
- Just use a link for the clipboard button. Having a non-clickable container (that looks like a button) is confusing. - Use `text-danger` for the "you won't be able to access it again" message. - Highlight the created token so people know to look there.
2016-06-09Implement @jschatz1's comments.Timothy Andrew
- No hardcoded colors in any SCSS file except `variables.scss` - Don't allow choosing a date in the past - Use the same table as in the "Applications" tab - The button should say "Create Personal Access Token" - Float the revoke button to the right of the table cell - Change the revocation message to be more explicit. - Date shouldn't look selected on page load - Don't use a panel for the created token - Use a normal flash for "Your new personal access token has been created" - Show the input (with the token) below it full width. - Put the "Make sure you save it - you won't be able to access it again." message near the input - Have the created token's input highlight all on single click
2016-06-03Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew
2016-06-02Only show a personal access token right after its creation.Timothy Andrew
2016-05-26Merge branch 'updated-contrib-calendar' into 'master' Jacob Schatz
POC: Updated contrib calendar In an effort to cut down the JS file size - i've removed the heatmap calendar used for the contributing calendar on users profiles. We already have d3 on the page so why not use it instead of using a library which uses it? ![Screen_Shot_2016-04-27_at_11.08.41](/uploads/64c40f0c766f800fd0e33ac8be7f9644/Screen_Shot_2016-04-27_at_11.08.41.png) cc. @jschatz1 See merge request !3944
2016-05-20Project settings UI updatePhil Hughes
2016-05-16Group the contributing calendar by dayPhil Hughes
This aligns the boxes correctly with the day on the left side of the calendar
2016-05-11Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew
2016-05-10Hide navbar on mobileAnnabel Dunstone
2016-05-05Remove duplicate cover-control mobile stylesAnnabel Dunstone
2016-05-03Redesign profile page and group page mobile navigationAnnabel Dunstone
2016-04-28Add an "Inactive Personal Access Tokens" section.Timothy Andrew
- Show the count for each section in parens - Remove the `revoked?` check, because everything in the active section is guaranteed to not be revoked.
2016-04-28Allow expiration of personal access tokens.Timothy Andrew
2016-04-28Allow revoking personal access tokens.Timothy Andrew
2016-04-25Updated project group sharing UIPhil Hughes
Closes #13991