Skip to content

Releases: milesmcc/shynet

Small bug fixes (collaborator session detail page)

18 Aug 15:43
fecea17
Compare
Choose a tag to compare

fecea17 - R. Miles McCain - Bump version
03062e3 - R. Miles McCain - Fix session detail page for collaborators (fixes #74)

Documentation improvements & bug fixes

11 Aug 22:01
6652acd
Compare
Choose a tag to compare

6652acd - R. Miles McCain - Bump version
1dfbec0 - R. Miles McCain - Split testing options
3e315f0 - R. Miles McCain - Enforce origin checking on pixel trackers (indirectly fixes #65)
2d42674 - R. Miles McCain - Add warning when hostname starts with http (fixes #68)
e4deab2 - R. Miles McCain - Fix file path creation (fixes #69)
c5ed5ef - R. Miles McCain - Merge branch 'MagnumDingusEdu/master' into dev
7268a4e - R. Miles McCain - Improve GUIDE language
2cbc5ac - Vividh Mariy - Added deployment using docker-compose. Fixed #70
058601d - R. Miles McCain - Fix button styling on session page (fixes #63)
213c44a - Jake Malachowski - Add Render as a deployment option (#62)
8b98cf2 - R. Miles McCain - Update pixel cache control
4c53b94 - R. Miles McCain - Add SPA section to guide TOC
a70e07b - R. Miles McCain - Finish transition to startup checks

Documentation improvements, dependency reductions, and bug fixes

07 Jul 03:13
0195c45
Compare
Choose a tag to compare

0195c45 - R. Miles McCain - Document SPA behavior
a54d9e6 - R. Miles McCain - Bump version
a4245eb - R. Miles McCain - Update dependencies
7e0584b - R. Miles McCain - Fix button styling
37396cd - R. Miles McCain - Improve service form
a1e4bef - R. Miles McCain - Use a17t v0.2.2
c351027 - R. Miles McCain - Improve origin explanation language
da61b9b - R. Miles McCain - Document primary key integration (fixes #56)
98187a3 - R. Miles McCain - Document health check endpoint (fixes #59)
3d27efb - R. Miles McCain - Check IP versions before comparing (fixes #57)
80c66ce - R. Miles McCain - Remove unnecessary ipaddress dependency
a2776e6 - R. Miles McCain - Rename from "sanity results" to "startup results"

Use only local resources, IE11 support, JS API, and script injection

28 Jun 19:13
c73f965
Compare
Choose a tag to compare

c73f965 - imgbot[bot] - [ImgBot] Optimize images (#55)
510df19 - R. Miles McCain - Add script injection option
93d4ee5 - R. Miles McCain - Use specific version of pipenv in dockerfile
1a7594b - R. Miles McCain - Use SHA256 for more secure session association
f464a7e - R. Miles McCain - Add automatic release drafter
a1cd3d4 - R. Miles McCain - Code cleanup
358fb23 - R. Miles McCain - Fix multiple origin support (closes #52)
94fed58 - R. Miles McCain - Fix charts
49f452d - R. Miles McCain - Lock Python package versions
40d07fe - R. Miles McCain - Add IE11 support
87a411f - R. Miles McCain - Make ingress processing more resilient
88f25b6 - R. Miles McCain - Analytics script cleanup (closes #54)
bb0dc2e - R. Miles McCain - Remove all external dependencies
4a89397 - R. Miles McCain - Arbitrarily update the pixel test
ba795cc - R. Miles McCain - Clarify collaborators description
c9b5a67 - Alexandre Bulté - SIGNUPS_ENABLED -> ACCOUNT_SIGNUPS_ENABLED in docs (#51)
affcb89 - Alexandre Bulté - Add timeout to curl / geoip (#50)
e030807 - R. Miles McCain - Fix GeoIP2 license keys

Bot exclusion support

15 Jun 20:26
4ced136
Compare
Choose a tag to compare

This release adds the ability to exclude bots from being tracked. If you don't have PERFORM_CHECKS_AND_SETUP enabled, you will need to perform migrations to update to this release.

Heroku support and dependency updates

14 Jun 02:06
b3102f5
Compare
Choose a tag to compare
v0.5.1

Remove erroneous app.json default

Better installation steps, a health check endpoint, and more sane defaults

28 May 22:16
1b344fb
Compare
Choose a tag to compare
  • Creating a superuser, hostname, and whitelabel are now separate steps to better match expectations around installation. (Removed ephemeral all SHYNET_* environment variables that had no effect after initial installation.)
  • Added a health check endpoint, /healthz.
  • Disabled email verification by default (most instances are not configured to allow external sign ups, and there's no sense in requiring admins to verify their emails).
  • Made other small bug fixes and improvements.

Installation bug fixes

19 May 21:59
4e13842
Compare
Choose a tag to compare

Small changes to streamline the installation process; no significant changes.

IP exclusions, referrer hiding, improved tracking script, and documentation improvements

07 May 22:11
6978bbd
Compare
Choose a tag to compare

Fix duplicate sessions

04 May 18:23
77f1fbc
Compare
Choose a tag to compare
v0.3.2

Fix faulty parallelization