Commit Graph

43 Commits (fa3659fcf69678fd20b0998bf436ae1410c5edf6)

Author SHA1 Message Date
Mike Cao 2713e3316a Fixed font. 2023-04-02 10:00:28 -07:00
Mike Cao 64b040c865 Fixed query parameter filter. 2023-03-30 09:44:04 -07:00
Mike Cao 6ba00152c2 Updated filter tags. 2023-03-10 17:49:19 -08:00
Mike Cao 4a689bf294 Added website menu view. Fixed pages filter. 2023-02-10 23:21:50 -08:00
Mike Cao 13cf286874 Fix www replace. 2022-09-05 15:35:36 -07:00
Mike Cao f4e0da481e Use next-basics package. 2022-08-28 20:20:54 -07:00
Mike Cao 89781d4847 Refactored query parameters. 2022-08-08 01:26:20 -07:00
Mike Cao be8291c856 Refactored referrer logic. Display stats for no referrers. 2022-07-21 01:11:10 -07:00
Nicholas Fasching 448a62d884
Update Blank Referrer Text
I think this capitalization and spacing looks better after looking at it again.
2022-07-09 08:53:06 -04:00
Nicholas Fasching b90b2b9bb2
Update lib/filters.js
Co-authored-by: Rohan Deb Sarkar <rohandebsarkar+git@gmail.com>
2022-07-09 07:46:45 -04:00
Nicholas Fasching fbc33ce746 Add Filter to Have Direct Referrer 2022-07-08 19:36:19 -04:00
Mike Cao df1ddf3e73 Updated filter processing logic. 2022-04-11 00:19:29 -07:00
Kevin Decherf 5d799a327b fixup! Rename ref to prevent collision with react elements
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2022-03-24 23:20:06 +01:00
Kevin Decherf bb7d26d19f Fix referrer filter
7530de87d2 introduced a regression: the
domain parameter in refFilter() contains 'https://', which bypass the
new regex; thus we readd the call to getDomainName().

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2022-03-20 22:12:40 +01:00
Kevin Decherf ecfc7ea68e Rename ref to prevent collision with react elements
It seems that, at least in dev mode, 'ref' may incorrectly refer to
react elements.

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2022-03-20 22:10:41 +01:00
Mike Cao 7530de87d2 Filter subdomains in referrers regex test. Closes #632 2022-03-17 19:58:06 -07:00
Mike Cao ebd52335bb Referrer filtering. 2021-11-21 22:00:14 -08:00
Andreas Fuchs cfb13b2d54 enhancement #649
as refFilter, urlFilter is expanded checking agains url !== null.
2021-05-06 10:47:23 +02:00
Andreas Fuchs bd8f72daab fixes #649
prevents crashes if NULL is entered as a referrer in the database. Does not guard against submitting NULL to the database.
2021-05-06 10:04:37 +02:00
Wonderfall 807cd5d744
Fix Page Filter when URL has a trailing slash 2021-04-19 01:43:09 +02:00
Mike Cao 490fc99a8a
Merge branch 'dev' into unknown-count 2021-02-20 02:00:49 -08:00
Alexander Klein 06f24b0c90 refactor(filter): remove now obsolete filters 2021-02-19 09:58:58 +01:00
Alexander Klein 2cab8bb15d feature(lib): add event type filter 2021-02-15 13:02:12 +01:00
Mike Cao f34c8f8ec8 Update filters and sorting. 2020-10-21 16:14:51 -07:00
Mike Cao fd69f0df24 Localized country names. 2020-09-30 16:27:27 -07:00
Mike Cao 4fded49b03 URL filter functionality. 2020-09-25 22:31:18 -07:00
Mike Cao a56738597d Always show More button. Update page filter. 2020-09-23 15:41:56 -07:00
Mike Cao 4ab71c42a6 Update display of combined referrer urls. 2020-09-15 21:25:51 -07:00
Mike Cao 2d9523f963 Messages for devices so they can be localized. 2020-09-15 20:34:30 -07:00
Mike Cao a3e920d944 Updated packages. Allow url in query strings. 2020-09-03 08:43:17 -07:00
Mike Cao 5a4cde854a Domain validation. Filter domain from referrers. 2020-08-28 21:34:20 -07:00
Mike Cao ccb98f836f MySQL query optimization. Added loading component. 2020-08-27 23:45:37 -07:00
Mike Cao 5206622d5a Events table. 2020-08-27 19:11:36 -07:00
Mike Cao 13ec32b1c9 Don't filter subdomains. 2020-08-27 19:11:35 -07:00
Mike Cao d91fd2492c Filter out null entries. 2020-08-23 19:50:05 -07:00
Mike Cao cf8ed13d1f New page and referrer url filters. 2020-08-22 22:01:14 -07:00
Mike Cao 3a515b56b2 Updated pages and referrer filters to merge urls. 2020-08-22 19:05:07 -07:00
Mike Cao 0a411a9ad6 Filter domain from referrers. 2020-08-07 02:46:21 -07:00
Mike Cao 9d09d89aef Update device filtering. 2020-08-06 19:37:19 -07:00
Mike Cao e17c9da3d5 Added device collection. 2020-08-06 19:14:44 -07:00
Mike Cao 5d4ff5cfa4 Implement redux. 2020-08-04 22:45:05 -07:00
Mike Cao cb7f267212 Check visibility performance optimization. 2020-08-01 23:37:46 -07:00
Mike Cao a65f637df2 Added world map component. 2020-08-01 03:34:56 -07:00