Commit Graph

80 Commits

Author SHA1 Message Date
1b48acd66a Add native font stack to pref page (#38)
- Update font verbiage to explain native fonts
- Sync/update missing/outdated resources
2022-08-15 18:05:28 -04:00
24f5b5a741 Update layout style on pref page (#38) 2022-08-14 22:27:33 -04:00
ae29a6c03b Fix request/announcement text (#36)
- Update defaults for small group
- Add support for native font stack (#38)
- Fix color picker error when named color is selected
- Use invariant culture for URL formatting (#41)
2022-08-14 19:46:37 -04:00
ab3f8dcc43 Update public req list page (#38)
- Tweak SQL / mappings
- Init connection in DI vs. HTTP context
- Add extension for string localizer
- Drop FK and time zone table
2022-08-14 18:00:49 -04:00
0c95078f69 WIP on SQL migration
Nearing completion; queries are done, verification is not
2022-08-14 14:24:10 -04:00
42976da1bd WIP on SQL migration
- Restructure to eliminate time zone table
2022-08-13 22:35:48 -04:00
29ff0afc6c WIP on SQL migration 2022-08-13 11:05:59 -04:00
e621cd6a1f WIP on SQL migration
- Add admins to small group overview page
2022-08-12 23:01:31 -04:00
37dcf41c98 WIP on SQL migration 2022-08-12 19:28:49 -04:00
eb947a48af Complete NodaTime migration (#41)
- Tweak field layout (#38)
2022-08-08 20:39:19 -04:00
e0d2be41d8 WIP on NodaTime conversion (#41) 2022-08-07 22:49:32 -04:00
35db7aaaf5 Tweak forms / fonts (#38) 2022-08-07 19:58:55 -04:00
980346b98d Use grid layout for tables (#38)
- Add icon for current language
2022-08-06 19:36:02 -04:00
57814b5bf1 Add SQLite cache (#39)
- WIP on grid-based table display (#38)
2022-08-06 16:40:51 -04:00
539e20ae87 Update last seen on log on (#39)
- Tweak table styles (#38)
2022-08-05 22:36:29 -04:00
cd97f78a3e Add last seen field to users (#39) 2022-08-05 18:53:57 -04:00
7ae8e3fa5a Use ASP.NET Core's password hasher (#39)
- Add migration for old-style passwords
- Remove unused database queries
2022-08-05 17:02:50 -04:00
5a44c7f767 Finish auth migration (#39)
- Tweak footer styles (#38)
- Create structure for e-mail parameters
2022-08-04 20:24:49 -04:00
c3f7067899 Restore user/group if missing from session (#39)
- Move start ticks to its own middleware
2022-08-03 23:53:37 -04:00
5e4891869f Use ASP.NET Core for log on/off (#39) 2022-08-03 21:32:49 -04:00
f6c483b7c0 First cut of blue theme (#38)
- Fix onload scripts with htmx navigation (#36)
- Convert db to use identifiers that do not require quoting
2022-08-03 14:36:00 -04:00
f068d20612 Use short GUIDs in URLs and forms (#1)
- Fully implement single-case DUs for previously aliased IDs
- Capitalize entity data items
2022-08-01 21:57:55 -04:00
7786896dfd Initial htmx nav works (#36)
- Use nameof for field IDs
- Add helper functions to streamline forms
2022-08-01 16:22:37 -04:00
f66dd76dfb Add style/onload to render context (#36) 2022-07-31 21:25:44 -04:00
1547377527 Add htmx targets to forms (#36)
- Derive layout based on htmx headers
2022-07-31 17:56:32 -04:00
810b5d8258 WIP on htmx addition (#36)
- Remove custom tags/attrs now provided by Giraffe View Engine
2022-07-31 09:37:06 -04:00
accb65136c Remove /web prefix from URLs 2022-07-13 19:02:06 -04:00
e1bdad15f7 Fix casing on view models
- Light renaming / clean-up
- Update dependencies
2022-07-13 18:26:19 -04:00
47fb9884f1 WIP on F# 6 formatting / conversion 2022-07-12 22:43:01 -04:00
dependabot[bot]
1d4e66b863
Bump nokogiri from 1.10.10 to 1.11.4 in /docs (#29)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.11.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.10...v1.11.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-18 22:47:29 -04:00
dependabot[bot]
8c3cce2fd8
Bump rexml from 3.2.4 to 3.2.5 in /docs (#28)
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-18 22:46:58 -04:00
dependabot[bot]
0de3eac7be
Bump addressable from 2.7.0 to 2.8.0 in /docs (#30)
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0)

---
updated-dependencies:
- dependency-name: addressable
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-18 22:45:35 -04:00
1a07c673c7
.NET 6 (#32)
- 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
665d80261d Update deps for GitHub Pages 2020-11-16 08:21:08 -05:00
b0d3bd4e35 Update to F# 5 (#27) 2020-11-15 21:57:09 -05:00
e3583f9152 Update branch name in AppVeyor link 2020-06-19 16:36:00 -05:00
7fd15a5cff Display new user name (#26)
Also did some refactoring to pull static members into modules
2020-06-10 23:11:28 -05:00
Daniel J. Summers
cb8c2558e0 Update to .NET Core 3.1 (and deps) (#25) 2020-03-07 12:22:39 -06:00
ffc008e07a
Merge pull request #24 from bit-badger/dependabot/bundler/docs/nokogiri-1.10.8
Bump nokogiri from 1.10.4 to 1.10.8 in /docs
2020-03-07 11:24:51 -06:00
dependabot[bot]
81445d48f3
Bump nokogiri from 1.10.4 to 1.10.8 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.4...v1.10.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-25 21:22:27 +00:00
Daniel J. Summers
1c33c1368f Change from address (#23) 2019-12-02 21:37:27 -06:00
40642f4436
Merge pull request #21 from bit-badger/release-7.4
Release 7.4
2019-10-19 12:22:52 -05:00
Daniel J. Summers
35815bfee6
Merge branch 'master' into release-7.4 2019-10-19 12:20:18 -05:00
Daniel J. Summers
3f26e7ebc2 Update docs deps 2019-10-19 12:16:08 -05:00
Daniel J. Summers
e29a21ed6e Convert to .NET Core 3.0 (#20)
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
bf48c360de Remove yield not required by F# 4.7 2019-10-19 09:07:06 -05:00
Daniel J. Summers
4dbd58fb92 Update queries (WIP) 2019-10-19 09:06:45 -05:00
Daniel J. Summers
a845e03341 Update queries (WIP) 2019-08-20 14:00:27 -05:00
Daniel J. Summers
b379654879 Moved button out of field set (#18) 2019-06-14 19:17:38 -05:00
Daniel J. Summers
d6ece81d82
Move all URLs to /web (#19)
All existing URLs are now under the /web directory
2019-06-14 19:05:37 -05:00