aboutsummaryrefslogtreecommitdiff
path: root/schema
AgeCommit message (Collapse)Author
2017-02-09Add trigger on group deletingAbyss777
2017-02-08- Replace fk_user_user_manageduserid in MS SQL with triggerAbyss777
- Drop defaultValue before add
2017-01-25- Add "deviceReadonly" user fieldAbyss777
- 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- Rename otherUserId to managedUserIdAbyss777
- Optimize getManaged* functions
2017-01-16Initial manager implementationAbyss777
2017-01-10- Rename calendarData to dataAbyss777
- Cleanup Calendar model - Fix TripsTest
2016-12-19Better network location supportAnton Tananaev
2016-12-14Calendars implementationAbyss777
2016-12-04Use model instead of attributes to store Notification optionsAbyss777
2016-11-20Remove unique token constraintAnton Tananaev
2016-11-18Implement users tokensAbyss777
2016-11-17Add user expiration and device limitAnton Tananaev
2016-10-21Rename type to categoryAbyss777
2016-10-20Extend device model with management infoAbyss777
2016-10-17Change attributes column lengthAnton Tananaev
2016-10-08Rename column nameAnton Tananaev
2016-10-08Add coordinates format for user and serverAnton Tananaev
2016-10-08Add flag to force server settingsAnton Tananaev
2016-10-08Increase map URL column lengthAnton Tananaev
2016-09-25Implement server statistics collectionAnton Tananaev
2016-09-22- rename table and unique constraintAbyss777
- rename some functions - optimization and simplification
2016-09-21Add attributes aliasesAbyss777
2016-09-21Fix groups cleanup request on some MySQL 5.7.x installationsAbyss777
2016-09-18Clear default user account configurationAnton Tananaev
2016-07-26Do not store device status in databaseAbyss777
2016-07-25Added group and server attributesAbyss777
2016-07-25- Move lastPosition update to the end of pipelineAbyss777
- Optimize MotionEventHandler to do not use Device.motion - Remove Device.motion from model and database - some optimizations
2016-07-18- Added attributes to devicesAbyss777
- Fixed license header for DeviceManager.java - Fixed editing attributes for not saved (new) object.
2016-07-13Set MARK_RAN and name for intermediate tableAbyss777
2016-07-13Use one file for two changeSetsAbyss777
2016-07-12Fix indentationAbyss777
2016-07-12Add Foreign Key Constraint for groupIdsAbyss777
2016-07-08Make user attributes nullableAnton Tananaev
2016-07-08Slightly modify new changelogAnton Tananaev
2016-06-26Added notifications via emailAbyss777
Added notifications settings
2016-06-18Merge pull request #2012 from Abyss777/masterAnton Tananaev
Implement Geofences on server side
2016-06-15Missed changelogAbyss777
2016-06-12Make liquibase filepath independentAnton Tananaev
2016-06-10GeofencesAbyss777
2016-06-09- Clean docker integration.drecchia