Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arnoson/kirby-stats
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.6
Choose a base ref
...
head repository: arnoson/kirby-stats
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.7
Choose a head ref
  • 18 commits
  • 28 files changed
  • 3 contributors

Commits on Feb 24, 2023

  1. fix: use correct OS names

    arnoson committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    ba24bf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Update index.php

    grommasdietz authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    123fcf8 View commit details
    Browse the repository at this point in the history
  2. Support public folder setup

    Creates sqlite database in storage folder, instead of plugin folder
    grommasdietz authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    4eb14ce View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Merge pull request #15 from grommasdietz/main

    Support public folder setup
    arnoson authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    32cca8e View commit details
    Browse the repository at this point in the history
  2. chore: update dependencies

    arnoson committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    064890d View commit details
    Browse the repository at this point in the history
  3. ci: use fixed php version

    arnoson committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    300e211 View commit details
    Browse the repository at this point in the history
  4. refactor: replace scss with modern css

    arnoson committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    6bf9f13 View commit details
    Browse the repository at this point in the history
  5. chore: cleanup

    arnoson committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    e5c13af View commit details
    Browse the repository at this point in the history
  6. refactor: replace deprecated kirby components

    arnoson committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    29b0f99 View commit details
    Browse the repository at this point in the history
  7. chore: cleanup

    arnoson committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    50ff113 View commit details
    Browse the repository at this point in the history
  8. feat: user browser family instead of browser name

    Until now, on mobile e.g. `Safari Mobile` didn't count as `Safari`
    arnoson committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    7d1db48 View commit details
    Browse the repository at this point in the history
  9. chore: cleanup

    arnoson committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    a63cde7 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. feat!: use client script instead of router hook

    Until now, we tracked on a router level, which is quite elegant but didn't filter out any bots/crawlers that fake a real user agent. Now a simple tracking script (see: `example/assets/stats.js` can check for user activity and then call the `/kirby-stats/hit` endpoint.
    arnoson committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    17e866c View commit details
    Browse the repository at this point in the history
  2. chore: remove unused Settings button

    arnoson committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    025042d View commit details
    Browse the repository at this point in the history
  3. chore: remove path filtering

    Since we now use a client side tracking script we can already control which paths to track and which to ignore.
    arnoson committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    932e9f5 View commit details
    Browse the repository at this point in the history
  4. docs: describe options

    arnoson committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    f0b2dfb View commit details
    Browse the repository at this point in the history
  5. chore: expect referrer host (without protocol)

    arnoson committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    246833c View commit details
    Browse the repository at this point in the history
  6. docs: update readme

    arnoson committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    ec16633 View commit details
    Browse the repository at this point in the history
Loading