1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-21 04:01:30 +01:00
phorge-phorge/src/applications/people
epriestley 705c1e6498 Fix an issue with user.whoami
Summary:
Both user.whoami and user.query call the same wire formatting code, but expect different data.

Don't try to add availability data to user.whoami.

Stop adding email data to user.query. We've added it since D11791, but my intent was for it to be exposed //only// via user.whoami (i.e., expose your address, not others').

Test Plan:
  - Called both methods.
  - Saw emails on user.whoami.
  - Saw availability on user.query.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D12848
2015-05-14 16:48:45 -07:00
..
application Implement a scope selector for the global search 2015-04-22 14:31:36 -07:00
capability People - refine permissions on creating new users 2015-02-05 16:47:09 -08:00
conduit Fix an issue with user.whoami 2015-05-14 16:48:45 -07:00
config Add getGroup to ConfigOptions 2015-02-09 13:10:56 -08:00
controller Replace user "status" with "availability" 2015-05-14 11:15:04 -07:00
customfield Replace user "status" with "availability" 2015-05-14 11:15:04 -07:00
editor Use __CLASS__ instead of hard-coding class names 2015-05-14 07:21:13 +10:00
event Replace user "status" with "availability" 2015-05-14 11:15:04 -07:00
garbagecollector Add a GC for user logs 2014-02-03 10:51:41 -08:00
lipsum Rename PhutilRealnameContextFreeGrammar for consistency 2015-01-06 12:04:19 +11:00
markup Replace user "status" with "availability" 2015-05-14 11:15:04 -07:00
phid Replace user "status" with "availability" 2015-05-14 11:15:04 -07:00
query Add an availability cache for users 2015-05-14 11:15:22 -07:00
search Rename PHIDType classes 2014-07-24 08:05:46 +10:00
storage Add an availability cache for users 2015-05-14 11:15:22 -07:00
typeahead Add an anyone() typeahead function for matching any document owner 2015-04-23 15:44:27 -07:00
view Let users review their own account activity logs 2014-04-27 17:32:09 -07:00