Commit graph

181 commits

Author SHA1 Message Date
fd12540d0a we ball 2023-08-14 23:45:31 +01:00
cc7fbbcdca Actually v6 2023-08-14 22:51:16 +01:00
88516c780c Update head again 2023-07-29 23:34:34 +01:00
5ba30c2401 Update page titles, fix favicon 2023-07-29 23:32:21 +01:00
f56107be8d Fix class names 2023-07-29 18:17:57 +01:00
c16b9d351f Remove duplicate lines 2023-07-29 18:16:08 +01:00
e558997a6a Remove unused highlighting styles, change "highlight.js" to just "highlight" 2023-07-29 18:14:26 +01:00
5f3348ee79 Fix messed up css 2023-07-29 18:13:12 +01:00
abece1760b Update public/css/master.css
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
2023-07-29 18:10:50 +01:00
d6cd2d3154 Update routes/web.php
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
2023-07-29 18:10:50 +01:00
ba85934ebc Update public/css/master.css
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
2023-07-29 18:10:50 +01:00
05c5c68460 Update public/css/master.css
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
2023-07-29 18:10:50 +01:00
8e36d3dcba Merge fixes into v5.5 branch (#12)
---------
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
2023-07-29 18:10:50 +01:00
4f50fa52c3 Update public/css/master.css
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
2023-07-29 18:10:50 +01:00
10714d05bd Update public/css/master.css
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
2023-07-29 18:10:50 +01:00
772460fc6e Update public/css/master.css
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
2023-07-29 18:10:50 +01:00
29338c7175 Update public/css/highlight.js/stackoverflow-dark.css
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
2023-07-29 18:10:50 +01:00
541106420e Update public/css/master.css
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
2023-07-29 18:10:50 +01:00
afd430e052 Update version 2023-07-29 18:10:50 +01:00
b1bdad158b Disable contact link (for now), remove login link temporarily 2023-07-29 18:10:50 +01:00
754e074dd9 Add .DS_Store to gitignore 2023-07-29 18:10:50 +01:00
1013cd0456 Add hlphp & codeblock component 2023-07-29 18:10:50 +01:00
9a5ebd6465 Update header to new design 2023-07-29 18:10:50 +01:00
b29d84eef1 Update stylesheet 2023-07-29 18:10:50 +01:00
811a96cbe3 Update routes 2023-07-29 18:10:50 +01:00
aa61d91b79 Update email, remove weather & music from homepage 2023-07-29 18:10:50 +01:00
48de704b66 Add weather page 2023-07-29 18:10:50 +01:00
e171a0f8eb Add music page 2023-07-29 18:10:50 +01:00
91896f9dff Fix favicon path 2023-07-29 18:10:50 +01:00
3f42bac3f4 Format footer, add dimden.dev button 2023-07-29 18:10:50 +01:00
03769ee93e Update default API root 2023-07-29 18:10:50 +01:00
e5c778e7ad Update 2023-07-29 18:10:50 +01:00
aeb9501237 Remove submodule 2023-07-20 23:52:23 +01:00
Frankie B
1556e6019e Add login background to images folder 2023-07-20 23:38:53 +01:00
8b35647f85 Add publicfiles submodule 2023-07-20 23:36:54 +01:00
7c572a1ca6 Add IP to guestbook admin page 2023-07-20 03:33:04 +01:00
1c8fc95e31 ACTUALLY make the cooldown 60 minutes 2023-07-20 03:25:27 +01:00
0e5f6cd90a Correct SQL syntax error 2023-07-19 01:59:22 +01:00
ac1c84ea55 Update table names to new format 2023-07-19 01:58:32 +01:00
fe06cd915c feat: move bookmarks to database (#9)
* Move bookmarks to SQL DB
* Increment version
2023-07-19 01:50:07 +01:00
c04f07cb5c Remove htmlspecialchars from guestbook display
It was already run when the entry was recorded
2023-07-16 22:02:54 +01:00
2a11cff663 feat: site admin (#8) 2023-07-16 21:02:51 +01:00
c5d62dc343 Add logo to public folder 2023-07-16 18:24:41 +01:00
b942762409 Add cache update script 2023-07-16 15:35:07 +01:00
a40febdef9 Update error message files, increment version 2023-07-16 15:32:06 +01:00
22b74d1764 Add ability to ban users from guestbook (by IP) 2023-07-16 15:27:48 +01:00
805e9f9dca Update guestbook notices to list 2023-07-16 14:59:31 +01:00
fc7c365672 Move ratelimit error to new minimal layout template 2023-07-16 02:59:30 +01:00
70afd73d2d increment version number 2023-07-16 01:51:00 +01:00
94133ec0f7 feat: add guestbook with rate limiting (#6)
* Re-add guestbook w/ rate limiting
* Add guestbook to navbar
2023-07-16 01:49:09 +01:00