Commit graph

130 commits

Author SHA1 Message Date
swagg boi 8ff366ec97 Some more JS clean-up (2nd attempt...) 2021-08-13 14:11:43 -04:00
swagg boi 4f1b1c3294 Revert "Some more JS clean-up"
This reverts commit 3cd6d914ed.
2021-08-13 14:10:31 -04:00
swagg boi 3cd6d914ed Some more JS clean-up 2021-08-13 14:04:59 -04:00
swagg boi d142a26e1f Clean up JS a little before the D.I.E. date 2021-08-12 11:56:42 -04:00
swagg boi 202094b660 Latest and greatest guestbook script 2021-06-10 21:05:30 -04:00
swagg boi e46e0b78c4 Some clean-up and new additions:
- New entry to the News page
- Made titles of the various pages more consistent within the head tags
- Added some accessibility tweaks: titles to iframes, meta description tags and labels to input tags
- Removed version pinning from cpanfile that was no longer needed
2021-06-10 20:41:27 -04:00
swagg boi 48bf2dea84 Clean up unnecessary fat commas 2021-06-03 23:56:51 -04:00
swagg boi 62fc1b2309 Remove unused index.html file 2021-05-31 01:00:57 -04:00
swagg boi 49635e2b10 Upgrade Perl version; remove redundant fat commas; clean up reflection page 2021-05-31 00:57:39 -04:00
swagg boi b4c7d9896b Fixed LICENSE and un-broke a thing in the guestbook CGI script 2021-05-11 23:05:35 -04:00
swagg boi 633bfe28c8 New guestbook 📖 2021-05-02 22:51:15 -04:00
swagg boi e62fce85fd Latest guestbook++ 2021-05-02 19:32:36 -04:00
swagg boi 164258d02a Use latest guestbook 2021-05-02 19:07:50 -04:00
swagg boi b75df77065 Make plain-text cookie lower-case for consistency 2021-04-30 18:50:33 -04:00
swagg boi 0408a92671 Fix the plain-text cookie 2021-04-22 12:26:09 -04:00
swagg boi 3d29910268 Revert "Revert "Merge branch 'main' of https://codeberg.org/swaggboi/www2.0""
This reverts commit a6e52b979f.
2021-04-20 13:17:02 -04:00
swagg boi a6e52b979f Revert "Merge branch 'main' of https://codeberg.org/swaggboi/www2.0"
This reverts commit 0be8f2536c, reversing
changes made to 4520425e2b.
2021-04-20 13:15:38 -04:00
swagg boi 0be8f2536c Merge branch 'main' of https://codeberg.org/swaggboi/www2.0 2021-04-20 13:12:12 -04:00
swagg boi 4520425e2b Add Permissions-Policy response header to opt out of Google FLoC 2021-04-20 13:11:32 -04:00
swagg boi 4270bb5729 Add $SERVER_ADMIN environment variable 2021-04-17 17:12:09 -04:00
swagg boi fbf180b9a8 Update soundtrack 2021-04-16 17:55:48 -04:00
swagg boi 64e9d4fd37 Moar minor clean up 2021-04-15 22:21:43 -04:00
swagg boi 94160aa5a7 Minor clean up 2021-04-15 21:52:41 -04:00
swagg boi 2e6630eff9 Misc tweaks
- Added some documentation finally
- Implemented cpanfile
- Cleaned up Dockerfile
- Use prefork server instead of daemon
2021-04-15 17:35:28 -04:00
swagg boi 63d130d6b5 New guestbook CGI script 2021-04-02 20:37:49 -04:00
swagg boi 13924d7f61 Refine the new cookie/session behavior
Session is now a variable; applies to plain-text and session cookies (controller and passed throught to layout via stash())
2021-03-29 15:02:41 -04:00
swagg boi 392f55a791 Set session to expiration to 1 week and kill plain-text cookie once set 2021-03-29 13:51:37 -04:00
swagg boi c5b25dcc40 Center everything in web portal 2021-03-28 18:52:44 -04:00
swagg boi 5313b80fdd Implement Portal page; some layout changes 2021-03-28 18:21:11 -04:00
swagg boi 34f8331365 Security-related changes
I've added `apt-get -y upgrade` to the Dockerfile to ensure the latest security patches for Debian are pulled into the container and I've also hard-coded in the file extension for the CGI scripts/plugin due to some security vulnerability that's been patched in Mojolicious v9.11+ (probably should've been done this way in the first place)
2021-03-24 14:54:38 -04:00
swagg boi f4d99b66d7 Style clean-up 2021-03-21 02:28:09 -04:00
swagg boi 6cf03c8e68 Updates to robot.txt 2021-03-19 22:45:01 -04:00
swagg boi 8a2ab8b71d Make banner a little more specific 2021-03-17 19:37:06 -04:00
swagg boi be9d4d1c5a Increase banner cookie max-age to 10 min 2021-03-14 16:36:32 -04:00
swagg boi 6bf75d3a66 Don't load audio if banner isn't loaded 2021-03-14 01:34:35 -05:00
swagg boi ff086bc629 Whoopsie 2021-03-13 23:27:11 -05:00
swagg boi 391501ebcf Clean up++ 2021-03-13 23:26:17 -05:00
swagg boi f02ebbae63 Clean up session stuff 2021-03-13 23:05:42 -05:00
swagg boi a6186eee2b Some tweaks to reduce container size and fix build error 2021-03-13 22:30:03 -05:00
swagg boi 2e24294736 Small tweak to appease Safari browsers 2021-03-13 13:33:31 -05:00
swagg boi cc5638267f Clean up 2021-03-13 02:25:06 -05:00
swagg boi 61e45fe197 Comments 2021-03-13 02:21:16 -05:00
swagg boi 2d9bfe76c5 Clean up 2021-03-13 02:19:51 -05:00
swagg boi 051ff9a912 Implement under for session cookie 2021-03-13 02:15:04 -05:00
swagg boi 61a112a392 Implement restrictive placeholder 2021-03-13 00:42:36 -05:00
swagg boi f47556e172 Clean up 2021-03-12 23:27:18 -05:00
swagg boi 3fecb71e1e Implement session cookie 2021-03-12 23:22:50 -05:00
swagg boi f2c8b04d88 Revert "Implement session cookie" (so much for secret)
This reverts commit ae5faf6b1b.
2021-03-12 23:18:03 -05:00
swagg boi ae5faf6b1b Implement session cookie 2021-03-12 23:15:22 -05:00
swagg boi 33d34fa679 Implement placeholder (will make session cookies easier later) 2021-03-12 20:07:57 -05:00