Age | Commit message (Expand) | Author |
2022-06-19 | news CRUD working | FChannel |
2022-06-19 | logic corrections for instance creation, would return nil not complete steps | FChannel |
2022-06-19 | last few routes marked TODO | FChannel |
2022-06-19 | archive page works | FChannel |
2022-06-19 | redirect to OP thread if not OP | FChannel |
2022-06-19 | made view reported posts less gimped | FChannel |
2022-06-19 | first pass on reporting working - will improve its usability more | FChannel |
2022-06-19 | banned media | FChannel |
2022-06-19 | delete attachment | FChannel |
2022-06-19 | added mark sensitive | FChannel |
2022-06-19 | delete route cleanup | FChannel |
2022-06-19 | delete posts working | FChannel |
2022-06-19 | route organization | FChannel |
2022-06-19 | following pass through | FChannel |
2022-06-19 | more cleanup, logging and error logging everywhere | FChannel |
2022-06-19 | added error func and general cleanup/organization | FChannel |
2022-06-19 | more organizing structs to have object functions | FChannel |
2022-06-19 | converting functions to activitypub object functions | FChannel |
2022-06-19 | removed redis dependency | FChannel |
2022-06-19 | creating boards works | FChannel |
2022-06-19 | admin auth and manage page working for initial pass through | FChannel |
2022-06-19 | admin login working | FChannel |
2022-06-19 | removed all unneeded .go files from root directory | FChannel |
2022-06-19 | cleaned up main | FChannel |
2022-06-19 | fix for parsing reply link and showing images in static folder | FChannel |
2022-06-19 | creating new post and replying to post working | FChannel |
2022-06-19 | first steps in posting connected. can make reply with no quote or quote OP | FChannel |
2022-06-19 | restructured code base to prevent circular dependicies | FChannel |
2022-06-19 | general layout organization | FChannel |
2022-06-19 | basic pass over view posts, post, catalog and manage page connections | FChannel |
2022-06-19 | added config package since WSJ config is ignored from .gitignore | FChannel |
2022-06-19 | will deal with view later | KushBlazingJudah |
2022-06-19 | i just wasted two hours | KushBlazingJudah |
2022-06-19 | board/thread view; images don't work | KushBlazingJudah |
2022-06-19 | index is visible | KushBlazingJudah |
2022-06-19 | it compiles now | KushBlazingJudah |
2022-06-19 | slacking off is great; here's part 6 | KushBlazingJudah |
2022-06-19 | last commit of the night | KushBlazingJudah |
2022-06-19 | restructuring part 5 | KushBlazingJudah |
2022-06-19 | down to the main package it seems | KushBlazingJudah |
2022-06-19 | db package now compiles without error for now | KushBlazingJudah |
2022-06-19 | restructuring, part 4 of many | KushBlazingJudah |
2022-06-19 | goimports | KushBlazingJudah |
2022-06-19 | restructuring, part 3 of many | KushBlazingJudah |
2022-06-19 | restructuring, part 2 of many | KushBlazingJudah |
2022-06-19 | restructuring, part 1 of many | KushBlazingJudah |
2022-06-19 | remove unnecessary reflect usage | KushBlazingJudah |
2022-06-19 | git hooks, readme section on dev | KushBlazingJudah |
2022-06-19 | move routes to subpackage | KushBlazingJudah |
2022-06-19 | gofiber conversion, index, board posts, board post hooked up | FChannel |