summaryrefslogtreecommitdiffstats
path: root/main.scm
Commit message (Collapse)AuthorAgeFilesLines
* fix: always run sql to create tables, but as "IF NOT EXISTS"dan2024-04-281-13/+16
|
* feat: users are stored in dbdan2024-04-281-4/+16
|
* fix: hash passwordsdan2023-05-121-4/+3
|
* remove image-uploading and cleanupdan2023-05-121-66/+2
|
* remove image-uploading and cleanupdan2023-05-121-89/+17
|
* pw should actually be checkeddan2023-04-141-24/+48
|
* partial-fix: images not corrupted (but still not displaying with correct ↵dan2023-03-131-9/+14
| | | | orientation)
* feat: set exif orientation data on stored jpegsdan2023-03-121-26/+29
|
* feat: images resized and converted to jpegdan2023-03-121-3/+52
|
* fix: links display correctly when text is after themdan2023-03-101-10/+18
|
* feat: links in content display as clickable linksdan2023-03-101-2/+19
|
* wrap post textdan2023-03-091-1/+1
|
* fix: uploading blank post should not return 500; restyle image upload buttondan2023-03-081-11/+13
|
* feat: posts can have an imagedan2023-03-081-35/+89
|
* feat: add user-pagedan2023-03-081-20/+91
|
* 404 page show when attempting to view a deleted postdan2023-03-011-20/+21
|
* style.css and favicon.ico properly hosteddan2023-03-011-8/+5
|
* redirect back to correct page on vote/unvotedan2023-02-281-24/+36
|
* set min-height for post contentdan2023-02-281-1/+1
|
* redirect to correct location on delete; comments loaded oldest firstdan2023-02-281-6/+8
|
* redirect to correct location on deletedan2023-02-281-8/+11
|
* parent and child posts properly returned by query; properly displayeddan2023-02-281-38/+78
|
* implement delete buttondan2023-02-281-13/+34
|
* fix vhosts map; fix mobile width; increase text field font size; restyle ↵dan2023-02-281-29/+39
| | | | login form; stylesheet is downloaded separately to html
* initdan2023-02-271-0/+292