Skip to content

Releases: vitalidze/traccar-web

Archive Filtering Options

16 Jul 21:18
Compare
Choose a tag to compare

Moved archive filter setup to a separate dialog. Four new options were added:

  1. Filter zero coordinates
  2. Filter invalid locations
  3. Filter duplicates (by date and time)
  4. Ignore locations with distance from previous point less than selected value

Ability To Change Device Icon And Couple Of Minor Improvements

16 Jul 21:16
Compare
Choose a tag to compare

Finally feature #41 - possibility to change device icon finished. For now, device icons are hard coded and work both for desktop and mobile versions.

Fixed bug in mobile version, which was not working for user that never changed their preferences. For now all users will have default preferences stored in database.

Another improvement was done to the automatic login (feature #40) by Antonio Fernandes. Now either password hash or it's actual text may be specified to log in.

Demo And Minor Bugfix

16 Jul 21:15
Compare
Choose a tag to compare

Introducing public available demo site at http://d.traccar.litvak.su.

Demo version runs latest version of traccar backend with latest version of Traccar Web UI modifications. I will try to keep it up date.

Also thanks to Antonio Fernandes for contributing bug fix for GPX import/export related with date formats.

Password Hashing And Portuguese Translation

16 Jul 21:14
Compare
Choose a tag to compare

Introducing possibility to save passwords as hashsums (sha512, md5) instead of plain text in database.

Another improvement is translation to portuguese language.

Many thanks to Antonio Fernandes for implementing both these features.

Selected Device Centering

16 Jul 21:08
Compare
Choose a tag to compare

Before when one selected device in devices table at the left hand side it was centered, but just for the first time. If map or device/vehicle was moved to find it’s current location it required to deselect and then select it again. Now every click on device row will put it on the center of map.