37 Commits (e37676631541210de7f34ef6c390ce649e51dc72)
 

Author SHA1 Message Date
Zed A. Shaw e376766315 Can send an email with a oneshot go routine. 5 months ago
Zed A. Shaw f9b94f8101 Simple email sending example. 5 months ago
Zed A. Shaw 5c07583ba4 Email sending/queue api now works nicer. 5 months ago
Zed A. Shaw 94e0970fd3 Initial work on a redis-queue backed email sending feature with a little demo. 6 months ago
Zed A. Shaw 4ddf65e6d1 Now have a ./bin/fgen command that can generate the stubs of a new feature. 6 months ago
Zed A. Shaw 20fc1c3960 Have a basic automated views loader for faster starts on site features. 6 months ago
Zed A. Shaw 05cb0c5491 Compile it into bin/ instead. 6 months ago
Zed A. Shaw 12b06381ca First attempt at refactoring to be easier for starting new features. 6 months ago
Zed A. Shaw b65ccc292f A bit of cleanup before refactoring how modules are laid out. 6 months ago
Zed A. Shaw 4b12238b03 Upgrade to new ssgod with fixes forwindows. 8 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. 8 months ago
Zed A. Shaw 658b9c683b Update to the style.css 8 months ago
Zed A. Shaw 57a3861671 Don't center the main stuff by default. 8 months ago
Zed A. Shaw 7bb553f485 Figured out why tailwindcss fails on Linux. 8 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. 8 months ago
Zed A. Shaw 3e6156e93c Moved the auth stuff into common/ so it's easier to merge back. 8 months ago
Zed A. Shaw 49946e7f26 Brought over changes from zedshaw.games but need to do some more refinement. 8 months ago
Zed A. Shaw 64af525bf8 Upgrade to the latest ozai and ssgod. 9 months ago
Zed A. Shaw a40273bc92 Use sess.Destroy() for logout. 9 months ago
Zed A. Shaw 8cc7d33d96 Bring over my little window 'shut up errors' hack. 9 months ago
Zed A. Shaw e1dc8b8964 Move to organizing api/*.go by feature. 9 months ago
Zed A. Shaw 1cab12280f More refining the new install process. 9 months ago
Zed A. Shaw d96a2b2a23 And now restarts in the build work. 9 months ago
Zed A. Shaw 41b2bd41ee Need make dev to be just run ozai. 9 months ago
Zed A. Shaw f85f8f1f9d Cleaned up the depends and moved goose and pkgsite to system level installs since they're used all over. Now using ozai to run everything. 9 months ago
Zed A. Shaw 573b693672 Update to use the new /go url. 9 months ago
Zed A. Shaw 4a67610ba3 Fix up the Exec function so it returns the result. That lets me get the ID of last insert. 9 months ago
Zed A. Shaw e804b3587d Fix up the Exec function so it returns the result. That lets me get the ID of last insert. 9 months ago
Zed A. Shaw b2d49024ae Switched to using MY as the project/module prefix since it's not imported by any other project and needs to be something you checkout and can use without having to sed for a domain. 10 months ago
Zed A. Shaw f63e8475b0 Remove the T4C stuff but have an example of using null. 10 months ago
Zed A. Shaw 32cd1ff495 Latest changes from my twitter for coders project brought back. 10 months ago
Zed A. Shaw 0f063c4a4d Add on the sqlite3 pragmas. 10 months ago
Zed A. Shaw 7347e44a29 Update the docs to document almost everything. 10 months ago
Zed A. Shaw f9b03b2b3d Wrote some initial instructions and decided to use pages/index.md as the instructions and also an example of having markdown do your pages. 10 months ago
Zed A. Shaw 3d46f5b1fe Strip the readme down for later. 10 months ago
Zed A. Shaw 6c233e791d First commit to get a basic thing going, does run but not much there. 10 months ago
Zed A. Shaw 915e5435aa Initial commit 10 months ago