posaune
[timetracker.git] / WEB-INF / lib / ttUserHelper.class.php
2019-02-22 Nik OkuntseffStarted to work on timesheet approval workflow.
2018-12-25 Nik OkuntseffImproved user count check.
2018-12-24 Nik OkuntseffFixed handling user limit for admin.
2018-12-24 Nik OkuntseffIntroduced handling of max user count.
2018-12-20 Nik OkuntseffInitial attempt to implement quota percent for users.
2018-12-09 Nik OkuntseffRefactored profile_edit.php for subgroups.
2018-12-05 Nik OkuntseffRefactored regular expense pages for subgroups.
2018-11-30 Nik OkuntseffFully decoupled import code from the rest of the app.
2018-11-30 Nik OkuntseffOngoing refactoring, replacing the method to obtain...
2018-11-29 Nik OkuntseffFinished refactoring ttAdmin class.
2018-11-26 Nik OkuntseffSome refactoring for subgroups.
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