27 Commits
Author SHA1 Message Date
jashton d3fa1733f4 implemented spaces, fixed login and signup, thought creation and space creation. 2025-05-26 13:00:12 -06:00
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 228cf1137b implemented critical features in Restful Golang API which'll handle Neo4j interactions. 2025-05-10 22:34:12 -06:00
jashton bd59f428ba sync 2025-05-01 14:42:12 -06:00
jashton ab8f1b9ec8 implemented additional todo functionality 2025-04-20 20:38:41 -06:00
jashton 0753e1867c fixed bugs with old system for views/actions 2025-04-20 17:19:28 -06:00
jashton ab30859446 partially implemented todo tracker 2025-04-20 17:05:41 -06:00
jashton 420022dbf8 implemented following users to receive (opt-in) email notifications when they publish an article. 2025-04-14 22:32:32 -06:00
jashton fdcc1a3349 fixed minor visual bugs 2025-04-14 19:02:38 -06:00
jashton 3ef61e1c9e except remember user, changed all cookies to sessions. 2025-04-13 20:07:07 -06:00
jashton 006cffef38 fixed 2025-04-13 18:17:52 -06:00
jashton 3dfb443f36 javascript override of browser styles. 2025-04-13 17:56:19 -06:00
jashton 84f20b03c2 fixed nav links 2025-04-13 15:59:01 -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 fb35e93226 implemented preview of article markdown via AJAX 2025-04-12 11:00:44 -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 f4f5077210 sync 2025-03-31 12:06:01 -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
jashton ff7e799b7f implemented image upload and cropping system, mostly work. it's too zoomed in and appears to be using the xy coords from the top left of the crop selector. 2025-03-29 22:57:43 -06:00
Joshua Ashton 9a45075010 v0.1.0 completed. only the owner can create new articles, users can modify their password, username, email, or delete their account, there's auth and permissions preventing accessing other user's information, and more. onto the road to v0.2.0 2025-03-25 19:42:40 -06:00
Joshua Ashton 0a27cd1f5c implemented article composer functionality + interface, login & signup functionality + interface, auth permission functionality reflected in the nav, and determined a unified accent color accessible in dark and light mode 2025-03-25 13:09:05 -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