~u9000/RepairLog

Update index.html to not mention accounts
Revert "Add basic account system".."Address shellcheck errors"

The accounts system was overkill for what this is, and it increased the
signup friction. It also required would-be hosters to have a functional
mail system.

This reverts commit f238939fa4829978556eb845fa7195670029ad98.
This reverts commit 85ab9caf8eba27e24cc24bf643085be99334a87e.
This reverts commit 0037df54078fef00d719b1bbdec1f1bb9a87355d.
This reverts commit 8ce7dd100eb2251d1e8ab47989923748cc67c499.
This reverts commit 6ae22d3e0cfaf8b3567d8d0ebef81b26cb99b0bf.
Address shellcheck errors
Reorder main

Now the conditionals follow the same order as a new user going through
the process to create and append to a log, instead of a somewhat random
order.
Fix previous commit

I need to start testing this in a live enviroment before I commit. I’ve
been simulating one by passing the script all the variables it needs,
but that’s aparently not quite up to snuff.
Add basic account system

Addresses #2
Fix http → https issue
Bring repairlog.u9.tel online

Several bugfixes discovered through trying to get the setup in a server
environment.
Add CSS skeleton
Add appending abilities
Fix bug introduced in b764a46

Quoting the EOF made it so that command substitution was not expanded
Handle request methods
Fix input parsing

I forgot about percent encoding because one of my other forms doesn't do
that for some reason.
Fix here-doc indentation

It makes more sense to prioritize the indentation of the program than
the output, which few people will even see in source form anyway.
Add log viewing
Add program skeleton

Currently it can make new logs
License project
Next
Do not follow this link