@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update PassphraseCredential to support Mentions

Summary:
This revision allows us to see where passphrase credentials are mentioned in other parts of phabricator

This is very useful to "What is this credential for?" If we can see where it was been mentioned

Test Plan: Mentioned a passphrase and saw it in the transaction list

Reviewers: O1 Blessed Committers, Matthew

Reviewed By: O1 Blessed Committers, Matthew

Subscribers: Matthew, Cigaryno, speck, tobiaswiese, valerio.bozzolan

Differential Revision: https://we.phorge.it/D25032

authored by

ekubischta and committed by
Aviv Eyal
4aedc206 f8ffa393

+2
+1
src/__phutil_library_map__.php
··· 8401 8401 'PhabricatorApplicationTransactionInterface', 8402 8402 'PhabricatorPolicyInterface', 8403 8403 'PhabricatorFlaggableInterface', 8404 + 'PhabricatorMentionableInterface', 8404 8405 'PhabricatorSubscribableInterface', 8405 8406 'PhabricatorDestructibleInterface', 8406 8407 'PhabricatorSpacesInterface',
+1
src/applications/passphrase/storage/PassphraseCredential.php
··· 5 5 PhabricatorApplicationTransactionInterface, 6 6 PhabricatorPolicyInterface, 7 7 PhabricatorFlaggableInterface, 8 + PhabricatorMentionableInterface, 8 9 PhabricatorSubscribableInterface, 9 10 PhabricatorDestructibleInterface, 10 11 PhabricatorSpacesInterface,