aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/api
AgeCommit message (Expand)Author
2017-11-10- Combine "getAddress" functionsAbyss777
2017-11-08- Implement synchronous geocodingAbyss777
2017-10-23Implement command cloningAbyss777
2017-10-22Set deviceId in Saved Command before sendAbyss777
2017-10-19Implement buffered commandsAbyss777
2017-09-20Add copyrightAbyss777
2017-09-20Move Commandtypes API to CommandsAbyss777
2017-09-19Implement per device NotificationsAbyss777
2017-09-13Re implement "getSupportedCommands" functionAbyss777
2017-09-13- Rename functions "isXxx" to "getUserXxx"Abyss777
2017-09-12Implement Saved CommandsAbyss777
2017-09-05Remove Attribute Aliases supportAbyss777
2017-08-01Merge pull request #3402 from Abyss777/construct_requestsAnton Tananaev
2017-07-31Implement SQL requests constructionAbyss777
2017-07-28Combine some GET functionsAbyss777
2017-07-28One more condition optimizingAbyss777
2017-07-27Optimize a few IFsAbyss777
2017-07-27Implement BaseObjectResource generic and combine PUT/POST/DELETE functionsAbyss777
2017-07-26- Implement base manager classes as genericsAbyss777
2017-07-26Split Drivers and Groups managementAbyss777
2017-07-25Move users management to separate managerAbyss777
2017-07-23Merge pull request #3373 from Abyss777/refactor_managersAnton Tananaev
2017-07-23Remove lineAbyss777
2017-07-23Use Permission object instead of MapAbyss777
2017-07-23Remove proxy functionAbyss777
2017-07-22- Add Permission helper ClassAbyss777
2017-07-21Use classes instead of constants everywhereAbyss777
2017-07-21Implement type constantsAbyss777
2017-07-21- Combine all permissions to one resourceAbyss777
2017-07-20Make permissions resources more strictAbyss777
2017-07-20Combine permission resources and reuse common database functionsAbyss777
2017-07-19Refactored four managersAbyss777
2017-07-19remove redundant checksJan-Piet Mens
2017-07-19[NEW] add GET with list of uniqueIdJan-Piet Mens
2017-07-14Merge pull request #3349 from Abyss777/driversAnton Tananaev
2017-07-12Fix copy/past issuesAbyss777
2017-07-11Fix Device and Group Computed Attribute unlinkingAbyss777
2017-07-11Implement Drivers permissions resourcesAbyss777
2017-07-11Implement DriverResourceAbyss777
2017-07-02[FIX] permission check before getting device, eleminate unnecessary variable.Christoph Krey
2017-07-01[FIX] get devices with IDs works like PositionResourceChristoph Krey
2017-06-30[NEW] add GET device to API for external monitoringChristoph Krey
2017-06-14Imlement Stops reportAbyss777
2017-05-23Split POST on two functionsAbyss777
2017-05-23Implement testing API for computedAttributeAbyss777
2017-05-12Implement computed attributesAbyss777
2017-03-26Update device permissions on group changeAnton Tananaev
2017-03-15Use timezone from preferences for excel reportsAbyss777
2017-03-06Introduce terms "data" and "text" commandsAbyss777
2017-03-05Merge pull request #2971 from Abyss777/sms_commandsAnton Tananaev