Age | Commit message (Expand) | Author |
2017-11-27 | - Fix local login if ldap enabled | Abyss777 |
2017-11-14 | Do geocoding for every events related positions | Abyss777 |
2017-11-14 | Improve LDAP | Abyss777 |
2017-11-11 | Implement LDAP authentication | Anton Tananaev |
2017-10-28 | Atomic statistics check (fix #3614) | Anton Tananaev |
2017-10-23 | Implement command cloning | Abyss777 |
2017-10-22 | Set deviceId in Saved Command before send | Abyss777 |
2017-10-20 | Reverted using Queue | Abyss777 |
2017-10-20 | Unwrap ternary operator | Abyss777 |
2017-10-20 | Use List instead of Queue | Abyss777 |
2017-10-19 | Implement buffered commands | Abyss777 |
2017-09-19 | Rename sent flags | Abyss777 |
2017-09-19 | Implement per device Notifications | Abyss777 |
2017-09-13 | Re implement "getSupportedCommands" function | Abyss777 |
2017-09-13 | Fix security check | Abyss777 |
2017-09-13 | - Rename functions "isXxx" to "getUserXxx" | Abyss777 |
2017-09-12 | Implement Saved Commands | Abyss777 |
2017-09-07 | Optimize values parsing | Abyss777 |
2017-09-07 | Handle correct and incorrect attribute types | Abyss777 |
2017-09-06 | Move units to attributes and add volume units | Abyss777 |
2017-09-05 | Remove Attribute Aliases support | Abyss777 |
2017-08-17 | Pass Map<Event, Position> to notifications | Abyss777 |
2017-08-16 | - Map correct position to delayed event notification | Abyss777 |
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 |