Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Drivers implementation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement SMS commands
|
|
|
|
Add fallback to SMS if device is not online
Use more variables and ternary operators
|
|
|
|
- Allow "device readonly" users send commands
|
|
|
|
|
|
|
|
- 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
|
|
- optimize HashSet creation
|
|
- Optimize getManaged* functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix excel export if timezone of client and server are different
|
|
- Reverted passing variables way
|
|
|
|
- remove unnecessary variables and imports
- change preliminary config variable names
|
|
- for `deviceLimit` and `expirationTime`.
|
|
- Templates: adjust timezone, use "https" in links
|
|
|
|
|