index
:
traccar-server
master
suntech-fixes
Traccar Server with some modifications and error fixes.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
database
/
DriversManager.java
Age
Commit message (
Expand
)
Author
2017-07-27
Initialize some maps, because they might be accessed before initialized.
Abyss777
2017-07-26
- Implement base manager classes as generics
Abyss777
2017-07-26
Override getById in all managers
Abyss777
2017-07-24
Fix order of objects constructions
Abyss777
2017-07-24
Fix item removing
Abyss777
2017-07-24
Fix initial cache fill
Abyss777
2017-07-24
Optimize caching and class structure
Abyss777
2017-07-21
Use classes instead of constants everywhere
Abyss777
2017-07-21
Abolish permissions classes and get permissions as Map from DB
Abyss777
2017-07-20
Rename Identifiable and Extensible to BaseModel and ExtendedModel
Abyss777
2017-07-20
Combine permission resources and reuse common database functions
Abyss777
2017-07-19
Refactored four managers
Abyss777
2017-07-14
Implement driverChanged event instead of driverUnauthorized
Abyss777
2017-07-12
Do not generate unathorized events if no one driver linked to device
Abyss777
2017-07-12
- Handle rfid attributes and populate driverUniqueId
Abyss777
2017-07-12
Fix copy/past issues
Abyss777
2017-07-11
Implement base Drivers Manager
Abyss777