Age | Commit message (Expand) | Author |
2019-05-22 | show raw message data on click | Ev Bogue |
2019-05-22 | render new identity without page reload, remove sync button | Ev Bogue |
2019-05-22 | render latest name instead of the first name you used to identify | Ev Bogue |
2019-05-14 | hardcode ev for now | Ev Bogue |
2019-05-14 | auto-gossip on profile load and publish | Ev Bogue |
2019-05-14 | clean up server and show simpler logs | Ev Bogue |
2019-05-02 | include names when replying | Ev Bogue |
2019-05-02 | add button to delete entire db | Ev Bogue |
2019-05-02 | renegerate afte deleting feed | Ev Bogue |
2019-05-02 | add markdown support for posts | Ev Bogue |
2019-05-02 | this seems to fix the bug | Ev Bogue |
2019-05-02 | remove comments | Ev Bogue |
2019-05-02 | link name to feed | Ev Bogue |
2019-05-01 | abstract regenerate into function and call regenerate on sync | Ev Bogue |
2019-05-01 | add buttons to merge, sort, regenerate, delete, and sync logs | Ev Bogue |
2019-05-01 | render name messages | Ev Bogue |
2019-05-01 | minor tweaks | Ev Bogue |
2019-05-01 | no need to pass timestamp to publish, return getName to working order | Ev Bogue |
2019-05-01 | add repo url | Ev Bogue |
2019-05-01 | messages are already open now, so no need to open them | Ev Bogue |
2019-05-01 | add opened message to log | Ev Bogue |
2019-04-25 | ok, I think this works | Ev Bogue |
2019-04-25 | this isnt quite working yet, but commiting anyway | Ev Bogue |
2019-04-25 | minor changes to make sure the app loads | Ev Bogue |
2019-04-25 | major refactor -- new look and messages are stored as signatures - 1.3.0 | Ev Bogue |
2019-04-19 | move some stuff around and try to get it to work | Ev Bogue |
2019-04-19 | fix little bugs | Ev Bogue |
2019-04-19 | move welcome screen to own js file | Ev Bogue |
2019-04-19 | making some progress... | Ev Bogue |
2019-04-19 | move composer to lib | Ev Bogue |
2019-04-19 | close pre block in readme | Ev Bogue |
2019-04-19 | identify users on their profile pages | Ev Bogue |
2019-04-19 | major refactor -- only storing author, hash, and signatures on messages and o... | Ev Bogue |
2019-04-10 | parse json on key import | Ev Bogue |
2019-04-10 | save imported key in localforage | Ev Bogue |
2019-04-10 | quick fix | Ev Bogue |
2019-04-10 | quick fix | Ev Bogue |
2019-04-10 | save keys from localStorage oblivion | Ev Bogue |
2019-04-10 | 1.1.0 -- refactor to store client data in browser with localforage.js | Ev Bogue |
2019-04-08 | add multipub sync | Ev Bogue |
2019-04-08 | add hash router to individual posts, when linked in markdown | Ev Bogue |
2019-04-07 | transmit log to server on publish | Ev Bogue |
2019-04-07 | break long words (such as public keys) on mobile | Ev Bogue |
2019-04-07 | request subscribed feeds on public feed load | Ev Bogue |
2019-04-07 | sort log by chronological order | Ev Bogue |
2019-04-07 | add subscribe/unsubscribe buttons to top of feeds | Ev Bogue |
2019-04-07 | show raw message upon clicking [src] | Ev Bogue |
2019-04-07 | shorten hashes in urls so they stay on page in mobile | Ev Bogue |
2019-04-06 | but make sure to check message is not already rendered, so there are no repeats | Ev Bogue |
2019-04-06 | I think this will render threads correctly | Ev Bogue |