aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database
AgeCommit message (Expand)Author
2017-08-02Add commentAbyss777
2017-08-02Avoid unneeded log record and table name constructionsAbyss777
2017-08-01Fix retrieving objects by unknown tokens/uniqueIdAbyss777
2017-08-01Make query generator switchableAbyss777
2017-08-01Fix buildAbyss777
2017-07-31- Rename QueryAdditional to QueryExtendedAbyss777
2017-07-31Implement SQL requests constructionAbyss777
2017-07-27Replace getClassByName function to switchAbyss777
2017-07-27Initialize some maps, because they might be accessed before initialized.Abyss777
2017-07-27Remove group typecastAbyss777
2017-07-26- Implement base manager classes as genericsAbyss777
2017-07-26Override getById in all managersAbyss777
2017-07-26Split Drivers and Groups managementAbyss777
2017-07-25Move users management to separate managerAbyss777
2017-07-25Use function for removingAbyss777
2017-07-24Fix order of objects constructionsAbyss777
2017-07-24Fix item removingAbyss777
2017-07-24Fix initial cache fillAbyss777
2017-07-24Fix group cache updateAbyss777
2017-07-24Use Permission instead of MapAbyss777
2017-07-24Optimize caching and class structureAbyss777
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