Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-17 | Add poiLayer field to User/Server model | Abyss777 | |
2017-11-11 | Implement LDAP authentication | Anton Tananaev | |
2017-09-12 | Implement Saved Commands | Abyss777 | |
2017-09-06 | Move units to attributes and add volume units | Abyss777 | |
2017-08-14 | Trim email address | tsmgeek | |
2017-07-31 | - Rename QueryAdditional to QueryExtended | Abyss777 | |
- Use Introspector.decapitalize - Replace new lines with spaces - Fixed indentation - Fixed extended query name | |||
2017-07-31 | Implement SQL requests construction | Abyss777 | |
2017-07-20 | Rename Identifiable and Extensible to BaseModel and ExtendedModel | Abyss777 | |
2017-03-14 | - Use ternary operator | Abyss777 | |
- Apply server.forceSettings to speed units, distance units and timezone - Use hyphens for date formatting | |||
2017-03-13 | - Add timezone field to User and Server model | Abyss777 | |
- Pass Velocity DateTool to templates - Adjusted templates to use timezone | |||
2017-02-21 | Implement SMS notifications with help smpp protocol | 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-16 | Initial manager implementation | Abyss777 | |
2016-11-19 | Check for empty token | Anton Tananaev | |
2016-11-19 | Small adjustments to tokens | Anton Tananaev | |
2016-11-18 | Remove useless else | Abyss777 | |
2016-11-18 | - Flip user-token map | Abyss777 | |
- Fix null check - Combine validation to setter | |||
2016-11-18 | Implement users tokens | Abyss777 | |
2016-11-17 | Add user expiration and device limit | Anton Tananaev | |
2016-11-02 | Update copyright notice emails | Anton Tananaev | |
2016-10-20 | Don't cache user password (fix #2455) | Anton Tananaev | |
2016-10-08 | Rename column name | Anton Tananaev | |
2016-10-08 | Add coordinates format for user and server | Anton Tananaev | |
2016-06-26 | Added notifications via email | Abyss777 | |
Added notifications settings | |||
2016-04-16 | Remove old web API service | Anton Tananaev | |
2016-03-15 | Remove language from user and server | Anton Tananaev | |
2016-03-13 | Add twelve hour format preference | Anton Tananaev | |
2015-12-07 | Replace factory method with reflection | Anton Tananaev | |
2015-12-01 | Add session resource for authentication | Anton Tananaev | |
2015-10-09 | Fix some FindBugs and style issues | Anton Tananaev | |
2015-10-08 | Clean up reported PMD issues | Anton Tananaev | |
2015-10-07 | Clean up rest of the models | Anton Tananaev | |
2015-10-04 | Remove trailing whitespaces from code | Anton Tananaev | |
2015-07-20 | Update data model classes | Anton Tananaev | |
2015-07-17 | Rename package from http to web | Anton Tananaev | |
2015-07-01 | Minor changes to password management | Anton Tananaev | |
2015-07-01 | Re-implement hashing class | Anton Tananaev | |
2015-06-18 | Refactor database init process | Anton Tananaev | |
2015-06-16 | Separated the persisted password (hashedPassword) from the password sent ↵ | Demian | |
from the web request. Improved JSON serialization so it doesnt send as a response the hashed password and salt. | |||
2015-06-16 | Implemented password hashing using a salt, following this code&guidelines: ↵ | Demian | |
https://crackstation.net/hashing-security.htm | |||
2015-06-09 | Moved hashing function to a separate helper class | Demian | |
2015-06-09 | Replaced tabs for spaces | Demian | |
2015-06-09 | Added compatibility for MySQL on all queries. Moved the sha256 logic to java ↵ | Demian | |
to make it compatible across all databases | |||
2015-05-06 | Add new user registration | Anton Tananaev | |
2015-05-04 | Create base event class | Anton Tananaev | |
2015-05-03 | Implmenet reflection json conversion | Anton Tananaev | |
2015-05-03 | Remove unused fromRecord method | Anton Tananaev | |
2015-04-28 | Implement API to create devices | Anton Tananaev | |
2015-04-27 | Implement JSON conversion | Anton Tananaev | |
2015-04-27 | Add user model class | Anton Tananaev | |