Refactoring. Renamed tt_teams table to tt_groups.
[timetracker.git] / WEB-INF / lib / ttRegistrator.class.php
2018-03-29 Nik OkuntseffRefactoring. Renamed tt_teams table to tt_groups.
2018-03-24 Nik OkuntseffAdded some protection from bot registrations.
2018-03-23 Nik OkuntseffRefactoring. Replacing getKey() with get().
2018-03-23 Nik OkuntseffRefactored admin_options.php to use ttAdmin instance.
2018-03-22 Nik OkuntseffA bit more refactoring for admin.
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...