1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/people/controller
epriestley c8320923c4 Implement most of the administrative UI for approval queues
Summary:
Nothing fancy here, just:

  - UI to show users needing approval.
  - "Approve" and "Disable" actions.
  - Send "Approved" email on approve.
  - "Approve" edit + log operations.
  - "Wait for Approval" state for users who need approval.

There's still no natural way for users to end up not-approved -- you have to write directly to the database.

Test Plan: See screenshots.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D7573
2013-11-13 11:24:18 -08:00
..
PhabricatorPeopleApproveController.php Implement most of the administrative UI for approval queues 2013-11-13 11:24:18 -08:00
PhabricatorPeopleController.php Drive auth config with the database 2013-06-20 11:18:11 -07:00
PhabricatorPeopleDisableController.php Implement most of the administrative UI for approval queues 2013-11-13 11:24:18 -08:00
PhabricatorPeopleEditController.php Improve handling of email verification and "activated" accounts 2013-11-12 14:37:04 -08:00
PhabricatorPeopleLdapController.php Move PhabricatorObjectItem to PHUIObjectItem, add 'plain' setting for lists. 2013-09-09 14:14:34 -07:00
PhabricatorPeopleListController.php Implement most of the administrative UI for approval queues 2013-11-13 11:24:18 -08:00
PhabricatorPeopleLogsController.php Always pass handles to tokenizers, not <phid -> name> maps 2013-10-07 12:51:24 -07:00
PhabricatorPeopleProfileController.php Replace some hsprintf() by phutil_tag() 2013-11-11 09:23:23 -08:00
PhabricatorPeopleProfileEditController.php Move PHUIFormBoxView to PHUIObjectBoxView 2013-09-25 11:23:29 -07:00
PhabricatorPeopleProfilePictureController.php When editing objects which use files, attach the files to the objects 2013-10-06 17:07:55 -07:00