Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/matomo-org/tracker-proxy

HTTP proxy for Matomo's tracker API. This script allows to track websites with Matomo without revealing to your visitors the secret Matomo server URL.
https://github.com/matomo-org/tracker-proxy

fix possible typo: undefined variable $head

48b61a8d5fe001e8194b2d6a86329388f1627332 authored about 10 years ago by Naga <[email protected]>
Replace header() with Common::sendHeader() when possible

f19b6d9f2f912bd826188439c304704aa55a6c61 authored over 10 years ago by KyleK <[email protected]>
Merge pull request #344 from Irrational86/master

Changed JavaScript Tracking Code generation to use "//"

d61116a506eaeae867d5cd42c45ccbad09140c15 authored over 10 years ago by Matthieu Aubry <[email protected]>
reduced multiple empty lines to exactly one

e3ac368b2a8b829147ca066025854c03fd39be29 authored over 10 years ago by Christian Raue <[email protected]>
removed lots of trailing whitespace

9031e152fd5f1acd7b21eb471bb9d5d41b3df9dd authored over 10 years ago by Christian Raue <[email protected]>
Changed JavaScript Tracking Code generation to use "//", instead of verifying whether the site is using "https", or not, and generating a corresponding URL.

"//" has been part of the RFC for well over 18 years. It has been confirmed to work in all major...

cdaf651db1ea4cc40cc0cd183c08240249a4d0b4 authored over 10 years ago by Jesse <[email protected]>
Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement to use free/libre instead of open source

5cc63d9e6536e4a6493f8e2f0b6daa11440a5584 authored over 10 years ago by mattab <[email protected]>
Fixes #2900 Now reading 'HTTP_X_FORWARDED_FOR', 'HTTP_CLIENT_IP', 'HTTP_CF_CONNECTING_IP' and falling back to REMOTE_ADDR

Getting visitor IP via proxy script should now work!

This was also reported in: http://forum.piw...

6d19e81458a1803e370df3e6199897f0f7d6b9b1 authored over 10 years ago by mattab <[email protected]>
Refs #4831 I could not reproduce this bug. So maybe it is because Magic quotes runtime was on on your server running the proxy script?

could you please try to apply this patch to your piwik.php on proxy and tell me if you still hav...

c1e2d0616dc2ea7b4db8bd5c0b5f71ffba2b8ce0 authored over 10 years ago by mattab <[email protected]>
Using standard example domains rather than other websites. Thanks Ronald Volgers for the suggestion!

afde167f6365ba34c0133b2d4cae03976a7b2207 authored over 11 years ago by mattab <[email protected]>
Fixes #2019 thanks for the report, fixing the regression

efcd2010c4a8282bb9fc4d998359f21deb0f5d4c authored over 11 years ago by mattab <[email protected]>
Mass conversion of all files to the newly agreed coding standard: PSR 1/2

Converting Piwik core source files, PHP, JS, TPL, CSS

More info: http://piwik.org/participate/c...

0bc4641741a8de291335df1dfa7af2d487977568 authored over 11 years ago by mattab <[email protected]>
Refs #3820 script links to doc

fb6c9783679054b4890e79e6cf66fe21e45d2902 authored almost 12 years ago by mattab <[email protected]>
fixes #3820

ebd884c81521b99d91f0c66c926b0e2dffbb19c8 authored almost 12 years ago by Fabian Becker <[email protected]>
Fix markdown

f037949e99fc4a264c514ecdf64defd26f59382b authored almost 12 years ago by Fabian Becker <[email protected]>
Extract and format description for Piwik Proxy script.

a272a03aa78d4fbb0e9fe513983ea27e8f50d4c2 authored almost 12 years ago by Fabian Becker <[email protected]>
Refine proxy piwik.php

589aef1f1c7939c28fe0e8ea524202e6bdbe8929 authored almost 12 years ago by Fabian Becker <[email protected]>
Minor changes

5d6efade94fc2caa5c3bd4f6ede5581f98ec44aa authored almost 12 years ago by mattab <[email protected]>
Refs #1845, change code in proxy-hide-piwik-url/piwik.php to use async code.

feeb9cad18296573702a2c10a91737493f631b9a authored almost 12 years ago by diosmosis <[email protected]>
Fixing bug accept language reported in; http://forum.piwik.org/read.php?2,100902

d091b4678d11fa32dc8cce2fc0d3a0543bd0a1f8 authored almost 12 years ago by mattab <[email protected]>
Avoid http header injection

git-svn-id: http://dev.piwik.org/svn/trunk@7780 59fd770c-687e-43c8-a1e3-f5a4ff64c105

99f6255135f5ac95afd3223646beae2c31cb5464 authored almost 12 years ago by mattpiwik <[email protected]>
Updating doc following user feedback that it was not very clear

git-svn-id: http://dev.piwik.org/svn/trunk@6914 59fd770c-687e-43c8-a1e3-f5a4ff64c105

33a047867a94dc27cc8c201b8c4ae225c329fa70 authored over 12 years ago by mattpiwik <[email protected]>
Style

git-svn-id: http://dev.piwik.org/svn/trunk@5817 59fd770c-687e-43c8-a1e3-f5a4ff64c105

20aec0feb67010823bc7f3837747d7298c8d778a authored almost 13 years ago by mattpiwik <[email protected]>
extra doc

git-svn-id: http://dev.piwik.org/svn/trunk@5050 59fd770c-687e-43c8-a1e3-f5a4ff64c105

040834f82c0ae7eabef5d98a32ff31b57ce9e891 authored over 13 years ago by mattpiwik <[email protected]>
Fixes #2019

* Added better doc in the script itself
* added FAQ How to to point to this script

git-svn-id:...

87726f1fa210179f5bc0c9cd706d30e1a27d28d5 authored over 13 years ago by mattpiwik <[email protected]>