summaryrefslogtreecommitdiff
path: root/app/helpers/avatars_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-281-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-221-1/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-071-5/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-031-11/+18
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-011-4/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-01-291-5/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-291-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-0/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-141-10/+13
|
* Fix for #56295, https://gitlab.com/gitlab-org/gitlab-ce/issues/56295.Jesse Hall2019-08-301-4/+5
| | | | All avatars now visible in commit trailers.
* Changed `author_avatar` to inline-block classMarc Schwede2019-07-241-1/+1
| | | | Fixes #64746
* User can keep their commit email private43521-keep-personal-emails-privateTiago Botelho2018-11-071-1/+1
| | | | | | | | The private commit email is automatically generated in the format: id-username@noreply.HOSTNAME GitLab instance admins are able to change the HOSTNAME portion, that defaults to Gitlab's hostname, to whatever they prefer.
* Fix Error 500 when forking projects with Gravatar disabledsh-fix-forks-with-no-gravatarStan Hu2018-09-281-13/+8
| | | | | | | When Gravatar is disabled, the "no avatar" is used, which failed to revert to the colorful identity icons for namespaces. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50254
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-3/+5
| | | | Partially addresses #47424.
* Add default avatar to groupGeorge Tsiolis2018-08-091-21/+31
|
* Add vanilla JS avatar_helper and update existing avatar helpersPaul Slaughter2018-08-011-13/+3
|
* Merge branch 'master' into 'bootstrap4'Clement Ho2018-05-011-0/+74
|\ | | | | | | # Conflicts: # app/views/projects/branches/_branch.html.haml
| * Fix commit trailer rendering when Gravatar is disabledDouwe Maan2018-04-251-0/+74
| |
* | [skip ci] Fix display style for pipeline headerClement Ho2018-04-131-1/+1
| |
* | [skip ci] Replace hidden-xsClement Ho2018-04-091-1/+1
|/
* Extract method to improve readability.Andreas Brandl2018-02-131-7/+11
|
* Explicit use of avatar_icon_* calls depending on situation.Andreas Brandl2018-02-131-1/+9
| | | | | | | | | | We want to drop the generic #avatar_icon helper that supports both an email and a user object being passed in. Instead, we want to explicitly use the #avatar_icon_for_user and #avatar_icon_for_email helpers depending on what we have at hand. This allows us to avoid unnecessary database queries (e.g. call User.find_by_any_email if we already have the user). In situations like here, this makes it less convenient to use.
* Add `data-src` when image is to be lazy loaded, use `tag` helper instead of ↵kushalpandya2017-09-251-9/+16
| | | | `image_tag` helper
* Remove tooltip from filtered search userremove-tooltip-filtered-search-userClement Ho2017-08-221-2/+9
|
* Resolve "User dropdown in filtered search does not load avatar on `master`"Tim Zallmann2017-08-071-1/+2
|
* Resolve "Lazy load images on the Frontend"Tim Zallmann2017-07-241-7/+2
|
* Show current user immediately in issuable filtersWinnie Hellmann2017-06-021-5/+15
|
* Removes 'hidden-xs' class from user_avatar helper in order for it to be ↵Filipa Lacerda2016-10-061-1/+4
| | | | | | visible in environments list. Allows a class as an option to keep the hidden avatar behaviour in all the places it is needed.
* Fix layout issues with blame tableblame-ui-fixPhil Hughes2016-09-061-1/+2
| | | | Closes #21216
* Merge branch '20059-environment-list' into 'master' Jacob Schatz2016-08-121-2/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Format branch, tag, and commit in environment list" ## What does this MR do? Updates Environments page rows to match the new pipeline updates ## Are there points in the code the reviewer needs to double check? I removed `private` from `avatars_helper.rb` so I could use `user_avatar`. ## What are the relevant issue numbers? Closes #20059 ## Screenshots (if relevant) ![Screen_Shot_2016-08-08_at_11.44.36_AM](/uploads/62fbb475a7d9cc613fe5ba1715229553/Screen_Shot_2016-08-08_at_11.44.36_AM.png) ![Screen_Shot_2016-08-08_at_11.44.41_AM](/uploads/ce1bd3ab62c0bc8091e9b6f85012ed36/Screen_Shot_2016-08-08_at_11.44.41_AM.png) See merge request !5687
| * Add avatar to commit message; environment style updates to match pipelines pageAnnabel Dunstone2016-08-081-2/+0
| |
* | Enable Style/EmptyLinesAroundModuleBody copGabriel Mazetto2016-08-061-2/+0
|/
* Add link to user profile to commit avatar (!5163)winniehell2016-07-201-0/+30