aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database
AgeCommit message (Expand)Author
2015-08-01Remove disconnected devices from activeAnton Tananaev
2015-07-26Fix minor java warningAnton Tananaev
2015-07-25Update sessions user infoAnton Tananaev
2015-07-21Add support for XML formatAnton Tananaev
2015-07-18Ignore XML in other columnAnton Tananaev
2015-07-17Start re-factoring commandsAnton Tananaev
2015-07-17Rename package from http to webAnton Tananaev
2015-07-15Store extra data in JSON formatAnton Tananaev
2015-07-14Reduce dependencies on data manager (fix #954)Anton Tananaev
2015-07-14Support forwarding of data (fix #1131)Anton Tananaev
2015-07-14Use try with resourcesAnton Tananaev
2015-07-14Use diamond operator for genericsAnton Tananaev
2015-07-13Catch multiple exception typesAnton Tananaev
2015-07-12Re-factor configuration accessAnton Tananaev
2015-07-08Fix database connection leaking (fix #1292)Anton Tananaev
2015-07-05Use connection manager for filteringAnton Tananaev
2015-07-05Separate identity manager interfaceAnton Tananaev
2015-07-03Fix no generated keys problemAnton Tananaev
2015-07-01Minor changes to password managementAnton Tananaev
2015-06-30Fix database init sequenceAnton Tananaev
2015-06-30Active devices in connection managerAnton Tananaev
2015-06-30Move commands related classesAnton Tananaev
2015-06-29Merge commands implmentation (fix #1271)Anton Tananaev
2015-06-29Fix postgres generated keys problem (fix #480)Anton Tananaev
2015-06-27Use new web app by defaultAnton Tananaev
2015-06-26Implement session updatesAnton Tananaev
2015-06-21Log missing database query keysAnton Tananaev
2015-06-21Fix mocks on fist startAnton Tananaev
2015-06-19Handle null database queriesAnton Tananaev
2015-06-18Refactor database init processAnton Tananaev
2015-06-17Apply custom marker styleAnton Tananaev
2015-06-17Load latest positions from dbAnton Tananaev
2015-06-17Rename some database parametersAnton Tananaev
2015-06-16Separated the persisted password (hashedPassword) from the password sent from...Demian
2015-06-16Implemented password hashing using a salt, following this code&guidelines: ht...Demian
2015-06-13Fix database data mocksAnton Tananaev
2015-06-13Fix minor permissions issuesAnton Tananaev
2015-06-13Fix API access permissionsAnton Tananaev
2015-06-13Temporary add old parametersAnton Tananaev
2015-06-11Revert "removing double quotes"Anton Tananaev
2015-06-10Begin implementing alertsIrving Gonzalez
2015-06-09Moved hashing function to a separate helper classDemian
2015-06-09Replaced tabs for spacesDemian
2015-06-09Added compatibility for MySQL on all queries. Moved the sha256 logic to java ...Demian
2015-06-09Moved all the SQL queries to the configuration fileDemian
2015-06-06Add users API servletAnton Tananaev
2015-06-06Fix column label problemAnton Tananaev
2015-06-06Implement password changeAnton Tananaev
2015-06-05Properly clean jdbc resourcesAnton Tananaev
2015-06-05Add user account dialogAnton Tananaev