Commit Graph
18 Commits
Author SHA1 Message Date
mahdium 49b38470cf Remove user authentication and switch to simple admin password check (It wont have more than one admin user so no need for registeration (I LOVE .Net/C# btw)) 2025-05-15 20:25:28 +03:30
mahdium d646515776 Implement user login with password hash verification and username lookup 2025-05-15 12:24:48 +03:30
mahdium b3fae6b80c Add user registration with password hashing and restructure handlers directory 2025-05-15 12:10:16 +03:30
mahdium 7aa8c26da9 Remove HTML template and simplify API response with static home page 2025-05-14 21:34:14 +03:30
mahdium 3007b41f0d Add HTML template and implement homepage with random cat posts 2025-05-14 20:39:56 +03:30
mahdium ac86f8d2f0 Update JSON tags for Approved and Rejected fields in MediaAttachment model 2025-05-14 20:14:55 +03:30
mahdium b30f0d2726 Add API endpoint for random post with preloaded relationships 2025-05-14 20:11:25 +03:30
mahdium 943925c3e9 Refactor handlers into separate packages and implement dependency injection.
IDK if this shit is good or even logical, but it works and I can wrap my head around it.
2025-05-14 20:03:06 +03:30
mahdium 8c7cfbd956 Replace fatal error handling with proper error propagation and logging 2025-05-14 14:55:13 +03:30
mahdium a9dc376409 Add Rejected field to MediaAttachment model 2025-05-13 23:06:51 +03:30
mahdium 61a48c1cf4 Add random post selection 2025-05-13 22:58:46 +03:30
mahdium f9ec882cd9 Add periodic post fetching and update default Mastodon instance to mstdn.party 2025-05-13 22:47:52 +03:30
mahdium 117fe3dd34 Refactor app context setup and move API fetch logic to PostService 2025-05-13 17:32:29 +03:30
mahdium 99e385889a Add database and post service to app contexts 2025-05-13 16:45:58 +03:30
mahdium a405289b33 Refactor db operations into PostService and add OnConflict for account inserts 2025-05-13 15:47:01 +03:30
mahdium 25d9b67be6 Add user management and improve code organization with context structs 2025-05-13 15:00:42 +03:30
mahdium 75bad5e091 Add web server with admin dashboard and media approval endpoints 2025-05-11 22:14:32 +03:30
mahdium 3e7f6b92d3 Changed project structure 2025-05-11 20:43:56 +03:30