index
:
trackermap-server
master
upstream
Patches to the Traccar server for TrackerMap
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
model
/
User.java
Age
Commit message (
Expand
)
Author
2016-06-26
Added notifications via email
Abyss777
2016-04-16
Remove old web API service
Anton Tananaev
2016-03-15
Remove language from user and server
Anton Tananaev
2016-03-13
Add twelve hour format preference
Anton Tananaev
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 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