aboutsummaryrefslogtreecommitdiff
path: root/src/org
AgeCommit message (Collapse)Author
2016-07-15Move code related to devices to DeviceManagerAbyss777
2016-07-15Merge pull request #2113 from Abyss777/masterAnton Tananaev
Fixes for new foreign key constraints
2016-07-14Remove duplicating codeAbyss777
2016-07-14Set long as NULL only for *Id fieldsAbyss777
2016-07-14IndentationAbyss777
2016-07-14- Fixed saving parent group when creating new group.Abyss777
- Fixed storing device and group if parent group is not defined. - Fixed Warning in browser console about missed requirements.
2016-07-14Support new eelink protocol messagesAnton Tananaev
2016-07-13Removed unnecessary geofences refresh while user manipulationAbyss777
2016-07-13Renamed to EventForwarder and moved to ContextAbyss777
2016-07-13Renamed to EventForwarder and moved to ContextAbyss777
2016-07-13Reduce locks of devicesAbyss777
2016-07-13Added possibility to forward all events via POST request.Abyss777
2016-07-13Enable custom command for all protocolsAnton Tananaev
2016-07-12Fix issue in Hua Sheng frame decoderAnton Tananaev
2016-07-12Use long primitive typeAnton Tananaev
2016-07-11Merge pull request #2099 from Abyss777/fix_groups_cacheAnton Tananaev
Revert back groups cache and split refresh
2016-07-11Merge pull request #2097 from Abyss777/masterAnton Tananaev
Fix from in mail notifications
2016-07-11Check if geofence existsAnton Tananaev
2016-07-11- Split geofence refresh on 3 functionsAbyss777
- Enable back groupsCache
2016-07-11- "from" sometimes not handled by mail serversAbyss777
- better handle empty mail user attributes - fix deleting attribute in attribute editor - fix duplicating attribute if name changed
2016-07-11Implement Teltonika commands (fix #1948)Anton Tananaev
2016-07-11Add new CRC16 algorithmAnton Tananaev
2016-07-11Change command sending logicAnton Tananaev
2016-07-10- Fix typpo.drecchia
2016-07-11Fix indentation in notification managerAnton Tananaev
2016-07-10Disable group cache updatesAnton Tananaev
2016-07-09Fix issue with missing groupsAnton Tananaev
2016-07-09Use diamond operatorAnton Tananaev
2016-07-09Fix code analytics issuesAnton Tananaev
2016-07-08Add null check to query builderAnton Tananaev
2016-07-08- l10n strings for new command typesAbyss777
- Added identification command for wondex protocol
2016-07-08Implement PT502 photo requestAnton Tananaev
2016-07-08Support ADC for Galileo protocolAnton Tananaev
2016-07-08Merge pull request #2087 from Abyss777/masterAnton Tananaev
Fix typo in GranitProtocolDecoder
2016-07-07Fix typo in GranitProtocolDecoderAbyss777
2016-07-07Merge pull request #2086 from Abyss777/masterAnton Tananaev
Increment time for archive in Granit protocol
2016-07-07Increment time in archive pointsAbyss777
2016-07-07Merge pull request #2085 from Abyss777/masterAnton Tananaev
Simplify Granit command result detection
2016-07-07Space fixAbyss777
2016-07-07Simplify GranitProtocolDecoder command result detectionAbyss777
2016-07-07Merge pull request #2084 from Abyss777/masterAnton Tananaev
Implement custom GranitFrameDecoder
2016-07-07Add Gator heartbeat responseAnton Tananaev
2016-07-07- Cleaned up GranitFrameDecoderAbyss777
- Added test for GranitFrameDecoder - Removed \r\n from GranitProtocolDecoderTest
2016-07-06Revert GranitFrameDecoderAbyss777
2016-07-06- Pt502 output_control fix.drecchia
- Added command for set maxSpeed and sms timezone.
2016-07-07Merge pull request #2081 from Abyss777/masterAnton Tananaev
Granit protocol implementation
2016-07-06More optimizationsAbyss777
2016-07-06Use dynamicBuffer and some hardcoded lengths.Abyss777
2016-07-06Style fixes and optimizationsAbyss777
2016-07-06Temporary remove L100 from codeAnton Tananaev