aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-27Update version numberv5.5Anton Tananaev
2022-11-27Update js librariesAnton Tananaev
2022-11-27Update localization filesAnton Tananaev
2022-11-27Update localization filesTraccar Bot
2022-11-18Fix remove toast positionAnton Tananaev
2022-11-16Merge pull request #1051 from ↵Anton Tananaev
traccar/dependabot/npm_and_yarn/modern/minimatch-and-recursive-readdir-3.1.2 Bump minimatch and recursive-readdir in /modern
2022-11-16Bump minimatch and recursive-readdir in /moderndependabot[bot]
Bumps [minimatch](https://github.com/isaacs/minimatch) and [recursive-readdir](https://github.com/jergason/recursive-readdir). These dependencies needed to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) Updates `recursive-readdir` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/jergason/recursive-readdir/releases) - [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md) - [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect - dependency-name: recursive-readdir dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16Merge pull request #1050 from ↵Anton Tananaev
traccar/dependabot/npm_and_yarn/modern/loader-utils-2.0.4 Bump loader-utils from 2.0.3 to 2.0.4 in /modern
2022-11-16Bump loader-utils from 2.0.3 to 2.0.4 in /moderndependabot[bot]
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09Merge pull request #1047 from traccar/dependabot/npm_and_yarn/ansi-regex-3.0.1Anton Tananaev
Bump ansi-regex from 3.0.0 to 3.0.1
2022-11-09Bump ansi-regex from 3.0.0 to 3.0.1dependabot[bot]
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09Merge pull request #1046 from ↵Anton Tananaev
traccar/dependabot/npm_and_yarn/modern/loader-utils-2.0.3 Bump loader-utils from 2.0.2 to 2.0.3 in /modern
2022-11-09Bump loader-utils from 2.0.2 to 2.0.3 in /moderndependabot[bot]
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-06Respect 12 hour timeAnton Tananaev
2022-11-06Add debug informationAnton Tananaev
2022-11-04Limit command typesAnton Tananaev
2022-11-02Fix Chinese localizationAnton Tananaev
2022-11-01Fix lintAnton Tananaev
2022-11-01Fix readonly preferencesAnton Tananaev
2022-11-01Devices page permissionsAnton Tananaev
2022-11-01Predefine Google mapsAnton Tananaev
2022-11-01Fix event page (fix #1044)Anton Tananaev
2022-10-30Persist device filteringAnton Tananaev
2022-10-28Improve live routes (fix #1017)Anton Tananaev
2022-10-28Store live route historyAnton Tananaev
2022-10-28Move positions to sessionAnton Tananaev
2022-10-28Change live routes configAnton Tananaev
2022-10-28Support default map (fix #1002)Anton Tananaev
2022-10-28Persist user preferencesAnton Tananaev
2022-10-28Persist map geofencesAnton Tananaev
2022-10-24Improve map markersAnton Tananaev
2022-10-24Clean up page toolbarAnton Tananaev
2022-10-24Fix new deviceAnton Tananaev
2022-10-24Add devices pageAnton Tananaev
2022-10-24Remove Hidden usagesAnton Tananaev
2022-10-24Fix warningAnton Tananaev
2022-10-23Implement filter popoverAnton Tananaev
2022-10-23Simplify device list dataAnton Tananaev
2022-10-21Extract device rowAnton Tananaev
2022-10-20Update main screenAnton Tananaev
2022-10-20Duplicate localization filesAnton Tananaev
2022-10-19Extract main mapAnton Tananaev
2022-10-19Add main toolbar componentAnton Tananaev
2022-10-19Improve linking fieldsAnton Tananaev
2022-10-18Refactor filteringAnton Tananaev
2022-10-18Unify status card stylesAnton Tananaev
2022-10-18Improve event pageAnton Tananaev
2022-10-18Make events clickableAnton Tananaev
2022-10-16Add route pointsAnton Tananaev
2022-10-16Cache map click functionAnton Tananaev