A bit of refactoring.
[timetracker.git] / WEB-INF / lib / ttUserHelper.class.php
2018-11-08 Nik OkuntseffA bit of refactoring.
2018-11-08 Nik OkuntseffStarted to populate group_id and org_id in tt_user_proj...
2018-11-02 Nik OkuntseffMore work in progress on subgroups.
2018-04-11 Nik OkuntseffRefactoring. Got rid of isCoManager() calls.
2018-04-11 Nik OkuntseffA bit of ongoing cleanup after roles revamp.
2018-04-09 Nik OkuntseffA bit of cleanup.
2018-03-29 Nik OkuntseffRefactoring. Renamed team_id fields to become group_id.
2018-03-29 Nik OkuntseffRefactoring. Renamed tt_teams table to tt_groups.
2018-03-26 Nik OkuntseffA bit of refactoring of access checks in user edits...
2018-03-26 Nik OkuntseffImproved getUserDetails to not return info for deleted...
2018-03-23 Nik OkuntseffReplaced timestamp column with datetime type in tt_tmp...
2018-03-18 Nik OkuntseffAdded last access handling.
2018-03-18 Nik OkuntseffAdded audit info to user update operation.
2018-03-18 Nik OkuntseffAdded audit info to user creation operation.
2018-03-15 Nik OkuntseffA few bugs fixed related to role revamp.
2018-03-13 Nik OkuntseffMore work on roles revamp. Removed rights_mask from...
2018-03-12 Nik OkuntseffRenamed a User class property as part of roles revamp...
2018-03-11 Nik OkuntseffUser add and edit now assign role ids to users.
2018-03-10 Nik OkuntseffPut code to create default roles upon team creation.
2017-07-30 anukoRemoved no longer needed comment.
2017-07-29 anukoStarted to use the status field in tt_fav_reports.
2017-07-28 anukoWhite space formatting, also added a TODO comment about...
2016-03-28 Nik OkuntseffReplacing else if with elseif
2016-03-10 Nik OkuntseffRemoved terminating PHP tag in more files
2016-02-29 Nik OkuntseffInitial repo created