posaune
[timetracker.git] / WEB-INF / lib / ttUser.class.php
2019-07-01 Nik OkuntseffImproved ttUser::markUserDeleted by marking user custom...
2019-05-20 Nik OkuntseffFixed a comment.
2019-05-20 Nik OkuntseffA bit of refactoring.
2019-05-20 Nik OkuntseffRewrote group dropdown fill function to include the...
2019-04-29 Nik OkuntseffRefactoring. Moved week_menu config option to plugin...
2019-04-27 Nik OkuntseffRemoved show holidays config option.
2019-04-27 Nik OkuntseffAdjusted week start for subgroups.
2019-04-27 Nik OkuntseffImplemented configurable holidays.
2019-04-26 Nik OkuntseffWrote a validation routine for holidays.
2019-04-26 Nik OkuntseffRefactoring, moving plugin config options into config...
2019-04-23 Nik OkuntseffRemoved no longer relevant comment.
2019-04-19 Nik OkuntseffSeparated users section on reports in 2 for active...
2019-04-17 Nik OkuntseffMerged some functions to help keeping things compact.
2019-03-05 Nik OkuntseffImplemented sending email to timesheet approver.
2019-02-22 Nik OkuntseffStarted to work on timesheet approval workflow.
2019-02-18 Nik OkuntseffMore progress on timesheets.
2019-02-15 Nik OkuntseffA bit more work in progress on timesheets.
2019-01-02 Nik OkuntseffAdded audit info on user delete.
2018-12-22 Nik OkuntseffSimplified ttUser::getUsers a bit.
2018-12-21 Nik OkuntseffAdded quota column on the users page.
2018-12-20 Nik OkuntseffInitial attempt to implement quota percent for users.
2018-12-20 Nik OkuntseffStarted using quota percent for users if defined.
2018-12-20 Nik OkuntseffIntroduced ttBehalfUser class for quote percent work.
2018-12-19 Nik OkuntseffA bit of cleanup.
2018-12-15 Nik OkuntseffSome refactoring of work units for subgroups.
2018-12-14 Nik OkuntseffWrote ttUser::getConfigInt and started to use it.
2018-12-13 Nik OkuntseffRemoved group selector from tasks.php to keep things...
2018-12-12 Nik OkuntseffExcluded clients from getActiveUsers call.
2018-12-11 Nik OkuntseffWork in progress refactoring reports for subgroups.
2018-12-10 Nik OkuntseffRefactored monthly quota config for subgroups.
2018-12-09 Nik OkuntseffRemoved group selector from projects.php to keep things...
2018-12-07 Nik OkuntseffUpdated Locking config to support subgroups.
2018-12-06 Nik OkuntseffAdded conditional display of pages depending on subgrou...
2018-12-05 Nik OkuntseffMore refactoring for subgroups.
2018-12-04 Nik OkuntseffA bit more refactoring for subgroups.
2018-12-03 Nik OkuntseffAdjusted charts.php for subgroups.
2018-12-02 Nik OkuntseffA bit more refactoring.
2018-12-01 Nik OkuntseffImproved clients.php to support subgroups.
2018-12-01 Nik OkuntseffOptimized a bit more for uncompleted indicators option.
2018-12-01 Nik OkuntseffSome optimization related to confirm save feature.
2018-11-30 Nik OkuntseffImplemented configurable confirm save option.
2018-11-30 Nik OkuntseffSome improvements to confirm save feature.
2018-11-29 Nik OkuntseffInitial work done on confirmSave dialogs when date...
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.
next