• 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-04-06 14:36:01 +00:00
8e4c5e3268 Fix wrong query for clearing 6-hour old sessions
max pushed to master at max/GoWeb 2023-04-06 14:31:21 +00:00
f18f512fea Properly set the name of the checkbox for parsing
58328fe505 Fix some SQL errors
Compare 2 commits »
max pushed to master at max/GoWeb 2023-04-06 13:57:25 +00:00
10e7830349 Remember me checkbox on login form
max pushed to master at max/GoWeb 2023-04-06 13:57:03 +00:00
5f7e674d32 Add remember me functionality, handle both types of sessions appropriately
max pushed to master at max/GoWeb 2023-04-04 19:37:54 +00:00
ec9c1a8fb5 Initial clear old sessions implementation
242029f2e5 Initial task scheduler implementation
Compare 2 commits »
max pushed to master at max/GoWeb 2023-03-27 20:05:20 +00:00
b1c65f2ab1 Remove erroneous SetCookie (leftover from redundant remove)
max pushed to master at max/GoWeb 2023-03-16 13:41:01 +00:00
965139ea18 Remove redundant session cookie clear
max pushed tag v1.3.0 to max/GoWeb 2023-03-07 14:19:02 +00:00
max released v1.3.0 Release at max/GoWeb 2023-03-07 14:19:02 +00:00
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