60 Commits (master)
 

Author SHA1 Message Date
Tait Hoyem 3857adcdc6 Begin work on login form
9 months ago
Tait Hoyem a47c68eb5a Bump cargo.lock
9 months ago
Tait Hoyem c6e4c7e7fe Add player page, update version
9 months ago
Tait Hoyem 5beb33d12c player page use id instead of name
9 months ago
Tait Hoyem 89689f1204 Use assists for assists column
9 months ago
Tait Hoyem be994c8ef7 Fix player stats bug
9 months ago
Tait Hoyem 22fdb8f5f0 Add role name function and add an admin/admin user
9 months ago
Tait Hoyem 4bc0ca3b12 Add users and roles tables, add tests for models that do not require language localization
9 months ago
Tait Hoyem 32ee84b2a5 Use 0 padding in times
9 months ago
Tait Hoyem 18905876ac Remove unused dependencies
9 months ago
Tait Hoyem 0ffeca0732 use compile-time query_as macro instead of calling query_as function
9 months ago
Tait Hoyem f821b0851e Remove some commented SQL code
9 months ago
Tait Hoyem 2dea64ea4a Add basic users, roles, and localized names
9 months ago
Tait Hoyem 5b964c9650 [WIP] use URL params
1 year ago
Tait Hoyem ab1e73dca7 Cargo format
1 year ago
Tait Hoyem f5e04fce16 Please clippy
1 year ago
Tait Hoyem b821be5913 Fix filter issue (add period at end)
1 year ago
Tait Hoyem 4c677518a0 Add *_name(id, lang) functions to make queries easier
1 year ago
Tait Hoyem 3f8f7e33c5 Almost done migrations to new, separated *_names tables; need more tests
1 year ago
Tait Hoyem 6c628d24de Update other methods to use new db connections
1 year ago
Tait Hoyem c38e751a85 Add new macro to generate the get method
1 year ago
Tait Hoyem 3109d92ade Add nullable filter
1 year ago
Tait Hoyem 21ad6975b8 Add views and functions to keep things easy
1 year ago
Tait Hoyem d84931f2b5 Cargo fmt; fix a bug that is only happening because routes arent typesafe
1 year ago
Tait Hoyem d260895828 Add i18n dependencies
1 year ago
Tait Hoyem 660e1245ea Remove unused var
1 year ago
Tait Hoyem c510b7a309 Remove unused code; disable checks on dead code in views
1 year ago
Tait Hoyem fbcfe8fa6c Update templates
1 year ago
Tait Hoyem 0195710c98 Add macros package
1 year ago
Tait Hoyem 02dfc30f9d Consolidate translations
1 year ago
Tait Hoyem 1dfde93049 assists -> shots localization
1 year ago
Tait Hoyem e11bd4a34f Update version
1 year ago
Tait Hoyem 2e1b275d2d Localize 'view code' button
1 year ago
Tait Hoyem 5f94a4f5bc Remove language change links on front page
1 year ago
Tait Hoyem 4caec118fc Add strongest copy-left license; since this is for a charity, nobody should take it without giving back
1 year ago
Tait Hoyem c8ea1a79f2 Add more translations
1 year ago
Tait Hoyem a5a538194a Update VER
1 year ago
Tait Hoyem a2842333c0 Add language switching links to bottom of page
1 year ago
Tait Hoyem a089d6f3bb Update REAMDE.md
1 year ago
Tait Hoyem 1e064a6849 Add code link
1 year ago
Tait Hoyem d61c26c648 Help clippy
1 year ago
Tait Hoyem 25d5e4c1fa Add localized URLs; will expand in the future
1 year ago
Tait Hoyem 72ad6946e6 Add version to master template
1 year ago
Tait Hoyem 8fb6d98689 Update i18n to use fluent instead of rust_i18n
1 year ago
Tait Hoyem 078aa4259a Add intl filter, update tempates to accept languages
1 year ago
Tait Hoyem 12f102d011 Update translations
1 year ago
Tait Hoyem 74a9cc85c1 Add create db sql
1 year ago
Tait Hoyem 17082eadaf Update sqlx, ormx, and add strum to deps
1 year ago
Tait Hoyem fb0d28a175 Add tests for languages, use lowercase country designation
1 year ago
Tait Hoyem 4a1f48b3bc Move translation mechanism to excternal crates
1 year ago