aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-23- Pass client timezone to excel templateAbyss777
- Templates: adjust timezone, use "https" in links
2016-11-23Merge remote-tracking branch 'upstream/master' into maintenanceeventsAbyss777
2016-11-23Adjust constants namesAbyss777
2016-11-23Merge pull request #2591 from Turbovix/Turbovix-patch-3Anton Tananaev
Update NotificationFormatter.java (fix #2590)
2016-11-22Update NotificationFormatter.javaTurbovix
The URL that refers to the OpenStreetMaps website with the notifications received from the TRACCAR server now uses HTTPS, that is, a secure connection.
2016-11-23New user security check (fix #2589)Anton Tananaev
2016-11-22Add mail templates for new event typesAbyss777
2016-11-22Merge remote-tracking branch 'upstream/master' into maintenanceeventsAbyss777
2016-11-22Implement maintenance eventAbyss777
2016-11-22Remove duplicate lineAnton Tananaev
2016-11-22Implement unknown status eventAnton Tananaev
2016-11-21minnor change to README.md needed to expose ports, does not pick up EXPOSE ↵bvoudenaarde
ports from Dockerfile
2016-11-21small fixes getting image build againbvoudenaarde
2016-11-20One more fix attempt (fix #2563)Anton Tananaev
2016-11-20Better fix for the start scripts (fix #2563)Anton Tananaev
2016-11-20Adjust init scripts location (fix #2563)Anton Tananaev
2016-11-20Remove unique token constraintAnton Tananaev
2016-11-19Update web submodule commitAnton Tananaev
2016-11-19Check for empty tokenAnton Tananaev
2016-11-19Fix integration test scriptAnton Tananaev
2016-11-19Fix code analysis problemsAnton Tananaev
2016-11-19Update java dependenciesAnton Tananaev
2016-11-19Remove duplicated information in requestsAnton Tananaev
2016-11-19Merge pull request #2542 from CVSz/patch-4Anton Tananaev
Add lib for Microsoft JDBC Drivers with maven
2016-11-19Small adjustments to tokensAnton Tananaev
2016-11-19Merge pull request #2552 from Abyss777/token2Anton Tananaev
Implement users tokens
2016-11-18Remove useless elseAbyss777
2016-11-18- Flip user-token mapAbyss777
- Fix null check - Combine validation to setter
2016-11-18Implement users tokensAbyss777
2016-11-18Merge pull request #2548 from tananaev/usersAnton Tananaev
Add user expiration and device limit
2016-11-18Check user in session resourceAnton Tananaev
2016-11-18Add TK103 OBD test casesAnton Tananaev
2016-11-18Fix the problem with sessionAnton Tananaev
2016-11-18Decode AutoGrade status byteAnton Tananaev
2016-11-18Add Meiligao unit test caseAnton Tananaev
2016-11-18Check account on every callAnton Tananaev
2016-11-17Add user expiration and device limitAnton Tananaev
2016-11-17Correctly decode upro mileageAnton Tananaev
2016-11-16Change jre8 to jre7 by defaultCVSz
<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-16Add lib for Microsoft JDBC Drivers with mavenCVSz
[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-16Merge pull request #2536 from CVSz/patch-1Anton Tananaev
Add traccar.sh for package_universal
2016-11-16Merge pull request #2535 from CVSz/patch-2Anton Tananaev
Add Service traccar server for package_universal
2016-11-16Update package.shCVSz
2016-11-16Update and rename setup/traccar.sh to setup/other/traccar.shCVSz
2016-11-16Add Service traccar server for package_universalcvsz
2016-11-16Add traccar.sh for package_universalcvsz
2016-11-16Decode upro odometer and OBDAnton Tananaev
2016-11-16Fix another packaging issueAnton Tananaev
2016-11-15Another fix for packaging scriptAnton Tananaev
2016-11-15Fix line endings in all scriptsAnton Tananaev