Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-16 | Change jre8 to jre7 by default | CVSz | |
<version>6.1.0.jre7</version> <!-- edit to 6.1.0.jre8 if you used jre8 --> bcoz we can't install both of one dependency | |||
2016-11-16 | Add lib for Microsoft JDBC Drivers with maven | CVSz | |
[INFO] Copying mssql-jdbc-6.1.0.jre8.jar to /root/traccar/target/lib/mssql-jdbc-6.1.0.jre8.jar sample config for mssql <entry key='database.driverFile'>lib/mssql-jdbc-6.1.0.jre8.jar</entry> <entry key='database.driver'>com.microsoft.sqlserver.jdbc.SQLServerDriver</entry> <entry key='database.url'>jdbc:sqlserver://[serverName][\instanceName];user=[userName];password=[password];databaseName=[database];</entry> <entry key='database.user'>[userName]</entry> <entry key='database.password'>[password]</entry> | |||
2016-11-16 | Merge pull request #2536 from CVSz/patch-1 | Anton Tananaev | |
Add traccar.sh for package_universal | |||
2016-11-16 | Merge pull request #2535 from CVSz/patch-2 | Anton Tananaev | |
Add Service traccar server for package_universal | |||
2016-11-16 | Update package.sh | CVSz | |
2016-11-16 | Update and rename setup/traccar.sh to setup/other/traccar.sh | CVSz | |
2016-11-16 | Add Service traccar server for package_universal | cvsz | |
2016-11-16 | Add traccar.sh for package_universal | cvsz | |
2016-11-16 | Decode upro odometer and OBD | Anton Tananaev | |
2016-11-16 | Fix another packaging issue | Anton Tananaev | |
2016-11-15 | Another fix for packaging script | Anton Tananaev | |
2016-11-15 | Fix line endings in all scripts | Anton Tananaev | |
2016-11-15 | Implement upro protocol response | Anton Tananaev | |
2016-11-15 | Fix Astra decoding problem | Anton Tananaev | |
2016-11-15 | Add JT600 unit test cases | Anton Tananaev | |
2016-11-14 | Fix Navis speed decoding | Anton Tananaev | |
2016-11-14 | Add H02 unit test case | Anton Tananaev | |
2016-11-14 | Another attempt to fix H02 frame decoder | Anton Tananaev | |
2016-11-13 | Some fixes for packaging scripts | Anton Tananaev | |
2016-11-13 | Add Navis protocol unit test | Anton Tananaev | |
2016-11-13 | Merge pull request #2528 from Abyss777/fix_templates | Anton Tananaev | |
Fix warning about print scale value | |||
2016-11-12 | Fix warning about print scale value | Abyss777 | |
2016-11-12 | New format for V680 protocol | Anton Tananaev | |
2016-11-11 | Merge pull request #2525 from Abyss777/granit_adc | Anton Tananaev | |
Analog input values tuning for Granit | |||
2016-11-11 | Remove static | Abyss777 | |
2016-11-11 | Analog input values tuning | Abyss777 | |
2016-11-10 | Merge pull request #2520 from vipien/master | Anton Tananaev | |
Add acc on, acc off and door alarm to events from coban gps | |||
2016-11-09 | Add acc on, acc off and door alarm to events from coban gps (gps103 protocol) | Enrique Villafane | |
2016-11-10 | Fix issues with upro coordinates | Anton Tananaev | |
2016-11-09 | Support LBS for H02 protocol | Anton Tananaev | |
2016-11-09 | Extend upro protocol decoder | Anton Tananaev | |
2016-11-08 | Add H02 unit test case | Anton Tananaev | |
2016-11-08 | Merge pull request #2512 from Abyss777/fix_templates | Anton Tananaev | |
Fix export templates | |||
2016-11-07 | Fix export templates | Abyss777 | |
2016-11-08 | Add some more Caltel unit tests | Anton Tananaev | |
2016-11-07 | Handle new line in ET messages (fix #2509) | Anton Tananaev | |
2016-11-06 | Use distance units in Excel reports | Anton Tananaev | |
2016-11-06 | Simplify formatting code | Anton Tananaev | |
2016-11-06 | Fix NMEA checksum calculation (fix #2405) | Anton Tananaev | |
2016-11-05 | Support new Totem protocol format | Anton Tananaev | |
2016-11-04 | Update commit hash code | Anton Tananaev | |
2016-11-03 | Include version in server model | Anton Tananaev | |
2016-11-03 | Update submodule commit | Anton Tananaev | |
2016-11-02 | Update copyright notice emails | Anton Tananaev | |
2016-11-02 | Change TK102 protocol to binary | Anton Tananaev | |
2016-11-02 | Handle Prime AT Plus protocol | Anton Tananaev | |
2016-11-02 | Allow remote access to web console | Anton Tananaev | |
2016-11-01 | Merge pull request #2502 from Abyss777/reports_jsonconverter | Anton Tananaev | |
Remove explicit JSON conversion from reports | |||
2016-11-01 | Move parseDate to DateUtil | Abyss777 | |
2016-11-01 | Remove json conversion in reports | Abyss777 | |