summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jacob Casper [Sat, 9 Apr 2022 21:17:08 +0000 (16:17 -0500)]
Display posts, not pics
Now that we have posts, pics, and comments, rework content display to be
focused on whole posts.
Jacob Casper [Sat, 9 Apr 2022 21:15:53 +0000 (16:15 -0500)]
Rework EXIF stripping/orientation
This makes sure we reorient images with orientation info from iOS before
we strip them.
Jacob Casper [Sat, 9 Apr 2022 21:15:32 +0000 (16:15 -0500)]
Start tracking comments
Jacob Casper [Sat, 9 Apr 2022 21:15:04 +0000 (16:15 -0500)]
Fix default comment
It was intended to be a placeholder
Jacob Casper [Sat, 9 Apr 2022 21:14:16 +0000 (16:14 -0500)]
Add "error handling"TM
don't actually handle anything but at least set a header and display
something for me. I kept hitting php_ini_maxfilesize errors.
Jacob Casper [Fri, 8 Apr 2022 21:38:29 +0000 (16:38 -0500)]
Initial commit