Age | Commit message (Expand) | Author |
2020-01-19 | send latest five posts if the feed has many unsynced messages, render latest ... | Ev Bogue |
2020-01-11 | try fixing the sub == undefined bug again | Ev Bogue |
2020-01-11 | this seems to improve sync speed | Ev Bogue |
2020-01-11 | finish adding backgrounds | Ev Bogue |
2020-01-11 | finish adding backgrounds to profiles | Ev Bogue |
2020-01-10 | add background photos -- not quite done yet | Ev Bogue |
2020-01-10 | attempt to fix bug where subs end up as null | Ev Bogue |
2020-01-05 | add profile photos to navbar and limit number of mentions that arrive | Ev Bogue |
2020-01-01 | send random number of posts between 1 and 50, adjust client request speed | Ev Bogue |
2019-12-31 | fix pubs bug, and reqs to server on profile page were way too fast | Ev Bogue |
2019-12-31 | refactor gossip v 1.8.0 | Ev Bogue |
2019-12-15 | adjust ad vs sync speed | Ev Bogue |
2019-12-10 | only load more posts on profile and main feed pages (it was calling bottom of... | Ev Bogue |
2019-12-07 | break settings into own route and make it possible for guests to post adverti... | Ev Bogue |
2019-11-24 | slow down gossip a little | Ev Bogue |
2019-11-23 | clean up and move all config and keys to a settings page | Ev Bogue |
2019-11-23 | unused gotName | Ev Bogue |
2019-11-23 | add name to buttons | Ev Bogue |
2019-11-23 | add a quickName function that only looks at cached name | Ev Bogue |
2019-11-23 | I think this fixes a rendering artifact | Ev Bogue |
2019-11-23 | whoops did not iterate index right | Ev Bogue |
2019-11-23 | load only 25 posts at a time into the DOM | Ev Bogue |
2019-11-22 | make it so you sync yourself without having to subscribe to yourself, remove ... | Ev Bogue |
2019-11-22 | bogbook @ 1.6.0 -- real-time bogbook and only send 25 posts at a time | Ev Bogue |
2019-11-17 | add a reply button to profile pages | Ev Bogue |
2019-11-17 | show profile photo on profile, misc style tweaks | Ev Bogue |
2019-11-16 | add profile photos that are cropped to 250 by 250 and saved to your log | Ev Bogue |
2019-09-10 | get publickeys from pub servers if they do not exist | Ev Bogue |
2019-09-03 | first stab at secure bogbook (sbb) | Ev Bogue |
2019-08-17 | make sure scroller has two childnodes in both views before streaming posts in | Ev Bogue |
2019-07-29 | profile pages are faster with unboxed log | Ev Bogue |
2019-07-29 | add mentions button to profile pages | Ev Bogue |
2019-07-29 | make search case insensitive | Ev Bogue |
2019-07-29 | implement search | Ev Bogue |
2019-07-19 | prevent blank identifications -- which seem to happen often | Ev Bogue |
2019-07-14 | delete name cache when identifying on profile page | Ev Bogue |
2019-07-12 | accidentally linked to publicKey instead of the feed id of the profile, fixed | Ev Bogue |
2019-07-12 | clean up welcome, and link to sr.ht instead of github | Ev Bogue |
2019-07-10 | improvements to getname | Ev Bogue |
2019-06-16 | fix a few bugs that prevented initial sync and sync when publishing | Ev Bogue |
2019-06-05 | add support for multiple pubs | Ev Bogue |
2019-05-23 | sync with multiple servers and implement subscriptions | Ev Bogue |
2019-05-22 | send to home when deleting a feed | Ev Bogue |
2019-05-22 | render new identity without page reload, remove sync button | 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-02 | add button to delete entire db | Ev Bogue |
2019-05-02 | renegerate afte deleting 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 |