Skip to content
Snippets Groups Projects
  1. Feb 15, 2018
    • r00t0vi4's avatar
      Update _piwik.html.haml · 8e5d1880
      r00t0vi4 authored
      Matomo core developers  are recommended to use "js/" instead of "piwik.js" and "piwik.php":
      - js/index.php (or implicitly as "js/") can be used to serve up the minified piwik.js;
      - it supports conditional-GET and Last-Modified, so piwik.js can be cached by the browser;
      - it supports deflate/gzip compression if your web server (e.g., Apache without mod_deflate or mod_gzip), shrinking the data transfer to 8K;
      - js/index.php (or implicitly as "js/") can also act as a proxy to piwik.php;
      - If you are concerned about the impact of browser-based privacy filters which attempt to block tracking, you can change your tracking code to use "js/" instead of "piwik.js" and "piwik.php", respectively.
      
      https://github.com/matomo-org/matomo/blob/3.x-dev/js/README.md
      Unverified
      8e5d1880
  2. Feb 14, 2018
  3. Feb 13, 2018
  4. Feb 07, 2018
  5. Feb 06, 2018
  6. Feb 05, 2018
  7. Feb 02, 2018
  8. Jan 30, 2018
  9. Jan 24, 2018
  10. Jan 19, 2018
  11. Jan 17, 2018
    • Mario de la Ossa's avatar
      Initial work to add notification reason to emails · 23a20c20
      Mario de la Ossa authored
      Adds `#build_notification_recipients` to `NotificationRecipientService`
      that returns the `NotificationRecipient` objects in order to be able to
      access the new attribute `reason`.
      
      This new attribute is used in the different notifier methods in order to
      add the reason as a header: `X-GitLab-NotificationReason`.
      
      Only the reason with the most priority gets sent.
      Unverified
      23a20c20
  12. Jan 12, 2018
  13. Jan 11, 2018
  14. Jan 10, 2018
  15. Jan 09, 2018
  16. Jan 08, 2018
  17. Jan 07, 2018
  18. Jan 05, 2018
  19. Jan 04, 2018
  20. Dec 28, 2017
  21. Dec 21, 2017
  22. Dec 13, 2017
  23. Dec 08, 2017
  24. Dec 07, 2017
  25. Dec 06, 2017
  26. Dec 05, 2017
  27. Dec 04, 2017
Loading