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
/
database
Age
Commit message (
Collapse
)
Author
2015-08-05
Fix date and time formatting issues
Anton Tananaev
2015-08-02
Add database schema version
Anton Tananaev
2015-08-01
Remove disconnected devices from active
Anton Tananaev
2015-07-26
Fix minor java warning
Anton Tananaev
2015-07-25
Update sessions user info
Anton Tananaev
2015-07-21
Add support for XML format
Anton Tananaev
2015-07-18
Ignore XML in other column
Anton Tananaev
2015-07-17
Start re-factoring commands
Anton Tananaev
2015-07-17
Rename package from http to web
Anton Tananaev
2015-07-15
Store extra data in JSON format
Anton Tananaev
2015-07-14
Reduce dependencies on data manager (fix #954)
Anton Tananaev
2015-07-14
Support forwarding of data (fix #1131)
Anton Tananaev
2015-07-14
Use try with resources
Anton Tananaev
2015-07-14
Use diamond operator for generics
Anton Tananaev
2015-07-13
Catch multiple exception types
Anton Tananaev
2015-07-12
Re-factor configuration access
Anton Tananaev
2015-07-08
Fix database connection leaking (fix #1292)
Anton Tananaev
2015-07-05
Use connection manager for filtering
Anton Tananaev
2015-07-05
Separate identity manager interface
Anton Tananaev
2015-07-03
Fix no generated keys problem
Anton Tananaev
2015-07-01
Minor changes to password management
Anton Tananaev
2015-06-30
Fix database init sequence
Anton Tananaev
2015-06-30
Active devices in connection manager
Anton Tananaev
2015-06-30
Move commands related classes
Anton Tananaev
2015-06-29
Merge commands implmentation (fix #1271)
Anton Tananaev
2015-06-29
Fix postgres generated keys problem (fix #480)
Anton Tananaev
2015-06-27
Use new web app by default
Anton Tananaev
2015-06-26
Implement session updates
Anton Tananaev
2015-06-21
Log missing database query keys
Anton Tananaev
2015-06-21
Fix mocks on fist start
Anton Tananaev
2015-06-19
Handle null database queries
Anton Tananaev
2015-06-18
Refactor database init process
Anton Tananaev
2015-06-17
Apply custom marker style
Anton Tananaev
2015-06-17
Load latest positions from db
Anton Tananaev
2015-06-17
Rename some database parameters
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-13
Fix database data mocks
Anton Tananaev
2015-06-13
Fix minor permissions issues
Anton Tananaev
2015-06-13
Fix API access permissions
Anton Tananaev
2015-06-13
Temporary add old parameters
Anton Tananaev
2015-06-11
Revert "removing double quotes"
Anton Tananaev
2015-06-10
Begin implementing alerts
Irving Gonzalez
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-06-09
Moved all the SQL queries to the configuration file
Demian
2015-06-06
Add users API servlet
Anton Tananaev
2015-06-06
Fix column label problem
Anton Tananaev
2015-06-06
Implement password change
Anton Tananaev
[next]