- Brazil
- https://jocadbz.xyz
-
The world's most idiot programmer.
- Joined on
2023-01-12
jocadbz pushed to jocadbz at root/threadr.lostcave.ddnss.de
-
d2d64d69fc handlers/app.go: Removed Strict IP and User-Agent Session Validation
jocadbz commented on issue root/threadr.lostcave.ddnss.de#68
User's avatars shouldn't be fetched from thirdparty URLsFixed on 7b0528ef36. Still a very rough implementation, but should work.
jocadbz pushed to jocadbz at root/threadr.lostcave.ddnss.de
-
7b0528ef36 feat: Add file-based avatar system
jocadbz commented on issue root/threadr.lostcave.ddnss.de#68
User's avatars shouldn't be fetched from thirdparty URLsI see. Makes sense.
jocadbz commented on issue root/threadr.lostcave.ddnss.de#68
User's avatars shouldn't be fetched from thirdparty URLsAs suggested by @BodgeMaster : - give the files a unique ID - add a table for file id, original file name, file hash, hash algorithm (can be used for attachments in the future) - store file…
jocadbz opened issue root/threadr.lostcave.ddnss.de#68
User's avatars shouldn't be fetched from thirdparty URLsjocadbz pushed to master at jocadbz/threadr-rewritten
-
df5bb16000 Ask admin credentials on initialize instead of defining them on config.json
jocadbz pushed to master at jocadbz/threadr-rewritten
-
034b5cb13e The initialize function now fails if any board already exists.
jocadbz pushed to master at jocadbz/threadr-rewritten
-
f78c55e824 Merge pull request 'random changes, check commit messages' (#1) from BodgeMaster/threadr-rewritten-temp:master into master
-
1eb4107fe8 README: rip out all the leftovers that are no longer relevant to the new implementation
-
313d0c33e1 gitignore: add gitignore
-
e473f87e33 config: rename files to better hint at what they’re used for
-
b0a5e9a457 about page: move all page content into config/about.template, also rewrite most of said content
- Compare 5 commits »
jocadbz merged pull request jocadbz/threadr-rewritten#1
random changes, check commit messages
jocadbz approved jocadbz/threadr-rewritten#1
random changes, check commit messagesjocadbz pushed to master at jocadbz/threadr-rewritten
-
10826e2d26 Fixing that reply interface.
jocadbz pushed to master at jocadbz/threadr-rewritten
-
fe4f07c636 Initial implementation of the chat feature.
jocadbz pushed to master at jocadbz/threadr-rewritten
-
fef473199c Add cli flag for initializing tables instead of creating them at startup
jocadbz pushed to master at jocadbz/threadr-rewritten
-
55908bb215 Implemented features for creating and deleting boards and threads, removed thread types, enhanced CSS for boards and comments
jocadbz pushed to master at jocadbz/threadr-rewritten
-
f7206db295 Create admin user, admin can edit news blotter
jocadbz pushed to master at jocadbz/threadr-rewritten
-
3c438b0ee2 Fix cookie banner
jocadbz pushed to master at jocadbz/threadr-rewritten
-
adf485bb46 Add config skeleton