aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/api
AgeCommit message (Collapse)Author
2016-08-23Implement cache for users objectsAbyss777
2016-08-19- Added trips reportAbyss777
- Refactored reports models - Added tests for ReportUtils - Added speed to test-generator.py - Other changes
2016-08-10Forget oneAbyss777
2016-08-10Used import instead of full nameAbyss777
2016-08-10- Used constants in ReportResourceAbyss777
- Renamed variables and functions in ReportController - Changed Strings - Fixed year
2016-08-09- Fixed csv MIME type and added response headerAbyss777
- Added 3 report types - Changed some Strings - Fixed jscs issues in other files
2016-08-08Merge pull request #2188 from ninioe/masterAnton Tananaev
Automatically login remembered user
2016-08-08- Used @Consumes and @Produces instead of direct header accessAbyss777
- Renamed General to Summary - Other changes
2016-08-07fix references namesninioe
2016-08-07Checkstyle error fixninioe
2016-08-07check user cookies on server side before login dialogninioe
2016-08-05- Moved GeneralReport to separate fileAbyss777
- Removed unnecessary getOut function - Added methods sorting
2016-08-04General report implementationAbyss777
2016-08-04- Moved retrieving Accept to BaseResourceAbyss777
- Added Events report - Removed deviceIds from csv
2016-08-04- Added getGroupDevices to PermissionsManagerAbyss777
- Implemented Route Report
2016-07-28Organized server cacheAbyss777
Moved lookupAttribute function to DeviceManager
2016-07-20- Move groups related actions to DeviceManagerAbyss777
- Removed cache updates from getXxxxById
2016-07-15Move code related to devices to DeviceManagerAbyss777
2016-07-13Removed unnecessary geofences refresh while user manipulationAbyss777
2016-07-11- Split geofence refresh on 3 functionsAbyss777
- Enable back groupsCache
2016-06-26Fixed missed license and wrong EOLAbyss777
2016-06-26Added notifications via emailAbyss777
Added notifications settings
2016-06-18VariableAbyss777
2016-06-18- Update Geofences API and Manager a bitAbyss777
- Show geofence name in event toasts - Link/Unlink geofences to users, devices and groups
2016-06-16Added/updated license headersAbyss777
2016-06-15- Work only with cached devices from everywhereAbyss777
- Some optimization
2016-06-14- Overlapping geofencesAbyss777
- Simplified user-device link
2016-06-10GeofencesAbyss777
2016-06-02Style fixes and optimization.Abyss777
2016-06-02Send position with event to websocketAbyss777
2016-05-31- Renamed eventTime to serverTimeAbyss777
- Fixed bracket indentation
2016-05-30- Style fixes (use lower camel case in all cases)Abyss777
- Added TYPE_prefix for event.type strings - Removed commented code - Removed "database.selectLastEvents" because it is not cross-database. Do the same via code.
2016-05-26Events subsystemAbyss777
2016-05-08Review fixesGábor Somogyi
2016-05-06Checkstyle fixGábor Somogyi
2016-05-06Rename SupportedCommand to CommandTypeGábor Somogyi
2016-05-05Backend side model put backGabor Somogyi
2016-05-04Merge failure fixGabor Somogyi
2016-05-04Merge branch 'master' into command_frameworkGabor Somogyi
2016-05-04Checkstyle fixGabor Somogyi
2016-05-04SupportedCommand model removedGabor Somogyi
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-05-03Removed database.selectLatestPositionGábor Somogyi
2016-05-02Concept update + UI translation supportGábor Somogyi
2016-04-27Command framework ugly hack versionGábor Somogyi
2016-04-23Fix issues with CORS requestsAnton Tananaev
2016-04-16Bind async connection to user idAnton Tananaev
2016-04-16Fix IntelliJ improvement suggestionAnton Tananaev
2016-03-31Remove unused variable in filterAnton Tananaev
2016-03-30Implement OPTIONS verb API handlerAnton Tananaev