Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-10 | - Used constants in ReportResource | Abyss777 | |
- Renamed variables and functions in ReportController - Changed Strings - Fixed year | |||
2016-08-09 | Select only positions | Abyss777 | |
2016-08-09 | - Fixed csv MIME type and added response header | Abyss777 | |
- Added 3 report types - Changed some Strings - Fixed jscs issues in other files | |||
2016-08-08 | - Added deviceId in SummaryReport | Abyss777 | |
- Response bare array for application/json - Migrate to /api/reports/route in web-interface | |||
2016-08-08 | Merge pull request #2188 from ninioe/master | Anton Tananaev | |
Automatically login remembered user | |||
2016-08-08 | remove languages with no translated strings | ninioe | |
2016-08-08 | Merge pull request #2190 from Abyss777/reports | Anton Tananaev | |
Implement reports API calls | |||
2016-08-08 | Add coordinates filter (fix #2192) | Anton Tananaev | |
2016-08-08 | Removed addLine and addField functions | Abyss777 | |
2016-08-08 | - Used @Consumes and @Produces instead of direct header access | Abyss777 | |
- Renamed General to Summary - Other changes | |||
2016-08-08 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-08-07 | Update all language files | Anton Tananaev | |
2016-08-07 | add language files back | ninioe | |
2016-08-07 | fix references names | ninioe | |
2016-08-07 | Checkstyle error fix | ninioe | |
2016-08-07 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
# Conflicts: # web/app/view/LoginController.js | |||
2016-08-07 | check user cookies on server side before login dialog | ninioe | |
2016-08-07 | Fixed typo in notification formatter | Anton Tananaev | |
2016-08-06 | Decode Teltonika parameters (fix #2171) | Anton Tananaev | |
2016-08-06 | Refactor Castel protocol decoder | Anton Tananaev | |
2016-08-06 | Support temperature for TK103 protocol | Anton Tananaev | |
2016-08-06 | Fix an issue in Castel decoder | Anton Tananaev | |
2016-08-05 | Implement OBD dongle protocol | Anton Tananaev | |
2016-08-05 | Do not repeat header for every device | Abyss777 | |
2016-08-05 | - Moved GeneralReport to separate file | Abyss777 | |
- Removed unnecessary getOut function - Added methods sorting | |||
2016-08-05 | - Added distance rounding | Abyss777 | |
- Fixed charset | |||
2016-08-05 | Merge pull request #2166 from Abyss777/alarms | Anton Tananaev | |
Organized alarms in the first part of protocols | |||
2016-08-05 | - Removed OIL_CUT | Abyss777 | |
- Renamed guard to armed - Style fixes and optimizations | |||
2016-08-04 | Fix generator test problem | Anton Tananaev | |
2016-08-04 | Rename pass to password | Anton Tananaev | |
2016-08-04 | Rename remember me button | Anton Tananaev | |
2016-08-04 | Fix codestyle issue with if condition | Anton Tananaev | |
2016-08-04 | Exception for Teltonika status (fix #2100) | Anton Tananaev | |
2016-08-04 | Add Castel protocol unit test case | Anton Tananaev | |
2016-08-04 | General report implementation | Abyss777 | |
2016-08-04 | - Moved retrieving Accept to BaseResource | Abyss777 | |
- Added Events report - Removed deviceIds from csv | |||
2016-08-04 | - Added getGroupDevices to PermissionsManager | Abyss777 | |
- Implemented Route Report | |||
2016-08-04 | Revert "en.json" | ninioe | |
This reverts commit 48d71557fdc2dd848d2b10cec9ba83cf5aaa36ac. | |||
2016-08-04 | en.json | ninioe | |
2016-08-04 | remove languages exept en.json | ninioe | |
2016-08-04 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-08-04 | Merge pull request #2187 from Abyss777/java_mail_optimization | Anton Tananaev | |
Handle no SMTP parameters correctly | |||
2016-08-04 | Fix NullPointer exception without 'mail.smtp.username' in config. | Abyss777 | |
2016-08-04 | Fix Gator frame decoder params | Anton Tananaev | |
2016-08-04 | Add Gator unit test case | Anton Tananaev | |
2016-08-03 | Merge pull request #2175 from ninioe/master | Anton Tananaev | |
Added remember me checkbox at login | |||
2016-08-03 | Fix Tzone frame decoder (fix #2183) | Anton Tananaev | |
2016-08-03 | Merge pull request #2185 from Abyss777/java_mail_optimization | Anton Tananaev | |
Mail optimization fixes | |||
2016-08-03 | Fix mail session creating | Abyss777 | |
2016-08-03 | - Optimized SSL connection | Abyss777 | |
- Added "mail.smtp.ssl.trust" parameter |