Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2016-05-31 | - Fixed style. | drecchia | |
2016-05-30 | - Replaced connection poll from c3p0 to HikariCP. | drecchia | |
2016-04-17 | Update project and installer versions | Anton Tananaev | |
2016-04-17 | Update Java third party libraries | Anton Tananaev | |
2016-03-03 | Update application version to 3.4v3.4 | Anton Tananaev | |
2016-03-03 | Update Java third party libraries | Anton Tananaev | |
2015-12-25 | Uncomment mysql database driver dependency | Anton Tananaev | |
2015-12-25 | Update setup and application versions | Anton Tananaev | |
2015-12-24 | Dynamically add driver path to classpath | Anton Tananaev | |
2015-12-21 | Update Java third party libraries | Anton Tananaev | |
2015-12-21 | Update maven PMD plugin version | Anton Tananaev | |
2015-12-17 | Start Liquibase library integration | Anton Tananaev | |
2015-12-08 | Add basic websocket servlet to the server | Anton Tananaev | |
2015-12-01 | Replace MOXy with Jackson implementation | Anton Tananaev | |
2015-11-27 | Initial implementation of new api with jax-rs. | Rafael Guterres | |
Revert servlets to old api and remove plurals. Fix findbugs for header origin. | |||
2015-11-14 | Update Java maven dependencies | Anton Tananaev | |
2015-10-04 | Add Java code analysing plugins | Anton Tananaev | |
2015-08-27 | Moved jetty version to a property in maven pom.xml file | Vitaly Litvak | |
2015-08-26 | Added jetty-jndi dependency to make old GWT based web UI working | Vitaly Litvak | |
2015-08-08 | Add comment to maven file | Anton Tananaev | |
2015-08-08 | Update maven project file | Anton Tananaev | |
2015-08-05 | Fix date and time formatting issues | Anton Tananaev | |
2015-07-21 | Fix issue with web data handler | Anton Tananaev | |
2015-07-15 | Fix: Excluded slf4j dependency from com.ning.async-http-client as it ↵ | Demian | |
conflicts with the log4j dependency | |||
2015-07-13 | Update third party libraries | Anton Tananaev | |
2015-07-13 | Update java to version to 7 | Anton Tananaev | |
2015-07-12 | Implement web data handler | Anton Tananaev | |
2015-06-27 | Update Maven project file | Anton Tananaev | |
2015-06-26 | Revert Apache HTTP client | Anton Tananaev | |
This reverts commit 9067f6f540441b839584ff90e5ff858f5433f0c7. | |||
2015-06-25 | Use Apache HTTP client | Anton Tananaev | |
2015-04-25 | Use Java standard Json library | Anton Tananaev | |