Started to populate group_id on new time entry inserts.
[timetracker.git] / mobile /
2018-07-28 Nik OkuntseffStarted to populate group_id on new time entry inserts.
2018-04-21 Nik OkuntseffCosmetic - fix in path, not relevant to core functionality.
2018-04-11 Nik OkuntseffRefactoring. Got rid of isCoManager() calls.
2018-04-11 Nik OkuntseffGot rid of ttUser::isAdmin() function.
2018-04-09 Nik OkuntseffA bit of cleanup.
2018-04-04 Nik OkuntseffSome more renaming in progress.
2018-04-03 bonnedavMore refactoring of rights checks (#61)
2018-04-01 Nik OkuntseffRefactoring. Renaming team to group.
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-29 Nik OkuntseffRefactoring. Renamed team_id fields to become group_id.
2018-03-27 Nik OkuntseffRefactored headers to use view_own_projects right check.
2018-03-27 Nik OkuntseffRenamed view_projects right to view_own_projects.
2018-03-26 Nik OkuntseffSecurity fix for project edits.
2018-03-26 Nik OkuntseffSecurity fix - improved access checks for task edit...
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-25 Nik OkuntseffAccess check improvements for time and expense edits...
2018-03-25 Nik OkuntseffImproved population of on behalf dropdowns on week...
2018-03-24 Nik OkuntseffFinished improving access checks by providing separate...
2018-03-24 Nik OkuntseffSome refactoring of access checks - in progress.
2018-03-23 Nik OkuntseffReplaced getKey() with get() calls.
2018-03-23 Nik OkuntseffSome more refactoring.
2018-03-22 Nik OkuntseffIntroduced ttGroupHelper class as part of refactoring.
2018-03-16 Nik OkuntseffIntroduced override_own_punch_mode right.
2018-03-16 Nik OkuntseffChanged the meaning of override_punch_mode to apply...
2018-03-15 Nik OkuntseffA few bugs fixed related to role revamp.
2018-03-14 Nik OkuntseffAdded override_date_lock right to supervisors.
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-13 Nik OkuntseffAccess checks re-done using role rights.
2018-03-12 Nik OkuntseffSome more renaming.
2018-03-12 Nik OkuntseffRenamed a User class property as part of roles revamp...
2018-02-23 Nik OkuntseffWork in progress on roles. Implemented role delete.
2018-02-23 Nik OkuntseffFixed a problem with predefined expenses missing on...
2018-02-19 Nik OkuntseffFixed presentation of the Punch mode checkbox.
2018-02-18 Nik OkuntseffRenamed Punch in mode to Punch mode.
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-12 Nik OkuntseffMade durations like 15m legal.
2018-01-19 Nik OkuntseffMore consistent use of isGet() and isPost() functions.
2018-01-14 anukoA bit more refactoring.
2018-01-13 anukoMore refactoring.
2017-05-06 anukoImplemented task required option.
2017-04-13 anukoFixed a problem with READONLY_START_FINISH mode.
2017-03-03 anukoSimplified Checkbox class.
2017-03-01 anukoMore usage of PasswordField element type.
2017-03-01 anukoFinished refactoring of the FormElement class.
2017-03-01 anukoFurther refactoring of the FormElement class.
2017-02-28 anukoRefactoring - renamed a few things.
2017-02-05 anukoFixed constructor calls for FloatField elements to...
2017-01-29 anukoShared time_script.tpl in mobile timer.tpl as well.
2017-01-17 anukoAllowed null tasks in project and tasks tracking mode.
2016-10-23 anukoSome more renaming.
2016-10-23 anukoWork in progress renaming things.
2016-10-23 anukoSome more renaming.
2016-10-23 Andréas LundgrenAdd option to profile_edit.php to show/hide users uncom...
2016-10-16 anukoSome refactoring and version change for PR#20.
2016-10-16 anukoReplaced boolval calls to cast to bool so that the...
2016-10-16 Andréas LundgrenAdd indicator for uncompleted time entry in users.php...
2016-09-25 anukoAdded more access control checks to mobile pages.
2016-09-21 anukoWork in progress adding checks for enabled plugins...
2016-08-30 Taylor Hurtadds delete button to edit pages (#10)
2016-08-26 Taylor Hurtexpands mobile page access (#9)
2016-08-16 Nik OkuntseffMade records with 0 duration legal.
2016-04-01 Nik OkuntseffChanged a message after a date locking error.
2016-03-31 Nik OkuntseffFixed usage of isDateLocked()
2016-03-31 Nik OkuntseffImplemented locking feature as an optionally enabled...
2016-03-30 Nik OkuntseffRefactoring, finished replacing with ttUser::isPluginEn...
2016-03-30 Nik OkuntseffRefactoring - more usage of ttUser::isPluginEnabled().
2016-03-28 Nik OkuntseffReplacing else if with elseif
2016-03-22 Nik OkuntseffSome refactoring
2016-03-22 Nik OkuntseffA better comment
2016-03-22 Nik OkuntseffRenamed errors to err to keep things shorter
2016-03-22 Nik OkuntseffSiwtched to using isPost() function
2016-03-22 Nik OkuntseffSwitched to using shorter ActionErrors functions
2016-03-21 Nik OkuntseffRefactoring white space
2016-03-16 Nik OkuntseffMade only one button available on the Timer page
2016-03-16 Nik OkuntseffInitial implementation of a mobile timer page
2016-03-14 Nik OkuntseffGot rid of PHP warnning when argument is not an array
2016-03-11 Nik OkuntseffRemoved closing PHP tags in more files
2016-03-05 Nik OkuntseffRemoved not needed brackets
2016-02-29 Nik OkuntseffInitial repo created