Commit Graph

226 Commits

Author SHA1 Message Date
mikestefanello
8c5582f720 Updated dependencies. 2022-11-02 19:27:42 -04:00
mikestefanello
72ce41c828 Reorganized directories and packages. 2022-11-02 19:23:26 -04:00
mikestefanello
1018d82d13 Switch to viper for config management. 2022-11-02 14:50:19 -04:00
Mike Stefanello
434d7b44b0
Merge pull request #14 from ahashim/dockerizing-db-and-cache
Dockerizing db and cache
2022-10-10 19:53:55 -04:00
Mike Stefanello
d85159c4f0
Merge pull request #15 from hbd/patch-1
fix: typo when logging fatal error
2022-10-10 13:41:46 -04:00
Zak
152e2e1037
fix: typo when logging fatal error
Small fix to format the error instead of printing `v`
2022-10-10 08:49:11 -07:00
Ahmed Hashim
44ab335cf5
docs: only removing the psql and redis-cli dependencies from README.md + trailing whitespace characters 2022-10-09 08:57:43 -04:00
Ahmed Hashim
936e6c9b18
docs: removing the psql and redis-cli dependencies from README.md because they are now provided through their docker containers 2022-10-09 08:13:34 -04:00
Ahmed Hashim
55d51c70b8
feat: connect to redis-cli from within docker container instead of users localhost 2022-10-09 08:08:32 -04:00
Ahmed Hashim
9f6fe5f0b7
feat: connect to psql from within docker container instead of users localhost 2022-10-09 08:07:12 -04:00
Ahmed Hashim
7f1e057ea2
feat: updgrading docker compose command to support the latest version 2022-10-09 08:06:14 -04:00
mikestefanello
12a177a215 Updated echo. 2022-10-01 21:32:14 -04:00
mikestefanello
c52544caf0 Updated dependencies. 2022-08-28 10:18:47 -04:00
mikestefanello
fb55c3453b Fix incorrect params when building controller redirect route url. 2022-07-08 09:58:42 -04:00
Mike Stefanello
0cc95d4c64
Merge pull request #11 from arrkiin/dont_cache_auth
Prevent caching pages if user is authenticated
2022-06-21 09:49:11 -04:00
Jens
9f1ed2e5f5 Prevent caching pages if user is authenticated 2022-06-20 21:47:07 +02:00
mikestefanello
8d2a6d9b7a Updated yaml.v3. 2022-05-29 09:15:29 -04:00
mikestefanello
aab3c04473 Updated dependencies. 2022-05-29 09:08:57 -04:00
mikestefanello
8fa6ebb8cf Fixed potential test failures due to timing. 2022-05-17 08:57:43 -04:00
mikestefanello
acebcf0ba0 Let error handler handle all error logic, logging, and canceling. 2022-05-17 08:45:18 -04:00
mikestefanello
cd1887124e Fixed redirect status code. 2022-04-12 21:08:00 -04:00
mikestefanello
0ca3c2b701 Fix auth token expiration test failures. 2022-04-12 21:05:19 -04:00
mikestefanello
5c51b72757 Allow HTMX to handle redirects if the request is boosted. 2022-04-12 20:56:00 -04:00
mikestefanello
8b1bc9b99e Upgraded libraries. 2022-03-08 19:35:55 -05:00
mikestefanello
089c4d7ee1 README update. 2022-03-08 19:30:37 -05:00
mikestefanello
51e44a57a1 Lint check adjustments. 2022-02-10 08:56:07 -05:00
mikestefanello
944a4d941a Added make command to check for dependency updates. 2022-02-10 08:21:07 -05:00
mikestefanello
c6a50b3bbf Fixed missing port in database connection string. 2022-02-08 20:21:05 -05:00
mikestefanello
83cdbc4395 Added task worker service and example task processor. 2022-02-08 08:58:22 -05:00
mikestefanello
726556e973 Added make target to connect to the test cache. 2022-02-07 21:23:09 -05:00
mikestefanello
156e578dd0 Use a separate cache db when running tests. 2022-02-06 10:07:25 -05:00
mikestefanello
c43f62a570 Added asynq and a task client to the container to faciliate task queues. 2022-02-02 21:24:52 -05:00
mikestefanello
a82ed9c6d0 Updated echo and ent. 2022-01-28 08:45:16 -05:00
mikestefanello
6546418052 Include password token entity ID in reset URL in order to prevent loading all tokens. 2022-01-27 08:44:12 -05:00
mikestefanello
7a1a01d43e Support CSRF on route test POST requests. 2022-01-27 07:54:05 -05:00
mikestefanello
107f2e3262 Fixed assert package import. 2022-01-20 18:02:14 -05:00
mikestefanello
cd4cc1693c Simplified template renderer parsing and execution. 2022-01-19 09:14:18 -05:00
mikestefanello
cb43e08183 Expanded mail client for easier email operations. 2022-01-14 15:42:32 -05:00
mikestefanello
b269e7d264 Remove need for slice when setting cache tags. Require cache key for get/set ops. 2022-01-14 13:07:19 -05:00
mikestefanello
e0a65ca007 Added custom cache client for much easier cache operations. 2022-01-13 21:13:41 -05:00
mikestefanello
09c6df7f52 Use entity update method rather than query. Fixed password reset form action. 2022-01-09 21:30:09 -05:00
mikestefanello
10c0a23c0a Handle context cancellations and avoid logged errors. 2022-01-09 00:23:26 -05:00
mikestefanello
a6e99058f4 Type message typo. 2022-01-08 15:35:02 -05:00
mikestefanello
c31f30ba5c Added user email verification support. 2022-01-08 15:32:18 -05:00
mikestefanello
6ec7118c3d Replaced hard-coded search path with URL generator. 2022-01-06 21:40:04 -05:00
mikestefanello
eda79b6982 Added encryption info to README. 2022-01-04 20:10:10 -05:00
mikestefanello
c391be9e4d Added route errors to README. 2022-01-01 13:44:09 -05:00
mikestefanello
2ece37eb9c Changed module name. 2022-01-01 10:44:18 -05:00
mikestefanello
328c1a3367 Updated README. 2022-01-01 10:40:10 -05:00
mikestefanello
182ddc9f52 Updated README. Set project name. 2021-12-31 17:26:42 -05:00