summaryrefslogtreecommitdiff
path: root/app/views/users
Commit message (Collapse)AuthorAgeFilesLines
* Removed d3.js from the users and graphs bundle39033-d3-js-is-being-included-in-the-user_profile-and-graphs_show-bundlesJose Ivan Vargas2017-10-111-0/+3
|
* Merge branch '38245-private-avatars-are-not-cdn-compatible' into 'master'Douwe Maan2017-10-101-1/+1
|\ | | | | | | | | | | | | Resolve "Private Avatars are not CDN compatible" Closes #38245 and gitlab-com/support-forum#2476 See merge request gitlab-org/gitlab-ce!14443
| * Created group_icon and group_icon_urlTim Zallmann2017-10-041-1/+1
| | | | | | | | Tests for these new helper methods
* | Remove nav images; remove old nav styles; create new file for other ↵Annabel Dunstone Gray2017-10-061-1/+1
|/ | | | navigation elements
* Removed User Callout for Customer ExperienceTim Zallmann2017-09-201-2/+0
|
* adjust user contribution calendar time formattingMike Greiling2017-07-311-3/+3
|
* ensure user profile calendar is generated based on server timezone, not ↵Mike Greiling2017-07-281-1/+1
| | | | local timezone
* Merge branch '35224-transform-user-profile-javascript-into-async-bundle' ↵Tim Zallmann2017-07-282-20/+1
|\ | | | | | | | | | | | | | | | | into 'master' Resolve "Transform user profile javascript into async bundle" Closes #35224 See merge request !12929
| * refactor users bundle, remove inline javascript, and transform into an async ↵Mike Greiling2017-07-181-10/+0
| | | | | | | | chunk
| * refactor async calendar dataMike Greiling2017-07-182-10/+1
| |
* | Merge branch 'master' into new-nav-fix-contextual-breadcrumbsPhil Hughes2017-07-061-1/+1
|\ \ | |/
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
| |
* | improvements to breadcrumb titles, links & nestingPhil Hughes2017-07-061-0/+2
|/
* Refactor atom builder by using xml.atom layoutTieu-Philippe KHIM2017-06-121-9/+6
|
* Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski2017-06-011-1/+1
|
* Fixed the show_user_callout methoduser-callout-dismissed-method-renamePhil Hughes2017-05-301-1/+1
|
* Use briefcase icon for company32807-company-iconAnnabel Dunstone Gray2017-05-241-1/+1
|
* recenter profile page nav links32465-centerSimon Knox2017-05-181-2/+2
|
* Created Application Helpers based on suggestion for easier parsingTim Zallmann2017-05-081-2/+2
|
* Doing the commit again with the correct E-Mail address setupTim Zallmann2017-05-081-2/+2
|
* Replacing Base URL's if they have been entered into the profileTim Zallmann2017-05-081-2/+2
|
* Note Ghost user and refer to user deletion documentationMark Fletcher2017-05-031-0/+10
| | | | + Add a partial for displaying user deletion guidance
* Append .json to ajax endpoint to prevent browser to display raw jsonAlfredo Sumaran2017-04-211-5/+5
| | | | Add CHANGELOG entry
* Merge branch 'scrollable-secondary-tabs' into 'master' Annabel Dunstone Gray2017-03-291-16/+19
|\ | | | | | | | | | | | | Fixed inner page tabs not being scrollable Closes #18853 See merge request !10204
| * Added scrolling tabs to user#showPhil Hughes2017-03-281-16/+19
| |
* | Merge branch 'calendar-tooltips' into 'master' Rémy Coutable2017-03-281-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Add tooltip to user's calendar activities Closes #28925 See merge request !10123
| * | Add tooltip to user's calendar activitiesalex argunov2017-03-221-2/+2
| | |
* | | Refactored the user callout classPhil Hughes2017-03-241-2/+2
| |/ |/| | | | | | | | | | | | | Instead of the JS being in charge of the HTML, the HAML now handles it. The HAML can then check the cookie & show it needed. It also allows the HAML access to the paths so we don't have to pass that through. Closes #29955
* | Add tooltip and accessibility label for profile cover buttonsKushal Pandya2017-03-231-2/+2
| |
* | Fix usercallout to only show on the current logged in user profileJose Ivan Vargas Lopez2017-03-231-1/+2
| |
* | Removed the hours & minutes from the users since date on their profilePhil Hughes2017-03-231-1/+1
| | | | | | | | Closes #28842
* | Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz2017-03-201-1/+1
|/ | | | | | Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
* create a cacheable commons bundle for d3 libraryMike Greiling2017-03-031-1/+1
|
* Show public RSS feeds to anonymous usersMichael Kozono2017-02-281-7/+6
|
* Modified the user_callout behaviourJose Ivan Vargas2017-02-231-2/+2
| | | | | Now it appends a template instead of relying in a partial to show it.
* Removed disabled rules from the user_callout_spec.jsJose Ivan Vargas2017-02-231-2/+1
| | | | | | | Also changed the cookie sets to true and false values to make it consistent with the rest of the javascript. Fixed some haml and a missing new line
* Changed the javascript class from using the global scope to exporting it via ↵Jose Ivan Vargas2017-02-231-4/+1
| | | | | | webpack Also improved accesibility and change the id from user_callouts to a class
* Created unit tests, fixtures and integration testsJose Ivan Vargas2017-02-231-13/+3
| | | | | Also changed the user_callout haml to a partial and added the corresponding SVG icon
* Initial version of the user-calloutsJose Ivan Vargas2017-02-231-2/+17
|
* Merge branch '26287-link-branch-in-calendar-activity' into 'master'Rémy Coutable2017-02-141-5/+9
|\ | | | | | | | | | | | | Add Links to Branches in Calendar Activity Closes #26287 See merge request !9224
| * Add Links to Branches in Calendar ActivityJan Christophersen2017-02-141-5/+9
| |
* | Merge branch '26286-most-recent-activity-profile-header' into 'master' Annabel Dunstone Gray2017-02-141-0/+2
|\ \ | |/ |/| | | | | | | | | Add 'Most Recent Activity' header to User Profile Closes #26286 See merge request !9189
| * Add 'Most Recent Activity' header to the User Profile pageJan Christophersen2017-02-131-0/+2
| |
* | Add comment events to contributions calendar22645-add-discussion-contribs-to-calendarRémy Coutable2017-02-132-3/+5
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-272-5/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * HAMLLint: Fix `RubyComments` offencesKushal Pandya2017-01-241-4/+4
| |
| * HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya2017-01-241-1/+1
| |
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-2/+2
|/
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-4/+4
|
* HAMLLint: Fix `FinalNewline` offencesKushal Pandya2016-12-311-1/+1
|