Sunday, December 9, 2012

Update before 2012 is out..

So a couple more things have changed.. My wife is starting to use the site. And that is giving me all kinds of insight into what isn't working.

Changed a couple of silly little things like:

  1. Made org (need a better name here) group (?) clickable
  2. Made font larger
  3. Make icons/buttons bigger

Sunday, September 9, 2012

Recent features added

I've added the following items to the TruSafe Vault:

  1. Suborganizations (man I need a better name for this)
  2. Hierarchical listings
  3. A Notes field to passwords
  4. Audit tracking behind the scenes. 
  5. Smaller username/password fields
  6. Menu items
Coming soon:
  1. Change password functionality (seriously? shouldn't have this been there the first day???)
  2. Verified email addresses
  3. Audit listings
  4. Collapsable tree
  5. Share permissions
  6. 2 factor authentication

MySQL... gone again

So I thought had the multiple insert save thing fixed, but alas, when using an ORM (WebObjects in this case) that decides it's own order, it is just too hard to keep track of things and try and keep saving each step in the proper order. Rather than fight this, I switched backed to PostgreSQL.

Honestly, the only reason I had tried to go back to MySQL was to use Amazon's RDS.

Tuesday, July 31, 2012

Back to MySQL

So I figured my issues with MySQL and ordering of SQL statements... or at least they aren't showing up any more after I fixed some of my migration scripts. The big reason for this was that I wanted to move to a more reliable database architecture. I'm now using Amazon's RDS service for the backend of the TruSafe vault. So far, so good!

Monday, May 28, 2012

Starting back up

So I haven't worked on the site in quite a while, but I've decided to start back up and get more work done, especially auditing capability and showing that information to the users. That's where I think TruSafe will really show it's value.

Recently I've fixed an isOwner error you might have seen if you've used the app recently. I've also updated the certificate and add SPDY support and disabled inline images from pagespeed (much better caching support)