Commit Graph
16 Commits
Author SHA1 Message Date
jashton 54a01f0f1f still some bugs and auth issues to iron out. need to implement a new action button/bar, the card for moments in a space, creating new moments and essays, dynamically refreshing the spaces view when a new post is created. 2025-05-20 19:46:09 -06:00
jashton a93c30c40f orm to frontend connected. for a time, i'll be trying multiple solutions at once. 2025-05-16 16:41:07 -06:00
jashton bd59f428ba sync 2025-05-01 14:42:12 -06:00
jashton 693d11c506 started db-rewrite. using neo4j and a restful go api to handle DB queries/statements. 2025-04-25 23:20:29 -06:00
jashton ab30859446 partially implemented todo tracker 2025-04-20 17:05:41 -06:00
jashton 3ef61e1c9e except remember user, changed all cookies to sessions. 2025-04-13 20:07:07 -06:00
jashton 8f2c241c3d refactoring 2025-04-13 15:57:16 -06:00
jashton 8d78a7d182 added login requirement to view articles to protect against potential data scrapping, with redirect functionality to the article the user attempts to view prior to login. 2025-04-12 13:40:51 -06:00
jashton e5b3e048b8 fixed cropping image 2025-04-07 19:07:22 -06:00
jashton e5af3aca66 sync, implemented sort, viewing user pages & articles written, updating db 2025-04-03 10:50:58 -06:00
jashton cec9091ee0 converted from standard mysqli to mysqli prepared statements for security against sql injection 2025-04-01 15:03:01 -06:00
jashton b9bb620ae0 implemented secure remember me functionality 2025-03-31 23:39:40 -06:00
jashton 5a5471da5d implemented mass creation via csv, bug fixes 2025-03-30 20:37:28 -06:00
Joshua Ashton e6735a9a20 implemented admin control panel with the ability to delete articles/users in bulk, and open user panels with the standard options to reset passwords, change email/usernames, or delete. additionally, updated SQL schema, created dummy data, and fixed some bugs. 2025-03-30 17:01:29 -06:00
Joshua Ashton c0fc9e9d00 styling, navigation bar, theming, article lists, page routing. 2025-03-20 19:54:37 -06:00
Joshua Ashton 5af0547864 implemented database, article cards, and parsing from markdown. 2025-03-19 23:27:20 -06:00