16 Commits

Author SHA1 Message Date
adbbf9cf4e Update deps
- formatting changes
2024-06-27 07:36:24 -04:00
131012b320 Update to .NET 8
- Update dependencies
- Replace document library
2024-06-05 22:32:00 -04:00
dd5f32e320
v8.1 ()
- Update to .NET 7
- Update database access to use data source vs. connection
- Allow e-mail server address to be configurable
- Support Docker hosting
2023-07-04 20:03:43 -04:00
dependabot[bot]
3b0d304595
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/PrayerTracker.UI
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 14:53:23 +00:00
13ace6ca61
Version 8 ()
* Use htmx for front end ()
* Use short GUIDs in URLs and forms ()
* Refresh theme ()
* Use ASP.NET Core for log on/off ()
* Fix date/time / time zone issues ()
* Update help for v8 ()
* Add FAKE build script ()
2022-08-19 15:08:30 -04:00
1a07c673c7
.NET 6 ()
- Convert back-end to .NET 6
- Upgrade Giraffe, convert routing to endpoint style
- Refactor code to take advantage of F# advances
2021-09-18 22:42:40 -04:00
b0d3bd4e35 Update to F# 5 () 2020-11-15 21:57:09 -05:00
Daniel J. Summers
cb8c2558e0 Update to .NET Core 3.1 (and deps) () 2020-03-07 12:22:39 -06:00
Daniel J. Summers
e29a21ed6e Convert to .NET Core 3.0 ()
Also extracted common project items to Directory.Build.props, and fixed code and execution issues related to EF Core 3.0 changes
2019-10-19 11:21:48 -05:00
Daniel J. Summers
0748ad6ce8 Fixed expiration comparison ()
The comparison now forces the comparison on dates, excluding times
2019-06-13 22:01:08 -05:00
Daniel J. Summers
7d0e1484ba Version bump
also updated dependencies
2019-06-06 16:19:01 -05:00
Daniel J. Summers
43b6b6d8e0
Search, Paging, and "As of" Date ()
Issues Fixed:
* Added request search capability ()
* Added pagination to search / inactive request lists ()
* Added "as of" date display option for requests ()
* Updated documentation to reflect the new options and their behavior

Also Fixed (w/o issue numbers):
* Fixed a verbiage error with the confirmation prompts
* Split the I18N for the maintain requests page into its own localized view
* Modified many "magic strings" in the code to use F# discriminated unions instead (stored as single-character codes in the database)
2019-03-20 19:19:02 -05:00
Daniel J. Summers
ab262fdab3 Updated deps; shortened text func names
Giraffe has aliased "str" for "encodedText"; this project uses that now, and also uses "locStr" instead of "encLocText"
2019-03-14 23:30:28 -05:00
Daniel J. Summers
1224e77266 Modified app to use external help () 2019-02-27 01:51:24 -06:00
Daniel J. Summers
dab6c59a37 Towards using short GUIDs ()
Also updated dependencies and moved to .NET Core 2.2; the Giraffe token router doesn't have a parser for short GUIDs yet
2019-02-22 21:54:31 -06:00
Daniel J. Summers
e18cd888f3 Import v7.1 files 2019-02-17 19:25:07 -06:00