Refactoring: renamed getActiveUser() to getUser().
[timetracker.git] / WEB-INF / lib / ttUser.class.php
2018-11-27 Nik OkuntseffRefactoring: renamed getActiveUser() to getUser().
2018-11-27 Nik OkuntseffA few fixes for subgroup support.
2018-11-27 Nik OkuntseffFixed time.php for subgroup support in high rank situat...
2018-11-27 Nik OkuntseffOngoing refactoring in time.php to support subgroups.
2018-11-27 Nik OkuntseffSome refactoring in plugins.php to make things better.
2018-11-27 Nik OkuntseffAdjusted plugins.php page to support subgroups.
2018-11-26 Nik OkuntseffAdded group dropdown in tasks.php page.
2018-11-26 Nik OkuntseffSome refactoring for subgroups.
2018-11-26 Nik OkuntseffAdded some comments clarifying the design approach.
2018-11-25 Nik OkuntseffStarting to use on behalf group properties.
2018-11-25 Nik OkuntseffIntroduced ttGroup class to store attributes of on...
2018-11-25 Nik OkuntseffAdjusted user_add.php and user_edit.php to operate...
2018-11-25 Nik OkuntseffAdded group selector on users.php.
2018-11-24 Nik OkuntseffImproved population of group dropdown to include the...
2018-11-23 Nik OkuntseffFixed adding subgroups with a proper parent group.
2018-11-23 Nik OkuntseffFixed user details output.
2018-11-23 Nik OkuntseffWrote ttUser::getUserPartForHeader and included on...
2018-11-23 Nik OkuntseffAdded description field on group_edit.php.
2018-11-23 Nik OkuntseffImproved ttUser::updateGroup for subgroup support.
2018-11-22 Nik OkuntseffImplemented delete group feature in group editor.
2018-11-22 Nik OkuntseffSome more progress on group editor.
2018-11-22 Nik OkuntseffRolling back old passwords support as some users never...
2018-11-21 Nik OkuntseffSome more work in progress on group editor.
2018-11-21 Nik OkuntseffA bit more progress on subgroups.
2018-11-03 Nik OkuntseffFixed ttUser::getAssignedProjects to obtain projects...
2018-11-03 Nik OkuntseffMore progress on subgroups, mostly about setting on...
2018-11-03 Nik OkuntseffWork in progress on subgroups. Made user list populatio...
2018-11-03 Nik OkuntseffSome more work in progress on subgroups.
2018-11-02 Nik OkuntseffA bit more work in progress on subgroups.
2018-11-02 Nik OkuntseffWrote getGroups function for ttUser class.
2018-11-02 Nik OkuntseffStarted to populate org_id upon group creation.
2018-11-02 Nik OkuntseffSome work in progress on subgroups.
2018-07-28 Nik OkuntseffStarted to populate group_id on new time entry inserts.
2018-07-25 Nik OkuntseffIntroduced totals only option for work units.
2018-07-20 Nik OkuntseffInitial work done on Work units plugin. Still in debug...
2018-04-14 Nik OkuntseffReplaced all calls to canManageTeam() with rights checks.
2018-04-14 Nik OkuntseffFixed getUser to include client_id.
2018-04-13 Nik OkuntseffRemoved no longer needed isManager() function.
2018-04-11 Nik OkuntseffRefactoring. Got rid of isCoManager() calls.
2018-04-11 Nik OkuntseffGot rid of ttUser::isAdmin() function.
2018-04-11 Nik OkuntseffAdded password_complexity property to ttUser class.
2018-04-09 Nik OkuntseffA bit of cleanup.
2018-04-07 Nik OkuntseffMoved enablePlugin to ttUser class.
2018-04-07 Nik OkuntseffFixed visibility of the Required checkbox on group...
2018-04-07 Nik OkuntseffCleanup.
2018-04-06 Nik OkuntseffMore refactoring.
2018-03-31 Nik OkuntseffIntroduced view_own_clients right and its handling.
2018-03-31 Nik OkuntseffIntroduced view_own_tasks right and its handling.
2018-03-30 Nik OkuntseffIntroduced IP based access control for groups.
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 OkuntseffFixed reports to include users of lesser roles only.
2018-03-26 Nik OkuntseffAdded ordering by name to getUsers.
2018-03-26 Nik OkuntseffRemoved rank field from the query as it is currently...
2018-03-26 Nik OkuntseffA bit of refactoring of access checks in user edits...
2018-03-26 Nik OkuntseffImproved users page a bit in accordance with user rights.
2018-03-25 Nik OkuntseffFixed typos.
2018-03-25 Nik OkuntseffA bit better job with access checks for charts.
2018-03-25 Nik OkuntseffFixed the charts tab to work better for lower roles...
2018-03-23 Nik OkuntseffPut a swap roles link on user_edit.php.
2018-03-17 Nik OkuntseffIntroduced override_own_date_lock right.
2018-03-16 Nik OkuntseffDropped legacy role field.
2018-03-16 Nik OkuntseffFixed users page for revamped roles.
2018-03-16 Nik OkuntseffIntroduced override_own_punch_mode right.
2018-03-15 Nik OkuntseffA few bugs fixed related to role revamp.
2018-03-15 Nik OkuntseffSome cleanup and refactoring of role_id update.
2018-03-15 Nik OkuntseffGetting rid of the dependency on the legacy role value...
2018-03-14 Nik OkuntseffA bit more role revamp related refactoring.
2018-03-13 Nik OkuntseffStarted to replace canManageTeam calls with right checks.
2018-03-13 Nik OkuntseffSplit data_entry right into track_time and track_expenses.
2018-03-13 Nik OkuntseffMore work on roles revamp. Removed rights_mask from...
2018-03-12 Nik OkuntseffAcquire user rights from the database on User creation.
2018-03-12 Nik OkuntseffSome more renaming.
2018-03-12 Nik OkuntseffRenamed a User class property as part of roles revamp...
2018-03-11 Nik OkuntseffAdded code to migrate legacy role on user entry to...
2018-03-11 Nik OkuntseffUser add and edit now assign role ids to users.
2018-02-23 Nik OkuntseffSome more work in progress on roles.
2018-02-22 Nik OkuntseffWork in progress on roles.
2018-02-19 Nik OkuntseffFixed presentation of the Punch mode checkbox.
2018-02-18 Nik OkuntseffRenamed Punch in mode to Punch mode.
2018-02-16 Nik OkuntseffMinor improvements in Italian translation.
2018-02-15 Nik OkuntseffImplemented a configurable punch in mode as per issue...
2018-02-14 Nik OkuntseffFUTURE_ENTRIES option is now configurable as per issue...
2018-02-14 Nik OkuntseffFixed import and export for latest changes.
2018-02-13 Nik OkuntseffReplaced uncompleted indicators dropdown with a checkbox.
2018-02-12 Nik OkuntseffFixed rounding errors in monthly quotas.
2018-02-11 Nik OkuntseffMade show_holidays configurable as per issue #53.
2018-01-19 Nik OkuntseffRemoved not used team address field handling.
2017-12-28 anukoMore progress on week view. Implemented adding records...
2017-09-09 anukoAdded Bcc option for team managers.
2017-07-09 anukoWork in progress on project_required option (incomplete...
2017-05-07 anukoChanged the default value of task_required field to...
2017-05-07 anukoFixed the problem with broken Now buttons when task...
2017-05-06 anukoWork in progress on task required option.
2016-10-24 Andréas LundgrenFix the last deprecation notices on class names for...
2016-10-23 anukoSome more renaming.
2016-10-23 anukoVersion change for PR#24, work in progress renaming...
2016-10-23 Andréas LundgrenAdd option to profile_edit.php to show/hide users uncom...
2016-07-24 Nik OkuntseffAdded export of monthly quotas data.
2016-04-02 Nik OkuntseffRemoving legacy lock interval in days - replaced by...
next