aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database
AgeCommit message (Expand)Author
2017-07-23Fix nested IFsAbyss777
2017-07-23Use Permission object instead of MapAbyss777
2017-07-21Use classes instead of constants everywhereAbyss777
2017-07-21Implement type constantsAbyss777
2017-07-21Simplified error string constructionAbyss777
2017-07-21- Combine all permissions to one resourceAbyss777
2017-07-21Add helper function to generate request string nameAbyss777
2017-07-21Abolish permissions classes and get permissions as Map from DBAbyss777
2017-07-20Rename Identifiable and Extensible to BaseModel and ExtendedModelAbyss777
2017-07-20Combine permission resources and reuse common database functionsAbyss777
2017-07-19Refactored four managersAbyss777
2017-07-14Implement driverChanged event instead of driverUnauthorizedAbyss777
2017-07-12Do not generate unathorized events if no one driver linked to deviceAbyss777
2017-07-12- Handle rfid attributes and populate driverUniqueIdAbyss777
2017-07-12Fix copy/past issuesAbyss777
2017-07-11Implement DriverResourceAbyss777
2017-07-11Implement base Drivers ManagerAbyss777
2017-07-11Implement Driver models, schema and databaseAbyss777
2017-07-09Enable status events by default (fix #3324)Anton Tananaev
2017-07-08Fix code check issuesAnton Tananaev
2017-06-28Fix user pemissions issue (fix #3302)Anton Tananaev
2017-06-16Fix statistics periodAnton Tananaev
2017-06-16Implement statistics collectionAnton Tananaev
2017-06-13Fix managed devices enumeratingAbyss777
2017-05-31Implement image savingAnton Tananaev
2017-05-31Add media manager classAnton Tananaev
2017-05-30Log database clear event (fix #3198)Anton Tananaev
2017-05-16Update device status before event (fix #3165)Anton Tananaev
2017-05-13Merge pull request #3156 from Abyss777/computed_attributesAnton Tananaev
2017-05-12Implement computed attributesAbyss777
2017-05-12Small clear history refactoringAnton Tananaev
2017-05-12Clear event history (fix #3160)Anton Tananaev
2017-04-29Save more statistics infoAnton Tananaev
2017-04-18Fix GT06 encoder unit testAnton Tananaev
2017-03-23Move default device status to getterAbyss777
2017-03-22Move device status initialization to modelAbyss777
2017-03-21Set status to offline for new deviceAbyss777
2017-03-20Use Iterator for maps cleanupAbyss777
2017-03-20Move handleTextMessage function to separate handler.Abyss777
2017-03-20Implement phone to device comparisonAbyss777
2017-03-14Combine some exceptions to ReflectiveOperationExceptionAbyss777
2017-03-14Fix indentationAbyss777
2017-03-14Implemented helper lookupPreferenceAbyss777
2017-03-06Introduce terms "data" and "text" commandsAbyss777
2017-03-02Remove BaseProtocolSmsEncoder classAbyss777
2017-03-02Implement sms commandsAbyss777
2017-02-28Add separate QueryIgnore annotation (fix #2962)Anton Tananaev
2017-02-27- Add server-wide "device readonly" flagAbyss777
2017-02-25Merge pull request #2942 from Abyss777/smppAnton Tananaev
2017-02-21Ignore marked methods in query builder (fix #2941)Anton Tananaev