aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/api
AgeCommit message (Expand)Author
2016-08-23Implement cache for users objectsAbyss777
2016-08-19- Added trips reportAbyss777
2016-08-10Forget oneAbyss777
2016-08-10Used import instead of full nameAbyss777
2016-08-10- Used constants in ReportResourceAbyss777
2016-08-09- Fixed csv MIME type and added response headerAbyss777
2016-08-08Merge pull request #2188 from ninioe/masterAnton Tananaev
2016-08-08- Used @Consumes and @Produces instead of direct header accessAbyss777
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
2016-08-04General report implementationAbyss777
2016-08-04- Moved retrieving Accept to BaseResourceAbyss777
2016-08-04- Added getGroupDevices to PermissionsManagerAbyss777
2016-07-28Organized server cacheAbyss777
2016-07-20- Move groups related actions to DeviceManagerAbyss777
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
2016-06-26Fixed missed license and wrong EOLAbyss777
2016-06-26Added notifications via emailAbyss777
2016-06-18VariableAbyss777
2016-06-18- Update Geofences API and Manager a bitAbyss777
2016-06-16Added/updated license headersAbyss777
2016-06-15- Work only with cached devices from everywhereAbyss777
2016-06-14- Overlapping geofencesAbyss777
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
2016-05-30- Style fixes (use lower camel case in all cases)Abyss777
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