aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database/DriversManager.java
AgeCommit message (Expand)Author
2017-08-01Fix retrieving objects by unknown tokens/uniqueIdAbyss777
2017-07-27Initialize some maps, because they might be accessed before initialized.Abyss777
2017-07-26- Implement base manager classes as genericsAbyss777
2017-07-26Override getById in all managersAbyss777
2017-07-24Fix order of objects constructionsAbyss777
2017-07-24Fix item removingAbyss777
2017-07-24Fix initial cache fillAbyss777
2017-07-24Optimize caching and class structureAbyss777
2017-07-21Use classes instead of constants everywhereAbyss777
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 base Drivers ManagerAbyss777