aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-09Add trigger on group deletingAbyss777
2017-02-08- Replace fk_user_user_manageduserid in MS SQL with triggerAbyss777
- Drop defaultValue before add
2017-02-08Merge pull request #2881 from gustavofcalmeida/masterAnton Tananaev
Fix MXT protocol response
2017-02-07Removed unnecessary parametersgustavofcalmeida
2017-02-07Fix MXT protocol responsegustavofarias
2017-02-07Merge pull request #2878 from Abyss777/commands_readonlyAnton Tananaev
Do not allow readonly users send commands
2017-02-07Do not allow readonly users send commandsAbyss777
2017-02-07Fix code style issueAnton Tananaev
2017-02-07Fix MXT response (fix #2847)Anton Tananaev
2017-02-07Add some Teltonika attributes (fix #2856)Anton Tananaev
2017-02-07Implement GL505 cell decodingAnton Tananaev
2017-02-06Merge pull request #2874 from Abyss777/forward_headerAnton Tananaev
Event forward header small improvement
2017-02-06Event forward header small improvementAbyss777
2017-02-05Fix GL200 wifi message parsingAnton Tananaev
2017-02-05Implement MXT response (fix #2847)Anton Tananaev
2017-02-04Extend GPS103 protocol decoderAnton Tananaev
2017-01-31Add H02 protocol test caseAnton Tananaev
2017-01-29Implement Pretrace protocolAnton Tananaev
2017-01-29Merge pull request #2850 from ValeraVi/fix-geolocationAnton Tananaev
Set Content Type in http header of geolocation request
2017-01-29Merge pull request #2849 from ValeraVi/fix-geoloc-posAnton Tananaev
Reset additional parameters of GPS position after geolocation
2017-01-29Merge pull request #2848 from ValeraVi/add-wifi-channelAnton Tananaev
Added channel to WifiAccessPoint geolocation class
2017-01-28Added channel to WifiAccessPoint geolocation classValerii Vyshniak
Some geolocation providers also accept wifi channel number to perfom the geolocation more precisely. So protocols can supply this additional information now.
2017-01-28Reset additional parameters of GPS position after geolocationValerii Vyshniak
When geolocation found a lat/lon from LBS/WIFI, only lat/lon and accuracy are updated. If protocol has copied "last" position to "Position" class before issuing the geolocation, then all other parameters of GPS position will be invalid (from "last" position). So this fix reset to 0 the altitude, speed, course and rssi.
2017-01-28Set Content Type in http header of geolocation requestValerii Vyshniak
Google geolocation API does not work correctly if "Content-Type:application/json" is not present in http header.
2017-01-28Merge pull request #2841 from ssmipp/telicAnton Tananaev
#2793 Added some Telic events (alarm)
2017-01-28- removed telic events/alarms not available in traccarssmipp
2017-01-28- removed some commentsssmipp
2017-01-28- restored some original formattingssmipp
- use parser.nextInt() to get event value
2017-01-27Added some Telic events (alarm) #2793ssmipp
2017-01-27Merge pull request #2838 from Abyss777/fix_2836Anton Tananaev
Clear deviceUsers cache before refresh
2017-01-27Clear deviceUsers cache before refreshAbyss777
2017-01-26Merge pull request #2835 from Abyss777/devicereadonly_aliasesAnton Tananaev
Device readonly user shouldn't be able edit attribute aliases
2017-01-26Merge pull request #2833 from Abyss777/fix_ignitionAnton Tananaev
Rise ignition events only if both positions has ignition attribute
2017-01-26Device readonly user can't edit attribute aliasesAbyss777
2017-01-26Fix ignition testAbyss777
2017-01-25Rise ignition events only if both positions has ignition attributeAbyss777
2017-01-25Merge pull request #2831 from Abyss777/permissions_polishingAnton Tananaev
Permissions improvements
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-24Small GL200 decoder refactoringAnton Tananaev
2017-01-24Implement GL200 wifi supportAnton Tananaev
2017-01-20Minor Teltonika decoder improvementsAnton Tananaev
2017-01-20Merge pull request #2813 from srgian/feature/teltonika-decoder-with-udpAnton Tananaev
Added UDP support on Teltonika Decoder
2017-01-20Implement TMG188 protocolAnton Tananaev
2017-01-20Implement Huabao protocol commandsAnton Tananaev
2017-01-19Switched from getXxx to readXxx on bufferSrgian Danity
2017-01-19Add Huabao test casesAnton Tananaev
2017-01-19Implemented code review suggestionsSrgian Danity
- improved variables naming - droped bool 'connectionless' and used channel implementation for execution branching - CamelCasedAbbreviationsToo - optimized use of deviceSession
2017-01-18Added UDP support on Teltonika DecoderSrgian Danity
2017-01-18Properly decode Ulbotech ADC valuesAnton Tananaev
2017-01-18Merge pull request #2801 from Abyss777/managerAnton Tananaev
Implement user management