Zed A. Shaw
|
514a628a4f
|
Quick hack that generates my slides for my videos from a simple sequenced fake markdown format.
|
2 years ago |
Zed A. Shaw
|
4183ea1b38
|
Initial is better than inherit here.
|
2 years ago |
Zed A. Shaw
|
790fc4dc83
|
Enable the noexit option on devsvc so that linux will work on init.
|
2 years ago |
Zed A. Shaw
|
8e5121cbad
|
Fix up paypal and discord.
|
2 years ago |
Zed A. Shaw
|
6a1bc0414b
|
Upgrade to knex 2.4.2 from 1.0.1. This solves security issue https://www.ghostccamm.com/blog/knex_sqli/ and only applies to MySQL.
|
2 years ago |
Zed A. Shaw
|
95c0f75138
|
There's a vuln in ua-parser-js but that's only used in a command line tool commands/stats.js. There's another one in json5 which is used by babel which is then used by stylelint but I don't need stylelint in this project's modules. It can be installed globally instead since it's only used in my Vim setup.
|
2 years ago |
Zed A. Shaw
|
8517597c56
|
Latest changes from the website development, nothing major.
|
2 years ago |
Zed A. Shaw
|
7d733eaf6d
|
Remove the blockstart from the main client.html and have people use Blockstart instead.
|
2 years ago |
Zed A. Shaw
|
07e4694b46
|
Fix up the init command for linux users.
|
2 years ago |
Zed A. Shaw
|
fff3bff489
|
Improve the experience for Linux users by letting them run the OSX pm2 configuration, but tell them they should just run it with systemctl.
|
2 years ago |
Zed A. Shaw
|
9671419da7
|
Mostly fixing the registration links and removing more LJSTHW left overs.
|
2 years ago |
Zed A. Shaw
|
003f798060
|
Wrong directory name for the email debug output dir.
|
2 years ago |
Zed A. Shaw
|
bc6924ffea
|
Crazy weird bug in ormish.js because I...never destroyed anything? Not sure why but I didn't actually ever run Model.destroy, and it turns out that it should be static like the other methods but I missed that.
|
2 years ago |
Zed A. Shaw
|
7ce284680c
|
Changes from working on the documentation website. Lots of little fixes all over as I found things that could be improved.
|
2 years ago |
Zed A. Shaw
|
3c2f6896ec
|
The esbuild changed _again_ so now the code you set a variable to is a full string that's output directly. Taht means I had to change it to be a double quoted string so that process.env.DANGER_ADMIN is actually a string. This prevented the client/ from getting the dev tools.
|
2 years ago |
Zed A. Shaw
|
e6e903c982
|
A new HTML component that just renders a remote raw .html file into its spot. It correctly updates the page when you change the url, which is actually difficult in Svelte because...Svelte.
|
2 years ago |
Zed A. Shaw
|
eda1059d2b
|
A weird problem with nodemon where it constantly cycles on the first docs run. I'll have to resolve this differently.
|
2 years ago |
Zed A. Shaw
|
71bdacf22d
|
Fix some of the URLs for the move of bando docs to /admin.
|
2 years ago |
Zed A. Shaw
|
4f8c262162
|
This Discord API is giving me a huge rash at this point.
|
2 years ago |
Zed A. Shaw
|
9a204d7b31
|
Accidentally included my test public key. Not a risk since it's a dev key and supposed to be public, but still not smart.
|
2 years ago |
Zed A. Shaw
|
925ed6be76
|
Bug in the Discord setup.
|
2 years ago |
Zed A. Shaw
|
2939223586
|
Update the Header/Footer templates since the API changed.
|
2 years ago |
Zed A. Shaw
|
cb24485a5e
|
Fix up some of the top icons to be consistent.
|
2 years ago |
Zed A. Shaw
|
323ae3dc2a
|
Add the ability to specify a README and make that the initial first page for the docs browser.
|
2 years ago |
Zed A. Shaw
|
14b7337949
|
Last push of documentation for the client stuff.
|
2 years ago |
Zed A. Shaw
|
2192525c7c
|
Basic docs for the logging for clients.
|
2 years ago |
Zed A. Shaw
|
208568c662
|
Quick docs for livestream since they're more internal.
|
2 years ago |
Zed A. Shaw
|
861f24b2c2
|
The client/helpers.js is now documented.
|
2 years ago |
Zed A. Shaw
|
dae5f77d44
|
Documenting the config.js too.
|
2 years ago |
Zed A. Shaw
|
a58a4d0310
|
Documenting client/assert.js and client/fsm.js
|
2 years ago |
Zed A. Shaw
|
85830853ad
|
Documented the client/api.js file. That's mostly the whole system documented.
|
2 years ago |
Zed A. Shaw
|
ded2719236
|
Testing helpers are done.
|
2 years ago |
Zed A. Shaw
|
5dfa9ebc6b
|
More documentation, almost done with everything in lib.
|
2 years ago |
Zed A. Shaw
|
fcb4c232a7
|
eslint is kind of dumb about for-loops.
|
2 years ago |
Zed A. Shaw
|
c0524320da
|
Documenting builderator.js and cleaned it up.
|
2 years ago |
Zed A. Shaw
|
85faefc5c1
|
Document the blog.js file but also just remove index() since it just called load.
|
2 years ago |
Zed A. Shaw
|
233aae8662
|
Documented the auth system.
|
2 years ago |
Zed A. Shaw
|
253d5b5b9f
|
Move the jump index to the top of the page for faster access.
|
2 years ago |
Zed A. Shaw
|
917945e82c
|
lib/api.js now mostly documented.
|
2 years ago |
Zed A. Shaw
|
e9d744f30a
|
More docs to the lib/api.js
|
2 years ago |
Zed A. Shaw
|
b1f443ff37
|
Adopt the standard that DANGER_ADMIN must equal '1' exactly, so DANGER_ADMIN==='1' is the only wayt to use it.
|
2 years ago |
Zed A. Shaw
|
223bef5525
|
Starting the docs for the lib/api.js.
|
2 years ago |
Zed A. Shaw
|
bd6e6220b2
|
No footer needed on this page.
|
2 years ago |
Zed A. Shaw
|
399454f5c1
|
Quick fix to some spacing issues on headers inside the @html. I might need to fix this in the main global.css.
|
2 years ago |
Zed A. Shaw
|
fea93cb1bf
|
Add some simple stats at the end to help with progress, but give a --quiet option if you don't want that.
|
2 years ago |
Zed A. Shaw
|
80916c6a03
|
More documentation, and a display of the status of each file's docs quality. It also includes detecting CAPS words like TODO, BUG, and showing a small icon next to each function.
|
2 years ago |
Zed A. Shaw
|
53eca88150
|
Mark anything with no comments in the UI so it's easy to find them and work on them.
|
2 years ago |
Zed A. Shaw
|
2e2c7c35fb
|
Add little icons to the toc at the top to easily identify any comments mentioning TODO, BUG, WARNING, FOOTGUN, or DEPRECATED.
|
2 years ago |
Zed A. Shaw
|
372be19301
|
Make it possible to jump to sections you need and back to the top.
|
2 years ago |
Zed A. Shaw
|
e4b94a8041
|
Document the lib/models.js header, and a slight fix for links not getting their style in the included html from Svelte. See https://github.com/sveltejs/svelte/issues/2967
|
2 years ago |