0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 41 minutes ago. based on code collected 1 day ago.
Jun 18, 2024 — Jun 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' into message More... almost 12 years ago
fixing a bug where if the dashboard is loaded multiple times from the same data, it is unable to decrypt. this was caused by the fact that keys are deleted from the key data passed to the decryption/find_keys process, meaning they could decrypt once but after that not so much. i now do a clone on the keys so any destructive operation doesnt hurt the original. works great, i think. More... almost 12 years ago
removing stupid debug echo More... almost 12 years ago
only show notes/messages buttons when logged in More... almost 12 years ago
adding notes/messages buttons in header More... almost 12 years ago
fixing bugs in get-projects-for-user: wasnt using index in query, checking for REAL cursor in results, also checking empty results before loop. More... almost 12 years ago
fixing logout More... almost 12 years ago
bugfix in join, was keeping new users from logging in after signing up. More... almost 12 years ago
Message.send takes a persona for the to now instead of a persona id. More... almost 12 years ago
Basics of message syncing done More... almost 12 years ago
fixing bugs/problems in challenge system, adding to/updating messaging. More... almost 12 years ago
adding bare-bones messaging system. have yet to fully test, although persona verification via challenge/response seems to be working terrifically. More... almost 12 years ago
add-id now explicitely returns the passed hash object More... almost 12 years ago
starting on work to verify multiple personas with persistent challenges. broken commit More... almost 12 years ago
making persona txt bigger More... almost 12 years ago
generified challenge/response system, adding crypto-random, and make some other random tweaks here and there More... almost 12 years ago
unfinished commit, starting on message system, but first need a way to batch-verify personas based on batch challenge/response. needed to update cl-rethinkdb to use v1.7 first. everything seems to have gone smoothly so far. More... almost 12 years ago
fixing dumbass intial route bug More... almost 12 years ago
FIX in get-persona-by-screenname More... almost 12 years ago
persona delete now working great More... almost 12 years ago
Now have user settings/personas More... almost 12 years ago
Lots of user/persona updates More... almost 12 years ago
Merge branch 'persona' of github.com:lyonbros/tagit-js into persona More... almost 12 years ago
lots of changes, kind of in the middle of halfway shit. broken commit More... almost 12 years ago
working on persona/user config shite. broken commit More... almost 12 years ago
bugfix in validator (default val) More... almost 12 years ago
Merge branch 'master' into persona More... almost 12 years ago
fixing grid display bug in firefox More... almost 12 years ago
more progress on persona front-end. got working check for existing screenname implemented. after adding api commands for add/edit/delete persona, i think the rest of this should be a breeze. then its on to messaging... More... almost 12 years ago
starting persona system. currently only "get-persona-by-screenname" is implemented (including the wrapping api resource: /api/personas/screenname/[screenname]) More... almost 12 years ago