255 Commits

Author SHA1 Message Date
0ca3c2b701 Fix auth token expiration test failures. 2022-04-12 21:05:19 -04:00
5c51b72757 Allow HTMX to handle redirects if the request is boosted. 2022-04-12 20:56:00 -04:00
8b1bc9b99e Upgraded libraries. 2022-03-08 19:35:55 -05:00
089c4d7ee1 README update. 2022-03-08 19:30:37 -05:00
51e44a57a1 Lint check adjustments. 2022-02-10 08:56:07 -05:00
944a4d941a Added make command to check for dependency updates. 2022-02-10 08:21:07 -05:00
c6a50b3bbf Fixed missing port in database connection string. 2022-02-08 20:21:05 -05:00
83cdbc4395 Added task worker service and example task processor. 2022-02-08 08:58:22 -05:00
726556e973 Added make target to connect to the test cache. 2022-02-07 21:23:09 -05:00
156e578dd0 Use a separate cache db when running tests. 2022-02-06 10:07:25 -05:00
c43f62a570 Added asynq and a task client to the container to faciliate task queues. 2022-02-02 21:24:52 -05:00
a82ed9c6d0 Updated echo and ent. 2022-01-28 08:45:16 -05:00
6546418052 Include password token entity ID in reset URL in order to prevent loading all tokens. 2022-01-27 08:44:12 -05:00
7a1a01d43e Support CSRF on route test POST requests. 2022-01-27 07:54:05 -05:00
107f2e3262 Fixed assert package import. 2022-01-20 18:02:14 -05:00
cd4cc1693c Simplified template renderer parsing and execution. 2022-01-19 09:14:18 -05:00
cb43e08183 Expanded mail client for easier email operations. 2022-01-14 15:42:32 -05:00
b269e7d264 Remove need for slice when setting cache tags. Require cache key for get/set ops. 2022-01-14 13:07:19 -05:00
e0a65ca007 Added custom cache client for much easier cache operations. 2022-01-13 21:13:41 -05:00
09c6df7f52 Use entity update method rather than query. Fixed password reset form action. 2022-01-09 21:30:09 -05:00
10c0a23c0a Handle context cancellations and avoid logged errors. 2022-01-09 00:23:26 -05:00
a6e99058f4 Type message typo. 2022-01-08 15:35:02 -05:00
c31f30ba5c Added user email verification support. 2022-01-08 15:32:18 -05:00
6ec7118c3d Replaced hard-coded search path with URL generator. 2022-01-06 21:40:04 -05:00
eda79b6982 Added encryption info to README. 2022-01-04 20:10:10 -05:00
c391be9e4d Added route errors to README. 2022-01-01 13:44:09 -05:00
2ece37eb9c Changed module name. 2022-01-01 10:44:18 -05:00
328c1a3367 Updated README. 2022-01-01 10:40:10 -05:00
182ddc9f52 Updated README. Set project name. 2021-12-31 17:26:42 -05:00
17185bee70 Merge branch 'main' of github.com:mikestefanello/goweb into main 2021-12-31 10:09:57 -05:00
86774ae781 Added license. Cleanup and expanded documentation. 2021-12-31 10:09:52 -05:00
a6e131119a Create test.yml 2021-12-31 10:02:56 -05:00
d35cf1d8a6 Updated README. 2021-12-29 21:23:19 -05:00
3e675c6be0 Updated README. 2021-12-29 18:51:12 -05:00
4358677fed Updated README. 2021-12-29 12:37:12 -05:00
d46e8dee5d Updated README. 2021-12-28 22:05:20 -05:00
0dde8859bd Updated README. 2021-12-28 20:04:58 -05:00
2c30e86c9d Added routes section to README. 2021-12-28 16:28:56 -05:00
75440cfe06 Updated README. 2021-12-27 21:59:15 -05:00
864281fb63 Updated README. 2021-12-27 21:26:14 -05:00
db4c025aa7 Started on the README. 2021-12-27 17:36:18 -05:00
6d62a19493 Added search example. 2021-12-27 12:54:27 -05:00
0239f46247 Moved navigation to the left-side panel. 2021-12-27 10:09:46 -05:00
eafde27809 Force user email to lower case. Include action on all forms. 2021-12-25 21:30:22 -05:00
1ccb0cad1a Removed unneeded dependency. 2021-12-25 21:04:19 -05:00
aace72f063 Expanded the about page. 2021-12-25 14:20:49 -05:00
334cb1c20e Expanded HTML examples in the about page template. 2021-12-25 12:35:13 -05:00
388718598e Added test coverage for template renderer. 2021-12-25 11:21:26 -05:00
6501621136 Aded test coverage for form submissions. Added validator as a service. 2021-12-25 00:11:59 -05:00
cc2f25431b Cleanup and additional template examples. 2021-12-24 23:31:43 -05:00