Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-02 | [FIX] permission check before getting device, eleminate unnecessary variable. | Christoph Krey | |
2017-07-01 | [FIX] get devices with IDs works like PositionResource | Christoph Krey | |
2017-06-30 | [NEW] add GET device to API for external monitoring | Christoph Krey | |
2017-06-14 | Imlement Stops report | Abyss777 | |
2017-05-23 | Split POST on two functions | Abyss777 | |
2017-05-23 | Implement testing API for computedAttribute | Abyss777 | |
2017-05-12 | Implement computed attributes | Abyss777 | |
2017-03-26 | Update device permissions on group change | Anton Tananaev | |
2017-03-15 | Use timezone from preferences for excel reports | Abyss777 | |
2017-03-06 | Introduce terms "data" and "text" commands | Abyss777 | |
2017-03-05 | Merge pull request #2971 from Abyss777/sms_commands | Anton Tananaev | |
Implement SMS commands | |||
2017-03-03 | Decode user and password cookies | Abyss777 | |
2017-03-02 | Remove BaseProtocolSmsEncoder class | Abyss777 | |
Add fallback to SMS if device is not online Use more variables and ternary operators | |||
2017-03-02 | Implement sms commands | 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 | |