An error occurred fetching the project authors.
  1. 06 Jun, 2018 2 commits
    • Alexis Reigel's avatar
      create favicon overlay on the client · 01736922
      Alexis Reigel authored
      the initial reason for this change was that graphicsmagick does not
      support writing to ico files. this fact lead to a chain of changes:
      
      1. use png instead of ico (browser support is good enough)
      2. render the overlays on the client using the canvas API. this way we
         only need to store the original favion and generate the overlay versions
         dynamically.
         this change also enables (next step) to simplify the handling of the
         stock favicons as well, as we don't need to generate all the versions
         upfront.
      01736922
    • Alexis Reigel's avatar
      4ae2a6de
  2. 25 May, 2018 1 commit
  3. 19 Apr, 2018 1 commit
  4. 03 Apr, 2018 2 commits
  5. 09 Mar, 2018 2 commits
  6. 02 Mar, 2018 1 commit
  7. 28 Feb, 2018 2 commits
  8. 23 Feb, 2018 1 commit
  9. 08 Feb, 2018 1 commit
  10. 07 Feb, 2018 1 commit
  11. 01 Feb, 2018 1 commit
  12. 31 Jan, 2018 3 commits
  13. 03 Jan, 2018 1 commit
  14. 02 Jan, 2018 1 commit
  15. 08 Dec, 2017 2 commits
  16. 28 Nov, 2017 1 commit
  17. 23 Nov, 2017 1 commit
  18. 22 Nov, 2017 1 commit
  19. 14 Nov, 2017 1 commit
  20. 13 Nov, 2017 1 commit
  21. 12 Oct, 2017 1 commit
  22. 11 Oct, 2017 2 commits
  23. 29 Sep, 2017 1 commit
    • Phil Hughes's avatar
      Fixed anchored content not being scrolled into view · 333cb069
      Phil Hughes authored
      Correctly scrolls anchored content into view when the user loads the
      page. This is most obvious when the user loads a link note in a
      merge request & the page does not scroll down to the note.
      
      Closes #38326
      333cb069
  24. 22 Sep, 2017 2 commits
  25. 21 Sep, 2017 1 commit
  26. 18 Sep, 2017 1 commit
  27. 15 Sep, 2017 1 commit
  28. 09 Sep, 2017 2 commits
    • Filipa Lacerda's avatar
      Import modules instead of using the ones in global namespace · 96e6fc70
      Filipa Lacerda authored
      Removes set favicon related methods from global scope
      Improves test related with favicon
      
      Removes convertPermissionToBoolean from global scope.
      Adds tests for convertPermissionToBoolean - were non existant
      
      Removes setParamInURL from gl.utils
      
      Removes parseIntPagination from gl.utils namespace
      
      Remove normalizeCRLFHeaders from gl.utils namespace
      
      Removes normalizeHeaders from gl.utils namespace
      
      Use gl.utils for filtered search
      
      Fix bad import
      
      Fix broken test by cleaning window.history namespace
      
      Adds changelog
      96e6fc70
    • Filipa Lacerda's avatar
      Use modules in common utils · 6a1b84c7
      Filipa Lacerda authored
      6a1b84c7
  29. 22 Aug, 2017 1 commit
  30. 21 Aug, 2017 1 commit