Please sign in to access this page
A nice little wiki, for the summer time :D. This is clearly made with the idea of wikipedia and the whole of Summer of Making. So, yeah :)
Mikolaj
Check their project out: ende - 3D Procedural Generator
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Added checks to the edit userpage endpoint, using Joi and schemas.
Anyways, Version 1.2 is now out on github
added a articles page for all users, while also adding a shutdown button, that requires 2 activation's within 30 seconds.
Added better image support, as i wasnt sure how much integrity it had. tbf. Anyways, also i have a demo set up, thats you may view null-austin.hackclub.app
added many fixes. Made a wiki editor, finishing the administration panel for now. I will be releasing a demo as soon as possible, so be prepared.
Added a edit page :). With the edit page, i also implemented functionality to add permissions into the page, so only a certain permission level of users can edit pages.
Added a wiki settings, its kinda buggy and needs polishing tho. With this, i also updated the forms to include more Shazam ( functionality )
As shown in the video, i kinda tried to review all of the things you can do, but what i did add more, was the user management system, and a few other hot fixes
Kinda lied last post. This toke over an hour to only create the applications page, so ill start here. I made the apply page show up all the applications in the dedicated end point, i also introduced a couple bug fixes, and the current state has multiple debugging shown around the website, as you can see in the video. So yeahhhhhh, ill fix those up, introduce a new page, and add another devlog
Biggest fix yet. I implemented fixes for bolding not working, as well as a start to more user friendly way of controlling and posting on the wiki. The next devblog, i will introduce working pages for all the listed admin pages.
added user authentication before accessing wikian/admin pages. tokens are provided via cookies. and each one is secured via Crypt's randomBytes. each token is 32 bytes long :D
Going along with the last devblog, i have now added a api endpoint, along with a easily viewable page
added what i said i was going to add >:). the blog now supports custom pages via sqlite3. Although, i understand under a lot of stress, it may slow down the application, and if i ever do get anywhere with this, i will swap to a better db.