aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database
AgeCommit message (Expand)Author
2016-10-09Admin users are never readonlyAnton Tananaev
2016-10-08Implement statistics API callAnton Tananaev
2016-10-08Check server readonly flagAnton Tananaev
2016-10-08Add back-end readonly checksAnton Tananaev
2016-10-03Rename variableAbyss777
2016-10-03Make status events switchableAbyss777
2016-10-01Remove unused data manager methods (fix #2386)Anton Tananaev
2016-09-26Change statistics calculation logicAnton Tananaev
2016-09-25Implement server statistics collectionAnton Tananaev
2016-09-22Merge pull request #2354 from Abyss777/device_attribute_aliasesAnton Tananaev
2016-09-22- rename table and unique constraintAbyss777
2016-09-21Add attributes aliasesAbyss777
2016-09-21Implement lookup attribute helpers for primitivesAbyss777
2016-09-21- Add two functions to lookup attributes from device to server and from devic...Abyss777
2016-09-17Update position if time is the sameAnton Tananaev
2016-09-10Fix Java code analytics issuesAnton Tananaev
2016-08-30Fix a type in context classAnton Tananaev
2016-08-23Implement cache for users objectsAbyss777
2016-08-11- Added IgnitionEventHandlerAbyss777
2016-08-04- Added getGroupDevices to PermissionsManagerAbyss777
2016-07-28Organized server cacheAbyss777
2016-07-25Merge pull request #2149 from Abyss777/lastposition_reorganizationAnton Tananaev
2016-07-25Improve history clearing logicAnton Tananaev
2016-07-25- Move lastPosition update to the end of pipelineAbyss777
2016-07-24Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-21Added parenthesesAbyss777
2016-07-21Act with atomic more carefullyAbyss777
2016-07-21protect Device positionId on clear historyninioe
2016-07-21Migrate from ReentrantReadWriteLocks to ConcurrentHashMaps in DeviceManagerAbyss777
2016-07-20Change order cache initializationAbyss777
2016-07-20- Move groups related actions to DeviceManagerAbyss777
2016-07-19automated check fixninioe
2016-07-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-19changes Anton asked meninioe
2016-07-19Missed groupGeofences read lockAbyss777
2016-07-19Split locks in GeofenceManager and try to avoid crosslocks with devices.Abyss777
2016-07-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-18commented out code and unnecessary commentsninioe
2016-07-18- Added attributes to devicesAbyss777
2016-07-17Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-15Move code related to devices to DeviceManagerAbyss777
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
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-13changes Anton asked meninioe
2016-07-12Added support for Alarm popup & positions history cleanerninioe