28 Commits

Author SHA1 Message Date
90e6f78248 Migrate post list template 2024-03-10 23:14:05 -04:00
5b8a632e9d Complete main chapter functionality (#6)
- Edit page still needs UI tweaks
2024-03-10 22:11:02 -04:00
81039579ea WIP on ?chapters handler for posts (#6)
- Do not show drafts if users are not logged on
- Migrate user management to Giraffe View Engine templates
2024-03-10 21:07:30 -04:00
641a7499cc Complete chapter edit page (#6)
first cut, anyway...
2024-03-10 17:13:15 -04:00
43a700eead WIP on chapter flow (#6)
- WIP with Giraffe View Engine for admin views
- Added app context to DotLiquid hash; will remove individual fields in v3
2024-03-09 22:58:55 -05:00
6a5285ca54 WIP on saving chapters (#6) 2024-03-03 22:23:43 -05:00
12b23eab46 WIP on chapter edit page (#6) 2024-02-08 22:48:46 -05:00
90bca34be3 WIP on chapter list page (#6) 2024-02-07 21:59:43 -05:00
cb02055d87 WIP on formatting 2023-12-16 20:38:37 -05:00
8ec84e8680 WIP on module/member conversion
View models complete
2023-12-16 17:59:33 -05:00
c3d615d10a WIP on module/member conversion
Data types complete
2023-12-16 14:05:45 -05:00
d8ce59a6cd WIP on module/member conversion
Support types done
2023-12-16 12:24:45 -05:00
5fe2077974 WIP on module/member conversion 2023-12-15 22:46:12 -05:00
7071d606f1 WIP on module/member conversion 2023-12-14 23:49:38 -05:00
ec2d43acde WIP on SQLite/JSON data 2023-12-13 15:43:35 -05:00
5f3daa1de9
v2 RC2 (#33)
* Add PostgreSQL back end (#30)
* Upgrade password storage (#32)
* Change podcast/episode storage for SQLite (#29)
* Move date/time handling to NodaTime (#31)
2022-08-21 18:56:18 -04:00
33698bd182 Reassign child cats when deleting parent cat (#27)
- Create common page/post edit field template (#25)
- Fix relative URL adjustment throughout
- Fix upload name sanitization regex
- Create modules within Admin handler module
- Enable/disable podcast episode fields on page load
- Fix upload destination casing in templates
- Tweak default theme to show no posts found on index template
- Update Bootstrap to 5.1.3 in default theme
2022-07-28 20:36:02 -04:00
99ccdebcc7 Delete user / admin clean-up (#19)
- Add CLI help (#22)
- Add constants for common view items
- Construct hashes with piped functions
2022-07-21 21:42:38 -04:00
59f385122b Add user add/edit (#19)
- Add makeHash function to simplify code around DotLiquid hashes
- Add context extension to determine if a user has an access level
- Add someTask function to simply Task.FromResult (Some x)
2022-07-20 23:13:16 -04:00
1e987fdf72 Eliminate compiler warnings
- Change RethinkDB to use connection-string style settings
2022-07-19 20:59:53 -04:00
7eaad4a076 Clean up database names (#21)
- Moved user edit to "my info" (#19)
2022-07-18 20:05:10 -04:00
5fb3a73dcf Add user created and last seen on (#19)
- Updated view models / interfaces per F# naming guidelines
2022-07-17 23:10:30 -04:00
eae1509d81 Add access restrictions to server routes (#19) 2022-07-16 17:32:18 -04:00
d290e6e8a6 Complete page / post revision maint (#13)
- Fix log on redirection
- Move page handlers to its own file
- Add version to admin area footer
- Move generator to HttpContext extension property
2022-07-16 12:33:34 -04:00
039d09aed5 WIP on page revisions (#13)
- Simplify redirectToGet usage
- Move a few functions to HttpContext extension properties
- Modify bare response to allow content not from a template
- Fix uploaded date/time handling
2022-07-15 22:51:51 -04:00
80c65bcad6 Add episode fields to UI (#9)
- Add chapter fields (#5)
- Add transcript fields (#8)
2022-06-27 17:47:00 -04:00
9fbb1bb14d Add episode fields to post view model
Parts of #9 / #5 / #8
2022-06-27 07:36:29 -04:00
0f66ca969d
Version 2, ready for beta 2022-06-22 20:35:12 -04:00