tomasandrle
|
d5cdd91254
|
Mention NPM as requirement for building. (#166)
|
2018-10-19 09:55:56 +02:00 |
|
Danny van Kooten
|
15c1c07165
|
log level at server boot should be info
|
2018-10-19 09:05:20 +02:00 |
|
Danny van Kooten
|
22121a8f05
|
wait for document.body to load before appending tracking img, #165
|
2018-10-19 09:05:07 +02:00 |
|
Danny van Kooten
|
5e700a2cd8
|
namespace tracker js to get out of global scope. fixes #163
|
2018-10-17 13:32:10 +02:00 |
|
Danny van Kooten
|
9b6c102b74
|
provide static builds for linux/arm64 and linux/386. closes #158
|
2018-10-16 09:36:30 +02:00 |
|
Danny van Kooten
|
7472325503
|
timestamp asset url's to always bust cache when rebuilding. closes #157
|
2018-10-16 09:03:46 +02:00 |
|
Danny van Kooten
|
04c5a8cf33
|
Merge branch 'master' of https://github.com/usefathom/fathom
* 'master' of https://github.com/usefathom/fathom:
fix navigation with arrow keys (#160)
fix URL encoding of site switcher arrows (#159)
|
2018-10-16 08:51:33 +02:00 |
|
Danny van Kooten
|
4189fc544b
|
add noscript tag to main html page
|
2018-10-16 08:51:32 +02:00 |
|
Samuel Meuli
|
43160ea288
|
fix navigation with arrow keys (#160)
* fix navigation with arrow keys
* replace deprecated KeyboardEvent.keyCode
|
2018-10-15 22:31:23 +02:00 |
|
Samuel Meuli
|
2d4eb154df
|
fix URL encoding of site switcher arrows (#159)
|
2018-10-15 20:49:22 +02:00 |
|
Danny van Kooten
|
e42b58c2b5
|
minor readme improvements
|
2018-10-15 09:22:03 +02:00 |
|
Danny van Kooten
|
b448dd5ea7
|
bump version to v1.1.0
1.1.0
|
2018-10-15 08:52:05 +02:00 |
|
Danny van Kooten
|
fc5bd47f53
|
move table components to row 1 if showing less than 1 day of data
|
2018-10-10 16:43:36 +02:00 |
|
Danny van Kooten
|
f92d04a4ba
|
default value for pageview.IsBounce should be true, not false.
|
2018-10-10 16:38:29 +02:00 |
|
Danny van Kooten
|
6bc1af3564
|
set sqlite _busy_timeout to 5s to handle database is locked errors
|
2018-10-10 11:59:21 +02:00 |
|
Danny van Kooten
|
3b99e78135
|
set sqlite _busy_timeout to 5s to handle database is locked errors
|
2018-10-10 11:59:17 +02:00 |
|
Danny van Kooten
|
00b0261bc3
|
remove tracking snippet from README as it's now obsolete (dashboard shows tracking snippet)
|
2018-10-10 10:58:53 +02:00 |
|
Danny van Kooten
|
39a7fd249d
|
re-use img.onload and use timeout as failsafe to always remove img from DOM. #148
|
2018-10-10 10:57:45 +02:00 |
|
Danny van Kooten
|
470db5189d
|
get rid of some column placeholders so we can increase buffer cap #132
|
2018-10-10 10:50:05 +02:00 |
|
Danny van Kooten
|
e82e363613
|
Merge branch 'master' of https://github.com/usefathom/fathom
* 'master' of https://github.com/usefathom/fathom:
remove tracking image after it finished loading
|
2018-10-10 10:28:13 +02:00 |
|
Danny van Kooten
|
3c934b29fc
|
add is_finished column indicating whether a pageview is done (ready to be aggregated). closes #123
|
2018-10-10 10:27:55 +02:00 |
|
Danny van Kooten
|
c877319046
|
fix DROP INDEX statements for mysql
|
2018-10-10 10:27:16 +02:00 |
|
Danny van Kooten
|
d3dfcf649d
|
Merge pull request #148 from lucasfischer/remove-image-on-load
remove tracking img on load, thanks @lucasfischer
|
2018-10-10 09:52:42 +02:00 |
|
Danny van Kooten
|
051d0addb3
|
fix realtime visitor count query incl. bc for pageviews without an expliti site tracking ID
|
2018-10-10 09:45:17 +02:00 |
|
Danny van Kooten
|
2f64d56771
|
alter stats table constraints to take site_id column into consideration
|
2018-10-10 09:30:52 +02:00 |
|
Danny van Kooten
|
ce8f585827
|
sqlstore GetXStats funcs should return nil when there are 0 results. #50
|
2018-10-10 09:02:32 +02:00 |
|
Lucas Fischer
|
f0c6232162
|
remove tracking image after it finished loading
|
2018-10-09 23:38:26 +02:00 |
|
Danny van Kooten
|
901e09bcac
|
modify realtime component to work properly from componentWillReceiveProps
|
2018-10-09 17:05:49 +02:00 |
|
Danny van Kooten
|
6f97341e42
|
fix paramsChanged func in realtime component
|
2018-10-09 16:53:49 +02:00 |
|
Danny van Kooten
|
7cf241ecf0
|
use dashboard domain in tracking snippet
|
2018-10-09 14:06:53 +02:00 |
|
Danny van Kooten
|
1b06bd3179
|
change precision on numeric columns for postgres so we don't have to apply rounding. closes #116
|
2018-10-09 13:27:50 +02:00 |
|
Danny van Kooten
|
0f0db205ae
|
account for empty site_tracking_id in realtime visitor query
|
2018-10-09 11:57:56 +02:00 |
|
Danny van Kooten
|
371c3a2a39
|
bc for setTrackerUrl command
|
2018-10-09 11:49:44 +02:00 |
|
Danny van Kooten
|
84cd897319
|
use auto increment column for pk on sites table
|
2018-10-09 11:17:26 +02:00 |
|
Danny van Kooten
|
266d05019a
|
return json error when authorization middleware fails
|
2018-10-09 11:17:13 +02:00 |
|
Danny van Kooten
|
b254b1a3ee
|
default to site with ID 1, improve insert/update logic client-side
|
2018-10-09 10:37:31 +02:00 |
|
Danny van Kooten
|
adb26ad32f
|
don't show site switcher if there's only 1 site with no option to add more
|
2018-10-09 10:00:18 +02:00 |
|
Danny van Kooten
|
41331598b9
|
show selected site name in top left
|
2018-10-09 09:55:38 +02:00 |
|
Danny van Kooten
|
3e06bea6c7
|
open site settings when there are 0 sites in db
|
2018-10-09 09:50:03 +02:00 |
|
Danny van Kooten
|
e4e4bfdea6
|
update to latest css
|
2018-10-08 14:12:13 +02:00 |
|
Danny van Kooten
|
ed21a80df9
|
add site-id flag to stats command
|
2018-10-08 12:30:43 +02:00 |
|
Danny van Kooten
|
fdfaa058df
|
remember selected site in localstorage
|
2018-10-08 12:21:30 +02:00 |
|
Danny van Kooten
|
47a1f5908d
|
use onFocus for texarea select all
|
2018-10-05 16:18:06 +02:00 |
|
Danny van Kooten
|
09149e5d00
|
show text creating or updating site
|
2018-10-05 16:16:17 +02:00 |
|
Danny van Kooten
|
3cd7bcb53d
|
make things work when there are no sites yet
|
2018-10-05 16:11:49 +02:00 |
|
Danny van Kooten
|
80088570b0
|
default to site_id 1, even though it may not exist yet
|
2018-10-05 16:07:15 +02:00 |
|
Danny van Kooten
|
21371e2c30
|
close site settings when pressing ESC
|
2018-10-05 15:59:36 +02:00 |
|
Danny van Kooten
|
53c1702d0d
|
only re-fetch data when needed
|
2018-10-05 15:13:48 +02:00 |
|
Danny van Kooten
|
876309ae59
|
clean-up sqlstore pkg
|
2018-10-05 14:34:39 +02:00 |
|
Danny van Kooten
|
d4176de238
|
get aggregator to take site ID's into account
|
2018-10-05 14:19:11 +02:00 |
|