Commit graph

58 commits

Author SHA1 Message Date
87656c18c1 feat: stop showing Other on rules page, changed from postsids to GETs for identification for the user, changed the colorsheme to dracula
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
2023-04-10 19:19:55 +02:00
d2657d28b4 feat: finished implementing replying
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
2023-03-18 00:52:30 +01:00
396edeefde feat: started working on replys in comments, changes IDs to GETs
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
2023-03-18 00:49:50 +01:00
5ee623b295 fix: delete button not showing up 2023-03-11 16:00:50 +01:00
b595ce2909 feat: added Board adding, editing and removing 2023-03-11 02:50:07 +01:00
9bdad9e48d chore: add README.md
fix: added more space to the title, added delete button show up fix
2023-03-11 00:56:51 +01:00
5641bfa6a3 feat: added PageTitle to Threads 2023-03-07 22:33:36 +01:00
6e9be8c931 finished Board Locking 2023-03-04 23:09:26 +01:00
97e4b0026b feat: made boards dynamic and save to the db 2023-03-01 14:44:06 +01:00
8ebc78b754 feat: changed the language of the ReportEntrys to English, started to work on Board Locks, !removed PermissionInteger; as it was not needed anymore!
fix: minor bugfixes while posting & commenting, changed Au.razor and E.razor around
2023-02-27 14:34:41 +01:00
6881a5d009 feat: added images 2023-02-27 12:06:10 +01:00
5fdebe3fc1 feat: started working on stickys and locking, started working on replying in threads, added banners, added autism board, other small changes 2023-02-25 00:08:36 +01:00
d8fcc93394 fix: fixed minor issues 2023-02-17 22:54:13 +01:00
6a1287495d feat: added thumbnail middleware (idk if it works tho) 2023-02-15 14:01:39 +01:00
b25949a8f3 v0.1.3 release
fixed some issues, forgot which ones
2023-02-14 12:46:52 +01:00
7f138cf73f feat: added Role updating to the Users menu 2023-02-13 22:34:30 +01:00
a62912d6de feat: added other banners, moved the rendering of board banners to the Board component 2023-02-13 22:04:09 +01:00
6dff05818b fix: users can now be unbanned. 2023-02-13 21:39:39 +01:00
dcc7634f5e feat: The posts are now sorted
fix: modmenu now checks for the permission, you now have to be 18yo to access the boards, images now get deleted when deleting threads / posts, fixed grammar error in the register page, other fixed which i forget
2023-02-13 18:45:14 +01:00
f0fbb11824 ???: did some docker stuff. The Project can run, but the db needs to be linked from outside, or it does not work. 2023-02-12 21:38:00 +01:00
db1d4822d4 moved dockerfile 2023-02-12 20:41:47 +01:00
df1ac86636 feat: added User Screen for admins 2023-02-12 19:06:33 +01:00
0279df06fa feat: added /sys/ to all system pages, edited 404 page, added deadlink, moar changes 2023-02-12 17:01:46 +01:00
2d458fd2f2 fix: Session is now stored in protected local storage and not in session storage, making the login persistant between pages 2023-02-12 14:55:37 +01:00
b1a6ab211e fix: you can now delete posts from the report page 2023-02-12 14:02:15 +01:00
cb7ca62590 feat: added images for ban screen, added reportscreen, added reportsscreen for mods & admins 2023-02-11 23:04:02 +01:00
75d75a2c84 Merge branch 'master' into 'Eric'
Merge branch 'Eric' into 'master'

See merge request limited_dev/imageboard!5
2023-02-11 15:06:13 +00:00
b63eb1973c Merge branch 'Eric' into 'master'
Merge Eric into Master

See merge request limited_dev/imageboard!4
2023-02-11 15:05:21 +00:00
963711adfb feat: added Reports to DB 2023-02-11 15:47:39 +01:00
e21ac0d3d7 feat: moved /b/ to /m/, added ReportData, etc 2023-02-08 14:43:25 +01:00
c093b06d03 Merge branch 'Eric-maybe_borked' into 'Eric'
Eric maybe borked

See merge request limited_dev/imageboard!3
2023-02-07 20:49:12 +00:00
c1fd893ff0 fixed the bork 2023-02-07 21:47:28 +01:00
2724b6b9d2 temp commit 2023-02-07 21:21:38 +01:00
f5ac34e639 chore: cleanup 2023-02-03 11:33:56 +01:00
0e725b065a feat: added Error msgs to post screen, removed second login button. 2023-02-02 22:27:31 +01:00
9fa145866a progress commit 2023-02-02 22:13:03 +01:00
184ba3a096 feat: added post deletion, linked account to post 2023-02-02 18:50:50 +01:00
08e54e7036 feat: finished login system 2023-02-02 08:15:43 +01:00
7c0cef6f65 feat: added docker stuff, started working on login system 2023-02-01 21:49:02 +01:00
c2d40c172a Merge branch 'Eric_adding_img_upload_to_server' into 'Eric'
Eric adding img upload to server

See merge request limited_dev/imageboard!2
2023-02-01 13:23:18 +00:00
9c6d6731d8 feat: finished converting image uploads to on disk 2023-02-01 14:18:36 +01:00
01fe86113d progress commit 2023-01-27 23:50:12 +01:00
c04b9ac6f2 Added little note to post / comment form, added some other stuff, which I forgot 2023-01-27 22:09:16 +01:00
bdb2d0a0b5 added temp db files to gitignore, added link to login page to index, changed around the comment form, comments and posts 2023-01-27 21:15:50 +01:00
f57338ab51 update Rules.razor 2023-01-26 13:12:37 +01:00
3e7218c6ae finished implementing thread view, finished adding comments 2023-01-26 13:04:55 +01:00
f09722757a continued to work in comments 2023-01-26 09:07:25 +01:00
4b1f234f2a continued to work on ThreadPage.razor 2023-01-25 23:45:36 +01:00
585440d10f feat: started working on thread view 2023-01-25 17:26:21 +01:00
6b919e0b7b feat: improved rules, edited css 2023-01-25 13:52:51 +01:00