From: Chris Fulljames Date: Fri, 24 Jan 2025 13:00:49 +0000 (-0500) Subject: Add email for bug reports X-Git-Url: https://littlesong.place/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a17bdaecba0cf4fdded871354d2469687bed237;p=littlesongplace.git Add email for bug reports --- diff --git a/schema.sql b/schema.sql index 641d212..87470fa 100644 --- a/schema.sql +++ b/schema.sql @@ -3,7 +3,7 @@ CREATE TABLE users ( userid INTEGER PRIMARY KEY AUTOINCREMENT, created TEXT NOT NULL, username TEXT UNIQUE NOT NULL, - password TEXT NOT NULL, + password BLOB NOT NULL, bio TEXT ); CREATE INDEX users_by_name ON users(username); diff --git a/templates/index.html b/templates/index.html index 0014dd7..71df0cf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,10 +18,11 @@ place just for us.

At present it's very basic - you can listen to the newest songs here on the -home page, or go to someone's profile to listen to all of their music. There -are no likes, comments, followers, or play counts. Maybe someday there will -be, or maybe we'll discover we don't need them. I'm open to any thoughts or -feedback you might have! Just send me (cfull) a message on Discord. :) +home page, or go to someone's profile to listen to all of their music. +If you encounter a bug or have ideas for things that would make the site +better, I'm open to any thoughts or feedback you have! Just send me +(cfulljames) a message on Discord or email +littlesongplace@gmail.com. :)

Profiles

diff --git a/templates/login.html b/templates/login.html index a44e65b..9c17e39 100644 --- a/templates/login.html +++ b/templates/login.html @@ -26,7 +26,10 @@ -

Forgot your password? Send cfull a message on Discord! 😉

+

+ Forgot your password? Send me (cfulljames) a message on Discord or email + littlesongplace@gmail.com! 😉 +

{% endblock %} diff --git a/todo.txt b/todo.txt index 28dd840..84ad53e 100644 --- a/todo.txt +++ b/todo.txt @@ -1,17 +1,18 @@ TODO (BEFORE RELEASE) -- Account deletion -- Email for bug reports - Automated backups - RELEASE IT TODO (AFTER RELEASE) +- Comments, notifications - Tips and Tricks - Multiline descriptions - Shuffle all - Homepage activity log - Admin accounts +- Account deletion +- Change password (require email?) - Song downloads - AJAX pages so songs can play during navigation - Play Queue: