• 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/RustPass 2024-11-04 01:41:58 +00:00
462c9326a0 Use string primitive to avoid a heap allocation
max pushed to master at max/GoPass 2024-11-01 19:40:16 +00:00
7e826b75d7 Fixed 1.3.3 build
72f4797428 Fix version displayed by -v
Compare 2 commits »
max pushed tag v1.3.3 to max/GoPass 2024-11-01 19:36:27 +00:00
max released Version 1.3.3 at max/GoPass 2024-11-01 19:36:27 +00:00
max pushed to master at max/GoPass 2024-11-01 19:33:57 +00:00
aad2144e7c Build updated binaries
a1c8d6e531 Bump version
0d5d7503ec Build with Go 1.23.2
ee1a0fedcc Build with Go 1.22
3fc3f35bb5 Bump version to 1.3.2
Compare 6 commits »
max pushed to structure_refactor at max/GoWeb 2024-07-14 00:30:41 +00:00
ce03926ce6 Rename app->internal
max created branch structure_refactor in max/GoWeb 2024-07-02 02:20:09 +00:00
max pushed to structure_refactor at max/GoWeb 2024-07-02 02:20:09 +00:00
ce85d6b77b Begin refactoring structure
max pushed to master at max/GoWeb 2024-06-25 23:17:32 +00:00
86ff949eae Update x/crypto
max pushed to master at max/GoWeb 2024-04-19 16:40:26 +00:00
8476e37499 Update x/crypto
max pushed to enhanced_routing_and_logout_fixes at max/GoWeb 2024-02-28 16:07:13 +00:00
783ddaf553 Merge branch 'master' into enhanced_routing_and_logout_fixes
aad9cdfaf5 Merge remote-tracking branch 'origin/master'
3738ba689e Update x/crypto
Compare 3 commits »
max pushed to enhanced_routing_and_logout_fixes at max/GoWeb 2024-02-28 15:53:08 +00:00
b8b64968bb Merge remote-tracking branch 'origin/enhanced_routing_and_logout_fixes' into enhanced_routing_and_logout_fixes
65be302aa4 Update x/crypto
Compare 2 commits »
max pushed to master at max/GoWeb 2024-02-28 15:52:14 +00:00
aad9cdfaf5 Merge remote-tracking branch 'origin/master'
3738ba689e Update x/crypto
Compare 2 commits »
max pushed to enhanced_routing_and_logout_fixes at max/GoWeb 2024-02-18 23:23:59 +00:00
8ab50cb37c Merge branch 'master' into enhanced_routing_and_logout_fixes
a833823ad6 Fix wording
Compare 2 commits »
max pushed to master at max/GoWeb 2024-02-18 23:23:40 +00:00
a833823ad6 Fix wording
max pushed to enhanced_routing_and_logout_fixes at max/GoWeb 2024-02-14 19:20:45 +00:00
6d6aff50b3 Only show logout (now CSRF protected) if user is authenticated, include relevant authentication logic in GET controllers (this should be moved to middleware)
max pushed to enhanced_routing_and_logout_fixes at max/GoWeb 2024-02-14 19:17:02 +00:00
a6be73765a Add GET verb to static handler
ddc9e51831 Fix boolean column migration example
Compare 2 commits »
max created branch enhanced_routing_and_logout_fixes in max/GoWeb 2024-02-12 20:49:19 +00:00
max pushed to enhanced_routing_and_logout_fixes at max/GoWeb 2024-02-12 20:49:19 +00:00
dc450e26dd Move logout to POST route and controller with CSRF middleware. Add CsrfToken to home for logout
max pushed to master at max/GoWeb 2024-02-09 20:47:39 +00:00
de4a217c5f Update extended crypto library