1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/src/applications/people
epriestley 75abf79953 Remove bad "Session" link in User activity logs
Summary:
Fixes T12215. Two issues:

  - We build this `$session` link out of `$ip`, which is (a) wrong even if `$ip` was the IP and (b) super wrong since `$ip` is a tag.
  - These links don't work even if we'd built them right: searching by the //prefix// of a session identifier does nothing.

At least for now, just get rid of the links rather than trying to make this behavior work.

Test Plan:
On People > Activity logs:

  - Before patch: Saw bad links with bogus targets in "session" column.
  - After patch: Saw plain text in "session" column.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12215

Differential Revision: https://secure.phabricator.com/D17316
2017-02-06 08:38:17 -08:00
..
application Remove counts from home navigation 2017-01-21 13:55:40 -08:00
cache Validate settings before writing them to the user cache 2016-12-07 13:34:37 -08:00
capability People - refine permissions on creating new users 2015-02-05 16:47:09 -08:00
conduit Mark "v3" API methods as stable; mark obsoleted methods as "Frozen" 2017-01-09 07:16:27 -08:00
config Move FontIcon calls to Icon 2016-01-28 08:48:45 -08:00
controller Add a Picture Menu Item for Profiles 2017-02-02 08:52:38 -08:00
customfield Make it more clear that red dots next to usernames mean Calendar availability 2016-11-02 13:45:43 -07:00
editor Use new modular temporary auth token constants in one-time login and password reset flows 2016-03-16 09:33:24 -07:00
engine Add a Picture Menu Item for Profiles 2017-02-02 08:52:38 -08:00
engineextension Move Favorites and User menus to MenuBarExtensions 2017-01-21 08:50:08 -08:00
garbagecollector Provide bin/garbage for interacting with garbage collection 2015-10-02 09:17:24 -07:00
guidance Add a bunch of Phacility-specific code to the upstream, thinly veiled as generic code 2016-11-15 09:11:22 -08:00
icon Add additional icons for User Profiles 2016-01-31 20:09:06 +00:00
lipsum Improve bin/lipsum UX 2015-12-24 09:06:35 -08:00
markup On @username mentions in remarkup, show the "busy" dot color 2016-11-07 14:57:32 -08:00
menuitem Add a Picture Menu Item for Profiles 2017-02-02 08:52:38 -08:00
phid Allow users to mark themselves as "Available", "Busy" or "Away" while attending an event 2016-11-04 16:55:44 -07:00
policyrule Move some files around 2015-11-17 06:26:13 +11:00
query Fix an issue where an excessively long TTL was computed for "not attending anything" event caches 2016-11-23 15:22:13 -08:00
search Convert all "DocumentIndexers" into "FulltextEngines" 2015-12-21 17:25:23 -08:00
searchfield Add basic typechecking support to Conduit 2015-12-14 04:21:39 -08:00
storage Use futures to improve clustered repository main page performance 2016-12-08 07:26:32 -08:00
typeahead Separate sever-side typeahead queries into "prefix" and "content" phases 2016-11-10 08:54:59 -08:00
view Remove bad "Session" link in User activity logs 2017-02-06 08:38:17 -08:00