Cody Casterline

Results 147 issues of Cody Casterline

Right now, follows are just a single list in the protobuf and in the UI: ![image](https://user-images.githubusercontent.com/339075/128097813-09bd349a-71c9-4bcb-9e1a-97031f9161ee.png) It would be nice if there were a way to group them. ex: "people",...

The current implementation is a Rust server that just serves its content to a browser, and the client runs in the browser. Is that something that could easily be bundled...

Currently, the sync implementation is based on syncing individual items. It retrieves an item (ID) list from two servers, compares them, and copies across any missing items. However, the time...

Currently, the sync option by default syncs all history, or at least until the server reports that the user's quota is up. That can be a very long process if...

I should document and test an minimal example. I'm using Apache with LetsEncrypt, and ProxyPass like: ``` # Proxy all traffic to the local server: ProxyPass "/" "http://127.0.0.1:8080/" ``` ......

In particular, this can make ``s aligned at different places, which looks weird.

Add a "Security" tab to posts that will list: * Where to obtain the raw Protobuf data. * Its userID and signature. * A ✅ if the security check passes....

In my current implementation of #69, scrolling up in chrome with the mouse wheel results in very odd behavior. (using PageUp or the up arrow does not.) Seems to be...

next-release

Would be nice to have these artifacts available for folks to easily deploy their own server(s).

As a server admin, I should be able to use the CLI to: - [x] See how much data users are using. - [ ] Delete and/or ban particular content/users...