castopod/app/Database/Migrations
Benjamin Bellamy 03e23a28bf feat: update analytics so to meet IABv2 requirements
- https://iabtechlab.com/wp-content/uploads/2017/12/Podcast_Measurement_v2-Dec-20-2017.pdf
  - no IP address is ever stored on the server. Only aggregate data is stored in the dababase.
  - rolling 24-hour window
  - castopod does not do pre-load
  - IP Blacklisting https://github.com/client9/ipcat
  - user-agent Filtering https://github.com/opawg/user-agents
  - ignores 2 bytes range "Range: 0-1" (performed by official Apple iOS Podcast app)
  - in case of partial content, adds up all requests to check >1mn was downloaded
  - identifying Uniques is done with a combination of IP Address and User Agent
- add AMcharts
- add some graphs
- add regions to analytics
- add ipcat blacklist
- enhance useragents performances
- add filesize and header size in order to calculate 1mn downloads
- update publisher ID3 field
- update castopod icon
- add disclaimer and warning import form translation
- update docs/setup-development.md

closes #10
2020-10-15 14:42:02 +00:00
..
.gitkeep feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
2020-05-29-152000_add_categories.php refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00
2020-05-30-101000_add_languages.php refactor: rewrite form pages using form helper 2020-10-15 14:41:32 +00:00
2020-05-30-101500_add_podcasts.php feat: update analytics so to meet IABv2 requirements 2020-10-15 14:42:02 +00:00
2020-06-05-170000_add_episodes.php feat: update analytics so to meet IABv2 requirements 2020-10-15 14:42:02 +00:00
2020-06-05-190000_add_platforms.php feat: add platforms form in podcast settings 2020-10-15 14:41:39 +00:00
2020-06-08-120000_add_analytics_podcasts.php feat: update analytics so to meet IABv2 requirements 2020-10-15 14:42:02 +00:00
2020-06-08-130000_add_analytics_podcasts_by_episode.php feat: update analytics so to meet IABv2 requirements 2020-10-15 14:42:02 +00:00
2020-06-08-140000_add_analytics_podcasts_by_player.php feat: update analytics so to meet IABv2 requirements 2020-10-15 14:42:02 +00:00
2020-06-08-150000_add_analytics_podcasts_by_country.php feat: update analytics so to meet IABv2 requirements 2020-10-15 14:42:02 +00:00
2020-06-08-160000_add_analytics_podcasts_by_region.php feat: update analytics so to meet IABv2 requirements 2020-10-15 14:42:02 +00:00
2020-06-08-160000_add_platform_links.php feat: add platforms form in podcast settings 2020-10-15 14:41:39 +00:00
2020-06-08-170000_add_analytics_website_by_browser.php feat: update analytics so to meet IABv2 requirements 2020-10-15 14:42:02 +00:00
2020-06-08-180000_add_analytics_website_by_referer.php feat: update analytics so to meet IABv2 requirements 2020-10-15 14:42:02 +00:00
2020-06-08-190000_add_analytics_website_by_entry_page.php feat: update analytics so to meet IABv2 requirements 2020-10-15 14:42:02 +00:00
2020-06-08-210000_add_analytics_unknown_useragents.php refactor: rewrite form pages using form helper 2020-10-15 14:41:32 +00:00
2020-06-11-210000_add_analytics_podcasts_stored_procedure.php feat: update analytics so to meet IABv2 requirements 2020-10-15 14:42:02 +00:00
2020-06-11-210000_add_analytics_unknown_useragents_stored_procedure.php refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00
2020-06-11-210000_add_analytics_website_stored_procedure.php feat: update analytics so to meet IABv2 requirements 2020-10-15 14:42:02 +00:00
2020-07-03-191500_add_users_podcasts.php refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00
2020-08-17-150000_add_pages.php feat: add pages table to store custom instance pages (eg. legal-notice, cookie policy, etc.) 2020-10-15 14:41:34 +00:00
2020-09-29-150000_add_podcasts_categories.php feat: enhance admin ui with responsive design and ux improvements 2020-10-15 14:41:56 +00:00