Zed A. Shaw
|
5e2c34b1bc
|
Now using the new error handling structure, but need to get an error-messages component working and form validation to do better.
|
15 hours ago |
Zed A. Shaw
|
6f5f3b7143
|
Basic form submission handling in javascript. Next need to look at what a lit error thing would look like.
|
1 day ago |
Zed A. Shaw
|
3063525493
|
Initial stab at a JSON error handling system that's easy to use.
|
3 days ago |
Zed A. Shaw
|
dc8987e407
|
Tests are now working and better organized but the Makefile is kind of annoying.
|
4 days ago |
Zed A. Shaw
|
5c7686a54f
|
Auth is now restructured into a feature and tests are organized but Go won't run them.
|
4 days ago |
Zed A. Shaw
|
0e1176b44c
|
Moved admin to a feature.
|
4 days ago |
Zed A. Shaw
|
d193a68f52
|
Adding Lit to the thing.
|
4 days ago |
Zed A. Shaw
|
c84b29037d
|
Worked out the docs for the email sending feature.
|
2 weeks ago |
Zed A. Shaw
|
6872956478
|
Big documentation update.
|
2 weeks ago |
Zed A. Shaw
|
90e3803cdf
|
Alpine is now all gone. Good riddance.
|
2 months ago |
Zed A. Shaw
|
cbae3590f0
|
Remove stray logging.
|
2 months ago |
Zed A. Shaw
|
1dba6e60e8
|
View now has no Alpine.
|
2 months ago |
Zed A. Shaw
|
351b2d40d0
|
Admin table contents is now using the jzed stuff instead of alpine.js
|
2 months ago |
Zed A. Shaw
|
0c09308dd4
|
In the middle of refactoring but need to save this first attempt at a dynamic table. It's terrible, so going to try an alternative and compare.
|
2 months ago |
Zed A. Shaw
|
ccd8977d40
|
Rewrote the shopping cart to use my own funky JS thing and it works.
|
2 months ago |
Zed A. Shaw
|
47e7b69af7
|
Changes for the initial shopping cart thing.
|
2 months ago |
Zed A. Shaw
|
da6da800a0
|
Fucking git can't handle deleting a file that changed.
|
2 months ago |
Zed A. Shaw
|
0c96f79a88
|
Remove style.css since it's generated and changes each time.
|
2 months ago |
Zed A. Shaw
|
1c46f3dc38
|
Initial working shopping cart thing.
|
2 months ago |
Zed A. Shaw
|
e011a8c333
|
Initial setup for paypal but can't go further until I get the sandbox setup.
|
2 months ago |
Zed A. Shaw
|
9709c2434e
|
Merge changes from windows.
|
2 months ago |
Zed A. Shaw
|
03f4adcaf6
|
Merge remote-tracking branch 'refs/remotes/origin/master'
|
2 months ago |
Zed A. Shaw
|
bf9c3e1f9d
|
Added a start to the paypal feature, using the mockserver from the go paypal api.
|
2 months ago |
Zed A. Shaw
|
a45371e48f
|
Add a little example test to the generator.
|
2 months ago |
Zed A. Shaw
|
e9e263e540
|
Confirmed everything works on Windows.
|
2 months ago |
Zed A. Shaw
|
7f304f9950
|
Needed work for the test suite to start working again.
|
2 months ago |
Zed A. Shaw
|
5ff799f5e7
|
Now renders a .md file to use as the text and HTML versions of emails.
|
2 months ago |
Zed A. Shaw
|
9302a97f4d
|
Basic sending emails with templates but using fiber's templates doesn't work since it doesn't really support plain text.
|
2 months ago |
Zed A. Shaw
|
2600b60b8b
|
Now you can configure the email system from the config.json and using .json instead of toml.
|
2 months ago |
Zed A. Shaw
|
e376766315
|
Can send an email with a oneshot go routine.
|
2 months ago |
Zed A. Shaw
|
f9b94f8101
|
Simple email sending example.
|
2 months ago |
Zed A. Shaw
|
5c07583ba4
|
Email sending/queue api now works nicer.
|
2 months ago |
Zed A. Shaw
|
94e0970fd3
|
Initial work on a redis-queue backed email sending feature with a little demo.
|
2 months ago |
Zed A. Shaw
|
4ddf65e6d1
|
Now have a ./bin/fgen command that can generate the stubs of a new feature.
|
2 months ago |
Zed A. Shaw
|
20fc1c3960
|
Have a basic automated views loader for faster starts on site features.
|
2 months ago |
Zed A. Shaw
|
05cb0c5491
|
Compile it into bin/ instead.
|
3 months ago |
Zed A. Shaw
|
12b06381ca
|
First attempt at refactoring to be easier for starting new features.
|
3 months ago |
Zed A. Shaw
|
b65ccc292f
|
A bit of cleanup before refactoring how modules are laid out.
|
3 months ago |
Zed A. Shaw
|
4b12238b03
|
Upgrade to new ssgod with fixes forwindows.
|
5 months ago |
Zed A. Shaw
|
38b3166d7b
|
Fixes for ssgod crashing when a template embeds a template with embeds. This causes a stack overflow in the Go template engine because they use functions to recursively process templates.
|
5 months ago |
Zed A. Shaw
|
658b9c683b
|
Update to the style.css
|
5 months ago |
Zed A. Shaw
|
57a3861671
|
Don't center the main stuff by default.
|
5 months ago |
Zed A. Shaw
|
7bb553f485
|
Figured out why tailwindcss fails on Linux.
|
5 months ago |
Zed A. Shaw
|
a2080308ca
|
Decided that auth/ should be its own thing since it's so important, and the session store can go in common/web.go for now.
|
5 months ago |
Zed A. Shaw
|
3e6156e93c
|
Moved the auth stuff into common/ so it's easier to merge back.
|
5 months ago |
Zed A. Shaw
|
49946e7f26
|
Brought over changes from zedshaw.games but need to do some more refinement.
|
5 months ago |
Zed A. Shaw
|
64af525bf8
|
Upgrade to the latest ozai and ssgod.
|
6 months ago |
Zed A. Shaw
|
a40273bc92
|
Use sess.Destroy() for logout.
|
6 months ago |
Zed A. Shaw
|
8cc7d33d96
|
Bring over my little window 'shut up errors' hack.
|
6 months ago |
Zed A. Shaw
|
e1dc8b8964
|
Move to organizing api/*.go by feature.
|
6 months ago |