aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database/DataManager.java
AgeCommit message (Expand)Author
2019-03-31Convert project to gradleAnton Tananaev
2019-02-23Refactor configurationAnton Tananaev
2018-11-08Fix time formatting issuesAnton Tananaev
2018-11-02Remove unused importAnton Tananaev
2018-11-02Handle new Java class loader (fix #4130)Anton Tananaev
2018-09-30Use DefaultServlet instead of ResourceHandlerAnton Tananaev
2018-09-15Fix logging level issuesAnton Tananaev
2018-09-14Log using slf4j and java loggingAnton Tananaev
2018-06-08Rename all tables to avoid using reserved wordsAbyss777
2018-05-26Fix Liquibase driver issueAnton Tananaev
2018-04-21Fix switch statement indentationAnton Tananaev
2018-04-11Add support of multiple MaintenancesAbyss777
2018-01-26Some more code cleanupAnton Tananaev
2018-01-22Use consistent server timeAnton Tananaev
2017-11-27- Fix local login if ldap enabledAbyss777
2017-11-14Improve LDAPAbyss777
2017-11-11Implement LDAP authenticationAnton Tananaev
2017-09-19Implement per device NotificationsAbyss777
2017-09-12Implement Saved CommandsAbyss777
2017-09-05Remove Attribute Aliases supportAbyss777
2017-08-14Update DataManager.javatsmgeek
2017-08-14Trim/Lowercase email address used for authtsmgeek
2017-08-10Fix compilation issueAnton Tananaev
2017-08-10Minor code cleanupAnton Tananaev
2017-08-04Write all fields on insert actionAbyss777
2017-08-02Add commentAbyss777
2017-08-02Avoid unneeded log record and table name constructionsAbyss777
2017-08-01Make query generator switchableAbyss777
2017-08-01Fix buildAbyss777
2017-07-31- Rename QueryAdditional to QueryExtendedAbyss777
2017-07-31Implement SQL requests constructionAbyss777
2017-07-27Replace getClassByName function to switchAbyss777
2017-07-24Use Permission instead of MapAbyss777
2017-07-21Use classes instead of constants everywhereAbyss777
2017-07-21Implement type constantsAbyss777
2017-07-21- Combine all permissions to one resourceAbyss777
2017-07-21Add helper function to generate request string nameAbyss777
2017-07-21Abolish permissions classes and get permissions as Map from DBAbyss777
2017-07-20Rename Identifiable and Extensible to BaseModel and ExtendedModelAbyss777
2017-07-20Combine permission resources and reuse common database functionsAbyss777
2017-07-19Refactored four managersAbyss777
2017-07-11Implement Driver models, schema and databaseAbyss777
2017-05-30Log database clear event (fix #3198)Anton Tananaev
2017-05-13Merge pull request #3156 from Abyss777/computed_attributesAnton Tananaev
2017-05-12Implement computed attributesAbyss777
2017-05-12Small clear history refactoringAnton Tananaev
2017-05-12Clear event history (fix #3160)Anton Tananaev
2017-04-18Fix GT06 encoder unit testAnton Tananaev
2017-01-16- Rename otherUserId to managedUserIdAbyss777
2017-01-16Initial manager implementationAbyss777