Introduced DEFAULT_PLUGINS config constant.
[timetracker.git] / WEB-INF / lib / ttRegistrator.class.php
2019-04-15 Nik OkuntseffIntroduced DEFAULT_PLUGINS config constant.
2019-03-19 Nik OkuntseffStarted to create group keys upon group creation.
2018-12-24 Nik OkuntseffFixed ttRegistrator class.
2018-11-23 Nik OkuntseffMade group name mandatory for subgroup support.
2018-11-09 Nik OkuntseffSome refactoring and cleanup in ttRegistrator class.
2018-11-09 Nik OkuntseffFixed populating created_by for user created by admin.
2018-11-09 Nik OkuntseffDisabled bot protection check for logged in site admin.
2018-11-02 Nik OkuntseffMore work in progress on subgroups.
2018-11-02 Nik OkuntseffStarted to populate org_id upon group creation.
2018-04-02 Nik OkuntseffA bit more progress with renaming.
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-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...