This website requires JavaScript.
Explore
Help
Sign In
nonshy
/
website
Watch
1
Star
0
Fork
0
You've already forked website
Code
Issues
20
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
de71d65be6
website
/
.gitignore
6 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rename the module
2022-08-26 04:21:46 +00:00
/nonshy
Photo Upload & Profile Pictures Basic photo upload support. Square cropped images still buggy.
2022-08-12 06:03:06 +00:00
/web/static/photos
Initial commit * Initial codebase (lot of work!) * Uses vanilla Go net/http and implements by hand: session cookies backed by Redis; log in/out; CSRF protection; email verification flow; initial database models (User table)
2022-08-10 05:10:47 +00:00
database.sqlite
Photo Upload & Profile Pictures Basic photo upload support. Square cropped images still buggy.
2022-08-12 06:03:06 +00:00
settings.json
Raise photo cap to 100, fix filesize storage The photo upload limit for user profiles is raised from 24 to 100. The bug about Filesize not saving to the database for Photos and CommentPhotos (storing zeroes in the DB) has been fixed. Run the `nonshy backfill filesizes` to populate your existing database.
2022-12-07 05:50:42 +00:00
pgdump.sql
Reference in New Issue
Copy Permalink