aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/web
AgeCommit message (Collapse)Author
2019-03-31Convert project to gradleAnton Tananaev
2019-02-23Refactor configurationAnton Tananaev
2019-02-02Use full paths for webAnton Tananaev
2018-11-08Fix time formatting issuesAnton Tananaev
2018-09-30Refactor web server codeAnton Tananaev
2018-09-30Use DefaultServlet instead of ResourceHandlerAnton Tananaev
2018-09-30Remove support for war appAnton Tananaev
2018-09-22Fix date formatting (fix #4063)Anton Tananaev
2018-09-17Remove joda time libraryAnton Tananaev
2018-09-17Upgrade to Java 8Anton Tananaev
2018-09-15Provide error messagesAnton Tananaev
2018-09-14Log using slf4j and java loggingAnton Tananaev
2018-02-03Revert back parameter nameAnton Tananaev
2018-02-02- Use "media.path" as switchAbyss777
- Handle if MediaManager undefined
2018-02-02Add switch to enable media web accessAbyss777
2018-02-02- Move media servlet to api contextAbyss777
- Cleanup and optimization
2018-02-01Provide access to media files received from devicesAbyss777
2018-01-26Clean up unused importsAnton Tananaev
2018-01-26Clean up unnecessary codeAnton Tananaev
2017-09-02Implement OsmAnd web proxyAnton Tananaev
2017-08-16Fix style issueAnton Tananaev
2017-08-16Make cache control configurableAnton Tananaev
2017-07-05Implement simple cachingAnton Tananaev
2016-12-19Remove own JSON converterAnton Tananaev
2016-12-15Begin simple web app implementationAnton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-11-02Allow remote access to web consoleAnton Tananaev
2016-11-01Simplify resource loadingAnton Tananaev
2016-10-27Export positions to GPXAbyss777
2016-10-08Implement statistics API callAnton Tananaev
2016-09-22Merge pull request #2354 from Abyss777/device_attribute_aliasesAnton Tananaev
Add attributes aliases
2016-09-21Add attributes aliasesAbyss777
2016-09-21PMD fixAbyss777
2016-09-14Simplify regexAbyss777
2016-09-14- Make Attributes always last columnAbyss777
- Format Map as simple string instead of json
2016-08-08Removed addLine and addField functionsAbyss777
2016-08-08- Used @Consumes and @Produces instead of direct header accessAbyss777
- Renamed General to Summary - Other changes
2016-08-05- Moved GeneralReport to separate fileAbyss777
- Removed unnecessary getOut function - Added methods sorting
2016-08-05- Added distance roundingAbyss777
- Fixed charset
2016-08-04- Added getGroupDevices to PermissionsManagerAbyss777
- Implemented Route Report
2016-07-13changes Anton asked meninioe
2016-07-12Added support for Alarm popup & positions history cleanerninioe
1. added support for Alarm and Alarm Type in popup and also in history records. can be muted with a toggle button in the UI 2. added a timer to clear positions history once a day. the default is to save positions history for 7 days if not defined in the configuration file. 3. prevent the lock of the UI files (js, html, css, etc..) for wondows developers in debug mode. It's easier to do changes to the UI without stopping the app each time. 4. tools: added support in test-generator.py to simulate Alert, also added minify.bat file to compile new js files for the UI using sencha SDK for windows developers
2016-07-04Fix null list exceptionAnton Tananaev
2016-06-28JsonConverter.objectToJson now can return Lists of objects or primitivesAbyss777
2016-06-26Added notifications via emailAbyss777
Added notifications settings
2016-06-10GeofencesAbyss777
2016-05-26Events subsystemAbyss777
2016-05-06Rename SupportedCommand to CommandTypeGábor Somogyi
2016-05-04Merge branch 'master' into command_frameworkGabor Somogyi
2016-05-04Checkstyle fixGabor Somogyi