Archived
1
Commit Graph

63 Commits

Author SHA1 Message Date
dependabot-preview[bot]
18ff622d8e
Bump github.com/gorilla/mux from 1.7.3 to 1.7.4
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.7.3...v1.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-12 05:29:27 +00:00
02d93e1507 Updates 2020-01-13 07:51:40 +01:00
e0ffc51be3 Fix 2019-10-19 12:20:25 +02:00
e18e24da46 Add tracking of operating systems 2019-10-19 12:13:02 +02:00
d1b3dd4814 Fix test, format code 2019-10-13 13:13:11 +02:00
8c3e639668 Update dependencies 2019-10-13 12:24:11 +02:00
068ce0ca5e Bots filter 2019-08-02 19:32:34 +02:00
f59b999899 Save if view was made by bot 2019-08-02 18:47:30 +02:00
023aa22096 Update dependencies 2019-07-25 18:20:56 +02:00
e9e25ae41a Feature: Request stats via Telegram 2019-05-27 15:03:30 +02:00
94251f1968 Refactor 2019-05-26 22:32:02 +02:00
86152eafb9 Add reports via Telegram 2019-05-26 09:12:30 +02:00
022bbebe48 Add "count" view 2019-05-26 08:31:30 +02:00
b270ed6299 Use prepared SQL statement 2019-05-18 11:13:02 +02:00
4037788bd0 Add fromrel / torel 2019-05-07 11:23:59 +02:00
7800e5fe07 Add instructions to build from source 2019-05-05 10:20:05 +02:00
691c813350 Change go module name to github.com/kis3/kis3 2019-05-05 10:08:11 +02:00
d6a03997ed Fix issues with multiple reports 2019-05-01 12:50:09 +02:00
4b004a803c Add limit filter and rename orderrow to ordercol
Idk why I'm so stupid and confused rows and columns
2019-05-01 12:17:37 +02:00
18c5ff85b0 Add ca-certificates to Dockerfile 2019-05-01 12:09:08 +02:00
Jan-Lukas Else
85f16f1d0e
Add Daily Email reports feature (#4) 2019-05-01 11:46:52 +02:00
903dab597f Use start of hour instead of start of day for allhours 2019-04-30 13:30:18 +02:00
8e24ac6a41 Add more tests 2019-04-30 11:29:48 +02:00
c19cdf24b8 Update sqlite3 dependency and remove unneded down migrations 2019-04-30 10:53:38 +02:00
d3a1c467f9 Correct filters on alldays / allhours 2019-04-29 12:33:03 +02:00
2c5151ee8a Update Cache Headers 2019-04-27 07:41:55 +02:00
95c5cdc704 Fix allhours / alldays showing extra day 2019-04-24 11:54:04 +02:00
1d0d31f045 Add a few unit tests for database filter building 2019-04-24 11:10:49 +02:00
7812af3f3f Use Github Pages 2019-04-20 21:32:25 +02:00
a1824e9715 Add information about license to readme 2019-04-20 21:08:14 +02:00
8ff04dd533 Add MIT license 2019-04-20 21:04:58 +02:00
ecca8d6197 Add a first README 2019-04-20 21:01:17 +02:00
dependabot[bot]
ffc1aebff1 Bump github.com/gobuffalo/packr/v2 from 2.1.0 to 2.2.0 (#3)
Bumps [github.com/gobuffalo/packr/v2](https://github.com/gobuffalo/packr) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/gobuffalo/packr/releases)
- [Changelog](https://github.com/gobuffalo/packr/blob/master/.goreleaser.yml)
- [Commits](https://github.com/gobuffalo/packr/compare/v2.1.0...v2.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-20 12:38:48 +02:00
0cc64d9c53 Use alpine:edge as base image for build 2019-04-15 14:34:59 +02:00
e9bfe9205d Remove a few useless return statements 2019-04-15 10:21:53 +02:00
40f104803d Add tzdata to Docker image 2019-04-15 10:07:14 +02:00
23cce2ee3a Add "alldays" and "allhours" view 2019-04-15 09:56:41 +02:00
a20507100a Small upper / lower case things 2019-04-15 09:41:59 +02:00
57aca37a5f Add "orderrow" and "order" parameters to order result 2019-04-09 15:17:18 +02:00
e1603e19bf Switch back to parameter based url tracking 2019-04-09 14:54:58 +02:00
57cbd62da5 Add viewport metatag to chart HTML for responsiveness 2019-04-09 14:38:09 +02:00
0ba4c2d258 Set first to "Undefined" when empty 2019-04-09 14:31:34 +02:00
373b742f17 Add view "useragentnames" 2019-04-09 14:31:15 +02:00
c9df3dfe9d Change place of executable in Docker image 2019-04-08 22:14:20 +02:00
edf6cc32f2 Fix cache control 2019-04-08 22:07:11 +02:00
25189b2cbc Add useragent filter 2019-04-08 21:48:34 +02:00
789013ea6b Fix ref filter getting ignored and make it a "contains" filter 2019-04-08 21:45:37 +02:00
511e0f9f38 Add "useragents" view 2019-04-08 21:41:16 +02:00
563129e18d Merge URL and Domain filter and make it a "contains" filter 2019-04-08 21:36:11 +02:00
2feb27e5c4 Change x-axes min to 0 2019-04-08 16:54:52 +02:00