aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/api/resource/UserResource.java
AgeCommit message (Expand)Author
2017-12-18Log user actionsAbyss777
2017-09-19Implement per device NotificationsAbyss777
2017-09-13- Rename functions "isXxx" to "getUserXxx"Abyss777
2017-07-27Implement BaseObjectResource generic and combine PUT/POST/DELETE functionsAbyss777
2017-07-26- Implement base manager classes as genericsAbyss777
2017-07-26Split Drivers and Groups managementAbyss777
2017-07-25Move users management to separate managerAbyss777
2017-07-21Use classes instead of constants everywhereAbyss777
2017-07-21- Combine all permissions to one resourceAbyss777
2017-07-20Combine permission resources and reuse common database functionsAbyss777
2017-07-19Refactored four managersAbyss777
2017-01-25- Add "deviceReadonly" user fieldAbyss777
2017-01-16Initial manager implementationAbyss777
2016-11-24Remove another unnecessary variableSun Howwrongbum
2016-11-24Update as per code reviewSun Howwrongbum
2016-11-24Add option to set some default User propertiesSun Howwrongbum
2016-11-23New user security check (fix #2589)Anton Tananaev
2016-11-19Remove duplicated information in requestsAnton Tananaev
2016-11-18- Flip user-token mapAbyss777
2016-11-18Implement users tokensAbyss777
2016-11-17Add user expiration and device limitAnton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-10-08Add back-end readonly checksAnton Tananaev
2016-08-23Implement cache for users objectsAbyss777
2016-07-13Removed unnecessary geofences refresh while user manipulationAbyss777
2016-06-26Added notifications via emailAbyss777
2016-06-16Added/updated license headersAbyss777
2016-06-10GeofencesAbyss777
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-01-01Always allow admin to register new usersAnton Tananaev
2015-12-20Check readonly and registration flagsAnton Tananaev
2015-12-20Check permissions for REST API callsAnton Tananaev
2015-12-02Implement server config update APIAnton Tananaev
2015-12-01Refactor base and other resource classesAnton Tananaev
2015-12-01Remove response builder utility classAnton Tananaev
2015-12-01Move role definitions to user modelAnton Tananaev
2015-11-27Initial implementation of new api with jax-rs.Rafael Guterres