Commit Graph

  • 1c5266e637
    feat: Initial support for PostgreSQL (#80) master KimmyXYC 2024-01-07 18:57:29 +0800
  • b19b4fedcf feat: Initial support for PostgreSQL KimmyXYC 2024-01-07 10:37:49 +0000
  • d881e8a507
    fix: hide loading while delete logs error Emil Zhai 2022-12-18 18:29:51 +0000
  • f8aba3045c
    feat: add loading animation to delete logs fetch Emil Zhai 2022-12-16 17:26:09 +0000
  • 8ce58dc818
    feat: optimize logs cell tip animation Emil Zhai 2022-12-12 09:51:05 +0000
  • 60d16f3469
    feat: add quick action buttons to logs list cell Emil Zhai 2022-12-12 09:27:25 +0000
  • 40007589c1
    feat: support some presets filters Emil Zhai 2022-12-09 07:54:52 +0000
  • 42b5413e4b
    fix: active message while database exists Emil Zhai 2022-12-09 03:11:42 +0000
  • bbd6f043f0
    feat: optimize migration page style Emil Zhai 2022-12-08 05:38:59 +0000
  • 2111c388da
    fix: console header float clear bug Emil Zhai 2022-12-08 05:29:51 +0000
  • 2fc6bcf881
    fix: object.assign polyfill filename Emil Zhai 2022-12-08 02:58:28 +0000
  • ce9250a11f
    fix: charts loading animation location Emil Zhai 2022-12-07 14:59:41 +0000
  • 042cb905cb
    feat: optimize overview page animation Emil Zhai 2022-12-07 14:36:14 +0000
  • ecea9d3215
    feat: independent logs page css for better compatible for 3rd party admin Emil Zhai 2022-12-07 14:17:49 +0000
  • 6f38b45178
    feat: independent overview page css for better compatible for 3rd party admin Emil Zhai 2022-12-07 12:01:56 +0000
  • 7d9261ea1f
    fix: logs page style compatible Emil Zhai 2022-12-07 09:33:23 +0000
  • 67b1d6ea5f
    chore: rename statistic rpc url Emil Zhai 2022-12-07 07:19:44 +0000
  • 92f6e3ab49
    feat: optimize console page has migration check logic Emil Zhai 2022-12-07 07:15:40 +0000
  • 059d94be2f
    fix: some typos in core Emil Zhai 2022-12-07 07:09:34 +0000
  • d7634700f4
    chore: remove useless class initial in core construct Emil Zhai 2022-12-07 07:08:51 +0000
  • e8bb8a8e98
    feat: add index to ip_province for overview page loading speed Emil Zhai 2022-12-07 06:51:40 +0000
  • fa704a11e3
    feat: optimize overview page simultaneous rpc connection Emil Zhai 2022-12-07 04:35:51 +0000
  • 3b478634bb
    release: 2.1.0 Emil Zhai 2022-12-06 18:05:09 +0000
  • 0f80487bad
    feat: independent migration route from plugin active method Emil Zhai 2022-12-06 18:04:51 +0000
  • 5ea4a3d070
    fix: time should be in 24 hour format Emil Zhai 2022-12-06 13:39:24 +0000
  • a4bbd3bd27
    feat: add placeholder to result table Emil Zhai 2022-12-06 07:10:28 +0000
  • de75cbb7ac
    feat: add ip block list settings Emil Zhai 2022-12-06 07:00:42 +0000
  • 7d1905a556
    chore: rename ipdb class name Emil Zhai 2022-12-05 10:08:40 +0000
  • 0058c4e46e
    feat: optimize select delete button style Emil Zhai 2022-12-05 09:33:51 +0000
  • 921b054163
    chore: remove useless codes Emil Zhai 2022-12-05 08:47:41 +0000
  • 62910e3bf3
    feat: add content id query logic Emil Zhai 2022-12-05 08:34:08 +0000
  • f8900b1fdc
    feat: auto escape sql like when switch fuzzy mode Emil Zhai 2022-12-05 08:14:19 +0000
  • 4270e815a6
    feat: add delete by filters logic Emil Zhai 2022-12-05 07:44:07 +0000
  • fd1616d7e7
    fix: pagination total should always larger than 0 Emil Zhai 2022-12-05 07:41:41 +0000
  • 74f2c32cbb
    feat: delete more than one page logs requires confirmation Emil Zhai 2022-12-05 06:58:31 +0000
  • 0a2c0ee97e
    refactor: 使用动态页面方式重构每次都需要重载的列表页面 Emil Zhai 2022-12-04 18:07:16 +0000
  • 7fbbbbd7f4
    feat: database add index to ua field Emil Zhai 2022-12-04 09:26:09 +0000
  • eee11fc919
    refactor: separate different routes codes apart Emil Zhai 2022-12-04 08:24:11 +0000
  • 31302003d4
    feat: change default page to overview Emil Zhai 2022-12-03 15:18:15 +0000
  • b585949d66
    fix: activate plugin may result in null exception Emil Zhai 2022-12-03 15:11:27 +0000
  • b1610eda68
    fix: delete logs must in post mode for security reason (xss) Emil Zhai 2022-12-02 10:32:46 +0000
  • 1a292f010c
    fix: htmlspecialchars may pass null as parameter Emil Zhai 2022-12-02 10:26:34 +0000
  • 020bfec514
    feat: add fuzzy match to filter Emil Zhai 2022-12-02 09:15:05 +0000
  • 45c1d9fd1c
    fix: database use plain ip address for ipv6 compatibility Emil Zhai 2022-12-02 08:43:13 +0000
  • b45bb0d7d5
    fix: undefined variable $data error on auth failure Emil Zhai 2022-11-30 06:59:19 +0000
  • e33a5cf0b4
    feat: optimize compatibility for PHP without the "--enable-calendar" option, #66 Emil Zhai 2022-11-30 06:50:05 +0000
  • 9f8876a9fc
    feat: optimize sql performance while get all count, #69 Emil Zhai 2022-11-30 06:39:30 +0000
  • 0ae98b6df9
    fix: typo of loading text Emil Zhai 2022-11-30 06:13:49 +0000
  • bbd8016675
    重构数据统计前后端,修改ip归属地显示逻辑,升级前端组件 (#59) 社会易姐QwQ 2022-11-08 12:55:42 +0800
  • 1c113e8324
    Merge 89358d4ee2 into 772cea79c5 陈小儒 2022-08-25 08:53:43 +0000
  • 89358d4ee2
    仅管理员可查看 陈小儒 2022-08-25 16:53:41 +0800
  • 2f44db5d93
    修复访问概览显示 调用未定义的函数 cal_days_in_month() 陈小儒 2022-08-25 16:45:13 +0800
  • 772cea79c5
    Merge pull request #63 from tursom/master そら 2022-06-29 12:57:19 +0800
  • 4739099591 fix Passing null to parameter Gitea 2022-06-29 11:23:35 +0800
  • 2eb71c484d fix Passing null to parameter Gitea 2022-06-29 11:22:06 +0800
  • dfc5eafc60 fix Passing null to parameter Gitea 2022-06-29 11:15:07 +0800
  • 5479d729ae update README and SQL 社会易姐QwQ 2022-05-27 13:39:38 +0800
  • 56d8f00d38 重构数据统计与ip归属地查询部分 社会易姐QwQ 2022-05-27 13:13:17 +0800
  • 62cdd5153e
    Update README.md そら 2022-05-14 12:33:18 +0800
  • cd0dd60ed4
    Merge pull request #58 from xiaoyv404/master そら 2022-05-14 12:27:51 +0800
  • 9cf24d84b8
    更新文档 xiaoyv404 2022-05-14 10:50:31 +0800
  • 847760b0a3
    Merge pull request #56 from SocialSisterYi/master そら 2022-05-11 13:34:39 +0800
  • 66eb4910ea 添加更多图表并简化数据 社会易姐QwQ 2022-05-11 13:09:49 +0800
  • 650e9a2301
    删除统计代码 そら 2022-05-01 08:36:53 +0800
  • 553d734635
    Merge pull request #54 from BapiGso/master そら 2022-04-28 09:54:35 +0800
  • e719b09b51
    修复referer为空时主页报错 BapiGso 2022-04-06 09:41:30 +0800
  • 365a60b30a
    Merge pull request #1 from BapiGso/BapiGso-patch-1 BapiGso 2022-04-02 21:29:49 +0800
  • fea66abf87
    修复无痕访问时主页报错 BapiGso 2022-04-02 21:27:31 +0800
  • 61963e9c4a
    Merge pull request #52 from LiCaoZ/master そら 2022-01-20 15:47:00 +0800
  • bd22769f01
    拓宽 UA 匹配 CaoZhi Li 2022-01-20 15:21:53 +0800
  • 1518637629
    Merge pull request #51 from M69W/fix_style そら 2021-04-17 14:53:55 +0800
  • 1d62be60ba 修复访问日志页面样式异常显示 M69W 2021-04-17 14:11:28 +0800
  • 404e758e5e
    Merge pull request #48 from itcats/patch-1 そら 2020-07-20 07:57:40 +0800
  • b70697602d
    Update Access_Ip.php itcats 2020-07-20 00:02:02 +0800
  • 9aea0de085
    Update README.md そら 2020-02-15 09:48:31 +0800
  • 5c3e2a1cbc
    Merge pull request #39 from Dreamer-Paul/master そら 2020-01-13 11:07:16 +0800
  • f4995fc35b 修复 UA 字段问题 Dreamer-Paul 2020-01-11 16:26:34 +0800
  • 1100704b99
    Merge pull request #32 from mhycy/master そら 2019-02-17 18:25:21 +0800
  • a1dac92af1
    修复筛选后链接不正确问题 fadetrack 2019-01-23 11:33:39 +0800
  • 477c71b437
    改进删除记录后的空白页问题 fadetrack 2019-01-23 11:30:29 +0800
  • 9aec8e3714
    修复筛选过滤后分页URL不正确问题 mhycy 2018-08-04 17:45:57 +0800
  • 64594b7640 update ua parse file and ip parse file (#26) bbbboom 2018-04-22 20:17:37 +0800
  • ad914d2ce7
    convert CRLF to LF bbbboom 2018-04-22 19:56:14 +0800
  • f9429d0a9a
    update ua parse file and ip parse file bbbboom 2018-04-22 19:26:15 +0800
  • 86a31e8609
    Delete 17monipdb.dat bbbboom 2018-04-22 19:24:39 +0800
  • 9881305b81
    add 17monipdb.datx bbbboom 2018-04-22 19:24:24 +0800
  • 6d9b80c317
    Merge pull request #25 from fengyunljp/master そら 2018-04-22 11:25:22 +0800
  • 08a08185a8 修改 long2ip 在 PHP7 之中的兼容性问题 fengyunljp 2018-04-22 11:01:33 +0800
  • dd3ee029c7 简化一些代码 kokororin 2018-01-26 17:20:26 +0800
  • 7adc9de42c
    Merge pull request #23 from izhizheng/master そら 2018-01-26 17:00:36 +0800
  • 660d8cb6bb 修复访问日志中受访地址和IP地址[ ? ]对应链接 Bug Zhizheng Zhang 2018-01-26 14:29:33 +0800
  • adf3234774
    Merge pull request #22 from izhizheng/master そら 2018-01-26 11:25:03 +0800
  • dd2fae63e8 访问日志按路由筛选功能 Bug 修复 Zhizheng Zhang 2018-01-26 11:03:44 +0800
  • 83e1332822 更新贡献者 kokororin 2018-01-25 21:53:35 +0800
  • eddc7c3ecc
    Merge pull request #20 from izhizheng/master そら 2018-01-25 21:45:15 +0800
  • 2f7b8e6eaa 修复今日图表中 UV 和 IP 折线永远相同的问题 Zhizheng Zhang 2018-01-25 21:21:49 +0800
  • 766c29c2dc
    Merge pull request #19 from izhizheng/master そら 2018-01-25 20:03:16 +0800
  • 60dff2ec7d 添加对 SQLite3 数据库的适配 Zhizheng Zhang 2018-01-25 19:50:07 +0800
  • 3c907c2e8b
    Merge pull request #1 from kokororin/master Zhizheng Zhang 2018-01-25 19:43:26 +0800
  • 7cf6a85b0c Fix: #18 & Re-format kokororin 2018-01-25 18:55:06 +0800