Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-03 | Decode user and password cookies | Abyss777 | |
2017-02-27 | - Add server-wide "device readonly" flag | Abyss777 | |
- Allow "device readonly" users send commands | |||
2017-02-21 | Implement SMS notifications with help smpp protocol | Abyss777 | |
2017-02-07 | Do not allow readonly users send commands | Abyss777 | |
2017-01-26 | Device readonly user can't edit attribute aliases | Abyss777 | |
2017-01-25 | - Add "deviceReadonly" user field | Abyss777 | |
- Allow users edit tokens - Managers can create users with deviceLimit = 0 only - Manager can't create users with expirationTime later then their - Other permissions improvements | |||
2017-01-17 | - rename otherUserId variable | Abyss777 | |
- optimize HashSet creation | |||
2017-01-16 | - Rename otherUserId to managedUserId | Abyss777 | |
- Optimize getManaged* functions | |||
2017-01-16 | Initial manager implementation | Abyss777 | |
2016-12-28 | No Authorization header for ajax | Anton Tananaev | |
2016-12-20 | Remove unused java imports | Anton Tananaev | |
2016-12-20 | Fix issue with JSON timestamps | Anton Tananaev | |
2016-12-19 | Remove own JSON converter | Anton Tananaev | |
2016-12-18 | Do not send position with events | Anton Tananaev | |
2016-12-14 | Calendars implementation | Abyss777 | |
2016-12-10 | Return JSON response by default | Anton Tananaev | |
2016-12-04 | Use model instead of attributes to store Notification options | Abyss777 | |
2016-11-30 | Rename to test and use POST | Abyss777 | |
2016-11-30 | Implement API to test mail | Abyss777 | |
2016-11-30 | Use "id" parameter instead of "positionId" | Abyss777 | |
2016-11-30 | Add API to get positions by Id | Abyss777 | |
2016-11-24 | Merge pull request #2592 from Abyss777/excel_timezone | Anton Tananaev | |
Fix excel export if timezone of client and server are different | |||
2016-11-24 | - Use one parser | Abyss777 | |
- Reverted passing variables way | |||
2016-11-24 | Remove another unnecessary variable | Sun Howwrongbum | |
2016-11-24 | Update as per code review | Sun Howwrongbum | |
- remove unnecessary variables and imports - change preliminary config variable names | |||
2016-11-24 | Add option to set some default User properties | Sun Howwrongbum | |
- for `deviceLimit` and `expirationTime`. | |||
2016-11-23 | - Pass client timezone to excel template | Abyss777 | |
- Templates: adjust timezone, use "https" in links | |||
2016-11-23 | New user security check (fix #2589) | Anton Tananaev | |
2016-11-22 | Implement unknown status event | Anton Tananaev | |
2016-11-19 | Remove duplicated information in requests | Anton Tananaev | |
2016-11-19 | Small adjustments to tokens | Anton Tananaev | |
2016-11-18 | - Flip user-token map | Abyss777 | |
- Fix null check - Combine validation to setter | |||
2016-11-18 | Implement users tokens | Abyss777 | |
2016-11-18 | Check user in session resource | Anton Tananaev | |
2016-11-18 | Fix the problem with session | Anton Tananaev | |
2016-11-18 | Check account on every call | Anton Tananaev | |
2016-11-17 | Add user expiration and device limit | Anton Tananaev | |
2016-11-02 | Update copyright notice emails | Anton Tananaev | |
2016-11-01 | Move parseDate to DateUtil | Abyss777 | |
2016-11-01 | Remove json conversion in reports | Abyss777 | |
2016-11-01 | Update resource error handling | Anton Tananaev | |
2016-10-27 | Export positions to GPX | Abyss777 | |
2016-10-23 | Rename API path | Abyss777 | |
2016-10-22 | Implement reset total distance API | Abyss777 | |
2016-10-19 | - Filter events on server side | Abyss777 | |
- 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-10-17 | - Implement export reports to excel | Abyss777 | |
- Migrate csv export to /api/positions | |||
2016-10-08 | Fix check style issue | Anton Tananaev | |
2016-10-08 | Implement statistics API call | Anton Tananaev | |
2016-10-08 | Add back-end readonly checks | Anton Tananaev | |
2016-10-08 | Add parameter to refresh geofences (fix #2414) | Anton Tananaev | |