Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-14 | deps: update miso | Ben Sima | |
2020-07-12 | hero: put app routes behind auth | Ben Sima | |
2020-07-12 | auth: explicit export list | Ben Sima | |
2020-07-12 | hero: move CanSnakeCase to Alpha | Ben Sima | |
2020-07-12 | dev: dontCheck acid-state | Ben Sima | |
2020-07-10 | dev: fixes for macos build | Ben Sima | |
2020-07-10 | dev: add trusted users for remote builds | Ben Sima | |
2020-06-27 | turnkey: rename to ship | Ben Sima | |
2020-06-27 | hero: add @mcovino user | Ben Sima | |
2020-06-27 | turnkey: take an optional arg | Ben Sima | |
2020-06-27 | hero: add skey to environment | Ben Sima | |
2020-06-27 | hero: implement the basics of user logins | Ben Sima | |
There's also a lot of refactoring/renaming in here, so the diff is really messy. The overall problem is that I've only ever added code, I've never gone back and reorganized/rearchitected stuff. So adding even small features is becoming an enormous effort. Anyway, this adds the basics of user auth. Next I need to add the auth checks for every route that needs it, and make sure everything is back to working correctly. | |||
2020-06-26 | biz: open extra port for urbit dev | Ben Sima | |
2020-06-17 | Fix dev envars | Ben Sima | |
2020-06-17 | bild: print log output if the build fails | Ben Sima | |
This also switches to using `nix-build` instead of `nix build`. The reason for this is that the latter does something with the stdout/stderr that makes it hard to capture via tee. Idk why. Maybe I'll look into this again, or maybe not, since nix-build works just fine. | |||
2020-06-12 | Reorganize a bunch of code | Ben Sima | |
Nothing should be functioning differntly, just made it easier to work on. | |||
2020-06-05 | Add user datatype to keep | Ben Sima | |
I also restructured some types so that I could grab a handle on the keep to close it on shutdown, otherwise the database would be locked and I can't do anything about it. This might mean I have to delete and start the database from scratch when I deploy, but that's okay because I haven't stored anything yet. I also renamed some stuff like 'deck' and 'beam' just for fun. I could make these into more general interfaces like I always planned to. Also I haven't really tested this yet, so... next commit will implement the user login. | |||
2020-06-02 | Add EDITOR to .envrc | Ben Sima | |
I'm using vim lately for biz coding... | |||
2020-06-02 | Rename Hero.Database -> Hero.Keep | Ben Sima | |
I just like this better. | |||
2020-06-02 | Fix layout of featured comic | Ben Sima | |
2020-06-02 | Initialize Hero database | Ben Sima | |
2020-06-01 | Some fixups | Ben Sima | |
2020-05-25 | Add more re functions and docs | Ben Sima | |
2020-05-19 | Port (bs string) to r6rs, add Pythonic split function | Ben Sima | |
2020-05-18 | Dark and light syntax highlighting | Ben Sima | |
2020-05-15 | Holy grail layout | Ben Sima | |
2020-05-15 | Replace quote syntax with list function | Ben Sima | |
Way easier to read this way. | |||
2020-05-15 | Fix links in tag view, header link, and non-found page | Ben Sima | |
2020-05-15 | Process markdown with pandoc before HTML render | Ben Sima | |
2020-05-14 | Scale appropriately for phone | Ben Sima | |
2020-05-13 | Convert my org files to md and render | Ben Sima | |
Still some bugs, but I will get to them soon. | |||
2020-05-13 | Re-namespace general scheme code to bs | Ben Sima | |
2020-05-12 | Output formatting fixups | Ben Sima | |
2020-05-12 | PEG parsing of nodes | Ben Sima | |
2020-05-12 | Add strip and flatten | Ben Sima | |
2020-05-12 | Formatting etc whatever | Ben Sima | |
2020-05-12 | Idempotently add id to tag index | Ben Sima | |
2020-05-12 | for -> turn | Ben Sima | |
Inspired by hoon | |||
2020-05-11 | Refactor: nodes are now objects | Ben Sima | |
2020-05-11 | Add 'tag' index page and navbar | Ben Sima | |
2020-05-11 | Add 'web port' argument, and some more page/templating | Ben Sima | |
2020-05-11 | Add dict library | Ben Sima | |
2020-05-10 | web server is working | Ben Sima | |
2020-05-09 | Add get-tags function | Ben Sima | |
2020-05-09 | Index titles | Ben Sima | |
Also don't overwrite srfi-1 stuff, and added an re module. | |||
2020-05-09 | Remove my nil thing | Ben Sima | |
2020-05-09 | Add cat-node, and a bit of refactoring | Ben Sima | |
2020-05-09 | Init z | Ben Sima | |
2020-05-09 | Add proper replace | Ben Sima | |
- replace was actually replace-char - backported string-replace-substring because it's only in Guile 3 | |||
2020-05-09 | Add member? and contains? | Ben Sima | |