Age | Commit message (Expand) | Author |
---|---|---|
2015-07-01 | Minor changes to password management | Anton Tananaev |
2015-07-01 | Re-implement hashing class | Anton Tananaev |
2015-06-18 | Refactor database init process | Anton Tananaev |
2015-06-16 | Separated the persisted password (hashedPassword) from the password sent from... | Demian |
2015-06-16 | Implemented password hashing using a salt, following this code&guidelines: ht... | Demian |
2015-06-09 | Moved hashing function to a separate helper class | Demian |
2015-06-09 | Replaced tabs for spaces | Demian |
2015-06-09 | Added compatibility for MySQL on all queries. Moved the sha256 logic to java ... | Demian |
2015-05-06 | Add new user registration | Anton Tananaev |
2015-05-04 | Create base event class | Anton Tananaev |
2015-05-03 | Implmenet reflection json conversion | Anton Tananaev |
2015-05-03 | Remove unused fromRecord method | Anton Tananaev |
2015-04-28 | Implement API to create devices | Anton Tananaev |
2015-04-27 | Implement JSON conversion | Anton Tananaev |
2015-04-27 | Add user model class | Anton Tananaev |