aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-06-16Implemented password hashing using a salt, following this code&guidelines: ↵Demian
https://crackstation.net/hashing-security.htm
2015-06-15Handle empty geocoding responseAnton Tananaev
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-13Fix logging formattingAnton Tananaev
2015-06-13Improve stack trace loggingAnton Tananaev
2015-06-11Fix Castel protocol identificationAnton Tananaev
2015-06-11Revert "removing double quotes"Anton Tananaev
2015-06-10Begin implementing alertsIrving Gonzalez
2015-06-10Fix Hashing Java 6 supportAnton Tananaev
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
to make it compatible across all databases
2015-06-09Moved all the SQL queries to the configuration fileDemian
2015-06-09Fix new STL060 regex patternAnton Tananaev
2015-06-09Add new STL060 formatAnton Tananaev
2015-06-07Fix Castel frame decoderAnton Tananaev
2015-06-06Add users API servletAnton Tananaev
2015-06-06Modify Visiontek regex patternAnton Tananaev
2015-06-06Correct BCE confirmation codeAnton 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
2015-06-05Re-factor config paramsAnton Tananaev
2015-06-05Simplify protocol configAnton Tananaev
2015-06-05Move schema query to configAnton Tananaev
2015-06-05Remove named statement classAnton Tananaev
2015-06-05Add pool size parameterAnton Tananaev
2015-06-05Use correct decoder for CastelAnton Tananaev
2015-06-04Trim Castel device idAnton Tananaev
2015-06-03Update Meiligao protocol regexAnton Tananaev
2015-06-02Re-factor old database methodsAnton Tananaev
2015-06-01Support JNDI data source (fix #1229)Anton Tananaev
2015-06-01Load server settings in webAnton Tananaev
2015-06-01Add servlet for server settingsAnton Tananaev
2015-06-01Manage server settings recordAnton Tananaev
2015-06-01Add server settings modelAnton Tananaev
2015-05-31Fix problem in Castel decoderAnton Tananaev
2015-05-31Add crc to Castel responsesAnton Tananaev
2015-05-31Implement Castel protocolAnton Tananaev
2015-05-30Disable async session debugAnton Tananaev
2015-05-29Show live data on mapAnton Tananaev
2015-05-28Update ServerManager.javake5stl
Remove unneeded frameDecoder for UDP. thank you for looking!
2015-05-26Update ServerManager.javake5stl
allow the Queclink GL200 to support UDP as well as TCP connections. GL300 model devices (compatible with GL200 protocol, it seems) support UDP mode as well as TCP. UDP uses less battery though, so may allow the device to run a little bit longer on a charge.
2015-05-26Stop sending alarm messagesAnton Tananaev
2015-05-22Add more mock positionsAnton Tananaev
2015-05-21Add mock position dataAnton Tananaev