Uku Taht
f34c90e26c
Show UTM term and content
2021-12-17 16:00:06 +02:00
Uku Taht
4d97583331
Use safe email functions
...
Fixes #1545
2021-12-17 11:16:18 +02:00
Uku Taht
d48eafc436
Temporarily disable utm_term and content from csv export
2021-12-16 15:59:29 +02:00
Uku Taht
4ea0e29620
Add UTM content and term to CSV export
2021-12-16 15:50:37 +02:00
Uku Taht
48ad7485c8
PR 1393 continued ( #1542 )
...
* Add `utm_content` and `utm_term`.
Support `utm_content` and `utm_term` as requested in #515 .
* Add dropdown for UTM options
* Remove utm_content and term from filter modal for now
Co-authored-by: Blender Defender <defenderblender@gmail.com>
2021-12-16 11:02:09 +02:00
RobertJoonas
231c72e8e8
add vs cloudflare link to page footer
2021-12-15 16:44:06 +02:00
Uku Taht
dc8d20496c
Show locked message in shared link
2021-12-14 12:10:34 +02:00
Ralf Zimmermann
faf4459b15
Add "events" metrics to public breakdown endpoint ( #1529 )
2021-12-14 11:41:33 +02:00
Uku Taht
66575f497b
Add goal type to JSON response
2021-12-14 11:39:26 +02:00
Uku Taht
97cdc4814e
Refactor goals API
2021-12-13 15:23:47 +02:00
Uku Taht
1dba113e2f
[Draft] Improve location translations ( #1526 )
...
* WIP
* Use location library for search suggestions
* Remove unused code
* Remove Countries completely
* Fix tests
2021-12-13 12:03:27 +02:00
Uku Taht
b49fd19934
Pull 1506 - formatted ( #1527 )
...
* adding api route PUT /api/v1/sites/goals with form fields "goal_type" and "goal_value" with supported types "event" and "page"
* arm64 docker images
* adding api route DELETE /api/v1/sites/goals/:goal_id with form param "site_id"
* revert makfile + package.json
* return statement hotfix in case site could not be found
* adding api route PUT /api/v1/sites/goals/:goal_id with form params "site_id", "goal_type", and "goal_value"
* update the goal api routes to accept event_name or page_path instead of goal_value
* cleaning goals model
* mix format
Co-authored-by: Ahmed Abbas <a.abbas@ixdc.net>
2021-12-09 16:08:01 +02:00
Uku Taht
442e401ede
Use new location library
2021-12-09 16:02:11 +02:00
RobertJoonas
9022234aa6
added invoices section ( #1511 )
...
* added invoices section
* fixed formatting
* UI and code style improvements, paddle sandbox setup only on dev environment (fixed)
2021-12-09 15:49:57 +02:00
Uku Taht
139adc4056
Add more mobile browser rules
2021-12-09 11:49:37 +02:00
Uku Taht
a2d0244315
Fix site locked email
2021-12-06 14:22:46 +02:00
Uku Taht
1bc9f6bfb5
Remove more dead code
2021-12-03 11:21:33 +02:00
Uku Taht
01706b7590
Remove dead code
2021-12-03 11:19:39 +02:00
Uku Taht
4d0bc61ffd
Remove Twitter stuff
2021-12-02 11:53:29 +02:00
Uku Taht
e7e36b994d
Skip usage checking for users who are on grace period
2021-12-02 11:42:34 +02:00
Uku Taht
effe56b3e4
Use new iso_codes package
2021-12-01 15:31:50 +02:00
Ru Singh
17563e99c5
UI fix: footer alignment on mobile ( #1498 )
...
* fix(ui): footer alignment on mobile
* docs(changelog): new entry for footer alignment
2021-11-30 13:06:58 +02:00
Uku Taht
7cfd9f95f1
Delete a site through the API
2021-11-30 11:22:15 +02:00
Uku Taht
07af25ffc3
Fix subscription_interval for enterprise plans
2021-11-29 12:16:51 +02:00
Uku Taht
9c07cf7ea6
Report allowance issues to Sentry
2021-11-29 12:04:02 +02:00
Uku Taht
2463296403
Fetch enterprise plan corretly
2021-11-29 11:52:17 +02:00
Uku Taht
b695732521
Improve scroll behaviour on the dashboard
2021-11-26 16:00:34 +02:00
Uku Taht
37d3f2e36e
Make sure that deleting an account also deletes stats
2021-11-26 15:39:42 +02:00
Uku Taht
5f6553c8d8
Remove DDG
2021-11-26 11:59:04 +02:00
Uku Taht
6fc0e7ba92
Use payment error
2021-11-26 11:53:23 +02:00
Uku Taht
7e93500834
Allow admins to access the stats API
2021-11-25 15:32:01 +02:00
Uku Taht
2bdfec1cc0
JS refactor: use generic ListReport for country report ( #1487 )
...
* Use ListReport for countries
* Fix countries tests
* Replace Browsers with ListReport
* Use Listreport for OS and screen size
2021-11-25 12:00:17 +02:00
Uku Taht
dae99a94b2
Add note about embedded dashboard password protection
2021-11-25 10:50:13 +02:00
Uku Taht
6aa0d7405d
Sample to 20m instead of 10m
2021-11-24 11:16:32 +02:00
Marko Saric
aa5add2142
Update settings_email_reports.html.eex ( #1486 )
2021-11-24 10:47:53 +02:00
Uku Taht
05bf43c1be
City level location data ( #1449 )
...
* Merge branch 'plausible_master'
* Add City level details
* Add City level details
* Use ISO codes instead of geoname_id for subdivisions
* Add easier way to configure geolocation database
* Add workflow for dev branch
* Correct clickhouse migration
* Translate subdivision names
* Translate city names
* WIP
* Region and country filters
* Fix region filter
* Remove region_name when removing region filter
* Add modals for regions and cities
* Remove dead code
* WIP
* Revert "WIP"
This reverts commit 3202bf2fe9
.
* Feature flag to hide cities when deployed
* Add changelog entry
* Remove unused code
* Remove unused variables
* Fix test
Co-authored-by: AymanTerra <aymanterra@yahoo.com>
2021-11-23 11:39:09 +02:00
Uku Taht
06d0d0eafa
Fix over limit email reccommendation
2021-11-23 11:21:55 +02:00
Uku Taht
941a91ec22
Make better use of the index on sessions table
2021-11-22 10:58:44 +02:00
Uku Taht
218f1158d6
Show visitor counts in Search Console report
...
Fixes #1480
2021-11-22 10:49:15 +02:00
Uku Taht
e355828465
Remove pageview filter by default
2021-11-22 10:42:51 +02:00
Uku Taht
a3aede73f9
Let staging track itself
2021-11-18 11:18:04 +02:00
Uku Taht
6b55ace014
Fix error with JSON parsing
2021-11-18 10:36:16 +02:00
Uku Taht
0edf4765d4
Ignore maps in prop values
2021-11-18 10:28:20 +02:00
Uku Taht
373d05e8de
Fix error with anonymous users on shared links
2021-11-16 10:24:47 +02:00
Uku Taht
d3311898c5
Show message when grace period is over
2021-11-16 10:14:24 +02:00
Uku Taht
e9cb8eb4e2
Remove grace period if user upgrades
2021-11-16 10:14:24 +02:00
Uku Taht
ec2a4a1a65
Add [Action required] to over limit email
2021-11-16 10:14:24 +02:00
Uku Taht
d547d0f996
Send email notification when sites are locked at grace period end
2021-11-16 10:14:23 +02:00
Uku Taht
29cb7462e6
Add grace period to upgrade
2021-11-16 10:14:23 +02:00
Uku Taht
f88956ef3c
Fix compiler warning
2021-11-15 17:13:37 +02:00