index
:
trackermap-server
master
upstream
Patches to the Traccar server for TrackerMap
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
database
Age
Commit message (
Expand
)
Author
2017-08-14
Update DataManager.java
tsmgeek
2017-08-14
Trim/Lowercase email address used for auth
tsmgeek
2017-08-11
Make Overspeed and Motion events handlers singleton and move some code to fun...
Abyss777
2017-08-11
Move state updates from ConnectionManager to proper event handlers
Abyss777
2017-08-10
Implement delayed overspeed events
Abyss777
2017-08-10
Merge pull request #3426 from Abyss777/delayed_motion_events
Anton Tananaev
2017-08-10
Rename variables
Abyss777
2017-08-10
Fix compilation issue
Anton Tananaev
2017-08-10
Minor code cleanup
Anton Tananaev
2017-08-09
Implement motion detection similar to trips detection
Abyss777
2017-08-04
Write all fields on insert action
Abyss777
2017-08-02
Add comment
Abyss777
2017-08-02
Avoid unneeded log record and table name constructions
Abyss777
2017-08-01
Fix retrieving objects by unknown tokens/uniqueId
Abyss777
2017-08-01
Make query generator switchable
Abyss777
2017-08-01
Fix build
Abyss777
2017-07-31
- Rename QueryAdditional to QueryExtended
Abyss777
2017-07-31
Implement SQL requests construction
Abyss777
2017-07-27
Replace getClassByName function to switch
Abyss777
2017-07-27
Initialize some maps, because they might be accessed before initialized.
Abyss777
2017-07-27
Remove group typecast
Abyss777
2017-07-26
- Implement base manager classes as generics
Abyss777
2017-07-26
Override getById in all managers
Abyss777
2017-07-26
Split Drivers and Groups management
Abyss777
2017-07-25
Move users management to separate manager
Abyss777
2017-07-25
Use function for removing
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
Fix group cache update
Abyss777
2017-07-24
Use Permission instead of Map
Abyss777
2017-07-24
Optimize caching and class structure
Abyss777
2017-07-23
Fix nested IFs
Abyss777
2017-07-23
Use Permission object instead of Map
Abyss777
2017-07-21
Use classes instead of constants everywhere
Abyss777
2017-07-21
Implement type constants
Abyss777
2017-07-21
Simplified error string construction
Abyss777
2017-07-21
- Combine all permissions to one resource
Abyss777
2017-07-21
Add helper function to generate request string name
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 DriverResource
Abyss777
2017-07-11
Implement base Drivers Manager
Abyss777
2017-07-11
Implement Driver models, schema and database
Abyss777
[next]