aboutsummaryrefslogtreecommitdiff
path: root/app.js
AgeCommit message (Collapse)Author
2020-02-01Merge new contents and translate as much as possible TODO: translate settings.jsJoop Kiefte
2020-01-05put image and name in different divsEv Bogue
2020-01-05add profile photos to navbar and limit number of mentions that arriveEv Bogue
2020-01-03rip out beaconsEv Bogue
2019-12-21initial stab at private beaconsEv Bogue
2019-11-23clean up and move all config and keys to a settings pageEv Bogue
2019-11-16remove welcome message for nowEv Bogue
2019-10-15Make it work on ipfs (removing root references)Joop Kiefte
2019-10-12Change reference to my own repoJoop Kiefte
2019-10-11Translate to EsperantoJoop Kiefte
2019-07-29add search barEv Bogue
2019-07-29implement searchEv Bogue
2019-07-19prevent blank identifications -- which seem to happen oftenEv Bogue
2019-07-14only call nameCheck if you haven not identifiedEv Bogue
2019-07-14namecheck should only show up once nowEv Bogue
2019-07-13wait a little longerEv Bogue
2019-07-13delay showing invitation to identifyEv Bogue
2019-07-12modify phrasingEv Bogue
2019-07-12clean up welcome, and link to sr.ht instead of githubEv Bogue
2019-07-12show a welcome message with an invitation to identify if a person has no nameEv Bogue
2019-07-10improvements to getnameEv Bogue
2019-07-07implement editable messages (for authors only)Ev Bogue
2019-06-23preview posts before you publish!Ev Bogue
2019-06-06change git repo to just gitEv Bogue
2019-06-05add support for multiple pubsEv Bogue
2019-05-02include names when replyingEv Bogue
2019-05-01add repo urlEv Bogue
2019-04-25this isnt quite working yet, but commiting anywayEv Bogue
2019-04-25major refactor -- new look and messages are stored as signatures - 1.3.0Ev Bogue
2019-04-19move some stuff around and try to get it to workEv Bogue
2019-04-19fix little bugsEv Bogue
2019-04-19move welcome screen to own js fileEv Bogue
2019-04-19making some progress...Ev Bogue
2019-04-19move composer to libEv Bogue
2019-04-19identify users on their profile pagesEv Bogue
2019-04-19major refactor -- only storing author, hash, and signatures on messages and ↵Ev Bogue
opening signed messages with nacl.sign.open
2019-04-10parse json on key importEv Bogue
2019-04-10save imported key in localforageEv Bogue
2019-04-10quick fixEv Bogue
2019-04-10quick fixEv Bogue
2019-04-10save keys from localStorage oblivionEv Bogue
2019-04-101.1.0 -- refactor to store client data in browser with localforage.jsEv Bogue
2019-04-08add multipub syncEv Bogue
2019-04-07request subscribed feeds on public feed loadEv Bogue
2019-04-07sort log by chronological orderEv Bogue
2019-04-07add subscribe/unsubscribe buttons to top of feedsEv Bogue
2019-04-07shorten hashes in urls so they stay on page in mobileEv Bogue
2019-04-06clean up the keygen process, and make sure we link to local websockets in repoEv Bogue
2019-04-06make it possible to import your existing keypairEv Bogue
2019-04-05add top nav, only show naming on your own profile right nowEv Bogue