Introduced IP based access control for groups.
[timetracker.git] / WEB-INF / lib / ttTeamHelper.class.php
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-27 Nik OkuntseffAdded import timestamp and IP for team import operation.
2018-03-26 Nik OkuntseffImproved access checks for swap_roles.php.
2018-03-24 Nik OkuntseffA bit more progress on refactoring access checks.
2018-03-23 Nik OkuntseffAdded modification info to swap role operation.
2018-03-23 Nik OkuntseffRefactoring.
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-21 Nik OkuntseffAdded modification info to team updates.
2018-03-19 Nik OkuntseffAdded swap roles feature.
2018-03-18 Nik OkuntseffIntroduced audit fields for users.
2018-03-17 Nik OkuntseffFixed export and import. Now teams should be imported...
2018-03-17 Nik OkuntseffFixed team export by assigning role id 0 to top managers.
2018-03-16 Nik OkuntseffInitial implementation of role editor.
2018-03-16 Nik OkuntseffAdded code to update legacy managers to top managers.
2018-03-16 Nik OkuntseffLocalized top manager role name in list of active users.
2018-03-16 Nik OkuntseffFixed creating and editing teams by admin - broken...
2018-03-15 Nik OkuntseffA few bugs fixed related to role revamp.
2018-03-14 Nik OkuntseffSome more refactoring.
2018-03-13 Nik OkuntseffSplit data_entry right into track_time and track_expenses.
2018-03-11 Nik OkuntseffUser add and edit now assign role ids to users.
2018-02-25 Nik OkuntseffAdded capability to add custom roles - work in progress.
2018-02-23 Nik OkuntseffSome more work in progress on roles.
2018-02-22 Nik OkuntseffAdded description field to tt_roles.
2018-02-22 Nik OkuntseffA bit more work in progress on roles.
2018-02-21 Nik OkuntseffImplemented export and import of roles and improved...
2018-02-21 Nik OkuntseffFixed cleanup code to include tt_roles table.
2018-02-14 Nik OkuntseffA bit of refactoring to keep things cleaner.
2018-02-14 Nik OkuntseffA bit of refactoring.
2018-02-14 Nik OkuntseffFixed import and export for latest changes.
2018-02-12 Nik OkuntseffFixed rounding errors in monthly quotas.
2018-02-11 Nik OkuntseffMade show_holidays configurable as per issue #53.
2018-02-03 Nik OkuntseffImplemented week view as a configurable plugin.
2018-02-02 Nik OkuntseffFixed problem with saving plugin config.
2018-02-02 Nik OkuntseffImplemented saving of week config settings.
2018-01-28 Nik OkuntseffReplaced intval() calls with a faster cast to int.
2018-01-26 Nik OkuntseffAdded paid column on invoice views.
2018-01-21 Nik OkuntseffIntegrated paid status in emailed reports.
2018-01-20 Nik OkuntseffFixed export-import to accommodate new fields.
2018-01-19 Nik OkuntseffRemoved not used team address field handling.
2018-01-14 anukoCosmetic - maintenance adjustment.
2018-01-08 anukoFixed predefined expenses logic for comma as decimal...
2017-12-31 anukoTemporary fix for not billable entries in week view.
2017-11-25 anukoSome maintenance work.
2017-09-09 anukoAdded Bcc option for team managers.
2017-07-29 anukoStarted to use the status field in tt_fav_reports.
2017-07-25 anukoInitial implementation of a condition on notifications.
2017-05-07 anukoChanged the default value of task_required field to...
2017-05-06 anukoFixed export-import for task required option.
2017-05-06 anukoImplemented task required option.
2017-03-11 anukoRemoved commented out lines.
2017-03-11 anukoFixed team update when team name is empty.
2017-02-12 anukoWork in progress on predefined expenses.
2017-01-13 anukoMade sorting case insensitive for more situations.
2017-01-13 anukoFixed ordering of projects.
2016-10-23 anukoMore renaming.
2016-10-23 anukoWork in progress renaming variables after PR#24 merge.
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 OkuntseffImplemented import of monthly quotas.
2016-07-24 Nik OkuntseffAdded export of monthly quotas data.
2016-07-18 Nik OkuntseffRefactoring: some renaming.
2016-07-18 Nik OkuntseffRafactoring: renamed a variable.
2016-07-18 Nik OkuntseffRefactoring: renamed a field for clarity.
2016-07-18 Nik OkuntseffMerge branch 'taskChanges' of https://github.com/aviden...
2016-07-18 Nik OkuntseffMerge branch 'avidenic-master'
2016-07-18 Nik OkuntseffMerge branch 'master' of https://github.com/avidenic...
2016-07-04 Anže VideničMerge commit '5ce20fc5d56a32584f8a2d18ae7cde91eb12a5a4...
2016-07-04 Anže VideničMerge remote-tracking branch 'upstream/master'
2016-07-04 Anže Videničupdated according to comments from anuko
2016-06-12 Nik OkuntseffAdded a separate databa cleanup script.
2016-04-03 Nik OkuntseffRefactoring - white space.
2016-04-02 Nik OkuntseffRemoving legacy lock interval in days - replaced by...
2016-04-02 Nik OkuntseffCleanup - whitespace.
2016-04-01 Nik OkuntseffFixed export and import for locking specification.
2016-04-01 Nik OkuntseffExtended the Locking plugin with cron specification...
2016-03-31 Nik OkuntseffImplemented locking feature as an optionally enabled...
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