• 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 middleware at max/GoWeb 2023-07-21 21:26:55 +00:00
eb36156c52 Change function name to ProcessGroup
max created branch middleware in max/GoWeb 2023-07-21 17:00:17 +00:00
max pushed to middleware at max/GoWeb 2023-07-21 17:00:17 +00:00
bada24884a Use ungrouped CSRF middleware on register and login POST routes
05397c2b61 Initial middleware implementation for CSRF and update comment
3d80b95f55 Initial wrapper implementation
Compare 3 commits »
max pushed to file_uploads at max/GoWeb 2023-05-05 17:20:22 +00:00
37391190fb Merge branch 'master' into file_uploads
6da7d408f9 Add .gitattributes to force LF line endings
Compare 2 commits »
max pushed to master at max/GoWeb 2023-05-05 17:19:29 +00:00
6da7d408f9 Add .gitattributes to force LF line endings
max opened issue max/GoWeb#1 2023-05-04 14:06:55 +00:00
Requirements to merge file_uploads->master
max pushed to file_uploads at max/GoWeb 2023-05-04 14:01:03 +00:00
1fb8fdef81 Merge branch 'master' into file_uploads
e993bcf317 Update dependency versions
Compare 2 commits »
max pushed to master at max/GoWeb 2023-05-04 14:00:48 +00:00
e993bcf317 Update dependency versions
max pushed to file_uploads at max/GoWeb 2023-05-04 13:40:44 +00:00
baef0cbe78 Fix a couple deprecated calls and handle errors
max created branch file_uploads in max/GoWeb 2023-05-04 13:40:03 +00:00
max pushed to file_uploads at max/GoWeb 2023-05-04 13:40:03 +00:00
d0da1a9114 File Uploading feature by tfasano1
max pushed to master at max/GoWeb 2023-04-08 02:32:49 +00:00
9b231a73d6 Update README.md
max pushed tag v1.4.1 to max/GoWeb 2023-04-08 02:27:53 +00:00
max released v1.4.1 Release at max/GoWeb 2023-04-08 02:27:53 +00:00
max pushed to master at max/GoWeb 2023-04-08 02:27:23 +00:00
34acd0fa8d Remove old session query
max pushed to master at max/GoWeb 2023-04-08 02:23:58 +00:00
71d3bd77d0 Add ability to get session given an AuthToken, fix GetCurrentUser()
max pushed to master at max/GoWeb 2023-04-06 17:01:41 +00:00
1451abcca4 Formatting
max pushed tag v1.4.0 to max/GoWeb 2023-04-06 15:05:49 +00:00
max released v1.4.0 Release at max/GoWeb 2023-04-06 15:05:49 +00:00
max pushed to master at max/GoWeb 2023-04-06 14:56:05 +00:00
53a780343f Fix scheduler by adding a wait group