aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/api/resource/EventResource.java
AgeCommit message (Collapse)Author
2018-04-11Add support of multiple MaintenancesAbyss777
2017-07-31Implement SQL requests constructionAbyss777
2017-07-21Use classes instead of constants everywhereAbyss777
2017-07-21Implement type constantsAbyss777
2017-07-19Refactored four managersAbyss777
2016-12-10Return JSON response by defaultAnton Tananaev
2016-10-19- Filter events on server sideAbyss777
- Use common path for templates - Filter events about geofences that user do not have access (minor security fix) - Removed unused function - Visual templates improvements
2016-05-31- Renamed eventTime to serverTimeAbyss777
- Fixed bracket indentation
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-26Events subsystemAbyss777