aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/api
AgeCommit message (Collapse)Author
2017-07-12Fix copy/past issuesAbyss777
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
Implement SMS commands
2017-03-03Decode user and password cookiesAbyss777
2017-03-02Remove BaseProtocolSmsEncoder classAbyss777
Add fallback to SMS if device is not online Use more variables and ternary operators
2017-03-02Implement sms commandsAbyss777
2017-02-27- Add server-wide "device readonly" flagAbyss777
- Allow "device readonly" users send commands
2017-02-21Implement SMS notifications with help smpp protocolAbyss777
2017-02-07Do not allow readonly users send commandsAbyss777
2017-01-26Device readonly user can't edit attribute aliasesAbyss777
2017-01-25- Add "deviceReadonly" user fieldAbyss777
- Allow users edit tokens - Managers can create users with deviceLimit = 0 only - Manager can't create users with expirationTime later then their - Other permissions improvements
2017-01-17- rename otherUserId variableAbyss777
- optimize HashSet creation
2017-01-16- Rename otherUserId to managedUserIdAbyss777
- Optimize getManaged* functions
2017-01-16Initial manager implementationAbyss777
2016-12-28No Authorization header for ajaxAnton Tananaev
2016-12-20Remove unused java importsAnton Tananaev
2016-12-20Fix issue with JSON timestampsAnton Tananaev
2016-12-19Remove own JSON converterAnton Tananaev
2016-12-18Do not send position with eventsAnton Tananaev
2016-12-14Calendars implementationAbyss777
2016-12-10Return JSON response by defaultAnton Tananaev
2016-12-04Use model instead of attributes to store Notification optionsAbyss777
2016-11-30Rename to test and use POSTAbyss777
2016-11-30Implement API to test mailAbyss777
2016-11-30Use "id" parameter instead of "positionId"Abyss777
2016-11-30Add API to get positions by IdAbyss777
2016-11-24Merge pull request #2592 from Abyss777/excel_timezoneAnton Tananaev
Fix excel export if timezone of client and server are different
2016-11-24- Use one parserAbyss777
- Reverted passing variables way
2016-11-24Remove another unnecessary variableSun Howwrongbum
2016-11-24Update as per code reviewSun Howwrongbum
- remove unnecessary variables and imports - change preliminary config variable names
2016-11-24Add option to set some default User propertiesSun Howwrongbum
- for `deviceLimit` and `expirationTime`.
2016-11-23- Pass client timezone to excel templateAbyss777
- Templates: adjust timezone, use "https" in links
2016-11-23New user security check (fix #2589)Anton Tananaev
2016-11-22Implement unknown status eventAnton Tananaev
2016-11-19Remove duplicated information in requestsAnton Tananaev
2016-11-19Small adjustments to tokensAnton Tananaev
2016-11-18- Flip user-token mapAbyss777
- Fix null check - Combine validation to setter
2016-11-18Implement users tokensAbyss777
2016-11-18Check user in session resourceAnton Tananaev