Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-17 | Remove joda time library | Anton Tananaev | |
2018-09-17 | Upgrade to Java 8 | Anton Tananaev | |
2018-09-15 | Add Java modules dependencies | Anton Tananaev | |
2018-09-15 | More work on service implementation | Anton Tananaev | |
2018-09-14 | Add Windows service support | Anton Tananaev | |
2018-09-14 | Log using slf4j and java logging | Anton Tananaev | |
2018-09-08 | Move combined JAR task into profile | Anton Tananaev | |
2018-08-05 | Update version number | Anton Tananaev | |
2018-08-05 | Update Java dependencies and fix issues | Anton Tananaev | |
2018-06-02 | Start Netty 4 migration | Anton Tananaev | |
2018-06-02 | Remove async HTTP client dependency | Anton Tananaev | |
2018-05-26 | Fix Liquibase driver issuev3.17 | Anton Tananaev | |
2018-05-26 | Revert MySQL database driver | Anton Tananaev | |
2018-05-26 | Update Java libraries | Anton Tananaev | |
2018-03-10 | Replace deprecated classes | Anton Tananaev | |
2018-03-10 | Update Java libraries | Anton Tananaev | |
2018-01-09 | Fix and disable warnings | Anton Tananaev | |
2017-12-09 | Update version numbers | Anton Tananaev | |
2017-09-02 | Add missing dependency | Anton Tananaev | |
2017-09-02 | Update version number | Anton Tananaev | |
2017-09-02 | Update Java libraries | Anton Tananaev | |
2017-09-02 | Implement OsmAnd web proxy | Anton Tananaev | |
2017-07-08 | Update server version number | Anton Tananaev | |
2017-07-08 | Update Java libraries | Anton Tananaev | |
2017-04-14 | Update version numbers | Anton Tananaev | |
2017-04-14 | Add bytecode version check | Anton Tananaev | |
2017-04-14 | Update Java libraries | Anton Tananaev | |
2017-03-14 | - Use ternary operator | Abyss777 | |
- Apply server.forceSettings to speed units, distance units and timezone - Use hyphens for date formatting | |||
2017-03-13 | - Add timezone field to User and Server model | Abyss777 | |
- Pass Velocity DateTool to templates - Adjusted templates to use timezone | |||
2017-02-21 | Implement SMS notifications with help smpp protocol | Abyss777 | |
2017-02-11 | Revert MS SQL library version | Anton Tananaev | |
2017-02-11 | Update Java libraries | Anton Tananaev | |
2017-02-11 | Update version numbers | Anton Tananaev | |
2016-12-15 | - Set period duration to 0 | Abyss777 | |
- Remove setter - Added test cases - Style fix | |||
2016-12-14 | Calendars implementation | Abyss777 | |
2016-12-10 | Update version to 3.9 | Anton Tananaev | |
2016-12-07 | Implement mail templates | Abyss777 | |
2016-11-19 | Update java dependencies | Anton Tananaev | |
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-10-17 | - Implement export reports to excel | Abyss777 | |
- Migrate csv export to /api/positions | |||
2016-09-30 | Show unchecked warnings | Anton Tananaev | |
2016-09-10 | Downgrade Hikari CP versionv3.7 | Anton Tananaev | |
2016-09-10 | Update version to 3.7 release | Anton Tananaev | |
2016-09-10 | Update Java libraries | Anton Tananaev | |
2016-07-19 | Add checkstyle to build (fix #2119) | Anton Tananaev | |
2016-07-09 | Revert MySQL driver version | Anton Tananaev | |
2016-07-09 | Update server version number | Anton Tananaev | |
2016-07-09 | Update Java libraries | Anton Tananaev | |
2016-06-26 | Added notifications via email | Abyss777 | |
Added notifications settings |