Initial work done on Work units plugin. Still in debug mode.
[timetracker.git] / WEB-INF / lib /
2018-07-20 Nik OkuntseffInitial work done on Work units plugin. Still in debug...
2018-07-19 Nik OkuntseffA bit more progress on Work units plugin, made its...
2018-06-08 Nik OkuntseffFixed update role_id step in dbinstall.php.
2018-04-15 Nik OkuntseffCosmetic maintenance fixes.
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-12 Nik OkuntseffRemoved unused function.
2018-04-11 Nik OkuntseffRemoved a no longer used 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 OkuntseffA bit of ongoing cleanup after roles revamp.
2018-04-11 Nik OkuntseffImproved export-import to include allow_ip and password...
2018-04-11 Nik OkuntseffAdded password_complexity property to ttUser class.
2018-04-11 Nik OkuntseffCleanup. Removed unused function.
2018-04-11 Nik OkuntseffCleanup. Removed unused function.
2018-04-09 Nik OkuntseffA bit of cleanup.
2018-04-09 Nik OkuntseffA bit of refactoring.
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-04-05 Nik OkuntseffMore refactoring in admin files.
2018-04-04 Nik OkuntseffA little bit of refactoring in export-import.
2018-04-02 Nik OkuntseffMoved managed_basic_settings to co-manager role.
2018-04-02 Nik OkuntseffA bit more progress with renaming.
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 OkuntseffWrote ttValidIP function to filter out most of bogus...
2018-03-30 Nik OkuntseffFixed handling of admin@localhost.
2018-03-30 Nik OkuntseffIntroduced IP based access control for groups.
2018-03-30 Nik OkuntseffIntroduced view_all_reports right and added it to co...
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-27 Nik OkuntseffRenamed view_projects right to view_own_projects.
2018-03-27 Nik OkuntseffIntroduced view_projects right.
2018-03-27 Nik OkuntseffIntroduced manage_own_account right.
2018-03-27 Nik OkuntseffAdded import timestamp and IP for team import operation.
2018-03-27 Nik OkuntseffAdded team_id to project delete and update queries...
2018-03-26 Nik OkuntseffImproved access checks for swap_roles.php.
2018-03-26 Nik OkuntseffIncluded team_id in task update sql to avoid risk of...
2018-03-26 Nik OkuntseffImproved ttClientHelper::delete() function.
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 getUserDetails to not return info for deleted...
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-24 Nik OkuntseffA bit more progress on refactoring access checks.
2018-03-24 Nik OkuntseffAdded some protection from bot registrations.
2018-03-23 Nik OkuntseffAdded modification info to swap role operation.
2018-03-23 Nik OkuntseffPut a swap roles link on user_edit.php.
2018-03-23 Nik OkuntseffReplaced timestamp column with datetime type in tt_tmp...
2018-03-23 Nik OkuntseffReplaced getKey() with get() calls.
2018-03-23 Nik OkuntseffRefactoring.
2018-03-23 Nik OkuntseffRefactoring. Replacing getKey() with get().
2018-03-23 Nik OkuntseffFixed a problem with deleting teams by supplying a...
2018-03-23 Nik OkuntseffRefactored admin_options.php to use ttAdmin instance.
2018-03-22 Nik OkuntseffMoving away from using the timestamp field.
2018-03-22 Nik OkuntseffIntroduced ttGroupHelper class as part of refactoring.
2018-03-22 Nik OkuntseffSwitched from timestamp to created column in a query.
2018-03-22 Nik OkuntseffRemoved unused function.
2018-03-22 Nik OkuntseffA bit more refactoring for admin.
2018-03-22 Nik OkuntseffRefactored admin_team_edit.php to use ttAdmin class.
2018-03-22 Nik OkuntseffIntroduced ttAdmin class for admin tasks.
2018-03-21 Nik OkuntseffAdded modification info to team updates.
2018-03-21 Nik OkuntseffAdded handling of audit info to user registration.
2018-03-21 Nik OkuntseffRefactored register.php by encapsulating stuff in ttReg...
2018-03-21 Nik OkuntseffStarted to work on ttRegistrator class to encapsulate...
2018-03-21 Nik OkuntseffRemoved usage of dropped timestamp field in import.
2018-03-19 Nik OkuntseffAdded swap roles feature.
2018-03-19 Nik OkuntseffRemoved old timestamp field from tt_log.
2018-03-19 Nik OkuntseffFixed export-import of fav reports to inclide show_ip...
2018-03-19 Nik OkuntseffFixing sending fav reports.
2018-03-19 Nik OkuntseffWork in progress on fav reports to include IP info.
2018-03-19 Nik OkuntseffFixed a problem in IP field in emailed reports.
2018-03-19 Nik OkuntseffWork in progress on including IP in emailed reports.
2018-03-19 Nik OkuntseffWork in progress including IP in fav reports.
2018-03-19 Nik OkuntseffAdded handling of audit info for expenses.
2018-03-18 Nik OkuntseffWork in progress integrating IP audit info in reports.
2018-03-18 Nik OkuntseffAdded audit info to time log.
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-18 Nik OkuntseffIntroduced audit fields for users.
2018-03-18 Nik OkuntseffSome refactoring.
2018-03-17 Nik OkuntseffFixed export and import. Now teams should be imported...
2018-03-17 Nik OkuntseffA few fixes to export-import.
2018-03-17 Nik OkuntseffFixed team export by assigning role id 0 to top managers.
2018-03-17 Nik OkuntseffFixed team export to include revamped roles.
2018-03-17 Nik OkuntseffIntroduced override_own_date_lock right.
2018-03-16 Nik OkuntseffInitial implementation of role editor.
2018-03-16 Nik OkuntseffDropped legacy role field.
2018-03-16 Nik OkuntseffFixed users page for revamped roles.
2018-03-16 Nik OkuntseffAdded code to update legacy managers to top managers.
2018-03-16 Nik OkuntseffIntroduced override_own_punch_mode right.
2018-03-16 Nik OkuntseffLocalized top manager role name in list of active users.
next