• 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-03-07 03:34:21 +00:00
cf8aea5115 Update README.md
max pushed to master at max/GoWeb 2023-03-07 03:27:14 +00:00
c510646c84 Make username text placeholder instead of value
max pushed to master at max/GoWeb 2023-03-07 03:24:08 +00:00
a4366c7395 Add more to .gitignore
max pushed to master at max/GoWeb 2023-03-07 03:10:18 +00:00
073dfafb28 Change log message
max pushed to master at max/GoWeb 2023-03-07 03:09:05 +00:00
3fa5cf46d2 Update experimental crypto library
max pushed to master at max/GoWeb 2023-03-07 03:02:51 +00:00
bd8b015f44 Update README.md
max pushed to master at max/GoWeb 2023-03-06 19:11:12 +00:00
5a1cd77676 Update README.md
max pushed to master at max/GoWeb 2023-03-06 19:00:19 +00:00
012906eee2 Update README.md
max pushed to master at max/GoWeb 2023-03-06 18:59:10 +00:00
2a705483d9 Add README.md
max pushed to master at max/GoWeb 2023-03-06 18:44:34 +00:00
be2c3ae178 Add default theme and apply to pages
f32223f12c Fix static file handling for the embedded filesystem
Compare 2 commits »
max pushed to master at max/GoWeb 2023-03-05 21:46:58 +00:00
eff740072d Decouple SQL queries from logic
max pushed to master at max/GoWeb 2023-02-28 21:02:38 +00:00
75d8996cf9 Fix some queries, comments, and error logging
ac2b5262fd Remove print
b9ac6fbd5f Add session migration
baa8eb2b93 Move to a session based system for AuthTokens
Compare 4 commits »
max pushed to master at max/GoWeb 2023-02-18 01:02:11 +00:00
402c514970 Add checks to skip table and column creation if they already exist
89d1b96400 Change CreatedAt and UpdatedAt to type Time and update migrations.go accordingly
Compare 2 commits »
max pushed to master at max/GoWeb 2023-02-18 00:52:24 +00:00
2b46385126 Fix time.Time matching to timestamp postgres type (reflection just gives "Time")
max pushed to master at max/GoWeb 2023-02-18 00:47:37 +00:00
0a77813360 Fix postgres type matching
max pushed to master at max/GoWeb 2023-02-18 00:25:35 +00:00
f7eb852c66 Gracefully shut down server when interrupt signal is received and remove panic when creating log directory
max pushed tag v1.3.1 to max/GoPass 2023-02-16 23:55:43 +00:00
max released Version 1.3.1 at max/GoPass 2023-02-16 23:55:43 +00:00
max pushed to master at max/GoPass 2023-02-16 23:52:47 +00:00
43b8d3b618 Update binaries to 1.3.1
max pushed to master at max/GoWeb 2023-02-16 04:38:41 +00:00
5ae84c1995 Remove unneeded comments