index
:
traccar-server
master
suntech-fixes
Traccar Server with some modifications and error fixes.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
model
/
User.java
Age
Commit message (
Collapse
)
Author
2015-12-07
Replace factory method with reflection
Anton Tananaev
2015-12-01
Add session resource for authentication
Anton Tananaev
2015-10-09
Fix some FindBugs and style issues
Anton Tananaev
2015-10-08
Clean up reported PMD issues
Anton Tananaev
2015-10-07
Clean up rest of the models
Anton Tananaev
2015-10-04
Remove trailing whitespaces from code
Anton Tananaev
2015-07-20
Update data model classes
Anton Tananaev
2015-07-17
Rename package from http to web
Anton Tananaev
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 ↵
Demian
from the web request. Improved JSON serialization so it doesnt send as a response the hashed password and salt.
2015-06-16
Implemented password hashing using a salt, following this code&guidelines: ↵
Demian
https://crackstation.net/hashing-security.htm
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
to make it compatible across all databases
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