aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-03Address link only if enabled (fix #756)Anton Tananaev
2022-07-03Support KML export (fix #10)Anton Tananaev
2022-07-03Remove default valueAnton Tananaev
2022-07-03Remove slider labelAnton Tananaev
2022-07-03Add street view headingAnton Tananaev
2022-07-03Option to hide groups (fix #693)Anton Tananaev
2022-07-03Respect events feature flagAnton Tananaev
2022-07-03All features enabled for admin (fix #694)Anton Tananaev
2022-07-03Add Ordnance Survey map (fix #947)Anton Tananaev
2022-07-03Add OpenTopoMap support (fix #926)Anton Tananaev
2022-07-03Custom geofence colors (fix #967)Anton Tananaev
2022-07-03Smaller card headerAnton Tananaev
2022-07-03Add simple events drawerAnton Tananaev
2022-07-03Add events buttonAnton Tananaev
2022-07-02Option to hide login language (fix #654)Anton Tananaev
2022-07-02Fix course valuesAnton Tananaev
2022-07-02Use arrows for course (fix #628)Anton Tananaev
2022-07-02Add map scale controlAnton Tananaev
2022-07-01Fix push token duplicationAnton Tananaev
2022-07-01Improve CI scriptsAnton Tananaev
2022-07-01Move docs to the websiteAnton Tananaev
2022-06-30Merge pull request #977 from BIhab/fix-live-route-issueAnton Tananaev
fix: live route blank page issue
2022-06-30fix: live route blank page issueBoubrid Ihab
2022-06-29Merge pull request #975 from traccar/dependabot/npm_and_yarn/minimist-1.2.6Anton Tananaev
Bump minimist from 1.2.5 to 1.2.6
2022-06-29Bump minimist from 1.2.5 to 1.2.6dependabot[bot]
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29Check in lock filesAnton Tananaev
2022-06-29Update scriptsAnton Tananaev
2022-06-28Check for position (fix #974)Anton Tananaev
2022-06-27Update localizationAnton Tananaev
2022-06-26Add notification testingAnton Tananaev
2022-06-26Computed attributes testingAnton Tananaev
2022-06-26Computed attributes fixesAnton Tananaev
2022-06-26Remove unnecessary codeAnton Tananaev
2022-06-26Better shimmer lint fixAnton Tananaev
2022-06-26Ignore lint for shimmerAnton Tananaev
2022-06-26Implement geofence selectionAnton Tananaev
2022-06-26Implement GPX importAnton Tananaev
2022-06-26Enable polyline geofencesAnton Tananaev
2022-06-26Fix missing fieldsAnton Tananaev
2022-06-23Limit to 3 tokensAnton Tananaev
2022-06-23Add external map linksAnton Tananaev
2022-06-23Fix button list itemsAnton Tananaev
2022-06-22Support custom attributesAnton Tananaev
2022-06-22List items and disabled deviceAnton Tananaev
2022-06-22Login as another userAnton Tananaev
2022-06-22Avoid loading current userAnton Tananaev
2022-06-21Merge pull request #966 from BIhab/add-maxzoom-featureAnton Tananaev
feature: max zoom on map
2022-06-21check if maxZoom has value before using itBoubrid Ihab
2022-06-21Merge pull request #968 from WGrobler/update-mapStylesAnton Tananaev
Add Mapbox as mapCustom
2022-06-21added Mapbox as mapCustomWillem Grobler