• https://blog.mpatterson.xyz
  • If you would like to contribute, email me a patch and how you want to be credited in the commit

  • Joined on 2022-03-30
max pushed to master at max/GoWeb 2023-02-16 01:11:03 +00:00
3336bd0b3f Remove default condition
max pushed to master at max/GoPass 2023-02-14 22:12:23 +00:00
6d1e700d8b Update version
1b2fcd72b9 Use switch statements for argument matching, use a map for removing disallowedCharacters, and set up worker pool for concurrent "chunk" generation of the password
6c20c7bb8b Add go.sum
f5289baecd Update Go version to 1.20
Compare 4 commits »
max pushed to master at max/GoWeb 2023-02-14 15:43:19 +00:00
f2a7336283 Fix user queries and a logical error in GetCurrentUser
max pushed to master at max/GoWeb 2023-02-14 14:31:22 +00:00
204971d40a AutoMigrate changed to DbAutoMigrate to match correctly
max pushed to master at max/GoWeb 2023-02-14 05:42:52 +00:00
fcd6477ec3 Migration implementation, auto migrate when starting program
bbbf14bdc7 Fix example config to have AutoMigrate be a proper boolean type in JSON
eb1c2daa6a Add AuthToken to user struct, and update SQL statements to match struct fields
cb786a6a56 Prepare config option to enable auto migrations
b962bbdd88 Fix import order
Compare 5 commits »
max pushed to master at max/GoWeb 2023-02-09 01:55:19 +00:00
a2077131a7 Update experimental crypto library
max pushed to master at max/GoWeb 2023-02-09 01:47:23 +00:00
edccb95be3 Remove unnecessary assignment
max pushed to master at max/GoWeb 2023-02-09 01:40:04 +00:00
9e4216301d Move models to its own package
max pushed to main at max/spotDLHelper 2023-02-07 14:59:40 +00:00
max pushed tag v1.3.0 to max/GoPass 2023-02-07 14:36:47 +00:00
max released Version 1.3.0 at max/GoPass 2023-02-07 14:36:47 +00:00
max pushed to master at max/GoPass 2023-02-07 14:21:33 +00:00
bb4dda5d9f Add new release binaries for 1.3.0
max pushed to master at max/GoPass 2023-02-07 14:16:17 +00:00
14b7b1d181 Update README.md
max pushed to master at max/GoPass 2023-02-07 14:06:42 +00:00
83c7065d2a Full refactor, remove dead code, remove math/rand, add version arg, remove symbol arg, help arg, and improve remove disallowed character argument
max pushed tag v1.0.1 to max/GoWeb 2023-02-05 19:10:53 +00:00
max released v1.0.1 Release at max/GoWeb 2023-02-05 19:10:53 +00:00
max pushed to master at max/GoWeb 2023-02-05 19:01:45 +00:00
f2f2187872 Fix issue with logging to a file. Only log by day.
max pushed to master at max/GoWeb 2023-02-05 18:59:46 +00:00
112a549162 Update to go 1.20
max pushed to master at max/GoWeb 2023-02-05 18:46:57 +00:00
1360f93ac3 Embed static and templates folder when compiling, RenderTemplate now renders and serves from the embedded filesystem
max pushed to master at max/GoPass 2023-02-03 23:55:58 +00:00
3978c9ad47 Preemptively add building support (for version 1.3.0) for freebsd (386, amd64, and arm), plan9 (386, amd64, and arm), and Linux/Windows arm