Uku Taht
f77c37800f
Use safe version of Cachex.fetch
...
Fixes #905
2021-10-18 11:27:52 +02:00
Uku Taht
85fcdbdbd6
Respect the path
component of BASE_URL
2021-10-18 11:16:56 +02:00
Vignesh Joglekar
0c982a8670
Adds list-based country report option ( #1381 )
...
* Adds list option for countries report
* Changelog
* Renames Geo to Locations
* Lint
Co-authored-by: Uku Taht <Uku.taht@gmail.com>
2021-10-14 10:55:43 +02:00
Vignesh Joglekar
7e9d83d62e
Adds pagination for custom props & fixes an issue with errant (none) return values ( #1382 )
...
* Adds pagination for custom props, fixes errant (none) being returned in the middle of a dataset
* Formatting
* Fixes errant (none) value correctly
* Changelog
* Adds tests
2021-10-14 09:45:47 +02:00
Vignesh Joglekar
688e195e27
Fixes custom prop tab wrapping & spacing on smaller viewports ( #1383 )
...
* Fixes custom prop tab wrapping & spacing on smaller viewports
* Changelog
Co-authored-by: Uku Taht <Uku.taht@gmail.com>
2021-10-13 10:39:44 +02:00
Vignesh Joglekar
f56992532f
Changes support links in self-host setup to links to GH Discussions ( #1368 )
...
* Swaps issue template to new issue form syntax
* Indentation update
* Indentation update?
* More indentation
* Intendation is hard
* Finalized indentation?
* Github indentation
* Missing fields
* Formatting changes
* Checkbox changes
* Swaps support lines in selfhost environment
2021-10-12 15:53:13 +02:00
Uku Taht
29fb25eb43
Upgrade NPM deps
2021-10-12 11:51:00 +02:00
Vignesh Joglekar
b4445b1f7c
Adds various dark mode missing styles ( #1367 )
...
* Swaps issue template to new issue form syntax
* Indentation update
* Indentation update?
* More indentation
* Intendation is hard
* Finalized indentation?
* Github indentation
* Missing fields
* Formatting changes
* Checkbox changes
* Fixes various dark mode issues
* Couple more dark mode issues
2021-10-12 11:50:24 +02:00
Uku Taht
e6b8a6a623
Remove unnecessary z-index
2021-10-12 11:33:17 +02:00
Felix Haase
d3187e54e3
Fix z-indexes that cause menu overlay ( #1365 )
...
fixes #1352
2021-10-12 11:31:46 +02:00
Uku Taht
497824d578
Add prefix to node action
2021-10-12 11:15:50 +02:00
Uku Taht
319abf082f
Fix node Github action
2021-10-12 11:12:27 +02:00
Uku Taht
2e6f13ba67
Make sure ownership transfer sets trial_expiry_date
2021-10-12 10:28:32 +02:00
Uku Taht
d1360dd681
Run npm lint and format in CI
2021-10-11 14:57:01 +02:00
Mackenzie
9c2fd9aca5
1. Remove the "airbnb" eslint plugin since it conflicts with prettier ( #1374 )
...
and so was just annoying
2. Get rid of all existing ESLint errors.
2a. Turned off `react/display-name` because I couldn't figure out how to
make that wrapped component have a display name. If anyone can figure it
out, that'd be great, because that makes things nicer when using the
React debugger.
2b. The part where it says `plausible()` is undefined in `app.js` is
bothering me. I disabled the check because I can't figure out where that
actually comes from to put in the proper import.
2c. Told ESLint we're using Babel.
3. Added `npm run format` and `npm run lint` commands.
2021-10-11 14:48:19 +02:00
Uku Taht
cd68761928
Fix utm_sources when filtering by event:page
2021-10-11 12:16:00 +02:00
Uku Taht
23a4f37ab4
Add 'manual' script variant
2021-10-10 13:07:37 +02:00
Uku Taht
8c6f4b7d85
Revert "Configure database SSL"
...
This reverts commit 46ca66805a
.
2021-10-09 15:33:20 +02:00
Uku Taht
46ca66805a
Configure database SSL
2021-10-09 15:28:25 +02:00
Uku Taht
d8144436e1
Use unlimited maximum connections
2021-10-09 15:18:34 +02:00
Uku Taht
a7fd23a804
Revert "Reduce database roundtrips on critical path for authorization"
...
This reverts commit 71d1988ee8
.
2021-09-30 09:45:58 +02:00
Uku Taht
015dcfa051
HOTFIX: add domain blacklist
2021-09-30 09:45:52 +02:00
Uku Taht
bd7de59a9c
Show total visitors when filtered for goal
2021-09-29 13:28:29 +02:00
Uku Taht
4c77df477f
Eslint improvements
2021-09-27 16:16:25 +02:00
Uku Taht
3315b8cce5
Fix external URLs for entry and exit pages
2021-09-27 16:07:29 +02:00
Uku Taht
71d1988ee8
Reduce database roundtrips on critical path for authorization
2021-09-24 23:04:26 +02:00
Uku Taht
a722d02e63
Return 400 when domain is missing
2021-09-24 13:28:10 +02:00
Uku Taht
5be38a57fa
Do not return prop names when they are not used
2021-09-24 11:03:20 +02:00
Uku Taht
f42f4da44b
Fix how sampling is applied when filtering for a goal
2021-09-24 10:57:28 +02:00
Uku Taht
2f3bee800d
Return more information in /api/event response
...
Fixes #1246
2021-09-24 09:38:23 +02:00
Uku Taht
27abbc8ebb
Add script
alias to the filename
2021-09-23 11:57:48 +02:00
Uku Taht
7af62e2cc4
Prevent MIME sniffing for tracker JS
...
Fixes #1247
2021-09-23 11:33:42 +02:00
Uku Taht
a7eab3f17b
Add null check to localstorage access
...
Fixes #1225
2021-09-23 11:16:19 +02:00
Uku Taht
7d67f53ae0
Use REM instead of px for container height
...
This commit also fixes stylelint for the file
2021-09-22 12:16:36 +02:00
Uku Taht
d93fe8197e
Accept chrome extension URLs
2021-09-22 11:20:11 +02:00
Uku Taht
c7035271ef
Fix z-index bug with long site list
...
Fixes #1346
2021-09-21 11:08:00 +02:00
Uku Taht
c913d2fbb9
Fix referrer drilldown for Google
...
Fixes #1341
2021-09-21 10:53:21 +02:00
Uku Taht
f5a7fd2819
Fix links in new tab ( #1348 )
...
* Fix links in new tab
* CHANGELOG
2021-09-21 10:44:51 +02:00
Marko Saric
a842d5a792
Update SECURITY.md
2021-09-20 16:30:56 +02:00
Ro Savage
b3bc796d50
Add conversion_rate to sources api and source table ( #1299 )
...
* Add conversion_rate to sources api and source table
* Remove percentageFormatter
* Update source tests to include conversionat rate
* Add CR to detals modal
* Correct formatting with linter
* Add change log
* Add CR to Pages, Device and Countries panels
2021-09-20 16:17:11 +02:00
RobertJoonas
d9a6ac4fd1
Admin - CRM shows site owner ( #1345 )
...
* Allow URLs without hostname setting it to (none)
* shows site-owner in crm
* fixed formatting
* removed extra test
2021-09-20 15:55:28 +02:00
Uku Taht
328503f236
Remove plausible tracking from invitation form
2021-09-17 12:42:13 +02:00
Uku Taht
6fe032880a
Fix invitation links
2021-09-16 10:59:03 +02:00
Uku Taht
3b4db64b43
Mix format
2021-09-16 10:22:54 +02:00
Uku Taht
999a477b5d
Fix get_root_domain for "(none)"
2021-09-16 10:17:14 +02:00
RobertJoonas
4742e05ab1
Allow URLs without hostname setting it to (none) ( #1335 )
2021-09-16 10:05:43 +02:00
Uku Taht
7e772151e3
Adjust tests
2021-09-10 12:55:59 +03:00
Uku Taht
bd797c201f
Mix format
2021-09-10 12:38:03 +03:00
Uku Taht
7cb148a4f1
Use only root domain in user id generation
2021-09-10 12:35:00 +03:00
Uku Taht
9f92cf779f
Add libstdc and libgcc to alpine docker image
2021-09-09 12:14:53 +03:00