Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-24 | - Use one parser | Abyss777 | |
- Reverted passing variables way | |||
2016-11-23 | - Pass client timezone to excel template | Abyss777 | |
- Templates: adjust timezone, use "https" in links | |||
2016-11-23 | Merge pull request #2591 from Turbovix/Turbovix-patch-3 | Anton Tananaev | |
Update NotificationFormatter.java (fix #2590) | |||
2016-11-22 | Update NotificationFormatter.java | Turbovix | |
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-23 | New user security check (fix #2589) | Anton Tananaev | |
2016-11-22 | Remove duplicate line | Anton Tananaev | |
2016-11-22 | Implement unknown status event | Anton Tananaev | |
2016-11-19 | Check for empty token | Anton Tananaev | |
2016-11-19 | Fix code analysis problems | Anton Tananaev | |
2016-11-19 | Remove duplicated information in requests | Anton Tananaev | |
2016-11-19 | Small adjustments to tokens | Anton Tananaev | |
2016-11-18 | Remove useless else | Abyss777 | |
2016-11-18 | - Flip user-token map | Abyss777 | |
- Fix null check - Combine validation to setter | |||
2016-11-18 | Implement users tokens | Abyss777 | |
2016-11-18 | Merge pull request #2548 from tananaev/users | Anton Tananaev | |
Add user expiration and device limit | |||
2016-11-18 | Check user in session resource | Anton Tananaev | |
2016-11-18 | Fix the problem with session | Anton Tananaev | |
2016-11-18 | Decode AutoGrade status byte | Anton Tananaev | |
2016-11-18 | Check account on every call | Anton Tananaev | |
2016-11-17 | Add user expiration and device limit | Anton Tananaev | |
2016-11-17 | Correctly decode upro mileage | Anton Tananaev | |
2016-11-16 | Decode upro odometer and OBD | Anton Tananaev | |
2016-11-15 | Implement upro protocol response | Anton Tananaev | |
2016-11-15 | Fix Astra decoding problem | Anton Tananaev | |
2016-11-14 | Fix Navis speed decoding | Anton Tananaev | |
2016-11-14 | Another attempt to fix H02 frame decoder | Anton Tananaev | |
2016-11-12 | New format for V680 protocol | Anton Tananaev | |
2016-11-11 | Remove static | Abyss777 | |
2016-11-11 | Analog input values tuning | Abyss777 | |
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-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-03 | Include version in server model | 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 | Move parseDate to DateUtil | Abyss777 | |
2016-11-01 | Remove json conversion in reports | Abyss777 | |
2016-11-01 | Simplify resource loading | Anton Tananaev | |
2016-11-01 | Update resource error handling | Anton Tananaev | |
2016-10-27 | Export positions to GPX | Abyss777 | |
2016-10-27 | Implement default config (fix #2484) | Anton Tananaev | |
2016-10-25 | Merge pull request #2481 from Abyss777/coordinates | Anton Tananaev | |
Add exclusion for valid positions to CoordinatesHandler |