]> littlesong.place Git - littlesongplace.git/commitdiff
Add email for bug reports
authorChris Fulljames <christianfulljames@gmail.com>
Fri, 24 Jan 2025 13:00:49 +0000 (08:00 -0500)
committerChris Fulljames <christianfulljames@gmail.com>
Fri, 24 Jan 2025 13:00:49 +0000 (08:00 -0500)
schema.sql
templates/index.html
templates/login.html
todo.txt

index 641d212b09f30fe64e8e790227e3ba261f16a675..87470faccecf705b5a62a7ec4b3252b19b06cfe6 100644 (file)
@@ -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);
index 0014dd7deb3ee9132a9cde1684ba545bb3b6133d..71df0cf61258082c5b851d46d2876208f295f0a9 100644 (file)
@@ -18,10 +18,11 @@ place just for us.
 
 <p>
 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
+<a href="mailto:littlesongplace@gmail.com">littlesongplace@gmail.com</a>. :)
 </p>
 
 <h2>Profiles</h2>
index a44e65b743719514c8c5cbdd2fb3188ebff5c0c5..9c17e3950f054ca4615d11c318aba66bbcb1f738 100644 (file)
     </div>
 </form>
 
-<p><small>Forgot your password?  Send cfull a message on Discord! ðŸ˜‰</small></p>
+<p><small>
+    Forgot your password?  Send me (cfulljames) a message on Discord or email
+    <a href="mailto:littlesongplace@gmail.com">littlesongplace@gmail.com</a>! ðŸ˜‰
+</small></p>
 
 {% endblock %}
 
index 28dd840ba959b09bc5088c4190fe45b47f01cd26..84ad53e98f9e3e43495e9dde88937b830f3b938c 100644 (file)
--- 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: