Cody Casterline

Results 147 issues of Cody Casterline

Support audio recording in the client. https://blog.addpipe.com/recording-audio-in-the-browser-using-pure-html5-and-minimal-javascript/ has some example code for reference. Depends on File attachments working: (#4) I'll probably also need to add some Item metadata to say...

Right now the server makes users' posts and feeds available as plain HTML, and as data accessible via the FeoBlog REST API. However, to allow consuming a FeoBlog blog from...

To control spam, objectional content, and abuse, and to comply with legal requirements, server admins should be able to: - [ ] Block a user ID - [ ] Block...

This is like a comment (#1) , but is a fully-fledged post. It would appear on a feed or the home page like other posts. However, it also has additional...

planned

- [ ] Servers should be able to set data quotas for particular users. - [ ] Servers should be able to set default/maximum data quotas for followed users. -...

FeoBlog "blogs" are organized as an unordered¹ collection of `Item`s so that an individual server may deny storing certain Items. However, this means that, when looking at data stored on...

theoretical

If a userID is compromised, or its private key is lost, there should be some tool(s) for migrating content to a new userID (pub/priv key pair). - [ ] The...

When a UserID becomes compromised, or a user just wants to delete their account, they should be able to create a revocation Item. Servers should honor this item by: *...

planned

Right now, profiles only contain an identicon based on their public ID. - [ ] Add the ability to attach a profile photo w/ a profile. - [ ] Add...

In addition to #25, it would be nice if the server would periodically sync data for "server users" so that their content would be available without first having to manually...