Commit Graph

  • 3857adcdc6 Begin work on login form master Tait Hoyem 2023-07-19 21:09:17 -0600
  • a47c68eb5a Bump cargo.lock Tait Hoyem 2023-07-16 17:02:20 -0600
  • c6e4c7e7fe Add player page, update version Tait Hoyem 2023-07-16 17:02:09 -0600
  • 5beb33d12c player page use id instead of name Tait Hoyem 2023-07-16 17:01:32 -0600
  • 89689f1204 Use assists for assists column Tait Hoyem 2023-07-16 17:01:09 -0600
  • be994c8ef7 Fix player stats bug Tait Hoyem 2023-07-16 17:00:51 -0600
  • 22fdb8f5f0 Add role name function and add an admin/admin user Tait Hoyem 2023-07-16 15:44:33 -0600
  • 4bc0ca3b12 Add users and roles tables, add tests for models that do not require language localization Tait Hoyem 2023-07-16 15:43:52 -0600
  • 32ee84b2a5 Use 0 padding in times Tait Hoyem 2023-07-16 15:25:34 -0600
  • 18905876ac Remove unused dependencies Tait Hoyem 2023-07-16 15:22:06 -0600
  • 0ffeca0732 use compile-time query_as macro instead of calling query_as function Tait Hoyem 2023-07-16 15:03:26 -0600
  • f821b0851e Remove some commented SQL code Tait Hoyem 2023-07-16 14:57:02 -0600
  • 2dea64ea4a Add basic users, roles, and localized names Tait Hoyem 2023-07-16 14:50:24 -0600
  • 5b964c9650 [WIP] use URL params Tait Hoyem 2023-04-28 15:58:40 -0600
  • ab1e73dca7 Cargo format Tait Hoyem 2023-04-22 17:28:39 -0600
  • f5e04fce16 Please clippy Tait Hoyem 2023-04-22 17:28:24 -0600
  • b821be5913 Fix filter issue (add period at end) Tait Hoyem 2023-04-21 17:08:15 -0600
  • 4c677518a0 Add *_name(id, lang) functions to make queries easier Tait Hoyem 2023-04-21 16:50:42 -0600
  • 3f8f7e33c5 Almost done migrations to new, separated *_names tables; need more tests Tait Hoyem 2023-04-21 16:50:15 -0600
  • 6c628d24de Update other methods to use new db connections Tait Hoyem 2023-04-19 16:33:37 -0600
  • c38e751a85 Add new macro to generate the get method Tait Hoyem 2023-04-19 16:33:15 -0600
  • 3109d92ade Add nullable filter Tait Hoyem 2023-04-19 16:32:53 -0600
  • 21ad6975b8 Add views and functions to keep things easy Tait Hoyem 2023-04-19 16:32:40 -0600
  • d84931f2b5 Cargo fmt; fix a bug that is only happening because routes arent typesafe Tait Hoyem 2023-04-18 14:23:32 -0600
  • d260895828 Add i18n dependencies Tait Hoyem 2023-04-18 14:09:57 -0600
  • 660e1245ea Remove unused var Tait Hoyem 2023-04-18 14:09:36 -0600
  • c510b7a309 Remove unused code; disable checks on dead code in views Tait Hoyem 2023-04-18 14:09:22 -0600
  • fbcfe8fa6c Update templates Tait Hoyem 2023-04-18 14:07:14 -0600
  • 0195710c98 Add macros package Tait Hoyem 2023-04-18 14:06:51 -0600
  • 02dfc30f9d Consolidate translations Tait Hoyem 2023-04-18 12:55:40 -0600
  • 1dfde93049 assists -> shots localization Tait Hoyem 2023-04-17 15:27:19 -0600
  • e11bd4a34f Update version Tait Hoyem 2023-04-17 15:25:56 -0600
  • 2e1b275d2d Localize 'view code' button Tait Hoyem 2023-04-17 15:24:23 -0600
  • 5f94a4f5bc Remove language change links on front page Tait Hoyem 2023-04-17 15:23:56 -0600
  • 4caec118fc Add strongest copy-left license; since this is for a charity, nobody should take it without giving back Tait Hoyem 2023-04-17 13:54:07 -0600
  • c8ea1a79f2 Add more translations Tait Hoyem 2023-04-17 13:44:58 -0600
  • a5a538194a Update VER Tait Hoyem 2023-04-17 13:30:55 -0600
  • a2842333c0 Add language switching links to bottom of page Tait Hoyem 2023-04-17 13:30:29 -0600
  • a089d6f3bb Update REAMDE.md Tait Hoyem 2023-04-17 01:52:20 -0600
  • 1e064a6849 Add code link Tait Hoyem 2023-04-17 01:48:23 -0600
  • d61c26c648 Help clippy Tait Hoyem 2023-04-17 01:38:36 -0600
  • 25d5e4c1fa Add localized URLs; will expand in the future Tait Hoyem 2023-04-17 01:38:24 -0600
  • 72ad6946e6 Add version to master template Tait Hoyem 2023-04-17 00:57:05 -0600
  • 8fb6d98689 Update i18n to use fluent instead of rust_i18n Tait Hoyem 2023-04-17 00:39:15 -0600
  • 078aa4259a Add intl filter, update tempates to accept languages Tait Hoyem 2023-04-16 19:15:30 -0600
  • 12f102d011 Update translations Tait Hoyem 2023-04-16 19:15:09 -0600
  • 74a9cc85c1 Add create db sql Tait Hoyem 2023-04-16 12:18:32 -0600
  • 17082eadaf Update sqlx, ormx, and add strum to deps Tait Hoyem 2023-04-16 12:18:18 -0600
  • fb0d28a175 Add tests for languages, use lowercase country designation Tait Hoyem 2023-04-16 12:17:57 -0600
  • 4a1f48b3bc Move translation mechanism to excternal crates Tait Hoyem 2023-04-12 13:35:38 -0600
  • 0c3bcf5072 Update translations Tait Hoyem 2023-04-12 13:35:12 -0600
  • 4b1e7d71ae Add IIHF stats/points functions, integrate into main, add tests Tait Hoyem 2023-04-08 14:18:50 -0600
  • 4019823dd7 Update migrations, move translations from xml to JSON Tait Hoyem 2023-04-06 17:58:38 -0600
  • 1ea919c954 Move most view functions into implementation blocks for models; update functiosn in main Tait Hoyem 2023-04-04 13:48:21 -0600
  • b2331d7fb0 team_players -> game_players; help from ChatGPT to simplify some queries using conditional aggragation Tait Hoyem 2023-04-02 13:44:15 -0600
  • ffdea810ad Basic translation support for website Tait Hoyem 2023-03-31 13:33:13 -0600
  • 143df9b964 Update cargo Tait Hoyem 2023-03-30 14:14:07 -0600
  • b0b0e8c33d First MVP Tait Hoyem 2023-03-30 13:05:38 -0600
  • 0d2e4f3574 switch to new goal system (shot with a flag), add views separate from the models and various tests and new routes for html naviagtion around the page Tait Hoyem 2023-03-27 23:03:42 -0600
  • ce45ef847e Initial commit; this should have been done way earlier Tait Hoyem 2023-03-27 18:43:36 -0600