Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-19 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-19 | changes Anton asked me | ninioe | |
2016-07-19 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-18 | commented out code and unnecessary comments | ninioe | |
2016-07-18 | - Added attributes to devices | Abyss777 | |
- Fixed license header for DeviceManager.java - Fixed editing attributes for not saved (new) object. | |||
2016-07-17 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-15 | Move code related to devices to DeviceManager | Abyss777 | |
2016-07-14 | Remove duplicating code | Abyss777 | |
2016-07-14 | Set long as NULL only for *Id fields | Abyss777 | |
2016-07-14 | Indentation | Abyss777 | |
2016-07-14 | - Fixed saving parent group when creating new group. | Abyss777 | |
- Fixed storing device and group if parent group is not defined. - Fixed Warning in browser console about missed requirements. | |||
2016-07-13 | Renamed to EventForwarder and moved to Context | Abyss777 | |
2016-07-13 | Reduce locks of devices | Abyss777 | |
2016-07-13 | Added possibility to forward all events via POST request. | Abyss777 | |
2016-07-13 | changes Anton asked me | ninioe | |
2016-07-12 | Added support for Alarm popup & positions history cleaner | ninioe | |
1. added support for Alarm and Alarm Type in popup and also in history records. can be muted with a toggle button in the UI 2. added a timer to clear positions history once a day. the default is to save positions history for 7 days if not defined in the configuration file. 3. prevent the lock of the UI files (js, html, css, etc..) for wondows developers in debug mode. It's easier to do changes to the UI without stopping the app each time. 4. tools: added support in test-generator.py to simulate Alert, also added minify.bat file to compile new js files for the UI using sencha SDK for windows developers | |||
2016-07-12 | Use long primitive type | Anton Tananaev | |
2016-07-11 | Merge pull request #2099 from Abyss777/fix_groups_cache | Anton Tananaev | |
Revert back groups cache and split refresh | |||
2016-07-11 | Check if geofence exists | Anton Tananaev | |
2016-07-11 | - Split geofence refresh on 3 functions | Abyss777 | |
- Enable back groupsCache | |||
2016-07-11 | Fix indentation in notification manager | Anton Tananaev | |
2016-07-10 | Disable group cache updates | Anton Tananaev | |
2016-07-09 | Fix issue with missing groups | Anton Tananaev | |
2016-07-08 | Add null check to query builder | Anton Tananaev | |
2016-07-03 | Fix crash issue on startup | Anton Tananaev | |
2016-06-26 | Added notifications via email | Abyss777 | |
Added notifications settings | |||
2016-06-23 | Added possibility to disable event and geofence subsystems | Abyss777 | |
2016-06-18 | - Update Geofences API and Manager a bit | Abyss777 | |
- Show geofence name in event toasts - Link/Unlink geofences to users, devices and groups | |||
2016-06-18 | Merge pull request #2012 from Abyss777/master | Anton Tananaev | |
Implement Geofences on server side | |||
2016-06-16 | Added/updated license headers | Abyss777 | |
2016-06-15 | Use variables | Abyss777 | |
2016-06-15 | Fix rare Stack Overflow while server idle | Abyss777 | |
2016-06-15 | - Work only with cached devices from everywhere | Abyss777 | |
- Some optimization | |||
2016-06-14 | Current device geofences should survive cache update | Abyss777 | |
2016-06-14 | - Overlapping geofences | Abyss777 | |
- Simplified user-device link | |||
2016-06-12 | Protect against missing group | Anton Tananaev | |
2016-06-10 | Fixed broken repeated event suppression | Abyss777 | |
2016-06-10 | Geofences | Abyss777 | |
2016-06-09 | Default connection initialization query | Anton Tananaev | |
2016-06-06 | - Fix hikari connection check sql. | drecchia | |
2016-06-02 | Send position with event to websocket | Abyss777 | |
2016-06-01 | - Fixed code style. | drecchia | |
2016-06-01 | Merge branch 'master' of https://github.com/tananaev/traccar | drecchia | |
Conflicts: src/org/traccar/database/DataManager.java | |||
2016-06-01 | - Minor changes as requested in pull request. | drecchia | |
2016-05-31 | - Fixed style issues. | drecchia | |
2016-05-30 | - Replaced connection poll from c3p0 to HikariCP. | drecchia | |
2016-05-30 | - Style fixes (use lower camel case in all cases) | Abyss777 | |
- Added TYPE_prefix for event.type strings - Removed commented code - Removed "database.selectLastEvents" because it is not cross-database. Do the same via code. | |||
2016-05-27 | - Synchronization device cache on updateLatestPosition and updateDeviceStatus | Abyss777 | |
- Better latest position identification in BaseEventHandler | |||
2016-05-26 | Events subsystem | Abyss777 | |
2016-05-08 | Review fixes | Gábor Somogyi | |