Commit Graph

  • 11d1d5bc99 fix: adapt summary generation to new summary bounds Ferdinand Mütsch 2020-08-23 13:21:23 +0200
  • ada0863f7c fix: make summary include timestamp of first and last heartbeat (resolve #18) Ferdinand Mütsch 2020-08-23 13:10:58 +0200
  • 7818f6b094 fix: return created status code for heartbeats (resolve #43) Ferdinand Mütsch 2020-08-19 23:17:34 +0200
  • f86eb7668d
    Merge pull request #35 from YC/master Ferdinand Mütsch 2020-07-14 20:14:23 +0200
  • 24469e4922 feat: add base_path environment variable Steven Tang 2020-07-14 21:22:30 +1000
  • 4f035b3a63 chore: minor code improvement 1.7.1 Ferdinand Mütsch 2020-06-07 20:01:31 +0200
  • 0eac9a8854 feat: add ability to reset api key (resolve #29) Ferdinand Mütsch 2020-06-07 19:58:06 +0200
  • 0294425de0 feat: add ability to change passwords (resolve #30) Ferdinand Mütsch 2020-06-07 19:28:32 +0200
  • a7c83252ef debug: re-add workflows again Ferdinand Mütsch 2020-05-31 10:29:15 +0200
  • 07a03ce3ac debug: remove workflows Ferdinand Mütsch 2020-05-31 10:28:55 +0200
  • 160c2f713e chore: update version count 1.6.3 Ferdinand Mütsch 2020-05-31 09:54:02 +0200
  • 05b740c87d chore: minor changes to the github actions Ferdinand Mütsch 2020-05-31 09:52:13 +0200
  • 274be6caf8 chore: run in dev mode by default Ferdinand Mütsch 2020-05-31 09:51:55 +0200
  • 58fef96f22 Merge branch 'LightPOS-win-gh-actions-build' Ferdinand Mütsch 2020-05-31 09:38:38 +0200
  • 629a3212c7 feat: persist user creation date (resolve #31) Ferdinand Mütsch 2020-05-30 22:19:05 +0200
  • 0a513e959b
    Automatically build the project for Linux users NickAc 2020-05-30 21:50:16 +0100
  • c1e6a3e265 feat: persist user creation date (resolve #31) 1.6.2 Ferdinand Mütsch 2020-05-30 22:19:05 +0200
  • c68ee0a81e
    Remove upload of artifact to Actions' artifacts NickAc 2020-05-30 21:04:22 +0100
  • e4a2fbd51a
    Automatically build the project for Windows users NickAc 2020-05-30 21:01:54 +0100
  • 1872bf4b4c fix: set string key value data type to text Ferdinand Mütsch 2020-05-30 21:10:44 +0200
  • 5e7e32ddb0 docs: update readme Ferdinand Mütsch 2020-05-30 21:01:46 +0200
  • d12ccc4566 docs: update readme Ferdinand Mütsch 2020-05-30 20:54:56 +0200
  • 3c2dc78c93 refactor: refactor migrations and add fixtures feat: introduce key-value store feat: imprint page (resolve #23) chore: remove default user chore: remove packr Ferdinand Mütsch 2020-05-30 20:41:27 +0200
  • 25b32e2fec chore: update dockerfile 1.5.5 Ferdinand Mütsch 2020-05-30 12:27:10 +0200
  • 128f2965cc docs: update readme Ferdinand Mütsch 2020-05-30 12:14:37 +0200
  • 9dae5a1f77 feat: allow insecure cookies (resolve #27) Ferdinand Mütsch 2020-05-30 12:11:21 +0200
  • 002003a957 chore: make sqlite the default database to easily get started Ferdinand Mütsch 2020-05-30 11:59:28 +0200
  • 50eba49547 fix: don't trim hash Ferdinand Mütsch 2020-05-29 00:04:48 +0200
  • 75dd070b3d chore: trim white spaces from passwords before hashing them Ferdinand Mütsch 2020-05-28 23:29:55 +0200
  • 98d7d02935 docs: update readme Ferdinand Mütsch 2020-05-28 22:36:00 +0200
  • 6c2f0cb1ec feat: add auto-migrations for old md5 password to maintain backwards compatibility 1.5.1 Ferdinand Mütsch 2020-05-25 22:24:29 +0200
  • 08675bd99f feat: use bcrypt with salts instead of md5 for hashing password (resolve #21) Ferdinand Mütsch 2020-05-25 21:42:45 +0200
  • 625994d1e9 feat: add basic sign up instructions Ferdinand Mütsch 2020-05-24 21:42:15 +0200
  • 2cca2cb0bb feat: display api key on user interface (resolve #24) Ferdinand Mütsch 2020-05-24 21:19:05 +0200
  • b92a064eb1 chore: update version chore: update tailwind Ferdinand Mütsch 2020-05-24 20:38:49 +0200
  • f0b17e77b2 docs: update readme Ferdinand Mütsch 2020-05-24 20:28:12 +0200
  • 2eabc3953f
    Merge pull request #20 from muety/2-user-signup-and-login Ferdinand Mütsch 2020-05-24 20:17:21 +0200
  • 6614c86395 fix: base path for error redirects Ferdinand Mütsch 2020-05-24 17:39:19 +0200
  • fad91725b0 fix: quick summary paths Ferdinand Mütsch 2020-05-24 17:36:45 +0200
  • f341ae4707 fix: html base href trailing slash Ferdinand Mütsch 2020-05-24 17:35:44 +0200
  • c171d31f30 feat: set html base path from server base path refactor: services Ferdinand Mütsch 2020-05-24 17:32:26 +0200
  • d6e9f0295a feat: introduce base path config option to better support redirections behind a proxy Ferdinand Mütsch 2020-05-24 17:08:44 +0200
  • 411ae49206 fix: use relative urls Ferdinand Mütsch 2020-05-24 16:55:44 +0200
  • abfaa9d768 feat: user signup Ferdinand Mütsch 2020-05-24 16:34:32 +0200
  • a317dc6942 refactor: middlewares and get rid of negroni Ferdinand Mütsch 2020-05-24 14:50:04 +0200
  • 041a49ede4 fix: forgot to check in alerts template partial Ferdinand Mütsch 2020-05-24 13:43:28 +0200
  • a7b4b01b04 chore: remove unused dependencies Ferdinand Mütsch 2020-05-24 13:43:08 +0200
  • 9697bb5fd5 refactor: use cookie-based login feat: add login page Ferdinand Mütsch 2020-05-24 13:41:19 +0200
  • d3ab54f6dc chore: enable templates to consist of partials Ferdinand Mütsch 2020-05-24 10:37:31 +0200
  • bbd2c24f9a
    Update FUNDING.yml Ferdinand Mütsch 2020-05-23 21:02:12 +0200
  • 4c39222193 docs: update badges Ferdinand Mütsch 2020-05-23 20:11:09 +0200
  • ef10f8b589 Merge branch 'master' of github.com:n1try/wakapi Ferdinand Mütsch 2020-05-23 20:05:40 +0200
  • 7f3c8dacba docs: add badges Ferdinand Mütsch 2020-05-23 20:04:48 +0200
  • 7bf6f353a9 docs: add badges Ferdinand Mütsch 2020-05-23 20:02:40 +0200
  • a77f37da02
    Update README.md Ferdinand Mütsch 2020-05-12 11:16:55 +0200
  • 94e1de772c doc: update readme Ferdinand Mütsch 2020-04-26 15:40:46 +0200
  • f399f3bf8d chore: remove docker compose file Ferdinand Mütsch 2020-04-26 15:21:50 +0200
  • f264ede147 fix: update docekr file to include env vars and volume Ferdinand Mütsch 2020-04-26 15:18:47 +0200
  • b05105cbeb fix: docker build 1.2.2 Ferdinand Mütsch 2020-04-26 15:07:00 +0200
  • 2ea9b74a0c fix: fix build script to cross-compile with sqlite dependency Ferdinand Mütsch 2020-04-26 14:35:53 +0200
  • 2b47a7d73f feat: ability to set default username and password Ferdinand Mütsch 2020-04-26 14:00:53 +0200
  • 91a4bb2db3 fix: proper parsing of environment variables Ferdinand Mütsch 2020-04-26 13:55:19 +0200
  • 7b486b390e doc: update version number Ferdinand Mütsch 2020-04-26 13:22:51 +0200
  • 17dcd753a9
    Merge pull request #19 from will7200/feat/add-sqlite-support Ferdinand Mütsch 2020-04-26 13:16:09 +0200
  • 7f548dabeb
    refactor: move migrations to separate method William Flores 2020-04-25 13:53:55 -0700
  • 7a339d77d3
    style: keep small column definitions together William Flores 2020-04-25 13:52:43 -0700
  • edae516571
    feat: add support for sqlite3 William Flores 2020-04-19 16:58:54 -0700
  • aa211713b2
    feat: change default value for time Fields to CURRENT_TIMESTAMP for better cross database support. Support Scanning String Dates for HeartBeatReqTime William Flores 2020-04-19 16:58:03 -0700
  • 7a74ae251c Add health endpoint. Ferdinand Mütsch 2020-04-08 21:29:11 +0200
  • cd197e855c Add DOAP description. Ferdinand Mütsch 2020-04-05 13:36:01 +0200
  • 1e5ec48748 WIP: SQLite support. Ferdinand Mütsch 2020-03-31 14:43:15 +0200
  • 34037d2957 Same data generator script. Ferdinand Mütsch 2020-03-31 14:33:26 +0200
  • 0351c15097 Update build script. Ferdinand Mütsch 2020-03-31 12:51:36 +0200
  • 7d36c4e111 Rename project. Add build script. 1.1.0 Ferdinand Mütsch 2020-03-31 12:22:17 +0200
  • 1510bcaa91 Experimental Postgres support. Ferdinand Mütsch 2020-03-31 12:03:49 +0200
  • b858a02ecd Update Readme. Ferdinand Mütsch 2020-03-31 11:25:24 +0200
  • 0e61870568 Resolve #7. Ferdinand Mütsch 2020-03-31 11:24:44 +0200
  • 0664861f74 Fix #13. Ferdinand Mütsch 2020-03-31 10:47:22 +0200
  • bcb56a02ef Readme typo. Ferdinand Mütsch 2020-03-31 09:17:00 +0200
  • fd2e0d145d
    Update README.md Ferdinand Mütsch 2020-03-11 10:19:55 +0100
  • 45d061755c
    Update README.md 1.0.0 Ferdinand Mütsch 2020-03-10 19:58:37 +0100
  • eff469bdbf Module updates. Ferdinand Mütsch 2020-03-10 11:14:19 +0100
  • 33ebb8a771 Add database cleanup functionality. Ferdinand Mütsch 2020-03-09 17:30:23 +0100
  • c7556fa9a5 Fix API endpoints. Ferdinand Mütsch 2020-02-21 12:41:29 +0100
  • fd1f749599 Update README.md Ferdinand Mütsch 2020-02-20 16:09:50 +0100
  • fd76de629a Add HTML base tag. Ferdinand Mütsch 2020-02-20 16:05:08 +0100
  • abc7c99eff Replace absolute paths. Ferdinand Mütsch 2020-02-20 15:57:09 +0100
  • f69b55b1f9 Default interval. Ferdinand Mütsch 2020-02-20 15:54:20 +0100
  • 89b52778ef Merge branch 'master' of github.com:n1try/wakapi Ferdinand Mütsch 2020-02-20 15:40:12 +0100
  • 6d3891b398 Resolve #11. Ferdinand Mütsch 2020-02-20 15:39:56 +0100
  • b7f700e7a5 Refactor to server-rendered app. Ferdinand Mütsch 2020-02-20 14:28:55 +0100
  • 7a950c9ff3
    Create FUNDING.yml Ferdinand Mütsch 2020-01-09 08:33:23 +0100
  • d583dd312b Fix start of year computation. Add shortcut to get lifetime statistics. Ferdinand Mütsch 2020-01-09 00:19:24 +0100
  • 4ae53746c3 Add db port environment variable. Ferdinand Mütsch 2019-11-07 23:29:28 +0100
  • fe1cc3ac88 Minor code cleanup. Ferdinand Mütsch 2019-11-07 23:11:19 +0100
  • 121b8c9885 Fix faulty aggregations after daylight saving time switch. Ferdinand Mütsch 2019-11-07 22:56:52 +0100
  • caacea3f63 Add ability to configure database port. Ferdinand Mütsch 2019-11-07 22:56:06 +0100
  • 9e726028c3 Introduce flag to recompute summaries from raw events instead of using aggregations. Ferdinand Mütsch 2019-11-07 12:56:05 +0100
  • f3fe8124c8 Ability to configure number of db connections. Ferdinand Mütsch 2019-10-11 10:03:18 +0200
  • 9b17cde420 Trigger summary generation on server startup. Ferdinand Mütsch 2019-10-11 09:16:42 +0200