pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import phabricator-20160221 as wip/phabricator.



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Sun Feb 21 20:16:17 2016 +0100
Changeset:	06eb9658b0bb5e5c4f3e6aa78146c404c990c895

Added Files:
	phabricator/DESCR
	phabricator/Makefile
	phabricator/PLIST
	phabricator/distinfo

Log Message:
Import phabricator-20160221 as wip/phabricator.

Phabricator is a collection of open source web applications that help
software companies build better software.

WWW: http://phabricator.org/

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=06eb9658b0bb5e5c4f3e6aa78146c404c990c895

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 phabricator/DESCR    |    4 +
 phabricator/Makefile |   82 +
 phabricator/PLIST    | 6340 ++++++++++++++++++++++++++++++++++++++++++++++++++
 phabricator/distinfo |    6 +
 4 files changed, 6432 insertions(+)

diffs:
diff --git a/phabricator/DESCR b/phabricator/DESCR
new file mode 100644
index 0000000..e389605
--- /dev/null
+++ b/phabricator/DESCR
@@ -0,0 +1,4 @@
+Phabricator is a collection of open source web applications that help
+software companies build better software.
+
+WWW: http://phabricator.org/
diff --git a/phabricator/Makefile b/phabricator/Makefile
new file mode 100644
index 0000000..75093b4
--- /dev/null
+++ b/phabricator/Makefile
@@ -0,0 +1,82 @@
+# $NetBSD$
+
+# TODO
+# rc.d file?
+# mention php.ini mods in MESSAGE and mysql setup
+# need working git + mozilla-rootcerts ?
+DISTNAME=		phabricator-20160221
+CATEGORIES=		devel
+MASTER_SITES=		${MASTER_SITE_LOCAL}
+
+MAINTAINER=		youri%NetBSD.org@localhost
+HOMEPAGE=		http://phabricator.com/
+COMMENT=		Open software engineering platform
+LICENSE=		apache-2.0
+
+WRKSRC=			${WRKDIR}/phabricator
+
+USE_TOOLS+=		pax
+
+DEPENDS+=		${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl
+DEPENDS+=		${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring
+DEPENDS+=		${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv
+DEPENDS+=		${PHP_PKG_PREFIX}-mysql-[0-9]*:../../databases/php-mysql
+DEPENDS+=		${PHP_PKG_PREFIX}-pcntl-[0-9]*:../../devel/php-pcntl
+DEPENDS+=		${PHP_PKG_PREFIX}-posix-[0-9]*:../../devel/php-posix
+DEPENDS+=		${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd
+DEPENDS+=		${PHP_PKG_PREFIX}-zendopcache-[0-9]*:../../www/php-zendopcache
+DEPENDS+=		${PHP_PKG_PREFIX}-apcu-[0-9]*:../../www/php-apcu
+#DEPENDS+=		:../../textproc/py-pygments?
+DEPENDS+=		libphutil-[0-9]*:../../wip/libphutil
+DEPENDS+=		arcanist-[0-9]*:../../wip/arcanist
+
+SUBST_CLASSES+=		php
+SUBST_MESSAGE.php=	Fixing PHP path
+SUBST_STAGE.php=	post-configure
+SUBST_FILES.php=	externals/httpful/build
+SUBST_FILES.php+=	externals/restful/build-phar
+SUBST_SED.php=		-e 's,/usr/bin/php,${PREFIX}/bin/php,'
+
+SUBST_CLASSES+=		php_env
+SUBST_MESSAGE.php_env=	Fixing PHP path
+SUBST_STAGE.php_env=	post-configure
+SUBST_FILES.php_env+=	scripts/almanac/manage_almanac.php \
+			scripts/cache/manage_cache.php \
+			scripts/calendar/import_us_holidays.php \
+			scripts/celerity/generate_sprites.php \
+			scripts/daemon/*.php \
+			scripts/diviner/diviner.php \
+			scripts/drydock/drydock_control.php \
+			scripts/fact/manage_facts.php \
+			scripts/files/manage_files.php \
+			scripts/lipsum/manage_lipsum.php \
+			scripts/mail/*.php \
+			scripts/repository/*.php \
+			scripts/search/manage_search.php \
+			scripts/setup/*.php \
+			scripts/sms/manage_sms.php \
+			scripts/sql/manage_storage.php \
+			scripts/ssh/*.php \
+			scripts/symbols/*.php \
+			scripts/user/*.php \
+			scripts/util/*.php \
+			support/aphlict/server/aphlict_launcher.php 
+SUBST_SED.php_env=	-e 's,/usr/bin/env php,${PREFIX}/bin/php,'
+
+
+REPLACE_PYTHON+=	externals/twilio-php/docs/_themes/flask_theme_support.py \
+			externals/twilio-php/docs/conf.py
+
+CHECK_INTERPRETER_SKIP+=	externals/wordlist/password.lst
+
+NO_BUILD=		yes
+
+PHABRICATOR_DIR=	${PREFIX}/share/phabricator
+
+AUTO_MKDIRS=		yes
+
+do-install:
+			cd ${WRKSRC} && pax -rw -pe * ${DESTDIR}${PHABRICATOR_DIR}
+
+.include "../../lang/php/phpversion.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/phabricator/PLIST b/phabricator/PLIST
new file mode 100644
index 0000000..128c11c
--- /dev/null
+++ b/phabricator/PLIST
@@ -0,0 +1,6340 @@
+@comment $NetBSD$
+share/phabricator/LICENSE
+share/phabricator/NOTICE
+share/phabricator/README.md
+share/phabricator/bin/accountadmin
+share/phabricator/bin/almanac
+share/phabricator/bin/aphlict
+share/phabricator/bin/audit
+share/phabricator/bin/auth
+share/phabricator/bin/cache
+share/phabricator/bin/celerity
+share/phabricator/bin/commit-hook
+share/phabricator/bin/config
+share/phabricator/bin/differential
+share/phabricator/bin/diviner
+share/phabricator/bin/drydock
+share/phabricator/bin/fact
+share/phabricator/bin/feed
+share/phabricator/bin/files
+share/phabricator/bin/garbage
+share/phabricator/bin/harbormaster
+share/phabricator/bin/hunks
+share/phabricator/bin/i18n
+share/phabricator/bin/lipsum
+share/phabricator/bin/mail
+share/phabricator/bin/phd
+share/phabricator/bin/phortune
+share/phabricator/bin/policy
+share/phabricator/bin/remove
+share/phabricator/bin/repository
+share/phabricator/bin/search
+share/phabricator/bin/sms
+share/phabricator/bin/ssh-auth
+share/phabricator/bin/ssh-auth-key
+share/phabricator/bin/ssh-connect
+share/phabricator/bin/ssh-exec
+share/phabricator/bin/storage
+share/phabricator/bin/trigger
+share/phabricator/bin/worker
+share/phabricator/conf/__init_conf__.php
+share/phabricator/conf/keys/.keep
+share/phabricator/conf/local/README
+share/phabricator/externals/JsShrink/jsShrink.php
+share/phabricator/externals/JsShrink/readme.txt
+share/phabricator/externals/amazon-ses/ses.php
+share/phabricator/externals/cowsay/ChangeLog
+share/phabricator/externals/cowsay/INSTALL
+share/phabricator/externals/cowsay/LICENSE
+share/phabricator/externals/cowsay/MANIFEST
+share/phabricator/externals/cowsay/README
+share/phabricator/externals/cowsay/Wrap.pm.diff
+share/phabricator/externals/cowsay/cows/bunny.cow
+share/phabricator/externals/cowsay/cows/cower.cow
+share/phabricator/externals/cowsay/cows/daemon.cow
+share/phabricator/externals/cowsay/cows/default.cow
+share/phabricator/externals/cowsay/cows/dragon-and-cow.cow
+share/phabricator/externals/cowsay/cows/dragon.cow
+share/phabricator/externals/cowsay/cows/elephant.cow
+share/phabricator/externals/cowsay/cows/eyes.cow
+share/phabricator/externals/cowsay/cows/flaming-sheep.cow
+share/phabricator/externals/cowsay/cows/head-in.cow
+share/phabricator/externals/cowsay/cows/kitty.cow
+share/phabricator/externals/cowsay/cows/koala.cow
+share/phabricator/externals/cowsay/cows/meow.cow
+share/phabricator/externals/cowsay/cows/moofasa.cow
+share/phabricator/externals/cowsay/cows/moose.cow
+share/phabricator/externals/cowsay/cows/mutilated.cow
+share/phabricator/externals/cowsay/cows/satanic.cow
+share/phabricator/externals/cowsay/cows/sheep.cow
+share/phabricator/externals/cowsay/cows/skeleton.cow
+share/phabricator/externals/cowsay/cows/small.cow
+share/phabricator/externals/cowsay/cows/squirrel.cow
+share/phabricator/externals/cowsay/cows/stegosaurus.cow
+share/phabricator/externals/cowsay/cows/supermilker.cow
+share/phabricator/externals/cowsay/cows/surgery.cow
+share/phabricator/externals/cowsay/cows/turkey.cow
+share/phabricator/externals/cowsay/cows/turtle.cow
+share/phabricator/externals/cowsay/cows/tux.cow
+share/phabricator/externals/cowsay/cows/www.cow
+share/phabricator/externals/cowsay/cowsay
+share/phabricator/externals/cowsay/cowsay.1
+share/phabricator/externals/cowsay/install.sh
+share/phabricator/externals/cowsay/pgp_public_key.txt
+share/phabricator/externals/diff_match_patch/diff_match_patch.php
+share/phabricator/externals/figlet/.gitignore
+share/phabricator/externals/figlet/CHANGES
+share/phabricator/externals/figlet/FAQ
+share/phabricator/externals/figlet/LICENSE
+share/phabricator/externals/figlet/Makefile
+share/phabricator/externals/figlet/Makefile.tc
+share/phabricator/externals/figlet/README
+share/phabricator/externals/figlet/chkfont.6
+share/phabricator/externals/figlet/chkfont.c
+share/phabricator/externals/figlet/crc.c
+share/phabricator/externals/figlet/crc.h
+share/phabricator/externals/figlet/figfont.txt
+share/phabricator/externals/figlet/figlet.6
+share/phabricator/externals/figlet/figlet.c
+share/phabricator/externals/figlet/figlist
+share/phabricator/externals/figlet/figlist.6
+share/phabricator/externals/figlet/figmagic
+share/phabricator/externals/figlet/fonts/646-ca.flc
+share/phabricator/externals/figlet/fonts/646-ca2.flc
+share/phabricator/externals/figlet/fonts/646-cn.flc
+share/phabricator/externals/figlet/fonts/646-cu.flc
+share/phabricator/externals/figlet/fonts/646-de.flc
+share/phabricator/externals/figlet/fonts/646-dk.flc
+share/phabricator/externals/figlet/fonts/646-es.flc
+share/phabricator/externals/figlet/fonts/646-es2.flc
+share/phabricator/externals/figlet/fonts/646-fr.flc
+share/phabricator/externals/figlet/fonts/646-gb.flc
+share/phabricator/externals/figlet/fonts/646-hu.flc
+share/phabricator/externals/figlet/fonts/646-irv.flc
+share/phabricator/externals/figlet/fonts/646-it.flc
+share/phabricator/externals/figlet/fonts/646-jp.flc
+share/phabricator/externals/figlet/fonts/646-kr.flc
+share/phabricator/externals/figlet/fonts/646-no.flc
+share/phabricator/externals/figlet/fonts/646-no2.flc
+share/phabricator/externals/figlet/fonts/646-pt.flc
+share/phabricator/externals/figlet/fonts/646-pt2.flc
+share/phabricator/externals/figlet/fonts/646-se.flc
+share/phabricator/externals/figlet/fonts/646-se2.flc
+share/phabricator/externals/figlet/fonts/646-yu.flc
+share/phabricator/externals/figlet/fonts/8859-2.flc
+share/phabricator/externals/figlet/fonts/8859-3.flc
+share/phabricator/externals/figlet/fonts/8859-4.flc
+share/phabricator/externals/figlet/fonts/8859-5.flc
+share/phabricator/externals/figlet/fonts/8859-7.flc
+share/phabricator/externals/figlet/fonts/8859-8.flc
+share/phabricator/externals/figlet/fonts/8859-9.flc
+share/phabricator/externals/figlet/fonts/banner.flf
+share/phabricator/externals/figlet/fonts/big.flf
+share/phabricator/externals/figlet/fonts/block.flf
+share/phabricator/externals/figlet/fonts/bubble.flf
+share/phabricator/externals/figlet/fonts/digital.flf
+share/phabricator/externals/figlet/fonts/frango.flc
+share/phabricator/externals/figlet/fonts/hz.flc
+share/phabricator/externals/figlet/fonts/ilhebrew.flc
+share/phabricator/externals/figlet/fonts/ivrit.flf
+share/phabricator/externals/figlet/fonts/jis0201.flc
+share/phabricator/externals/figlet/fonts/koi8r.flc
+share/phabricator/externals/figlet/fonts/lean.flf
+share/phabricator/externals/figlet/fonts/mini.flf
+share/phabricator/externals/figlet/fonts/mnemonic.flf
+share/phabricator/externals/figlet/fonts/moscow.flc
+share/phabricator/externals/figlet/fonts/script.flf
+share/phabricator/externals/figlet/fonts/shadow.flf
+share/phabricator/externals/figlet/fonts/slant.flf
+share/phabricator/externals/figlet/fonts/small.flf
+share/phabricator/externals/figlet/fonts/smscript.flf
+share/phabricator/externals/figlet/fonts/smshadow.flf
+share/phabricator/externals/figlet/fonts/smslant.flf
+share/phabricator/externals/figlet/fonts/standard.flf
+share/phabricator/externals/figlet/fonts/term.flf
+share/phabricator/externals/figlet/fonts/upper.flc
+share/phabricator/externals/figlet/fonts/ushebrew.flc
+share/phabricator/externals/figlet/fonts/uskata.flc
+share/phabricator/externals/figlet/fonts/utf8.flc
+share/phabricator/externals/figlet/getopt.c
+share/phabricator/externals/figlet/inflate.c
+share/phabricator/externals/figlet/inflate.h
+share/phabricator/externals/figlet/run-tests.sh
+share/phabricator/externals/figlet/showfigfonts
+share/phabricator/externals/figlet/showfigfonts.6
+share/phabricator/externals/figlet/tests/emboss.tlf
+share/phabricator/externals/figlet/tests/flowerpower.flf
+share/phabricator/externals/figlet/tests/input.txt
+share/phabricator/externals/figlet/tests/longtext.txt
+share/phabricator/externals/figlet/tests/res001.txt
+share/phabricator/externals/figlet/tests/res002.txt
+share/phabricator/externals/figlet/tests/res003.txt
+share/phabricator/externals/figlet/tests/res004.txt
+share/phabricator/externals/figlet/tests/res005.txt
+share/phabricator/externals/figlet/tests/res006.txt
+share/phabricator/externals/figlet/tests/res007.txt
+share/phabricator/externals/figlet/tests/res008.txt
+share/phabricator/externals/figlet/tests/res009.txt
+share/phabricator/externals/figlet/tests/res010.txt
+share/phabricator/externals/figlet/tests/res011.txt
+share/phabricator/externals/figlet/tests/res012.txt
+share/phabricator/externals/figlet/tests/res013.txt
+share/phabricator/externals/figlet/tests/res014.txt
+share/phabricator/externals/figlet/tests/res015.txt
+share/phabricator/externals/figlet/tests/res016.txt
+share/phabricator/externals/figlet/tests/res017.txt
+share/phabricator/externals/figlet/tests/res018.txt
+share/phabricator/externals/figlet/tests/res019.txt
+share/phabricator/externals/figlet/tests/res020.txt
+share/phabricator/externals/figlet/tests/res021.txt
+share/phabricator/externals/figlet/tests/res022.txt
+share/phabricator/externals/figlet/tests/res023.txt
+share/phabricator/externals/figlet/tests/res024.txt
+share/phabricator/externals/figlet/tests/res025.txt
+share/phabricator/externals/figlet/tests/res026.txt
+share/phabricator/externals/figlet/tests/res027.txt
+share/phabricator/externals/figlet/utf8.c
+share/phabricator/externals/figlet/utf8.h
+share/phabricator/externals/figlet/zipio.c
+share/phabricator/externals/figlet/zipio.h
+share/phabricator/externals/httpful/.gitignore
+share/phabricator/externals/httpful/.travis.yml
+share/phabricator/externals/httpful/LICENSE.txt
+share/phabricator/externals/httpful/README.md
+share/phabricator/externals/httpful/bootstrap.php
+share/phabricator/externals/httpful/build
+share/phabricator/externals/httpful/composer.json
+share/phabricator/externals/httpful/examples/freebase.php
+share/phabricator/externals/httpful/examples/github.php
+share/phabricator/externals/httpful/examples/override.php
+share/phabricator/externals/httpful/examples/showclix.php
+share/phabricator/externals/httpful/examples/twitter.php
+share/phabricator/externals/httpful/src/Httpful/Bootstrap.php
+share/phabricator/externals/httpful/src/Httpful/Exception/ConnectionErrorException.php
+share/phabricator/externals/httpful/src/Httpful/Handlers/CsvHandler.php
+share/phabricator/externals/httpful/src/Httpful/Handlers/FormHandler.php
+share/phabricator/externals/httpful/src/Httpful/Handlers/JsonHandler.php
+share/phabricator/externals/httpful/src/Httpful/Handlers/MimeHandlerAdapter.php
+share/phabricator/externals/httpful/src/Httpful/Handlers/README.md
+share/phabricator/externals/httpful/src/Httpful/Handlers/XHtmlHandler.php
+share/phabricator/externals/httpful/src/Httpful/Handlers/XmlHandler.php
+share/phabricator/externals/httpful/src/Httpful/Http.php
+share/phabricator/externals/httpful/src/Httpful/Httpful.php
+share/phabricator/externals/httpful/src/Httpful/Mime.php
+share/phabricator/externals/httpful/src/Httpful/Request.php
+share/phabricator/externals/httpful/src/Httpful/Response.php
+share/phabricator/externals/httpful/src/Httpful/Response/Headers.php
+share/phabricator/externals/httpful/tests/Httpful/HttpfulTest.php
+share/phabricator/externals/httpful/tests/phpunit.xml
+share/phabricator/externals/mimemailparser/LICENSE
+share/phabricator/externals/mimemailparser/MimeMailParser.class.php
+share/phabricator/externals/mimemailparser/README
+share/phabricator/externals/mimemailparser/attachment.class.php
+share/phabricator/externals/pear-figlet/Text/Figlet.php
+share/phabricator/externals/pear-figlet/docs/README.TXT
+share/phabricator/externals/pear-figlet/docs/examples/hello_world.php
+share/phabricator/externals/pear-figlet/fonts/makisupa.flf
+share/phabricator/externals/phpmailer/LICENSE
+share/phabricator/externals/phpmailer/class.phpmailer-lite.php
+share/phabricator/externals/phpmailer/class.phpmailer.php
+share/phabricator/externals/phpmailer/class.pop3.php
+share/phabricator/externals/phpmailer/class.smtp.php
+share/phabricator/externals/phpqrcode/LICENSE
+share/phabricator/externals/phpqrcode/README
+share/phabricator/externals/phpqrcode/VERSION
+share/phabricator/externals/phpqrcode/phpqrcode.php
+share/phabricator/externals/recaptcha/LICENSE
+share/phabricator/externals/recaptcha/recaptchalib.php
+share/phabricator/externals/restful/.gitignore
+share/phabricator/externals/restful/.travis.yml
+share/phabricator/externals/restful/LICENSE
+share/phabricator/externals/restful/README.md
+share/phabricator/externals/restful/bootstrap.php
+share/phabricator/externals/restful/build-phar
+share/phabricator/externals/restful/composer.json
+share/phabricator/externals/restful/src/RESTful/Bootstrap.php
+share/phabricator/externals/restful/src/RESTful/Client.php
+share/phabricator/externals/restful/src/RESTful/Collection.php
+share/phabricator/externals/restful/src/RESTful/Exceptions/Base.php
+share/phabricator/externals/restful/src/RESTful/Exceptions/HTTPError.php
+share/phabricator/externals/restful/src/RESTful/Exceptions/MultipleResultsFound.php
+share/phabricator/externals/restful/src/RESTful/Exceptions/NoResultFound.php
+share/phabricator/externals/restful/src/RESTful/Field.php
+share/phabricator/externals/restful/src/RESTful/Fields.php
+share/phabricator/externals/restful/src/RESTful/FilterExpression.php
+share/phabricator/externals/restful/src/RESTful/Itemization.php
+share/phabricator/externals/restful/src/RESTful/ItemizationIterator.php
+share/phabricator/externals/restful/src/RESTful/Page.php
+share/phabricator/externals/restful/src/RESTful/Pagination.php
+share/phabricator/externals/restful/src/RESTful/PaginationIterator.php
+share/phabricator/externals/restful/src/RESTful/Query.php
+share/phabricator/externals/restful/src/RESTful/Registry.php
+share/phabricator/externals/restful/src/RESTful/Resource.php
+share/phabricator/externals/restful/src/RESTful/Settings.php
+share/phabricator/externals/restful/src/RESTful/SortExpression.php
+share/phabricator/externals/restful/src/RESTful/URISpec.php
+share/phabricator/externals/restful/tests/RESTful/CoreTest.php
+share/phabricator/externals/restful/tests/phpunit.xml
+share/phabricator/externals/stripe-php/.travis.yml
+share/phabricator/externals/stripe-php/CHANGELOG
+share/phabricator/externals/stripe-php/LICENSE
+share/phabricator/externals/stripe-php/README.rdoc
+share/phabricator/externals/stripe-php/VERSION
+share/phabricator/externals/stripe-php/composer.json
+share/phabricator/externals/stripe-php/lib/Stripe.php
+share/phabricator/externals/stripe-php/lib/Stripe/Account.php
+share/phabricator/externals/stripe-php/lib/Stripe/ApiConnectionError.php
+share/phabricator/externals/stripe-php/lib/Stripe/ApiError.php
+share/phabricator/externals/stripe-php/lib/Stripe/ApiRequestor.php
+share/phabricator/externals/stripe-php/lib/Stripe/ApiResource.php
+share/phabricator/externals/stripe-php/lib/Stripe/ApplicationFee.php
+share/phabricator/externals/stripe-php/lib/Stripe/AttachedObject.php
+share/phabricator/externals/stripe-php/lib/Stripe/AuthenticationError.php
+share/phabricator/externals/stripe-php/lib/Stripe/Balance.php
+share/phabricator/externals/stripe-php/lib/Stripe/BalanceTransaction.php
+share/phabricator/externals/stripe-php/lib/Stripe/Card.php
+share/phabricator/externals/stripe-php/lib/Stripe/CardError.php
+share/phabricator/externals/stripe-php/lib/Stripe/Charge.php
+share/phabricator/externals/stripe-php/lib/Stripe/Coupon.php
+share/phabricator/externals/stripe-php/lib/Stripe/Customer.php
+share/phabricator/externals/stripe-php/lib/Stripe/Error.php
+share/phabricator/externals/stripe-php/lib/Stripe/Event.php
+share/phabricator/externals/stripe-php/lib/Stripe/InvalidRequestError.php
+share/phabricator/externals/stripe-php/lib/Stripe/Invoice.php
+share/phabricator/externals/stripe-php/lib/Stripe/InvoiceItem.php
+share/phabricator/externals/stripe-php/lib/Stripe/List.php
+share/phabricator/externals/stripe-php/lib/Stripe/Object.php
+share/phabricator/externals/stripe-php/lib/Stripe/Plan.php
+share/phabricator/externals/stripe-php/lib/Stripe/RateLimitError.php
+share/phabricator/externals/stripe-php/lib/Stripe/Recipient.php
+share/phabricator/externals/stripe-php/lib/Stripe/Refund.php
+share/phabricator/externals/stripe-php/lib/Stripe/SingletonApiResource.php
+share/phabricator/externals/stripe-php/lib/Stripe/Stripe.php
+share/phabricator/externals/stripe-php/lib/Stripe/Subscription.php
+share/phabricator/externals/stripe-php/lib/Stripe/Token.php
+share/phabricator/externals/stripe-php/lib/Stripe/Transfer.php
+share/phabricator/externals/stripe-php/lib/Stripe/Util.php
+share/phabricator/externals/stripe-php/lib/Stripe/Util/Set.php
+share/phabricator/externals/stripe-php/lib/data/ca-certificates.crt
+share/phabricator/externals/twilio-php/AUTHORS.md
+share/phabricator/externals/twilio-php/CHANGES.md
+share/phabricator/externals/twilio-php/LICENSE
+share/phabricator/externals/twilio-php/Makefile
+share/phabricator/externals/twilio-php/README.md
+share/phabricator/externals/twilio-php/Services/Twilio.php
+share/phabricator/externals/twilio-php/Services/Twilio/AutoPagingIterator.php
+share/phabricator/externals/twilio-php/Services/Twilio/Capability.php
+share/phabricator/externals/twilio-php/Services/Twilio/HttpException.php
+share/phabricator/externals/twilio-php/Services/Twilio/HttpStream.php
+share/phabricator/externals/twilio-php/Services/Twilio/InstanceResource.php
+share/phabricator/externals/twilio-php/Services/Twilio/ListResource.php
+share/phabricator/externals/twilio-php/Services/Twilio/NumberType.php
+share/phabricator/externals/twilio-php/Services/Twilio/Page.php
+share/phabricator/externals/twilio-php/Services/Twilio/PartialApplicationHelper.php
+share/phabricator/externals/twilio-php/Services/Twilio/RequestValidator.php
+share/phabricator/externals/twilio-php/Services/Twilio/Resource.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Account.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Accounts.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Application.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Applications.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/AuthorizedConnectApp.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/AuthorizedConnectApps.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/AvailablePhoneNumber.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/AvailablePhoneNumbers.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Call.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Calls.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Conference.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Conferences.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/ConnectApp.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/ConnectApps.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Credential.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/CredentialList.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/CredentialListMapping.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/CredentialListMappings.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/CredentialLists.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Credentials.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Domain.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Domains.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/IncomingPhoneNumber.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/IncomingPhoneNumbers.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/IpAccessControlList.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/IpAccessControlListMapping.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/IpAccessControlListMappings.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/IpAccessControlLists.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/IpAddress.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/IpAddresses.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Media.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/MediaInstance.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Member.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Members.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Message.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Messages.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Notification.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Notifications.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/OutgoingCallerId.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/OutgoingCallerIds.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Participant.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Participants.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Queue.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Queues.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Recording.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Recordings.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Sandbox.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/ShortCode.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/ShortCodes.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Sip.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/SmsMessage.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/SmsMessages.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Transcription.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/Transcriptions.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/UsageRecord.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/UsageRecords.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/UsageTrigger.php
+share/phabricator/externals/twilio-php/Services/Twilio/Rest/UsageTriggers.php
+share/phabricator/externals/twilio-php/Services/Twilio/RestException.php
+share/phabricator/externals/twilio-php/Services/Twilio/SIPListResource.php
+share/phabricator/externals/twilio-php/Services/Twilio/TimeRangeResource.php
+share/phabricator/externals/twilio-php/Services/Twilio/TinyHttp.php
+share/phabricator/externals/twilio-php/Services/Twilio/Twiml.php
+share/phabricator/externals/twilio-php/Services/Twilio/UsageResource.php
+share/phabricator/externals/twilio-php/Services/cacert.pem
+share/phabricator/externals/twilio-php/composer.json
+share/phabricator/externals/twilio-php/composer.lock
+share/phabricator/externals/twilio-php/docs/Makefile
+share/phabricator/externals/twilio-php/docs/_themes/.gitignore
+share/phabricator/externals/twilio-php/docs/_themes/LICENSE
+share/phabricator/externals/twilio-php/docs/_themes/README.rst
+share/phabricator/externals/twilio-php/docs/_themes/flask_theme_support.py
+share/phabricator/externals/twilio-php/docs/_themes/kr/layout.html
+share/phabricator/externals/twilio-php/docs/_themes/kr/relations.html
+share/phabricator/externals/twilio-php/docs/_themes/kr/static/flasky.css_t
+share/phabricator/externals/twilio-php/docs/_themes/kr/static/small_flask.css
+share/phabricator/externals/twilio-php/docs/_themes/kr/theme.conf
+share/phabricator/externals/twilio-php/docs/_themes/kr_small/layout.html
+share/phabricator/externals/twilio-php/docs/_themes/kr_small/static/flasky.css_t
+share/phabricator/externals/twilio-php/docs/_themes/kr_small/theme.conf
+share/phabricator/externals/twilio-php/docs/api/rest.rst
+share/phabricator/externals/twilio-php/docs/api/services.rst
+share/phabricator/externals/twilio-php/docs/api/twiml.rst
+share/phabricator/externals/twilio-php/docs/conf.py
+share/phabricator/externals/twilio-php/docs/faq.rst
+share/phabricator/externals/twilio-php/docs/index.rst
+share/phabricator/externals/twilio-php/docs/quickstart.rst
+share/phabricator/externals/twilio-php/docs/requirements.txt
+share/phabricator/externals/twilio-php/docs/usage/rest.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/accounts.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/applications.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/callerids.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/calls.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/conferences.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/members.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/messages.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/notifications.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/phonenumbers.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/queues.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/recordings.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/sip.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/sms-messages.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/transcriptions.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/usage-records.rst
+share/phabricator/externals/twilio-php/docs/usage/rest/usage-triggers.rst
+share/phabricator/externals/twilio-php/docs/usage/token-generation.rst
+share/phabricator/externals/twilio-php/docs/usage/twiml.rst
+share/phabricator/externals/twilio-php/docs/usage/validation.rst
+share/phabricator/externals/twilio-php/package.php
+share/phabricator/externals/twilio-php/tests/Bootstrap.php
+share/phabricator/externals/twilio-php/tests/BuildQueryTest.php
+share/phabricator/externals/twilio-php/tests/CapabilityTest.php
+share/phabricator/externals/twilio-php/tests/README
+share/phabricator/externals/twilio-php/tests/RequestValidatorTest.php
+share/phabricator/externals/twilio-php/tests/TwilioTest.php
+share/phabricator/externals/twilio-php/tests/TwimlTest.php
+share/phabricator/externals/twilio-php/tests/phpunit.xml
+share/phabricator/externals/twilio-php/tests/resources/AccountsTest.php
+share/phabricator/externals/twilio-php/tests/resources/ApplicationsTest.php
+share/phabricator/externals/twilio-php/tests/resources/AvailablePhoneNumbersTest.php
+share/phabricator/externals/twilio-php/tests/resources/CallsTest.php
+share/phabricator/externals/twilio-php/tests/resources/ConnectAppsTest.php
+share/phabricator/externals/twilio-php/tests/resources/IncomingPhoneNumbersTest.php
+share/phabricator/externals/twilio-php/tests/resources/MediaTest.php
+share/phabricator/externals/twilio-php/tests/resources/MembersTest.php
+share/phabricator/externals/twilio-php/tests/resources/MessagesTest.php
+share/phabricator/externals/twilio-php/tests/resources/NotificationTest.php
+share/phabricator/externals/twilio-php/tests/resources/OutgoingCallerIdsTest.php
+share/phabricator/externals/twilio-php/tests/resources/QueuesTest.php
+share/phabricator/externals/twilio-php/tests/resources/SMSMessagesTest.php
+share/phabricator/externals/twilio-php/tests/resources/SandboxTest.php
+share/phabricator/externals/twilio-php/tests/resources/ShortCodesTest.php
+share/phabricator/externals/twilio-php/tests/resources/UsageRecordsTest.php
+share/phabricator/externals/twilio-php/tests/resources/UsageTriggersTest.php
+share/phabricator/externals/wepay/LICENSE
+share/phabricator/externals/wepay/README.md
+share/phabricator/externals/wepay/composer.json
+share/phabricator/externals/wepay/demoapp/README
+share/phabricator/externals/wepay/demoapp/_shared.php
+share/phabricator/externals/wepay/demoapp/accountlist.php
+share/phabricator/externals/wepay/demoapp/index.php
+share/phabricator/externals/wepay/demoapp/login.php
+share/phabricator/externals/wepay/demoapp/logout.php
+share/phabricator/externals/wepay/demoapp/openaccount.php
+share/phabricator/externals/wepay/demoapp/user.php
+share/phabricator/externals/wepay/iframe_demoapp/checkout.php
+share/phabricator/externals/wepay/iframe_demoapp/list_accounts.php
+share/phabricator/externals/wepay/wepay.php
+share/phabricator/externals/wordlist/LICENSE.txt
+share/phabricator/externals/wordlist/password.lst
+share/phabricator/externals/xhprof/LICENSE
+share/phabricator/externals/xhprof/xhprof_lib.php
+share/phabricator/resources/builtin/agent.png
+share/phabricator/resources/builtin/blog.png
+share/phabricator/resources/builtin/image-100x100.png
+share/phabricator/resources/builtin/image-200x200.png
+share/phabricator/resources/builtin/image-220x220.png
+share/phabricator/resources/builtin/image-280x210.png
+share/phabricator/resources/builtin/image-526x526.png
+share/phabricator/resources/builtin/mailinglist.png
+share/phabricator/resources/builtin/missing.png
+share/phabricator/resources/builtin/profile.png
+share/phabricator/resources/builtin/project.png
+share/phabricator/resources/builtin/projects/fa-android.png
+share/phabricator/resources/builtin/projects/fa-apple.png
+share/phabricator/resources/builtin/projects/fa-beer.png
+share/phabricator/resources/builtin/projects/fa-bomb.png
+share/phabricator/resources/builtin/projects/fa-book.png
+share/phabricator/resources/builtin/projects/fa-briefcase.png
+share/phabricator/resources/builtin/projects/fa-bug.png
+share/phabricator/resources/builtin/projects/fa-building.png
+share/phabricator/resources/builtin/projects/fa-calendar.png
+share/phabricator/resources/builtin/projects/fa-camera-retro.png
+share/phabricator/resources/builtin/projects/fa-chrome.png
+share/phabricator/resources/builtin/projects/fa-cloud.png
+share/phabricator/resources/builtin/projects/fa-coffee.png
+share/phabricator/resources/builtin/projects/fa-comments.png
+share/phabricator/resources/builtin/projects/fa-credit-card.png
+share/phabricator/resources/builtin/projects/fa-database.png
+share/phabricator/resources/builtin/projects/fa-desktop.png
+share/phabricator/resources/builtin/projects/fa-diamond.png
+share/phabricator/resources/builtin/projects/fa-empire.png
+share/phabricator/resources/builtin/projects/fa-envelope.png
+share/phabricator/resources/builtin/projects/fa-facebook.png
+share/phabricator/resources/builtin/projects/fa-fax.png
+share/phabricator/resources/builtin/projects/fa-film.png
+share/phabricator/resources/builtin/projects/fa-firefox.png
+share/phabricator/resources/builtin/projects/fa-flag-checkered.png
+share/phabricator/resources/builtin/projects/fa-flask.png
+share/phabricator/resources/builtin/projects/fa-folder.png
+share/phabricator/resources/builtin/projects/fa-gamepad.png
+share/phabricator/resources/builtin/projects/fa-gears.png
+share/phabricator/resources/builtin/projects/fa-google.png
+share/phabricator/resources/builtin/projects/fa-hand-peace-o.png
+share/phabricator/resources/builtin/projects/fa-hashtag.png
+share/phabricator/resources/builtin/projects/fa-heart.png
+share/phabricator/resources/builtin/projects/fa-internet-explorer.png
+share/phabricator/resources/builtin/projects/fa-key.png
+share/phabricator/resources/builtin/projects/fa-legal.png
+share/phabricator/resources/builtin/projects/fa-linux.png
+share/phabricator/resources/builtin/projects/fa-lock.png
+share/phabricator/resources/builtin/projects/fa-map-marker.png
+share/phabricator/resources/builtin/projects/fa-microphone.png
+share/phabricator/resources/builtin/projects/fa-mobile.png
+share/phabricator/resources/builtin/projects/fa-money.png
+share/phabricator/resources/builtin/projects/fa-phone.png
+share/phabricator/resources/builtin/projects/fa-pie-chart.png
+share/phabricator/resources/builtin/projects/fa-rebel.png
+share/phabricator/resources/builtin/projects/fa-reddit-alien.png
+share/phabricator/resources/builtin/projects/fa-safari.png
+share/phabricator/resources/builtin/projects/fa-search.png
+share/phabricator/resources/builtin/projects/fa-server.png
+share/phabricator/resources/builtin/projects/fa-shopping-cart.png
+share/phabricator/resources/builtin/projects/fa-sitemap.png
+share/phabricator/resources/builtin/projects/fa-star.png
+share/phabricator/resources/builtin/projects/fa-tablet.png
+share/phabricator/resources/builtin/projects/fa-tag.png
+share/phabricator/resources/builtin/projects/fa-tags.png
+share/phabricator/resources/builtin/projects/fa-trash-o.png
+share/phabricator/resources/builtin/projects/fa-truck.png
+share/phabricator/resources/builtin/projects/fa-twitter.png
+share/phabricator/resources/builtin/projects/fa-umbrella.png
+share/phabricator/resources/builtin/projects/fa-university.png
+share/phabricator/resources/builtin/projects/fa-user-secret.png
+share/phabricator/resources/builtin/projects/fa-user.png
+share/phabricator/resources/builtin/projects/fa-users.png
+share/phabricator/resources/builtin/projects/fa-warning.png
+share/phabricator/resources/builtin/projects/fa-wheelchair.png
+share/phabricator/resources/builtin/projects/fa-windows.png
+share/phabricator/resources/builtin/user0.png
+share/phabricator/resources/builtin/user1.png
+share/phabricator/resources/builtin/user2.png
+share/phabricator/resources/builtin/user3.png
+share/phabricator/resources/builtin/user4.png
+share/phabricator/resources/builtin/user5.png
+share/phabricator/resources/builtin/user6.png
+share/phabricator/resources/builtin/user7.png
+share/phabricator/resources/builtin/user8.png
+share/phabricator/resources/builtin/user9.png
+share/phabricator/resources/celerity/map.php
+share/phabricator/resources/celerity/packages.php
+share/phabricator/resources/chatbot/example_config.json
+share/phabricator/resources/cows/builtin/companion.cow
+share/phabricator/resources/cows/custom/README
+share/phabricator/resources/figlet/custom/README
+share/phabricator/resources/font/tuffy.ttf
+share/phabricator/resources/sprite/login_1x/Amazon.png
+share/phabricator/resources/sprite/login_1x/Asana.png
+share/phabricator/resources/sprite/login_1x/Bitbucket.png
+share/phabricator/resources/sprite/login_1x/Disqus.png
+share/phabricator/resources/sprite/login_1x/Dropbox.png
+share/phabricator/resources/sprite/login_1x/Facebook.png
+share/phabricator/resources/sprite/login_1x/Generic.png
+share/phabricator/resources/sprite/login_1x/Github.png
+share/phabricator/resources/sprite/login_1x/Google.png
+share/phabricator/resources/sprite/login_1x/HTTP.png
+share/phabricator/resources/sprite/login_1x/Jira.png
+share/phabricator/resources/sprite/login_1x/LDAP.png
+share/phabricator/resources/sprite/login_1x/Linkedin.png
+share/phabricator/resources/sprite/login_1x/MediaWiki.png
+share/phabricator/resources/sprite/login_1x/Openid.png
+share/phabricator/resources/sprite/login_1x/PayPal.png
+share/phabricator/resources/sprite/login_1x/Persona.png
+share/phabricator/resources/sprite/login_1x/Phabricator.png
+share/phabricator/resources/sprite/login_1x/Stripe.png
+share/phabricator/resources/sprite/login_1x/TestPayment.png
+share/phabricator/resources/sprite/login_1x/TwitchTV.png
+share/phabricator/resources/sprite/login_1x/Twitter.png
+share/phabricator/resources/sprite/login_1x/WePay.png
+share/phabricator/resources/sprite/login_1x/WordPressCOM.png
+share/phabricator/resources/sprite/login_1x/Yahoo.png
+share/phabricator/resources/sprite/login_2x/Amazon.png
+share/phabricator/resources/sprite/login_2x/Asana.png
+share/phabricator/resources/sprite/login_2x/Bitbucket.png
+share/phabricator/resources/sprite/login_2x/Disqus.png
+share/phabricator/resources/sprite/login_2x/Dropbox.png
+share/phabricator/resources/sprite/login_2x/Facebook.png
+share/phabricator/resources/sprite/login_2x/Generic.png
+share/phabricator/resources/sprite/login_2x/Github.png
+share/phabricator/resources/sprite/login_2x/Google.png
+share/phabricator/resources/sprite/login_2x/HTTP.png
+share/phabricator/resources/sprite/login_2x/Jira.png
+share/phabricator/resources/sprite/login_2x/LDAP.png
+share/phabricator/resources/sprite/login_2x/Linkedin.png
+share/phabricator/resources/sprite/login_2x/MediaWiki.png
+share/phabricator/resources/sprite/login_2x/Openid.png
+share/phabricator/resources/sprite/login_2x/PayPal.png
+share/phabricator/resources/sprite/login_2x/Persona.png
+share/phabricator/resources/sprite/login_2x/Phabricator.png
+share/phabricator/resources/sprite/login_2x/Stripe.png
+share/phabricator/resources/sprite/login_2x/TestPayment.png
+share/phabricator/resources/sprite/login_2x/TwitchTV.png
+share/phabricator/resources/sprite/login_2x/Twitter.png
+share/phabricator/resources/sprite/login_2x/WePay.png
+share/phabricator/resources/sprite/login_2x/WordPressCOM.png
+share/phabricator/resources/sprite/login_2x/Yahoo.png
+share/phabricator/resources/sprite/manifest/login.json
+share/phabricator/resources/sprite/manifest/menu.json
+share/phabricator/resources/sprite/manifest/tokens.json
+share/phabricator/resources/sprite/menu_1x/dark-eye.png
+share/phabricator/resources/sprite/menu_1x/dark-logo.png
+share/phabricator/resources/sprite/menu_1x/light-eye.png
+share/phabricator/resources/sprite/menu_1x/light-logo.png
+share/phabricator/resources/sprite/menu_2x/dark-eye.png
+share/phabricator/resources/sprite/menu_2x/dark-logo.png
+share/phabricator/resources/sprite/menu_2x/light-eye.png
+share/phabricator/resources/sprite/menu_2x/light-logo.png
+share/phabricator/resources/sprite/tokens_1x/coin-1.png
+share/phabricator/resources/sprite/tokens_1x/coin-2.png
+share/phabricator/resources/sprite/tokens_1x/coin-3.png
+share/phabricator/resources/sprite/tokens_1x/coin-4.png
+share/phabricator/resources/sprite/tokens_1x/heart-1.png
+share/phabricator/resources/sprite/tokens_1x/heart-2.png
+share/phabricator/resources/sprite/tokens_1x/like-1.png
+share/phabricator/resources/sprite/tokens_1x/like-2.png
+share/phabricator/resources/sprite/tokens_1x/medal-1.png
+share/phabricator/resources/sprite/tokens_1x/medal-2.png
+share/phabricator/resources/sprite/tokens_1x/medal-3.png
+share/phabricator/resources/sprite/tokens_1x/medal-4.png
+share/phabricator/resources/sprite/tokens_1x/misc-1.png
+share/phabricator/resources/sprite/tokens_1x/misc-2.png
+share/phabricator/resources/sprite/tokens_1x/misc-3.png
+share/phabricator/resources/sprite/tokens_1x/misc-4.png
+share/phabricator/resources/sprite/tokens_2x/coin-1.png
+share/phabricator/resources/sprite/tokens_2x/coin-2.png
+share/phabricator/resources/sprite/tokens_2x/coin-3.png
+share/phabricator/resources/sprite/tokens_2x/coin-4.png
+share/phabricator/resources/sprite/tokens_2x/heart-1.png
+share/phabricator/resources/sprite/tokens_2x/heart-2.png
+share/phabricator/resources/sprite/tokens_2x/like-1.png
+share/phabricator/resources/sprite/tokens_2x/like-2.png
+share/phabricator/resources/sprite/tokens_2x/medal-1.png
+share/phabricator/resources/sprite/tokens_2x/medal-2.png
+share/phabricator/resources/sprite/tokens_2x/medal-3.png
+share/phabricator/resources/sprite/tokens_2x/medal-4.png
+share/phabricator/resources/sprite/tokens_2x/misc-1.png
+share/phabricator/resources/sprite/tokens_2x/misc-2.png
+share/phabricator/resources/sprite/tokens_2x/misc-3.png
+share/phabricator/resources/sprite/tokens_2x/misc-4.png
+share/phabricator/resources/sql/autopatches/20140104.harbormastercmd.sql
+share/phabricator/resources/sql/autopatches/20140106.macromailkey.1.sql
+share/phabricator/resources/sql/autopatches/20140106.macromailkey.2.php
+share/phabricator/resources/sql/autopatches/20140108.ddbpname.1.sql
+share/phabricator/resources/sql/autopatches/20140108.ddbpname.2.php
+share/phabricator/resources/sql/autopatches/20140109.ddxactions.sql
+share/phabricator/resources/sql/autopatches/20140109.projectcolumnsdates.sql
+share/phabricator/resources/sql/autopatches/20140113.legalpadsig.1.sql
+share/phabricator/resources/sql/autopatches/20140113.legalpadsig.2.php
+share/phabricator/resources/sql/autopatches/20140115.auth.1.id.sql
+share/phabricator/resources/sql/autopatches/20140115.auth.2.expires.sql
+share/phabricator/resources/sql/autopatches/20140115.auth.3.unlimit.php
+share/phabricator/resources/sql/autopatches/20140115.legalpadsigkey.sql
+share/phabricator/resources/sql/autopatches/20140116.reporefcursor.sql
+share/phabricator/resources/sql/autopatches/20140126.diff.1.parentrevisionid.sql
+share/phabricator/resources/sql/autopatches/20140126.diff.2.repositoryphid.sql
+share/phabricator/resources/sql/autopatches/20140130.dash.1.board.sql
+share/phabricator/resources/sql/autopatches/20140130.dash.2.panel.sql
+share/phabricator/resources/sql/autopatches/20140130.dash.3.boardxaction.sql
+share/phabricator/resources/sql/autopatches/20140130.dash.4.panelxaction.sql
+share/phabricator/resources/sql/autopatches/20140130.mail.1.retry.sql
+share/phabricator/resources/sql/autopatches/20140130.mail.2.next.sql
+share/phabricator/resources/sql/autopatches/20140201.gc.1.mailsent.sql
+share/phabricator/resources/sql/autopatches/20140201.gc.2.mailreceived.sql
+share/phabricator/resources/sql/autopatches/20140205.cal.1.rename.sql
+share/phabricator/resources/sql/autopatches/20140205.cal.2.phid-col.sql
+share/phabricator/resources/sql/autopatches/20140205.cal.3.phid-mig.php
+share/phabricator/resources/sql/autopatches/20140205.cal.4.phid-key.sql
+share/phabricator/resources/sql/autopatches/20140210.herald.rule-condition-mig.php
+share/phabricator/resources/sql/autopatches/20140210.projcfield.1.blurb.php
+share/phabricator/resources/sql/autopatches/20140210.projcfield.2.piccol.sql
+share/phabricator/resources/sql/autopatches/20140210.projcfield.3.picmig.sql
+share/phabricator/resources/sql/autopatches/20140210.projcfield.4.memmig.sql
+share/phabricator/resources/sql/autopatches/20140210.projcfield.5.dropprofile.sql
+share/phabricator/resources/sql/autopatches/20140211.dx.1.nullablechangesetid.sql
+share/phabricator/resources/sql/autopatches/20140211.dx.2.migcommenttext.php
+share/phabricator/resources/sql/autopatches/20140211.dx.3.migsubscriptions.sql
+share/phabricator/resources/sql/autopatches/20140211.dx.999.drop.relationships.sql
+share/phabricator/resources/sql/autopatches/20140212.dx.1.armageddon.php
+share/phabricator/resources/sql/autopatches/20140214.clean.1.legacycommentid.sql
+share/phabricator/resources/sql/autopatches/20140214.clean.2.dropcomment.sql
+share/phabricator/resources/sql/autopatches/20140214.clean.3.dropinline.sql
+share/phabricator/resources/sql/autopatches/20140218.differentialdraft.sql
+share/phabricator/resources/sql/autopatches/20140218.passwords.1.extend.sql
+share/phabricator/resources/sql/autopatches/20140218.passwords.2.prefix.sql
+share/phabricator/resources/sql/autopatches/20140218.passwords.3.vcsextend.sql
+share/phabricator/resources/sql/autopatches/20140218.passwords.4.vcs.php
+share/phabricator/resources/sql/autopatches/20140223.bigutf8scratch.sql
+share/phabricator/resources/sql/autopatches/20140224.dxclean.1.datecommitted.sql
+share/phabricator/resources/sql/autopatches/20140226.dxcustom.1.fielddata.php
+share/phabricator/resources/sql/autopatches/20140226.dxcustom.99.drop.sql
+share/phabricator/resources/sql/autopatches/20140228.dxcomment.1.sql
+share/phabricator/resources/sql/autopatches/20140305.diviner.1.slugcol.sql
+share/phabricator/resources/sql/autopatches/20140305.diviner.2.slugkey.sql
+share/phabricator/resources/sql/autopatches/20140311.mdroplegacy.sql
+share/phabricator/resources/sql/autopatches/20140314.projectcolumn.1.statuscol.sql
+share/phabricator/resources/sql/autopatches/20140314.projectcolumn.2.statuskey.sql
+share/phabricator/resources/sql/autopatches/20140317.mupdatedkey.sql
+share/phabricator/resources/sql/autopatches/20140321.harbor.1.bxaction.sql
+share/phabricator/resources/sql/autopatches/20140321.mstatus.1.col.sql
+share/phabricator/resources/sql/autopatches/20140321.mstatus.2.mig.php
+share/phabricator/resources/sql/autopatches/20140323.harbor.1.renames.php
+share/phabricator/resources/sql/autopatches/20140323.harbor.2.message.sql
+share/phabricator/resources/sql/autopatches/20140325.push.1.event.sql
+share/phabricator/resources/sql/autopatches/20140325.push.2.eventphid.sql
+share/phabricator/resources/sql/autopatches/20140325.push.3.groups.php
+share/phabricator/resources/sql/autopatches/20140325.push.4.prune.sql
+share/phabricator/resources/sql/autopatches/20140326.project.1.colxaction.sql
+share/phabricator/resources/sql/autopatches/20140328.releeph.1.productxaction.sql
+share/phabricator/resources/sql/autopatches/20140330.flagtext.sql
+share/phabricator/resources/sql/autopatches/20140402.actionlog.sql
+share/phabricator/resources/sql/autopatches/20140410.accountsecret.1.sql
+share/phabricator/resources/sql/autopatches/20140410.accountsecret.2.php
+share/phabricator/resources/sql/autopatches/20140416.harbor.1.sql
+share/phabricator/resources/sql/autopatches/20140420.rel.1.objectphid.sql
+share/phabricator/resources/sql/autopatches/20140420.rel.2.objectmig.php
+share/phabricator/resources/sql/autopatches/20140421.slowvotecolumnsisclosed.sql
+share/phabricator/resources/sql/autopatches/20140423.session.1.hisec.sql
+share/phabricator/resources/sql/autopatches/20140427.mfactor.1.sql
+share/phabricator/resources/sql/autopatches/20140430.auth.1.partial.sql
+share/phabricator/resources/sql/autopatches/20140430.dash.1.paneltype.sql
+share/phabricator/resources/sql/autopatches/20140430.dash.2.edge.sql
+share/phabricator/resources/sql/autopatches/20140501.passphraselockcredential.sql
+share/phabricator/resources/sql/autopatches/20140501.remove.1.dlog.sql
+share/phabricator/resources/sql/autopatches/20140507.smstable.sql
+share/phabricator/resources/sql/autopatches/20140509.coverage.1.sql
+share/phabricator/resources/sql/autopatches/20140509.dashboardlayoutconfig.sql
+share/phabricator/resources/sql/autopatches/20140512.dparents.1.sql
+share/phabricator/resources/sql/autopatches/20140514.harbormasterbuildabletransaction.sql
+share/phabricator/resources/sql/autopatches/20140514.pholiomockclose.sql
+share/phabricator/resources/sql/autopatches/20140515.trust-emails.sql
+share/phabricator/resources/sql/autopatches/20140517.dxbinarycache.sql
+share/phabricator/resources/sql/autopatches/20140518.dxmorebinarycache.sql
+share/phabricator/resources/sql/autopatches/20140519.dashboardinstall.sql
+share/phabricator/resources/sql/autopatches/20140520.authtemptoken.sql
+share/phabricator/resources/sql/autopatches/20140521.projectslug.1.create.sql
+share/phabricator/resources/sql/autopatches/20140521.projectslug.2.mig.php
+share/phabricator/resources/sql/autopatches/20140522.projecticon.sql
+share/phabricator/resources/sql/autopatches/20140524.auth.mfa.cache.sql
+share/phabricator/resources/sql/autopatches/20140525.hunkmodern.sql
+share/phabricator/resources/sql/autopatches/20140615.pholioedit.1.sql
+share/phabricator/resources/sql/autopatches/20140615.pholioedit.2.sql
+share/phabricator/resources/sql/autopatches/20140617.daemon.explicit-argv.sql
+share/phabricator/resources/sql/autopatches/20140617.daemonlog.sql
+share/phabricator/resources/sql/autopatches/20140624.projcolor.1.sql
+share/phabricator/resources/sql/autopatches/20140624.projcolor.2.sql
+share/phabricator/resources/sql/autopatches/20140629.dasharchive.1.sql
+share/phabricator/resources/sql/autopatches/20140629.legalsig.1.sql
+share/phabricator/resources/sql/autopatches/20140629.legalsig.2.php
+share/phabricator/resources/sql/autopatches/20140701.legalexemption.1.sql
+share/phabricator/resources/sql/autopatches/20140701.legalexemption.2.sql
+share/phabricator/resources/sql/autopatches/20140703.legalcorp.1.sql
+share/phabricator/resources/sql/autopatches/20140703.legalcorp.2.sql
+share/phabricator/resources/sql/autopatches/20140703.legalcorp.3.sql
+share/phabricator/resources/sql/autopatches/20140703.legalcorp.4.sql
+share/phabricator/resources/sql/autopatches/20140703.legalcorp.5.sql
+share/phabricator/resources/sql/autopatches/20140704.harbormasterstep.1.sql
+share/phabricator/resources/sql/autopatches/20140704.harbormasterstep.2.sql
+share/phabricator/resources/sql/autopatches/20140704.legalpreamble.1.sql
+share/phabricator/resources/sql/autopatches/20140706.harbormasterdepend.1.php
+share/phabricator/resources/sql/autopatches/20140706.pedge.1.sql
+share/phabricator/resources/sql/autopatches/20140711.pnames.1.sql
+share/phabricator/resources/sql/autopatches/20140711.pnames.2.php
+share/phabricator/resources/sql/autopatches/20140711.workerpriority.sql
+share/phabricator/resources/sql/autopatches/20140712.projcoluniq.sql
+share/phabricator/resources/sql/autopatches/20140721.phortune.1.cart.sql
+share/phabricator/resources/sql/autopatches/20140721.phortune.2.purchase.sql
+share/phabricator/resources/sql/autopatches/20140721.phortune.3.charge.sql
+share/phabricator/resources/sql/autopatches/20140721.phortune.4.cartstatus.sql
+share/phabricator/resources/sql/autopatches/20140721.phortune.5.cstatusdefault.sql
+share/phabricator/resources/sql/autopatches/20140721.phortune.6.onetimecharge.sql
+share/phabricator/resources/sql/autopatches/20140721.phortune.7.nullmethod.sql
+share/phabricator/resources/sql/autopatches/20140722.appname.php
+share/phabricator/resources/sql/autopatches/20140722.audit.1.xactions.sql
+share/phabricator/resources/sql/autopatches/20140722.audit.2.comments.sql
+share/phabricator/resources/sql/autopatches/20140722.audit.3.miginlines.php
+share/phabricator/resources/sql/autopatches/20140722.audit.4.migtext.php
+share/phabricator/resources/sql/autopatches/20140722.renameauth.php
+share/phabricator/resources/sql/autopatches/20140723.apprenamexaction.sql
+share/phabricator/resources/sql/autopatches/20140725.audit.1.migxactions.php
+share/phabricator/resources/sql/autopatches/20140731.audit.1.subscribers.php
+share/phabricator/resources/sql/autopatches/20140731.cancdn.php
+share/phabricator/resources/sql/autopatches/20140731.harbormasterstepdesc.sql
+share/phabricator/resources/sql/autopatches/20140805.boardcol.1.sql
+share/phabricator/resources/sql/autopatches/20140805.boardcol.2.php
+share/phabricator/resources/sql/autopatches/20140807.harbormastertargettime.sql
+share/phabricator/resources/sql/autopatches/20140808.boardprop.1.sql
+share/phabricator/resources/sql/autopatches/20140808.boardprop.2.sql
+share/phabricator/resources/sql/autopatches/20140808.boardprop.3.php
+share/phabricator/resources/sql/autopatches/20140811.blob.1.sql
+share/phabricator/resources/sql/autopatches/20140811.blob.2.sql
+share/phabricator/resources/sql/autopatches/20140812.projkey.1.sql
+share/phabricator/resources/sql/autopatches/20140812.projkey.2.sql
+share/phabricator/resources/sql/autopatches/20140814.passphrasecredentialconduit.sql
+share/phabricator/resources/sql/autopatches/20140815.cancdncase.php
+share/phabricator/resources/sql/autopatches/20140818.harbormasterindex.1.sql
+share/phabricator/resources/sql/autopatches/20140821.harbormasterbuildgen.1.sql
+share/phabricator/resources/sql/autopatches/20140822.daemonenvhash.sql
+share/phabricator/resources/sql/autopatches/20140902.almanacdevice.1.sql
+share/phabricator/resources/sql/autopatches/20140904.macroattach.php
+share/phabricator/resources/sql/autopatches/20140911.fund.1.initiative.sql
+share/phabricator/resources/sql/autopatches/20140911.fund.2.xaction.sql
+share/phabricator/resources/sql/autopatches/20140911.fund.3.edge.sql
+share/phabricator/resources/sql/autopatches/20140911.fund.4.backer.sql
+share/phabricator/resources/sql/autopatches/20140911.fund.5.backxaction.sql
+share/phabricator/resources/sql/autopatches/20140914.betaproto.php
+share/phabricator/resources/sql/autopatches/20140917.project.canlock.sql
+share/phabricator/resources/sql/autopatches/20140918.schema.1.dropaudit.sql
+share/phabricator/resources/sql/autopatches/20140918.schema.2.dropauditinline.sql
+share/phabricator/resources/sql/autopatches/20140918.schema.3.wipecache.sql
+share/phabricator/resources/sql/autopatches/20140918.schema.4.cachetype.sql
+share/phabricator/resources/sql/autopatches/20140918.schema.5.slowvote.sql
+share/phabricator/resources/sql/autopatches/20140919.schema.01.calstatus.sql
+share/phabricator/resources/sql/autopatches/20140919.schema.02.calname.sql
+share/phabricator/resources/sql/autopatches/20140919.schema.03.dropaux.sql
+share/phabricator/resources/sql/autopatches/20140919.schema.04.droptaskproj.sql
+share/phabricator/resources/sql/autopatches/20140926.schema.01.droprelev.sql
+share/phabricator/resources/sql/autopatches/20140926.schema.02.droprelreqev.sql
+share/phabricator/resources/sql/autopatches/20140926.schema.03.dropldapinfo.sql
+share/phabricator/resources/sql/autopatches/20140926.schema.04.dropoauthinfo.sql
+share/phabricator/resources/sql/autopatches/20140926.schema.05.dropprojaffil.sql
+share/phabricator/resources/sql/autopatches/20140926.schema.06.dropsubproject.sql
+share/phabricator/resources/sql/autopatches/20140926.schema.07.droppondcom.sql
+share/phabricator/resources/sql/autopatches/20140927.schema.01.dropsearchq.sql
+share/phabricator/resources/sql/autopatches/20140927.schema.02.pholio1.sql
+share/phabricator/resources/sql/autopatches/20140927.schema.03.pholio2.sql
+share/phabricator/resources/sql/autopatches/20140927.schema.04.pholio3.sql
+share/phabricator/resources/sql/autopatches/20140927.schema.05.phragment1.sql
+share/phabricator/resources/sql/autopatches/20140927.schema.06.releeph1.sql
+share/phabricator/resources/sql/autopatches/20141001.schema.01.version.sql
+share/phabricator/resources/sql/autopatches/20141001.schema.02.taskmail.sql
+share/phabricator/resources/sql/autopatches/20141002.schema.01.liskcounter.sql
+share/phabricator/resources/sql/autopatches/20141002.schema.02.draftnull.sql
+share/phabricator/resources/sql/autopatches/20141004.currency.01.sql
+share/phabricator/resources/sql/autopatches/20141004.currency.02.sql
+share/phabricator/resources/sql/autopatches/20141004.currency.03.sql
+share/phabricator/resources/sql/autopatches/20141004.currency.04.sql
+share/phabricator/resources/sql/autopatches/20141004.currency.05.sql
+share/phabricator/resources/sql/autopatches/20141004.currency.06.sql
+share/phabricator/resources/sql/autopatches/20141004.harborliskcounter.sql
+share/phabricator/resources/sql/autopatches/20141005.phortuneproduct.sql
+share/phabricator/resources/sql/autopatches/20141006.phortunecart.sql
+share/phabricator/resources/sql/autopatches/20141006.phortunemerchant.sql
+share/phabricator/resources/sql/autopatches/20141006.phortunemerchantx.sql
+share/phabricator/resources/sql/autopatches/20141007.fundmerchant.sql
+share/phabricator/resources/sql/autopatches/20141007.fundrisks.sql
+share/phabricator/resources/sql/autopatches/20141007.fundtotal.sql
+share/phabricator/resources/sql/autopatches/20141007.phortunecartmerchant.sql
+share/phabricator/resources/sql/autopatches/20141007.phortunecharge.sql
+share/phabricator/resources/sql/autopatches/20141007.phortunepayment.sql
+share/phabricator/resources/sql/autopatches/20141007.phortuneprovider.sql
+share/phabricator/resources/sql/autopatches/20141007.phortuneproviderx.sql
+share/phabricator/resources/sql/autopatches/20141008.phortunemerchdesc.sql
+share/phabricator/resources/sql/autopatches/20141008.phortuneprovdis.sql
+share/phabricator/resources/sql/autopatches/20141008.phortunerefund.sql
+share/phabricator/resources/sql/autopatches/20141010.fundmailkey.sql
+share/phabricator/resources/sql/autopatches/20141011.phortunemerchedit.sql
+share/phabricator/resources/sql/autopatches/20141012.phortunecartxaction.sql
+share/phabricator/resources/sql/autopatches/20141013.phortunecartkey.sql
+share/phabricator/resources/sql/autopatches/20141016.almanac.device.sql
+share/phabricator/resources/sql/autopatches/20141016.almanac.dxaction.sql
+share/phabricator/resources/sql/autopatches/20141016.almanac.interface.sql
+share/phabricator/resources/sql/autopatches/20141016.almanac.network.sql
+share/phabricator/resources/sql/autopatches/20141016.almanac.nxaction.sql
+share/phabricator/resources/sql/autopatches/20141016.almanac.service.sql
+share/phabricator/resources/sql/autopatches/20141016.almanac.sxaction.sql
+share/phabricator/resources/sql/autopatches/20141017.almanac.binding.sql
+share/phabricator/resources/sql/autopatches/20141017.almanac.bxaction.sql
+share/phabricator/resources/sql/autopatches/20141025.phriction.1.xaction.sql
+share/phabricator/resources/sql/autopatches/20141025.phriction.2.xaction.sql
+share/phabricator/resources/sql/autopatches/20141025.phriction.mailkey.sql
+share/phabricator/resources/sql/autopatches/20141103.almanac.1.delprop.sql
+share/phabricator/resources/sql/autopatches/20141103.almanac.2.addprop.sql
+share/phabricator/resources/sql/autopatches/20141104.almanac.3.edge.sql
+share/phabricator/resources/sql/autopatches/20141105.ssh.1.rename.sql
+share/phabricator/resources/sql/autopatches/20141106.dropold.sql
+share/phabricator/resources/sql/autopatches/20141106.uniqdrafts.php
+share/phabricator/resources/sql/autopatches/20141107.phriction.policy.1.sql
+share/phabricator/resources/sql/autopatches/20141107.phriction.policy.2.php
+share/phabricator/resources/sql/autopatches/20141107.phriction.popkeys.php
+share/phabricator/resources/sql/autopatches/20141107.ssh.1.colname.sql
+share/phabricator/resources/sql/autopatches/20141107.ssh.2.keyhash.sql
+share/phabricator/resources/sql/autopatches/20141107.ssh.3.keyindex.sql
+share/phabricator/resources/sql/autopatches/20141107.ssh.4.keymig.php
+share/phabricator/resources/sql/autopatches/20141107.ssh.5.indexnull.sql
+share/phabricator/resources/sql/autopatches/20141107.ssh.6.indexkey.sql
+share/phabricator/resources/sql/autopatches/20141107.ssh.7.colnull.sql
+share/phabricator/resources/sql/autopatches/20141113.auditdupes.php
+share/phabricator/resources/sql/autopatches/20141118.diffxaction.sql
+share/phabricator/resources/sql/autopatches/20141119.commitpedge.sql
+share/phabricator/resources/sql/autopatches/20141119.differential.diff.policy.sql
+share/phabricator/resources/sql/autopatches/20141119.sshtrust.sql
+share/phabricator/resources/sql/autopatches/20141123.taskpriority.1.sql
+share/phabricator/resources/sql/autopatches/20141123.taskpriority.2.sql
+share/phabricator/resources/sql/autopatches/20141210.maniphestsubscribersmig.1.sql
+share/phabricator/resources/sql/autopatches/20141210.maniphestsubscribersmig.2.sql
+share/phabricator/resources/sql/autopatches/20141210.reposervice.sql
+share/phabricator/resources/sql/autopatches/20141212.conduittoken.sql
+share/phabricator/resources/sql/autopatches/20141215.almanacservicetype.sql
+share/phabricator/resources/sql/autopatches/20141217.almanacdevicelock.sql
+share/phabricator/resources/sql/autopatches/20141217.almanaclock.sql
+share/phabricator/resources/sql/autopatches/20141218.maniphestcctxn.php
+share/phabricator/resources/sql/autopatches/20141222.maniphestprojtxn.php
+share/phabricator/resources/sql/autopatches/20141223.daemonloguser.sql
+share/phabricator/resources/sql/autopatches/20141223.daemonobjectphid.sql
+share/phabricator/resources/sql/autopatches/20141230.pasteeditpolicycolumn.sql
+share/phabricator/resources/sql/autopatches/20141230.pasteeditpolicyexisting.sql
+share/phabricator/resources/sql/autopatches/20150102.policyname.php
+share/phabricator/resources/sql/autopatches/20150102.tasksubscriber.sql
+share/phabricator/resources/sql/autopatches/20150105.conpsearch.sql
+share/phabricator/resources/sql/autopatches/20150114.oauthserver.client.policy.sql
+share/phabricator/resources/sql/autopatches/20150115.applicationemails.sql
+share/phabricator/resources/sql/autopatches/20150115.trigger.1.sql
+share/phabricator/resources/sql/autopatches/20150115.trigger.2.sql
+share/phabricator/resources/sql/autopatches/20150116.maniphestapplicationemails.php
+share/phabricator/resources/sql/autopatches/20150120.maniphestdefaultauthor.php
+share/phabricator/resources/sql/autopatches/20150124.subs.1.sql
+share/phabricator/resources/sql/autopatches/20150129.pastefileapplicationemails.php
+share/phabricator/resources/sql/autopatches/20150130.phortune.1.subphid.sql
+share/phabricator/resources/sql/autopatches/20150130.phortune.2.subkey.sql
+share/phabricator/resources/sql/autopatches/20150131.phortune.1.defaultpayment.sql
+share/phabricator/resources/sql/autopatches/20150205.authprovider.autologin.sql
+share/phabricator/resources/sql/autopatches/20150205.daemonenv.sql
+share/phabricator/resources/sql/autopatches/20150209.invite.sql
+share/phabricator/resources/sql/autopatches/20150209.oauthclient.trust.sql
+share/phabricator/resources/sql/autopatches/20150210.invitephid.sql
+share/phabricator/resources/sql/autopatches/20150212.legalpad.session.1.sql
+share/phabricator/resources/sql/autopatches/20150212.legalpad.session.2.sql
+share/phabricator/resources/sql/autopatches/20150219.scratch.nonmutable.sql
+share/phabricator/resources/sql/autopatches/20150223.daemon.1.id.sql
+share/phabricator/resources/sql/autopatches/20150223.daemon.2.idlegacy.sql
+share/phabricator/resources/sql/autopatches/20150223.daemon.3.idkey.sql
+share/phabricator/resources/sql/autopatches/20150312.filechunk.1.sql
+share/phabricator/resources/sql/autopatches/20150312.filechunk.2.sql
+share/phabricator/resources/sql/autopatches/20150312.filechunk.3.sql
+share/phabricator/resources/sql/autopatches/20150317.conpherence.isroom.1.sql
+share/phabricator/resources/sql/autopatches/20150317.conpherence.isroom.2.sql
+share/phabricator/resources/sql/autopatches/20150317.conpherence.policy.sql
+share/phabricator/resources/sql/autopatches/20150410.nukeruleedit.sql
+share/phabricator/resources/sql/autopatches/20150420.invoice.1.sql
+share/phabricator/resources/sql/autopatches/20150420.invoice.2.sql
+share/phabricator/resources/sql/autopatches/20150425.isclosed.sql
+share/phabricator/resources/sql/autopatches/20150427.calendar.1.edge.sql
+share/phabricator/resources/sql/autopatches/20150427.calendar.1.xaction.sql
+share/phabricator/resources/sql/autopatches/20150427.calendar.2.xaction.sql
+share/phabricator/resources/sql/autopatches/20150428.calendar.1.iscancelled.sql
+share/phabricator/resources/sql/autopatches/20150428.calendar.1.name.sql
+share/phabricator/resources/sql/autopatches/20150429.calendar.1.invitee.sql
+share/phabricator/resources/sql/autopatches/20150430.calendar.1.policies.sql
+share/phabricator/resources/sql/autopatches/20150430.multimeter.1.sql
+share/phabricator/resources/sql/autopatches/20150430.multimeter.2.host.sql
+share/phabricator/resources/sql/autopatches/20150430.multimeter.3.viewer.sql
+share/phabricator/resources/sql/autopatches/20150430.multimeter.4.context.sql
+share/phabricator/resources/sql/autopatches/20150430.multimeter.5.label.sql
+share/phabricator/resources/sql/autopatches/20150501.calendar.1.reply.sql
+share/phabricator/resources/sql/autopatches/20150501.calendar.2.reply.php
+share/phabricator/resources/sql/autopatches/20150501.conpherencepics.sql
+share/phabricator/resources/sql/autopatches/20150503.repositorysymbols.1.sql
+share/phabricator/resources/sql/autopatches/20150503.repositorysymbols.2.php
+share/phabricator/resources/sql/autopatches/20150503.repositorysymbols.3.sql
+share/phabricator/resources/sql/autopatches/20150504.symbolsproject.1.php
+share/phabricator/resources/sql/autopatches/20150504.symbolsproject.2.sql
+share/phabricator/resources/sql/autopatches/20150506.calendarunnamedevents.1.php
+share/phabricator/resources/sql/autopatches/20150507.calendar.1.isallday.sql
+share/phabricator/resources/sql/autopatches/20150513.user.cache.1.sql
+share/phabricator/resources/sql/autopatches/20150514.calendar.status.sql
+share/phabricator/resources/sql/autopatches/20150514.phame.blog.xaction.sql
+share/phabricator/resources/sql/autopatches/20150514.user.cache.2.sql
+share/phabricator/resources/sql/autopatches/20150515.phame.post.xaction.sql
+share/phabricator/resources/sql/autopatches/20150515.project.mailkey.1.sql
+share/phabricator/resources/sql/autopatches/20150515.project.mailkey.2.php
+share/phabricator/resources/sql/autopatches/20150519.calendar.calendaricon.sql
+share/phabricator/resources/sql/autopatches/20150521.releephrepository.sql
+share/phabricator/resources/sql/autopatches/20150525.diff.hidden.1.sql
+share/phabricator/resources/sql/autopatches/20150526.owners.mailkey.1.sql
+share/phabricator/resources/sql/autopatches/20150526.owners.mailkey.2.php
+share/phabricator/resources/sql/autopatches/20150526.owners.xaction.sql
+share/phabricator/resources/sql/autopatches/20150527.calendar.recurringevents.sql
+share/phabricator/resources/sql/autopatches/20150601.spaces.1.namespace.sql
+share/phabricator/resources/sql/autopatches/20150601.spaces.2.xaction.sql
+share/phabricator/resources/sql/autopatches/20150602.mlist.1.sql
+share/phabricator/resources/sql/autopatches/20150602.mlist.2.php
+share/phabricator/resources/sql/autopatches/20150604.spaces.1.sql
+share/phabricator/resources/sql/autopatches/20150605.diviner.edges.sql
+share/phabricator/resources/sql/autopatches/20150605.diviner.editPolicy.sql
+share/phabricator/resources/sql/autopatches/20150605.diviner.xaction.sql
+share/phabricator/resources/sql/autopatches/20150606.mlist.1.php
+share/phabricator/resources/sql/autopatches/20150609.inline.sql
+share/phabricator/resources/sql/autopatches/20150609.spaces.1.pholio.sql
+share/phabricator/resources/sql/autopatches/20150609.spaces.2.maniphest.sql
+share/phabricator/resources/sql/autopatches/20150610.spaces.1.desc.sql
+share/phabricator/resources/sql/autopatches/20150610.spaces.2.edge.sql
+share/phabricator/resources/sql/autopatches/20150610.spaces.3.archive.sql
+share/phabricator/resources/sql/autopatches/20150611.spaces.1.mailxaction.sql
+share/phabricator/resources/sql/autopatches/20150611.spaces.2.appmail.sql
+share/phabricator/resources/sql/autopatches/20150616.divinerrepository.sql
+share/phabricator/resources/sql/autopatches/20150617.harbor.1.lint.sql
+share/phabricator/resources/sql/autopatches/20150617.harbor.2.unit.sql
+share/phabricator/resources/sql/autopatches/20150618.harbor.1.planauto.sql
+share/phabricator/resources/sql/autopatches/20150618.harbor.2.stepauto.sql
+share/phabricator/resources/sql/autopatches/20150618.harbor.3.buildauto.sql
+share/phabricator/resources/sql/autopatches/20150619.conpherencerooms.1.sql
+share/phabricator/resources/sql/autopatches/20150619.conpherencerooms.2.sql
+share/phabricator/resources/sql/autopatches/20150619.conpherencerooms.3.sql
+share/phabricator/resources/sql/autopatches/20150621.phrase.1.sql
+share/phabricator/resources/sql/autopatches/20150621.phrase.2.sql
+share/phabricator/resources/sql/autopatches/20150622.bulk.1.job.sql
+share/phabricator/resources/sql/autopatches/20150622.bulk.2.task.sql
+share/phabricator/resources/sql/autopatches/20150622.bulk.3.xaction.sql
+share/phabricator/resources/sql/autopatches/20150622.bulk.4.edge.sql
+share/phabricator/resources/sql/autopatches/20150622.metamta.1.phid-col.sql
+share/phabricator/resources/sql/autopatches/20150622.metamta.2.phid-mig.php
+share/phabricator/resources/sql/autopatches/20150622.metamta.3.phid-key.sql
+share/phabricator/resources/sql/autopatches/20150622.metamta.4.actor-phid-col.sql
+share/phabricator/resources/sql/autopatches/20150622.metamta.5.actor-phid-mig.php
+share/phabricator/resources/sql/autopatches/20150622.metamta.6.actor-phid-key.sql
+share/phabricator/resources/sql/autopatches/20150624.spaces.1.repo.sql
+share/phabricator/resources/sql/autopatches/20150626.spaces.1.calendar.sql
+share/phabricator/resources/sql/autopatches/20150630.herald.1.sql
+share/phabricator/resources/sql/autopatches/20150630.herald.2.sql
+share/phabricator/resources/sql/autopatches/20150701.herald.1.sql
+share/phabricator/resources/sql/autopatches/20150701.herald.2.sql
+share/phabricator/resources/sql/autopatches/20150702.spaces.1.slowvote.sql
+share/phabricator/resources/sql/autopatches/20150706.herald.1.sql
+share/phabricator/resources/sql/autopatches/20150707.herald.1.sql
+share/phabricator/resources/sql/autopatches/20150708.arcanistproject.sql
+share/phabricator/resources/sql/autopatches/20150708.herald.1.sql
+share/phabricator/resources/sql/autopatches/20150708.herald.2.sql
+share/phabricator/resources/sql/autopatches/20150708.herald.3.sql
+share/phabricator/resources/sql/autopatches/20150712.badges.1.sql
+share/phabricator/resources/sql/autopatches/20150714.spaces.countdown.1.sql
+share/phabricator/resources/sql/autopatches/20150717.herald.1.sql
+share/phabricator/resources/sql/autopatches/20150719.countdown.1.sql
+share/phabricator/resources/sql/autopatches/20150719.countdown.2.sql
+share/phabricator/resources/sql/autopatches/20150719.countdown.3.sql
+share/phabricator/resources/sql/autopatches/20150721.phurl.1.url.sql
+share/phabricator/resources/sql/autopatches/20150721.phurl.2.xaction.sql
+share/phabricator/resources/sql/autopatches/20150721.phurl.3.xactioncomment.sql
+share/phabricator/resources/sql/autopatches/20150721.phurl.4.url.sql
+share/phabricator/resources/sql/autopatches/20150721.phurl.5.edge.sql
+share/phabricator/resources/sql/autopatches/20150721.phurl.6.alias.sql
+share/phabricator/resources/sql/autopatches/20150721.phurl.7.authorphid.sql
+share/phabricator/resources/sql/autopatches/20150722.dashboard.1.sql
+share/phabricator/resources/sql/autopatches/20150722.dashboard.2.sql
+share/phabricator/resources/sql/autopatches/20150723.countdown.1.sql
+share/phabricator/resources/sql/autopatches/20150724.badges.comments.1.sql
+share/phabricator/resources/sql/autopatches/20150724.countdown.comments.1.sql
+share/phabricator/resources/sql/autopatches/20150725.badges.mailkey.1.sql
+share/phabricator/resources/sql/autopatches/20150725.badges.mailkey.2.php
+share/phabricator/resources/sql/autopatches/20150725.badges.viewpolicy.3.sql
+share/phabricator/resources/sql/autopatches/20150725.countdown.mailkey.1.sql
+share/phabricator/resources/sql/autopatches/20150725.countdown.mailkey.2.php
+share/phabricator/resources/sql/autopatches/20150725.slowvote.mailkey.1.sql
+share/phabricator/resources/sql/autopatches/20150725.slowvote.mailkey.2.php
+share/phabricator/resources/sql/autopatches/20150727.heraldaction.1.sql
+share/phabricator/resources/sql/autopatches/20150730.herald.1.sql
+share/phabricator/resources/sql/autopatches/20150730.herald.2.sql
+share/phabricator/resources/sql/autopatches/20150730.herald.3.sql
+share/phabricator/resources/sql/autopatches/20150730.herald.4.sql
+share/phabricator/resources/sql/autopatches/20150730.herald.5.sql
+share/phabricator/resources/sql/autopatches/20150730.herald.6.sql
+share/phabricator/resources/sql/autopatches/20150730.herald.7.sql
+share/phabricator/resources/sql/autopatches/20150803.herald.1.sql
+share/phabricator/resources/sql/autopatches/20150803.herald.2.sql
+share/phabricator/resources/sql/autopatches/20150804.ponder.answer.mailkey.1.sql
+share/phabricator/resources/sql/autopatches/20150804.ponder.answer.mailkey.2.php
+share/phabricator/resources/sql/autopatches/20150804.ponder.question.1.sql
+share/phabricator/resources/sql/autopatches/20150804.ponder.question.2.sql
+share/phabricator/resources/sql/autopatches/20150804.ponder.question.3.sql
+share/phabricator/resources/sql/autopatches/20150804.ponder.spaces.4.sql
+share/phabricator/resources/sql/autopatches/20150805.paste.status.1.sql
+share/phabricator/resources/sql/autopatches/20150805.paste.status.2.sql
+share/phabricator/resources/sql/autopatches/20150806.ponder.answer.1.sql
+share/phabricator/resources/sql/autopatches/20150806.ponder.editpolicy.2.sql
+share/phabricator/resources/sql/autopatches/20150806.ponder.status.1.sql
+share/phabricator/resources/sql/autopatches/20150806.ponder.status.2.sql
+share/phabricator/resources/sql/autopatches/20150806.ponder.status.3.sql
+share/phabricator/resources/sql/autopatches/20150808.ponder.vote.1.sql
+share/phabricator/resources/sql/autopatches/20150808.ponder.vote.2.sql
+share/phabricator/resources/sql/autopatches/20150812.ponder.answer.1.sql
+share/phabricator/resources/sql/autopatches/20150812.ponder.answer.2.sql
+share/phabricator/resources/sql/autopatches/20150814.harbormater.artifact.phid.sql
+share/phabricator/resources/sql/autopatches/20150815.owners.status.1.sql
+share/phabricator/resources/sql/autopatches/20150815.owners.status.2.sql
+share/phabricator/resources/sql/autopatches/20150823.nuance.queue.1.sql
+share/phabricator/resources/sql/autopatches/20150823.nuance.queue.2.sql
+share/phabricator/resources/sql/autopatches/20150823.nuance.queue.3.sql
+share/phabricator/resources/sql/autopatches/20150823.nuance.queue.4.sql
+share/phabricator/resources/sql/autopatches/20150828.ponder.wiki.1.sql
+share/phabricator/resources/sql/autopatches/20150829.ponder.dupe.1.sql
+share/phabricator/resources/sql/autopatches/20150904.herald.1.sql
+share/phabricator/resources/sql/autopatches/20150906.mailinglist.sql
+share/phabricator/resources/sql/autopatches/20150910.owners.custom.1.sql
+share/phabricator/resources/sql/autopatches/20150916.drydock.slotlocks.1.sql
+share/phabricator/resources/sql/autopatches/20150922.drydock.commands.1.sql
+share/phabricator/resources/sql/autopatches/20150923.drydock.resourceid.1.sql
+share/phabricator/resources/sql/autopatches/20150923.drydock.resourceid.2.sql
+share/phabricator/resources/sql/autopatches/20150923.drydock.resourceid.3.sql
+share/phabricator/resources/sql/autopatches/20150923.drydock.taskid.1.sql
+share/phabricator/resources/sql/autopatches/20150924.drydock.disable.1.sql
+share/phabricator/resources/sql/autopatches/20150924.drydock.status.1.sql
+share/phabricator/resources/sql/autopatches/20150928.drydock.rexpire.1.sql
+share/phabricator/resources/sql/autopatches/20150930.drydock.log.1.sql
+share/phabricator/resources/sql/autopatches/20151001.drydock.rname.1.sql
+share/phabricator/resources/sql/autopatches/20151002.dashboard.status.1.sql
+share/phabricator/resources/sql/autopatches/20151002.harbormaster.bparam.1.sql
+share/phabricator/resources/sql/autopatches/20151009.drydock.auth.1.sql
+share/phabricator/resources/sql/autopatches/20151010.drydock.auth.2.sql
+share/phabricator/resources/sql/autopatches/20151013.drydock.op.1.sql
+share/phabricator/resources/sql/autopatches/20151023.harborpolicy.1.sql
+share/phabricator/resources/sql/autopatches/20151023.harborpolicy.2.php
+share/phabricator/resources/sql/autopatches/20151023.patchduration.sql
+share/phabricator/resources/sql/autopatches/20151030.harbormaster.initiator.sql
+share/phabricator/resources/sql/autopatches/20151106.editengine.1.table.sql
+share/phabricator/resources/sql/autopatches/20151106.editengine.2.xactions.sql
+share/phabricator/resources/sql/autopatches/20151106.phame.post.mailkey.1.sql
+share/phabricator/resources/sql/autopatches/20151106.phame.post.mailkey.2.php
+share/phabricator/resources/sql/autopatches/20151107.phame.blog.mailkey.1.sql
+share/phabricator/resources/sql/autopatches/20151107.phame.blog.mailkey.2.php
+share/phabricator/resources/sql/autopatches/20151108.phame.blog.joinpolicy.sql
+share/phabricator/resources/sql/autopatches/20151108.xhpast.stderr.sql
+share/phabricator/resources/sql/autopatches/20151109.phame.post.comments.1.sql
+share/phabricator/resources/sql/autopatches/20151109.repository.coverage.1.sql
+share/phabricator/resources/sql/autopatches/20151109.xhpast.db.1.sql
+share/phabricator/resources/sql/autopatches/20151109.xhpast.db.2.sql
+share/phabricator/resources/sql/autopatches/20151110.daemonenvhash.sql
+share/phabricator/resources/sql/autopatches/20151111.phame.blog.archive.1.sql
+share/phabricator/resources/sql/autopatches/20151111.phame.blog.archive.2.sql
+share/phabricator/resources/sql/autopatches/20151112.herald.edge.sql
+share/phabricator/resources/sql/autopatches/20151116.owners.edge.sql
+share/phabricator/resources/sql/autopatches/20151128.phame.blog.picture.1.sql
+share/phabricator/resources/sql/autopatches/20151130.phurl.mailkey.1.sql
+share/phabricator/resources/sql/autopatches/20151130.phurl.mailkey.2.php
+share/phabricator/resources/sql/autopatches/20151202.versioneddraft.1.sql
+share/phabricator/resources/sql/autopatches/20151207.editengine.1.sql
+share/phabricator/resources/sql/autopatches/20151210.land.1.refphid.sql
+share/phabricator/resources/sql/autopatches/20151210.land.2.refphid.php
+share/phabricator/resources/sql/autopatches/20151215.phame.1.autotitle.sql
+share/phabricator/resources/sql/autopatches/20151218.key.1.keyphid.sql
+share/phabricator/resources/sql/autopatches/20151218.key.2.keyphid.php
+share/phabricator/resources/sql/autopatches/20151219.proj.01.prislug.sql
+share/phabricator/resources/sql/autopatches/20151219.proj.02.prislugkey.sql
+share/phabricator/resources/sql/autopatches/20151219.proj.03.copyslug.sql
+share/phabricator/resources/sql/autopatches/20151219.proj.04.dropslugkey.sql
+share/phabricator/resources/sql/autopatches/20151219.proj.05.dropslug.sql
+share/phabricator/resources/sql/autopatches/20151219.proj.06.defaultpolicy.php
+share/phabricator/resources/sql/autopatches/20151219.proj.07.viewnull.sql
+share/phabricator/resources/sql/autopatches/20151219.proj.08.editnull.sql
+share/phabricator/resources/sql/autopatches/20151219.proj.09.joinnull.sql
+share/phabricator/resources/sql/autopatches/20151219.proj.10.subcolumns.sql
+share/phabricator/resources/sql/autopatches/20151219.proj.11.subprojectphids.sql
+share/phabricator/resources/sql/autopatches/20151221.search.1.version.sql
+share/phabricator/resources/sql/autopatches/20151221.search.2.ownersngrams.sql
+share/phabricator/resources/sql/autopatches/20151221.search.3.reindex.php
+share/phabricator/resources/sql/autopatches/20151223.proj.01.paths.sql
+share/phabricator/resources/sql/autopatches/20151223.proj.02.depths.sql
+share/phabricator/resources/sql/autopatches/20151223.proj.03.pathkey.sql
+share/phabricator/resources/sql/autopatches/20151223.proj.04.keycol.sql
+share/phabricator/resources/sql/autopatches/20151223.proj.05.updatekeys.php
+share/phabricator/resources/sql/autopatches/20151223.proj.06.uniq.sql
+share/phabricator/resources/sql/autopatches/20151226.reop.1.sql
+share/phabricator/resources/sql/autopatches/20151227.proj.01.materialize.sql
+share/phabricator/resources/sql/autopatches/20151231.proj.01.icon.php
+share/phabricator/resources/sql/autopatches/20160110.repo.01.slug.sql
+share/phabricator/resources/sql/autopatches/20160110.repo.02.slug.php
+share/phabricator/resources/sql/autopatches/20160111.repo.01.slugx.sql
+share/phabricator/resources/sql/autopatches/20160112.repo.01.uri.sql
+share/phabricator/resources/sql/autopatches/20160112.repo.02.uri.index.php
+share/phabricator/resources/sql/autopatches/20160113.propanel.1.storage.sql
+share/phabricator/resources/sql/autopatches/20160113.propanel.2.xaction.sql
+share/phabricator/resources/sql/autopatches/20160119.project.1.silence.sql
+share/phabricator/resources/sql/autopatches/20160122.project.1.boarddefault.php
+share/phabricator/resources/sql/autopatches/20160124.people.1.icon.sql
+share/phabricator/resources/sql/autopatches/20160124.people.2.icondefault.sql
+share/phabricator/resources/sql/autopatches/20160128.repo.1.pull.sql
+share/phabricator/resources/sql/autopatches/20160202.board.1.proxy.sql
+share/phabricator/resources/sql/autopatches/20160202.ipv6.1.sql
+share/phabricator/resources/sql/autopatches/20160202.ipv6.2.php
+share/phabricator/resources/sql/autopatches/20160206.cover.1.sql
+share/phabricator/resources/sql/autopatches/20160208.task.1.sql
+share/phabricator/resources/sql/autopatches/20160208.task.2.sql
+share/phabricator/resources/sql/autopatches/20160208.task.3.sql
+share/phabricator/resources/sql/autopatches/20160212.proj.1.sql
+share/phabricator/resources/sql/autopatches/20160212.proj.2.sql
+share/phabricator/resources/sql/autopatches/20160215.owners.policy.1.sql
+share/phabricator/resources/sql/autopatches/20160215.owners.policy.2.sql
+share/phabricator/resources/sql/autopatches/20160215.owners.policy.3.sql
+share/phabricator/resources/sql/autopatches/20160215.owners.policy.4.sql
+share/phabricator/resources/sql/autopatches/20160218.callsigns.1.sql
+share/phabricator/resources/sql/patches/000.project.sql
+share/phabricator/resources/sql/patches/0000.legacy.sql
+share/phabricator/resources/sql/patches/001.maniphest_projects.sql
+share/phabricator/resources/sql/patches/002.oauth.sql
+share/phabricator/resources/sql/patches/003.more_oauth.sql
+share/phabricator/resources/sql/patches/004.daemonrepos.sql
+share/phabricator/resources/sql/patches/005.workers.sql
+share/phabricator/resources/sql/patches/006.repository.sql
+share/phabricator/resources/sql/patches/007.daemonlog.sql
+share/phabricator/resources/sql/patches/008.repoopt.sql
+share/phabricator/resources/sql/patches/009.repo_summary.sql
+share/phabricator/resources/sql/patches/010.herald.sql
+share/phabricator/resources/sql/patches/011.badcommit.sql
+share/phabricator/resources/sql/patches/012.dropphidtype.sql
+share/phabricator/resources/sql/patches/013.commitdetail.sql
+share/phabricator/resources/sql/patches/014.shortcuts.sql
+share/phabricator/resources/sql/patches/015.preferences.sql
+share/phabricator/resources/sql/patches/016.userrealnameindex.sql
+share/phabricator/resources/sql/patches/017.sessionkeys.sql
+share/phabricator/resources/sql/patches/018.owners.sql
+share/phabricator/resources/sql/patches/019.arcprojects.sql
+share/phabricator/resources/sql/patches/020.pathcapital.sql
+share/phabricator/resources/sql/patches/021.xhpastview.sql
+share/phabricator/resources/sql/patches/022.differentialcommit.sql
+share/phabricator/resources/sql/patches/023.dxkeys.sql
+share/phabricator/resources/sql/patches/024.mlistkeys.sql
+share/phabricator/resources/sql/patches/025.commentopt.sql
+share/phabricator/resources/sql/patches/026.diffpropkey.sql
+share/phabricator/resources/sql/patches/027.metamtakeys.sql
+share/phabricator/resources/sql/patches/028.systemagent.sql
+share/phabricator/resources/sql/patches/029.cursors.sql
+share/phabricator/resources/sql/patches/030.imagemacro.sql
+share/phabricator/resources/sql/patches/031.workerrace.sql
+share/phabricator/resources/sql/patches/032.viewtime.sql
+share/phabricator/resources/sql/patches/033.privtest.sql
+share/phabricator/resources/sql/patches/034.savedheader.sql
+share/phabricator/resources/sql/patches/035.proxyimage.sql
+share/phabricator/resources/sql/patches/036.mailkey.sql
+share/phabricator/resources/sql/patches/037.setuptest.sql
+share/phabricator/resources/sql/patches/038.admin.sql
+share/phabricator/resources/sql/patches/039.userlog.sql
+share/phabricator/resources/sql/patches/040.transform.sql
+share/phabricator/resources/sql/patches/041.heraldrepetition.sql
+share/phabricator/resources/sql/patches/042.commentmetadata.sql
+share/phabricator/resources/sql/patches/043.pastebin.sql
+share/phabricator/resources/sql/patches/044.countdown.sql
+share/phabricator/resources/sql/patches/045.timezone.sql
+share/phabricator/resources/sql/patches/046.conduittoken.sql
+share/phabricator/resources/sql/patches/047.projectstatus.sql
+share/phabricator/resources/sql/patches/048.relationshipkeys.sql
+share/phabricator/resources/sql/patches/049.projectowner.sql
+share/phabricator/resources/sql/patches/050.taskdenormal.sql
+share/phabricator/resources/sql/patches/051.projectfilter.sql
+share/phabricator/resources/sql/patches/052.pastelanguage.sql
+share/phabricator/resources/sql/patches/053.feed.sql
+share/phabricator/resources/sql/patches/054.subscribers.sql
+share/phabricator/resources/sql/patches/055.add_author_to_files.sql
+share/phabricator/resources/sql/patches/056.slowvote.sql
+share/phabricator/resources/sql/patches/057.parsecache.sql
+share/phabricator/resources/sql/patches/058.missingkeys.sql
+share/phabricator/resources/sql/patches/059.engines.php
+share/phabricator/resources/sql/patches/060.phriction.sql
+share/phabricator/resources/sql/patches/061.phrictioncontent.sql
+share/phabricator/resources/sql/patches/062.phrictionmenu.sql
+share/phabricator/resources/sql/patches/063.pasteforks.sql
+share/phabricator/resources/sql/patches/064.subprojects.sql
+share/phabricator/resources/sql/patches/065.sshkeys.sql
+share/phabricator/resources/sql/patches/066.phrictioncontent.sql
+share/phabricator/resources/sql/patches/067.preferences.sql
+share/phabricator/resources/sql/patches/068.maniphestauxiliarystorage.sql
+share/phabricator/resources/sql/patches/069.heraldxscript.sql
+share/phabricator/resources/sql/patches/070.differentialaux.sql
+share/phabricator/resources/sql/patches/071.contentsource.sql
+share/phabricator/resources/sql/patches/072.blamerevert.sql
+share/phabricator/resources/sql/patches/073.reposymbols.sql
+share/phabricator/resources/sql/patches/074.affectedpath.sql
+share/phabricator/resources/sql/patches/075.revisionhash.sql
+share/phabricator/resources/sql/patches/076.indexedlanguages.sql
+share/phabricator/resources/sql/patches/077.originalemail.sql
+share/phabricator/resources/sql/patches/078.nametoken.sql
+share/phabricator/resources/sql/patches/079.nametokenindex.php
+share/phabricator/resources/sql/patches/080.filekeys.sql
+share/phabricator/resources/sql/patches/081.filekeys.php
+share/phabricator/resources/sql/patches/082.xactionkey.sql
+share/phabricator/resources/sql/patches/083.dxviewtime.sql
+share/phabricator/resources/sql/patches/084.pasteauthorkey.sql
+share/phabricator/resources/sql/patches/085.packagecommitrelationship.sql
+share/phabricator/resources/sql/patches/086.formeraffil.sql
+share/phabricator/resources/sql/patches/087.phrictiondelete.sql
+share/phabricator/resources/sql/patches/088.audit.sql
+share/phabricator/resources/sql/patches/089.projectwiki.sql
+share/phabricator/resources/sql/patches/090.forceuniqueprojectnames.php
+share/phabricator/resources/sql/patches/091.uniqueslugkey.sql
+share/phabricator/resources/sql/patches/092.dropgithubnotification.sql
+share/phabricator/resources/sql/patches/093.gitremotes.php
+share/phabricator/resources/sql/patches/094.phrictioncolumn.sql
+share/phabricator/resources/sql/patches/095.directory.sql
+share/phabricator/resources/sql/patches/096.filename.sql
+share/phabricator/resources/sql/patches/097.heraldruletypes.sql
+share/phabricator/resources/sql/patches/098.heraldruletypemigration.php
+share/phabricator/resources/sql/patches/099.drydock.sql
+share/phabricator/resources/sql/patches/100.projectxaction.sql
+share/phabricator/resources/sql/patches/101.heraldruleapplied.sql
+share/phabricator/resources/sql/patches/102.heraldcleanup.php
+share/phabricator/resources/sql/patches/103.heraldedithistory.sql
+share/phabricator/resources/sql/patches/104.searchkey.sql
+share/phabricator/resources/sql/patches/105.mimetype.sql
+share/phabricator/resources/sql/patches/106.chatlog.sql
+share/phabricator/resources/sql/patches/107.oauthserver.sql
+share/phabricator/resources/sql/patches/108.oauthscope.sql
+share/phabricator/resources/sql/patches/109.oauthclientphidkey.sql
+share/phabricator/resources/sql/patches/110.commitaudit.sql
+share/phabricator/resources/sql/patches/111.commitauditmigration.php
+share/phabricator/resources/sql/patches/112.oauthaccesscoderedirecturi.sql
+share/phabricator/resources/sql/patches/113.lastreviewer.sql
+share/phabricator/resources/sql/patches/114.auditrequest.sql
+share/phabricator/resources/sql/patches/115.prepareutf8.sql
+share/phabricator/resources/sql/patches/116.utf8-backup-first-expect-wait.sql
+share/phabricator/resources/sql/patches/117.repositorydescription.php
+share/phabricator/resources/sql/patches/118.auditinline.sql
+share/phabricator/resources/sql/patches/119.filehash.sql
+share/phabricator/resources/sql/patches/120.noop.sql
+share/phabricator/resources/sql/patches/121.drydocklog.sql
+share/phabricator/resources/sql/patches/122.flag.sql
+share/phabricator/resources/sql/patches/123.heraldrulelog.sql
+share/phabricator/resources/sql/patches/124.subpriority.sql
+share/phabricator/resources/sql/patches/125.ipv6.sql
+share/phabricator/resources/sql/patches/126.edges.sql
+share/phabricator/resources/sql/patches/127.userkeybody.sql
+share/phabricator/resources/sql/patches/128.phabricatorcom.sql
+share/phabricator/resources/sql/patches/129.savedquery.sql
+share/phabricator/resources/sql/patches/130.denormalrevisionquery.sql
+share/phabricator/resources/sql/patches/131.migraterevisionquery.php
+share/phabricator/resources/sql/patches/132.phame.sql
+share/phabricator/resources/sql/patches/133.imagemacro.sql
+share/phabricator/resources/sql/patches/134.emptysearch.sql
+share/phabricator/resources/sql/patches/135.datecommitted.sql
+share/phabricator/resources/sql/patches/136.sex.sql
+share/phabricator/resources/sql/patches/137.auditmetadata.sql
+share/phabricator/resources/sql/patches/138.notification.sql
+share/phabricator/resources/sql/patches/20121209.pholioxactions.sql
+share/phabricator/resources/sql/patches/20121209.xmacroadd.sql
+share/phabricator/resources/sql/patches/20121209.xmacromigrate.php
+share/phabricator/resources/sql/patches/20121209.xmacromigratekey.sql
+share/phabricator/resources/sql/patches/20121220.generalcache.sql
+share/phabricator/resources/sql/patches/20121226.config.sql
+share/phabricator/resources/sql/patches/20130101.confxaction.sql
+share/phabricator/resources/sql/patches/20130102.metamtareceivedmailmessageidhash.sql
+share/phabricator/resources/sql/patches/20130103.filemetadata.sql
+share/phabricator/resources/sql/patches/20130111.conpherence.sql
+share/phabricator/resources/sql/patches/20130127.altheraldtranscript.sql
+share/phabricator/resources/sql/patches/20130131.conpherencepics.sql
+share/phabricator/resources/sql/patches/20130201.revisionunsubscribed.php
+share/phabricator/resources/sql/patches/20130201.revisionunsubscribed.sql
+share/phabricator/resources/sql/patches/20130214.chatlogchannel.sql
+share/phabricator/resources/sql/patches/20130214.chatlogchannelid.sql
+share/phabricator/resources/sql/patches/20130214.token.sql
+share/phabricator/resources/sql/patches/20130215.phabricatorfileaddttl.sql
+share/phabricator/resources/sql/patches/20130217.cachettl.sql
+share/phabricator/resources/sql/patches/20130218.longdaemon.sql
+share/phabricator/resources/sql/patches/20130218.updatechannelid.php
+share/phabricator/resources/sql/patches/20130219.commitsummary.sql
+share/phabricator/resources/sql/patches/20130219.commitsummarymig.php
+share/phabricator/resources/sql/patches/20130222.dropchannel.sql
+share/phabricator/resources/sql/patches/20130226.commitkey.sql
+share/phabricator/resources/sql/patches/20130304.lintauthor.sql
+share/phabricator/resources/sql/patches/20130310.xactionmeta.sql
+share/phabricator/resources/sql/patches/20130317.phrictionedge.sql
+share/phabricator/resources/sql/patches/20130319.conpherence.sql
+share/phabricator/resources/sql/patches/20130319.phabricatorfileexplicitupload.sql
+share/phabricator/resources/sql/patches/20130320.phlux.sql
+share/phabricator/resources/sql/patches/20130321.token.sql
+share/phabricator/resources/sql/patches/20130322.phortune.sql
+share/phabricator/resources/sql/patches/20130323.phortunepayment.sql
+share/phabricator/resources/sql/patches/20130324.phortuneproduct.sql
+share/phabricator/resources/sql/patches/20130330.phrequent.sql
+share/phabricator/resources/sql/patches/20130403.conpherencecache.sql
+share/phabricator/resources/sql/patches/20130403.conpherencecachemig.php
+share/phabricator/resources/sql/patches/20130409.commitdrev.php
+share/phabricator/resources/sql/patches/20130417.externalaccount.sql
+share/phabricator/resources/sql/patches/20130423.conpherenceindices.sql
+share/phabricator/resources/sql/patches/20130423.phortunepaymentrevised.sql
+share/phabricator/resources/sql/patches/20130423.updateexternalaccount.sql
+share/phabricator/resources/sql/patches/20130426.search_savedquery.sql
+share/phabricator/resources/sql/patches/20130502.countdownrevamp1.sql
+share/phabricator/resources/sql/patches/20130502.countdownrevamp2.php
+share/phabricator/resources/sql/patches/20130502.countdownrevamp3.sql
+share/phabricator/resources/sql/patches/20130507.releephrqmailkey.sql
+share/phabricator/resources/sql/patches/20130507.releephrqmailkeypop.php
+share/phabricator/resources/sql/patches/20130507.releephrqsimplifycols.sql
+share/phabricator/resources/sql/patches/20130508.releephtransactions.sql
+share/phabricator/resources/sql/patches/20130508.releephtransactionsmig.php
+share/phabricator/resources/sql/patches/20130508.search_namedquery.sql
+share/phabricator/resources/sql/patches/20130513.receviedmailstatus.sql
+share/phabricator/resources/sql/patches/20130519.diviner.sql
+share/phabricator/resources/sql/patches/20130521.dropconphimages.sql
+share/phabricator/resources/sql/patches/20130523.maniphest_owners.sql
+share/phabricator/resources/sql/patches/20130524.repoxactions.sql
+share/phabricator/resources/sql/patches/20130529.macroauthor.sql
+share/phabricator/resources/sql/patches/20130529.macroauthormig.php
+share/phabricator/resources/sql/patches/20130530.macrodatekey.sql
+share/phabricator/resources/sql/patches/20130530.pastekeys.sql
+share/phabricator/resources/sql/patches/20130530.sessionhash.php
+share/phabricator/resources/sql/patches/20130531.filekeys.sql
+share/phabricator/resources/sql/patches/20130602.morediviner.sql
+share/phabricator/resources/sql/patches/20130602.namedqueries.sql
+share/phabricator/resources/sql/patches/20130606.userxactions.sql
+share/phabricator/resources/sql/patches/20130607.xaccount.sql
+share/phabricator/resources/sql/patches/20130611.migrateoauth.php
+share/phabricator/resources/sql/patches/20130611.nukeldap.php
+share/phabricator/resources/sql/patches/20130613.authdb.sql
+share/phabricator/resources/sql/patches/20130619.authconf.php
+share/phabricator/resources/sql/patches/20130620.diffxactions.sql
+share/phabricator/resources/sql/patches/20130621.diffcommentphid.sql
+share/phabricator/resources/sql/patches/20130621.diffcommentphidmig.php
+share/phabricator/resources/sql/patches/20130621.diffcommentunphid.sql
+share/phabricator/resources/sql/patches/20130622.doorkeeper.sql
+share/phabricator/resources/sql/patches/20130628.legalpadv0.sql
+share/phabricator/resources/sql/patches/20130701.conduitlog.sql
+share/phabricator/resources/sql/patches/20130703.legalpaddocdenorm.php
+share/phabricator/resources/sql/patches/20130703.legalpaddocdenorm.sql
+share/phabricator/resources/sql/patches/20130709.droptimeline.sql
+share/phabricator/resources/sql/patches/20130709.legalpadsignature.sql
+share/phabricator/resources/sql/patches/20130711.pholioimageobsolete.php
+share/phabricator/resources/sql/patches/20130711.pholioimageobsolete.sql
+share/phabricator/resources/sql/patches/20130711.pholioimageobsolete2.sql
+share/phabricator/resources/sql/patches/20130711.trimrealnames.php
+share/phabricator/resources/sql/patches/20130714.votexactions.sql
+share/phabricator/resources/sql/patches/20130715.votecomments.php
+share/phabricator/resources/sql/patches/20130715.voteedges.sql
+share/phabricator/resources/sql/patches/20130716.archivememberlessprojects.php
+share/phabricator/resources/sql/patches/20130722.pholioreplace.sql
+share/phabricator/resources/sql/patches/20130723.taskstarttime.sql
+share/phabricator/resources/sql/patches/20130726.ponderxactions.sql
+share/phabricator/resources/sql/patches/20130727.ponderquestionstatus.sql
+share/phabricator/resources/sql/patches/20130728.ponderunique.php
+share/phabricator/resources/sql/patches/20130728.ponderuniquekey.sql
+share/phabricator/resources/sql/patches/20130728.ponderxcomment.php
+share/phabricator/resources/sql/patches/20130731.releephcutpointidentifier.sql
+share/phabricator/resources/sql/patches/20130731.releephproject.sql
+share/phabricator/resources/sql/patches/20130731.releephrepoid.sql
+share/phabricator/resources/sql/patches/20130801.pastexactions.php
+share/phabricator/resources/sql/patches/20130801.pastexactions.sql
+share/phabricator/resources/sql/patches/20130802.heraldphid.sql
+share/phabricator/resources/sql/patches/20130802.heraldphids.php
+share/phabricator/resources/sql/patches/20130802.heraldphidukey.sql
+share/phabricator/resources/sql/patches/20130802.heraldxactions.sql
+share/phabricator/resources/sql/patches/20130805.pasteedges.sql
+share/phabricator/resources/sql/patches/20130805.pastemailkey.sql
+share/phabricator/resources/sql/patches/20130805.pastemailkeypop.php
+share/phabricator/resources/sql/patches/20130814.usercustom.sql
+share/phabricator/resources/sql/patches/20130820.file-mailkey-populate.php
+share/phabricator/resources/sql/patches/20130820.filemailkey.sql
+share/phabricator/resources/sql/patches/20130820.filexactions.sql
+share/phabricator/resources/sql/patches/20130820.releephxactions.sql
+share/phabricator/resources/sql/patches/20130826.divinernode.sql
+share/phabricator/resources/sql/patches/20130912.maniphest.1.touch.sql
+share/phabricator/resources/sql/patches/20130912.maniphest.2.created.sql
+share/phabricator/resources/sql/patches/20130912.maniphest.3.nameindex.sql
+share/phabricator/resources/sql/patches/20130912.maniphest.4.fillindex.php
+share/phabricator/resources/sql/patches/20130913.maniphest.1.migratesearch.php
+share/phabricator/resources/sql/patches/20130914.usercustom.sql
+share/phabricator/resources/sql/patches/20130915.maniphestcustom.sql
+share/phabricator/resources/sql/patches/20130915.maniphestmigrate.php
+share/phabricator/resources/sql/patches/20130915.maniphestqdrop.sql
+share/phabricator/resources/sql/patches/20130919.mfieldconf.php
+share/phabricator/resources/sql/patches/20130920.repokeyspolicy.sql
+share/phabricator/resources/sql/patches/20130921.mtransactions.sql
+share/phabricator/resources/sql/patches/20130921.xmigratemaniphest.php
+share/phabricator/resources/sql/patches/20130923.mrename.sql
+share/phabricator/resources/sql/patches/20130924.mdraftkey.sql
+share/phabricator/resources/sql/patches/20130925.mpolicy.sql
+share/phabricator/resources/sql/patches/20130925.xpolicy.sql
+share/phabricator/resources/sql/patches/20130926.dcustom.sql
+share/phabricator/resources/sql/patches/20130926.dinkeys.sql
+share/phabricator/resources/sql/patches/20130926.dinline.php
+share/phabricator/resources/sql/patches/20130927.audiomacro.sql
+share/phabricator/resources/sql/patches/20130929.filepolicy.sql
+share/phabricator/resources/sql/patches/20131004.dxedgekey.sql
+share/phabricator/resources/sql/patches/20131004.dxreviewers.php
+share/phabricator/resources/sql/patches/20131006.hdisable.sql
+share/phabricator/resources/sql/patches/20131010.pstorage.sql
+share/phabricator/resources/sql/patches/20131015.cpolicy.sql
+share/phabricator/resources/sql/patches/20131020.col1.sql
+share/phabricator/resources/sql/patches/20131020.harbormaster.sql
+share/phabricator/resources/sql/patches/20131020.pcustom.sql
+share/phabricator/resources/sql/patches/20131020.pxaction.sql
+share/phabricator/resources/sql/patches/20131020.pxactionmig.php
+share/phabricator/resources/sql/patches/20131025.repopush.sql
+share/phabricator/resources/sql/patches/20131026.commitstatus.sql
+share/phabricator/resources/sql/patches/20131030.repostatusmessage.sql
+share/phabricator/resources/sql/patches/20131031.vcspassword.sql
+share/phabricator/resources/sql/patches/20131105.buildstep.sql
+share/phabricator/resources/sql/patches/20131106.diffphid.1.col.sql
+share/phabricator/resources/sql/patches/20131106.diffphid.2.mig.php
+share/phabricator/resources/sql/patches/20131106.diffphid.3.key.sql
+share/phabricator/resources/sql/patches/20131106.nuance-v0.sql
+share/phabricator/resources/sql/patches/20131107.buildlog.sql
+share/phabricator/resources/sql/patches/20131112.userverified.1.col.sql
+share/phabricator/resources/sql/patches/20131112.userverified.2.mig.php
+share/phabricator/resources/sql/patches/20131118.ownerorder.php
+share/phabricator/resources/sql/patches/20131119.passphrase.sql
+share/phabricator/resources/sql/patches/20131120.nuancesourcetype.sql
+share/phabricator/resources/sql/patches/20131121.passphraseedge.sql
+share/phabricator/resources/sql/patches/20131121.repocredentials.1.col.sql
+share/phabricator/resources/sql/patches/20131121.repocredentials.2.mig.php
+share/phabricator/resources/sql/patches/20131122.repomirror.sql
+share/phabricator/resources/sql/patches/20131123.drydockblueprintpolicy.sql
+share/phabricator/resources/sql/patches/20131129.drydockresourceblueprint.sql
+share/phabricator/resources/sql/patches/20131204.pushlog.sql
+share/phabricator/resources/sql/patches/20131205.buildsteporder.sql
+share/phabricator/resources/sql/patches/20131205.buildstepordermig.php
+share/phabricator/resources/sql/patches/20131205.buildtargets.sql
+share/phabricator/resources/sql/patches/20131206.phragment.sql
+share/phabricator/resources/sql/patches/20131206.phragmentnull.sql
+share/phabricator/resources/sql/patches/20131208.phragmentsnapshot.sql
+share/phabricator/resources/sql/patches/20131211.phragmentedges.sql
+share/phabricator/resources/sql/patches/20131217.pushlogphid.1.col.sql
+share/phabricator/resources/sql/patches/20131217.pushlogphid.2.mig.php
+share/phabricator/resources/sql/patches/20131217.pushlogphid.3.key.sql
+share/phabricator/resources/sql/patches/20131219.pxdrop.sql
+share/phabricator/resources/sql/patches/20131224.harbormanual.sql
+share/phabricator/resources/sql/patches/20131227.heraldobject.sql
+share/phabricator/resources/sql/patches/20131231.dropshortcut.sql
+share/phabricator/resources/sql/patches/20131302.maniphestvalue.sql
+share/phabricator/resources/sql/patches/daemonstatus.sql
+share/phabricator/resources/sql/patches/daemonstatuskey.sql
+share/phabricator/resources/sql/patches/daemontaskarchive.sql
+share/phabricator/resources/sql/patches/differentialbookmarks.sql
+share/phabricator/resources/sql/patches/draft-metadata.sql
+share/phabricator/resources/sql/patches/dropfileproxyimage.sql
+share/phabricator/resources/sql/patches/drydockresourcetype.sql
+share/phabricator/resources/sql/patches/drydocktaskid.sql
+share/phabricator/resources/sql/patches/edgetype.sql
+share/phabricator/resources/sql/patches/emailtable.sql
+share/phabricator/resources/sql/patches/emailtableport.php
+share/phabricator/resources/sql/patches/emailtableremove.sql
+share/phabricator/resources/sql/patches/fact-raw.sql
+share/phabricator/resources/sql/patches/harbormasterobject.sql
+share/phabricator/resources/sql/patches/holidays.sql
+share/phabricator/resources/sql/patches/ldapinfo.sql
+share/phabricator/resources/sql/patches/legalpad-mailkey-populate.php
+share/phabricator/resources/sql/patches/legalpad-mailkey.sql
+share/phabricator/resources/sql/patches/liskcounters-task.sql
+share/phabricator/resources/sql/patches/liskcounters.php
+share/phabricator/resources/sql/patches/liskcounters.sql
+share/phabricator/resources/sql/patches/maniphestxcache.sql
+share/phabricator/resources/sql/patches/markupcache.sql
+share/phabricator/resources/sql/patches/migrate-differential-dependencies.php
+share/phabricator/resources/sql/patches/migrate-maniphest-dependencies.php
+share/phabricator/resources/sql/patches/migrate-maniphest-revisions.php
+share/phabricator/resources/sql/patches/migrate-project-edges.php
+share/phabricator/resources/sql/patches/owners-exclude.sql
+share/phabricator/resources/sql/patches/pastepolicy.sql
+share/phabricator/resources/sql/patches/phameblog.sql
+share/phabricator/resources/sql/patches/phamedomain.sql
+share/phabricator/resources/sql/patches/phameoneblog.sql
+share/phabricator/resources/sql/patches/phamepolicy.sql
+share/phabricator/resources/sql/patches/phiddrop.sql
+share/phabricator/resources/sql/patches/pholio.sql
+share/phabricator/resources/sql/patches/policy-project.sql
+share/phabricator/resources/sql/patches/ponder-comments.sql
+share/phabricator/resources/sql/patches/ponder-mailkey-populate.php
+share/phabricator/resources/sql/patches/ponder-mailkey.sql
+share/phabricator/resources/sql/patches/ponder.sql
+share/phabricator/resources/sql/patches/releeph.sql
+share/phabricator/resources/sql/patches/repository-lint.sql
+share/phabricator/resources/sql/patches/statustxt.sql
+share/phabricator/resources/sql/patches/symbolcontexts.sql
+share/phabricator/resources/sql/patches/testdatabase.sql
+share/phabricator/resources/sql/patches/threadtopic.sql
+share/phabricator/resources/sql/patches/userstatus.sql
+share/phabricator/resources/sql/patches/usertranslation.sql
+share/phabricator/resources/sql/patches/xhprof.sql
+share/phabricator/resources/sql/quickstart.sql
+share/phabricator/resources/sql/stopwords.txt
+share/phabricator/resources/sshd/phabricator-ssh-hook.sh
+share/phabricator/resources/sshd/sshd_config.phabricator.example
+share/phabricator/scripts/__init_script__.php
+share/phabricator/scripts/almanac/manage_almanac.php
+share/phabricator/scripts/cache/manage_cache.php
+share/phabricator/scripts/calendar/import_us_holidays.php
+share/phabricator/scripts/celerity/generate_sprites.php
+share/phabricator/scripts/celerity/install_merge.sh
+share/phabricator/scripts/daemon/launch_daemon.php
+share/phabricator/scripts/daemon/manage_daemons.php
+share/phabricator/scripts/daemon/phd-daemon
+share/phabricator/scripts/diviner/diviner.php
+share/phabricator/scripts/drydock/drydock_control.php
+share/phabricator/scripts/fact/manage_facts.php
+share/phabricator/scripts/files/manage_files.php
+share/phabricator/scripts/fpm/warmup.php
+share/phabricator/scripts/install/install_rhel-derivs.sh
+share/phabricator/scripts/install/install_ubuntu.sh
+share/phabricator/scripts/install/update_phabricator.sh
+share/phabricator/scripts/lipsum/manage_lipsum.php
+share/phabricator/scripts/mail/mail_handler.php
+share/phabricator/scripts/mail/manage_mail.php
+share/phabricator/scripts/repository/commit_hook.php
+share/phabricator/scripts/repository/manage_repositories.php
+share/phabricator/scripts/repository/rebuild_summaries.php
+share/phabricator/scripts/repository/save_lint.php
+share/phabricator/scripts/search/manage_search.php
+share/phabricator/scripts/setup/manage_audit.php
+share/phabricator/scripts/setup/manage_auth.php
+share/phabricator/scripts/setup/manage_celerity.php
+share/phabricator/scripts/setup/manage_config.php
+share/phabricator/scripts/setup/manage_differential.php
+share/phabricator/scripts/setup/manage_feed.php
+share/phabricator/scripts/setup/manage_garbage.php
+share/phabricator/scripts/setup/manage_harbormaster.php
+share/phabricator/scripts/setup/manage_hunks.php
+share/phabricator/scripts/setup/manage_i18n.php
+share/phabricator/scripts/setup/manage_phortune.php
+share/phabricator/scripts/setup/manage_policy.php
+share/phabricator/scripts/setup/manage_remove.php
+share/phabricator/scripts/setup/manage_trigger.php
+share/phabricator/scripts/setup/manage_worker.php
+share/phabricator/scripts/sms/manage_sms.php
+share/phabricator/scripts/sql/manage_storage.php
+share/phabricator/scripts/ssh/ssh-auth-key.php
+share/phabricator/scripts/ssh/ssh-auth.php
+share/phabricator/scripts/ssh/ssh-connect.php
+share/phabricator/scripts/ssh/ssh-exec.php
+share/phabricator/scripts/symbols/clear_repository_symbols.php
+share/phabricator/scripts/symbols/generate_ctags_symbols.php
+share/phabricator/scripts/symbols/generate_php_symbols.php
+share/phabricator/scripts/symbols/import_repository_symbols.php
+share/phabricator/scripts/user/account_admin.php
+share/phabricator/scripts/user/add_user.php
+share/phabricator/scripts/util/add_macro.php
+share/phabricator/scripts/util/emit_test_event.php
+share/phabricator/src/__phutil_library_init__.php
+share/phabricator/src/__phutil_library_map__.php
+share/phabricator/src/__tests__/PhabricatorCelerityTestCase.php
+share/phabricator/src/__tests__/PhabricatorConduitTestCase.php
+share/phabricator/src/__tests__/PhabricatorInfrastructureTestCase.php
+share/phabricator/src/__tests__/PhabricatorLibraryTestCase.php
+share/phabricator/src/aphront/AphrontController.php
+share/phabricator/src/aphront/AphrontRequest.php
+share/phabricator/src/aphront/__tests__/AphrontRequestTestCase.php
+share/phabricator/src/aphront/configuration/AphrontApplicationConfiguration.php
+share/phabricator/src/aphront/configuration/AphrontDefaultApplicationConfiguration.php
+share/phabricator/src/aphront/exception/AphrontCSRFException.php
+share/phabricator/src/aphront/exception/AphrontException.php
+share/phabricator/src/aphront/exception/AphrontMalformedRequestException.php
+share/phabricator/src/aphront/handler/AphrontRequestExceptionHandler.php
+share/phabricator/src/aphront/handler/PhabricatorAjaxRequestExceptionHandler.php
+share/phabricator/src/aphront/handler/PhabricatorConduitRequestExceptionHandler.php
+share/phabricator/src/aphront/handler/PhabricatorDefaultRequestExceptionHandler.php
+share/phabricator/src/aphront/handler/PhabricatorHighSecurityRequestExceptionHandler.php
+share/phabricator/src/aphront/handler/PhabricatorPolicyRequestExceptionHandler.php
+share/phabricator/src/aphront/handler/PhabricatorRateLimitRequestExceptionHandler.php
+share/phabricator/src/aphront/handler/PhabricatorRequestExceptionHandler.php
+share/phabricator/src/aphront/httpparametertype/AphrontBoolHTTPParameterType.php
+share/phabricator/src/aphront/httpparametertype/AphrontHTTPParameterType.php
+share/phabricator/src/aphront/httpparametertype/AphrontIntHTTPParameterType.php
+share/phabricator/src/aphront/httpparametertype/AphrontListHTTPParameterType.php
+share/phabricator/src/aphront/httpparametertype/AphrontPHIDHTTPParameterType.php
+share/phabricator/src/aphront/httpparametertype/AphrontPHIDListHTTPParameterType.php
+share/phabricator/src/aphront/httpparametertype/AphrontProjectListHTTPParameterType.php
+share/phabricator/src/aphront/httpparametertype/AphrontSelectHTTPParameterType.php
+share/phabricator/src/aphront/httpparametertype/AphrontStringHTTPParameterType.php
+share/phabricator/src/aphront/httpparametertype/AphrontStringListHTTPParameterType.php
+share/phabricator/src/aphront/httpparametertype/AphrontUserListHTTPParameterType.php
+share/phabricator/src/aphront/interface/AphrontResponseProducerInterface.php
+share/phabricator/src/aphront/response/Aphront304Response.php
+share/phabricator/src/aphront/response/Aphront400Response.php
+share/phabricator/src/aphront/response/Aphront403Response.php
+share/phabricator/src/aphront/response/Aphront404Response.php
+share/phabricator/src/aphront/response/AphrontAjaxResponse.php
+share/phabricator/src/aphront/response/AphrontDialogResponse.php
+share/phabricator/src/aphront/response/AphrontFileResponse.php
+share/phabricator/src/aphront/response/AphrontHTMLResponse.php
+share/phabricator/src/aphront/response/AphrontHTTPProxyResponse.php
+share/phabricator/src/aphront/response/AphrontJSONResponse.php
+share/phabricator/src/aphront/response/AphrontPlainTextResponse.php
+share/phabricator/src/aphront/response/AphrontProxyResponse.php
+share/phabricator/src/aphront/response/AphrontRedirectResponse.php
+share/phabricator/src/aphront/response/AphrontReloadResponse.php
+share/phabricator/src/aphront/response/AphrontResponse.php
+share/phabricator/src/aphront/response/AphrontStandaloneHTMLResponse.php
+share/phabricator/src/aphront/response/AphrontUnhandledExceptionResponse.php
+share/phabricator/src/aphront/response/AphrontWebpageResponse.php
+share/phabricator/src/aphront/response/__tests__/AphrontRedirectResponseTestCase.php
+share/phabricator/src/aphront/sink/AphrontHTTPSink.php
+share/phabricator/src/aphront/sink/AphrontIsolatedHTTPSink.php
+share/phabricator/src/aphront/sink/AphrontPHPHTTPSink.php
+share/phabricator/src/aphront/sink/__tests__/AphrontHTTPSinkTestCase.php
+share/phabricator/src/aphront/site/AphrontRoutingMap.php
+share/phabricator/src/aphront/site/AphrontRoutingResult.php
+share/phabricator/src/aphront/site/AphrontSite.php
+share/phabricator/src/aphront/site/PhabricatorPlatformSite.php
+share/phabricator/src/aphront/site/PhabricatorResourceSite.php
+share/phabricator/src/aphront/site/PhabricatorShortSite.php
+share/phabricator/src/aphront/site/PhabricatorSite.php
+share/phabricator/src/applications/almanac/application/PhabricatorAlmanacApplication.php
+share/phabricator/src/applications/almanac/capability/AlmanacCreateClusterServicesCapability.php
+share/phabricator/src/applications/almanac/capability/AlmanacCreateDevicesCapability.php
+share/phabricator/src/applications/almanac/capability/AlmanacCreateNetworksCapability.php
+share/phabricator/src/applications/almanac/capability/AlmanacCreateServicesCapability.php
+share/phabricator/src/applications/almanac/conduit/AlmanacConduitAPIMethod.php
+share/phabricator/src/applications/almanac/conduit/AlmanacQueryDevicesConduitAPIMethod.php
+share/phabricator/src/applications/almanac/conduit/AlmanacQueryServicesConduitAPIMethod.php
+share/phabricator/src/applications/almanac/controller/AlmanacBindingEditController.php
+share/phabricator/src/applications/almanac/controller/AlmanacBindingViewController.php
+share/phabricator/src/applications/almanac/controller/AlmanacConsoleController.php
+share/phabricator/src/applications/almanac/controller/AlmanacController.php
+share/phabricator/src/applications/almanac/controller/AlmanacDeviceController.php
+share/phabricator/src/applications/almanac/controller/AlmanacDeviceEditController.php
+share/phabricator/src/applications/almanac/controller/AlmanacDeviceListController.php
+share/phabricator/src/applications/almanac/controller/AlmanacDeviceViewController.php
+share/phabricator/src/applications/almanac/controller/AlmanacInterfaceEditController.php
+share/phabricator/src/applications/almanac/controller/AlmanacNetworkController.php
+share/phabricator/src/applications/almanac/controller/AlmanacNetworkEditController.php
+share/phabricator/src/applications/almanac/controller/AlmanacNetworkListController.php
+share/phabricator/src/applications/almanac/controller/AlmanacNetworkViewController.php
+share/phabricator/src/applications/almanac/controller/AlmanacPropertyController.php
+share/phabricator/src/applications/almanac/controller/AlmanacPropertyDeleteController.php
+share/phabricator/src/applications/almanac/controller/AlmanacPropertyEditController.php
+share/phabricator/src/applications/almanac/controller/AlmanacServiceController.php
+share/phabricator/src/applications/almanac/controller/AlmanacServiceEditController.php
+share/phabricator/src/applications/almanac/controller/AlmanacServiceListController.php
+share/phabricator/src/applications/almanac/controller/AlmanacServiceViewController.php
+share/phabricator/src/applications/almanac/customfield/AlmanacCoreCustomField.php
+share/phabricator/src/applications/almanac/customfield/AlmanacCustomField.php
+share/phabricator/src/applications/almanac/editor/AlmanacBindingEditor.php
+share/phabricator/src/applications/almanac/editor/AlmanacDeviceEditor.php
+share/phabricator/src/applications/almanac/editor/AlmanacNetworkEditor.php
+share/phabricator/src/applications/almanac/editor/AlmanacServiceEditor.php
+share/phabricator/src/applications/almanac/engineextension/AlmanacPropertiesDestructionEngineExtension.php
+share/phabricator/src/applications/almanac/management/AlmanacManagementLockWorkflow.php
+share/phabricator/src/applications/almanac/management/AlmanacManagementRegisterWorkflow.php
+share/phabricator/src/applications/almanac/management/AlmanacManagementTrustKeyWorkflow.php
+share/phabricator/src/applications/almanac/management/AlmanacManagementUnlockWorkflow.php
+share/phabricator/src/applications/almanac/management/AlmanacManagementUntrustKeyWorkflow.php
+share/phabricator/src/applications/almanac/management/AlmanacManagementWorkflow.php
+share/phabricator/src/applications/almanac/phid/AlmanacBindingPHIDType.php
+share/phabricator/src/applications/almanac/phid/AlmanacDevicePHIDType.php
+share/phabricator/src/applications/almanac/phid/AlmanacInterfacePHIDType.php
+share/phabricator/src/applications/almanac/phid/AlmanacNetworkPHIDType.php
+share/phabricator/src/applications/almanac/phid/AlmanacServicePHIDType.php
+share/phabricator/src/applications/almanac/property/AlmanacPropertyInterface.php
+share/phabricator/src/applications/almanac/query/AlmanacBindingQuery.php
+share/phabricator/src/applications/almanac/query/AlmanacBindingTransactionQuery.php
+share/phabricator/src/applications/almanac/query/AlmanacDeviceQuery.php
+share/phabricator/src/applications/almanac/query/AlmanacDeviceSearchEngine.php
+share/phabricator/src/applications/almanac/query/AlmanacDeviceTransactionQuery.php
+share/phabricator/src/applications/almanac/query/AlmanacInterfaceQuery.php
+share/phabricator/src/applications/almanac/query/AlmanacNetworkQuery.php
+share/phabricator/src/applications/almanac/query/AlmanacNetworkSearchEngine.php
+share/phabricator/src/applications/almanac/query/AlmanacNetworkTransactionQuery.php
+share/phabricator/src/applications/almanac/query/AlmanacPropertyQuery.php
+share/phabricator/src/applications/almanac/query/AlmanacQuery.php
+share/phabricator/src/applications/almanac/query/AlmanacServiceQuery.php
+share/phabricator/src/applications/almanac/query/AlmanacServiceSearchEngine.php
+share/phabricator/src/applications/almanac/query/AlmanacServiceTransactionQuery.php
+share/phabricator/src/applications/almanac/servicetype/AlmanacClusterDatabaseServiceType.php
+share/phabricator/src/applications/almanac/servicetype/AlmanacClusterRepositoryServiceType.php
+share/phabricator/src/applications/almanac/servicetype/AlmanacClusterServiceType.php
+share/phabricator/src/applications/almanac/servicetype/AlmanacCustomServiceType.php
+share/phabricator/src/applications/almanac/servicetype/AlmanacDrydockPoolServiceType.php
+share/phabricator/src/applications/almanac/servicetype/AlmanacServiceType.php
+share/phabricator/src/applications/almanac/servicetype/__tests__/AlmanacServiceTypeTestCase.php
+share/phabricator/src/applications/almanac/storage/AlmanacBinding.php
+share/phabricator/src/applications/almanac/storage/AlmanacBindingTransaction.php
+share/phabricator/src/applications/almanac/storage/AlmanacDAO.php
+share/phabricator/src/applications/almanac/storage/AlmanacDevice.php
+share/phabricator/src/applications/almanac/storage/AlmanacDeviceTransaction.php
+share/phabricator/src/applications/almanac/storage/AlmanacInterface.php
+share/phabricator/src/applications/almanac/storage/AlmanacNetwork.php
+share/phabricator/src/applications/almanac/storage/AlmanacNetworkTransaction.php
+share/phabricator/src/applications/almanac/storage/AlmanacProperty.php
+share/phabricator/src/applications/almanac/storage/AlmanacSchemaSpec.php
+share/phabricator/src/applications/almanac/storage/AlmanacService.php
+share/phabricator/src/applications/almanac/storage/AlmanacServiceTransaction.php
+share/phabricator/src/applications/almanac/typeahead/AlmanacInterfaceDatasource.php
+share/phabricator/src/applications/almanac/typeahead/AlmanacServiceDatasource.php
+share/phabricator/src/applications/almanac/util/AlmanacAddress.php
+share/phabricator/src/applications/almanac/util/AlmanacKeys.php
+share/phabricator/src/applications/almanac/util/AlmanacNames.php
+share/phabricator/src/applications/almanac/util/__tests__/AlmanacNamesTestCase.php
+share/phabricator/src/applications/almanac/view/AlmanacBindingTableView.php
+share/phabricator/src/applications/almanac/view/AlmanacInterfaceTableView.php
+share/phabricator/src/applications/aphlict/management/PhabricatorAphlictManagementDebugWorkflow.php
+share/phabricator/src/applications/aphlict/management/PhabricatorAphlictManagementRestartWorkflow.php
+share/phabricator/src/applications/aphlict/management/PhabricatorAphlictManagementStartWorkflow.php
+share/phabricator/src/applications/aphlict/management/PhabricatorAphlictManagementStatusWorkflow.php
+share/phabricator/src/applications/aphlict/management/PhabricatorAphlictManagementStopWorkflow.php
+share/phabricator/src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php
+share/phabricator/src/applications/aphlict/query/AphlictDropdownDataQuery.php
+share/phabricator/src/applications/arcanist/conduit/ArcanistConduitAPIMethod.php
+share/phabricator/src/applications/audit/application/PhabricatorAuditApplication.php
+share/phabricator/src/applications/audit/conduit/AuditConduitAPIMethod.php
+share/phabricator/src/applications/audit/conduit/AuditQueryConduitAPIMethod.php
+share/phabricator/src/applications/audit/constants/PhabricatorAuditActionConstants.php
+share/phabricator/src/applications/audit/constants/PhabricatorAuditCommitStatusConstants.php
+share/phabricator/src/applications/audit/constants/PhabricatorAuditStatusConstants.php
+share/phabricator/src/applications/audit/controller/PhabricatorAuditAddCommentController.php
+share/phabricator/src/applications/audit/controller/PhabricatorAuditController.php
+share/phabricator/src/applications/audit/controller/PhabricatorAuditListController.php
+share/phabricator/src/applications/audit/controller/PhabricatorAuditPreviewController.php
+share/phabricator/src/applications/audit/editor/PhabricatorAuditCommentEditor.php
+share/phabricator/src/applications/audit/editor/PhabricatorAuditEditor.php
+share/phabricator/src/applications/audit/mail/PhabricatorAuditMailReceiver.php
+share/phabricator/src/applications/audit/mail/PhabricatorAuditReplyHandler.php
+share/phabricator/src/applications/audit/management/PhabricatorAuditManagementDeleteWorkflow.php
+share/phabricator/src/applications/audit/management/PhabricatorAuditManagementWorkflow.php
+share/phabricator/src/applications/audit/query/PhabricatorAuditTransactionQuery.php
+share/phabricator/src/applications/audit/query/PhabricatorCommitSearchEngine.php
+share/phabricator/src/applications/audit/storage/PhabricatorAuditInlineComment.php
+share/phabricator/src/applications/audit/storage/PhabricatorAuditTransaction.php
+share/phabricator/src/applications/audit/storage/PhabricatorAuditTransactionComment.php
+share/phabricator/src/applications/audit/view/PhabricatorAuditListView.php
+share/phabricator/src/applications/audit/view/PhabricatorAuditTransactionView.php
+share/phabricator/src/applications/auth/action/PhabricatorAuthTryFactorAction.php
+share/phabricator/src/applications/auth/application/PhabricatorAuthApplication.php
+share/phabricator/src/applications/auth/capability/AuthManageProvidersCapability.php
+share/phabricator/src/applications/auth/conduit/PhabricatorAuthConduitAPIMethod.php
+share/phabricator/src/applications/auth/conduit/PhabricatorAuthQueryPublicKeysConduitAPIMethod.php
+share/phabricator/src/applications/auth/constants/PhabricatorCommonPasswords.php
+share/phabricator/src/applications/auth/constants/PhabricatorCookies.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthConfirmLinkController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthDowngradeSessionController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthFinishController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthInviteController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthLinkController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthLoginController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthNeedsApprovalController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthNeedsMultiFactorController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthOldOAuthRedirectController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthOneTimeLoginController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthRegisterController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthRevokeTokenController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthSSHKeyController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthSSHKeyDeleteController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthSSHKeyEditController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthSSHKeyGenerateController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthStartController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthTerminateSessionController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthUnlinkController.php
+share/phabricator/src/applications/auth/controller/PhabricatorAuthValidateController.php
+share/phabricator/src/applications/auth/controller/PhabricatorDisabledUserController.php
+share/phabricator/src/applications/auth/controller/PhabricatorEmailLoginController.php
+share/phabricator/src/applications/auth/controller/PhabricatorEmailVerificationController.php
+share/phabricator/src/applications/auth/controller/PhabricatorLogoutController.php
+share/phabricator/src/applications/auth/controller/PhabricatorMustVerifyEmailController.php
+share/phabricator/src/applications/auth/controller/PhabricatorRefreshCSRFController.php
+share/phabricator/src/applications/auth/controller/config/PhabricatorAuthDisableController.php
+share/phabricator/src/applications/auth/controller/config/PhabricatorAuthEditController.php
+share/phabricator/src/applications/auth/controller/config/PhabricatorAuthListController.php
+share/phabricator/src/applications/auth/controller/config/PhabricatorAuthNewController.php
+share/phabricator/src/applications/auth/controller/config/PhabricatorAuthProviderConfigController.php
+share/phabricator/src/applications/auth/data/PhabricatorAuthHighSecurityToken.php
+share/phabricator/src/applications/auth/data/PhabricatorAuthInviteAction.php
+share/phabricator/src/applications/auth/editor/PhabricatorAuthProviderConfigEditor.php
+share/phabricator/src/applications/auth/engine/PhabricatorAuthInviteEngine.php
+share/phabricator/src/applications/auth/engine/PhabricatorAuthSessionEngine.php
+share/phabricator/src/applications/auth/exception/PhabricatorAuthHighSecurityRequiredException.php
+share/phabricator/src/applications/auth/exception/PhabricatorAuthInviteAccountException.php
+share/phabricator/src/applications/auth/exception/PhabricatorAuthInviteDialogException.php
+share/phabricator/src/applications/auth/exception/PhabricatorAuthInviteException.php
+share/phabricator/src/applications/auth/exception/PhabricatorAuthInviteInvalidException.php
+share/phabricator/src/applications/auth/exception/PhabricatorAuthInviteLoginException.php
+share/phabricator/src/applications/auth/exception/PhabricatorAuthInviteRegisteredException.php
+share/phabricator/src/applications/auth/exception/PhabricatorAuthInviteVerifyException.php
+share/phabricator/src/applications/auth/extension/PhabricatorAuthMainMenuBarExtension.php
+share/phabricator/src/applications/auth/factor/PhabricatorAuthFactor.php
+share/phabricator/src/applications/auth/factor/PhabricatorTOTPAuthFactor.php
+share/phabricator/src/applications/auth/factor/__tests__/PhabricatorAuthFactorTestCase.php
+share/phabricator/src/applications/auth/factor/__tests__/PhabricatorAuthInviteTestCase.php
+share/phabricator/src/applications/auth/factor/__tests__/PhabricatorTOTPAuthFactorTestCase.php
+share/phabricator/src/applications/auth/garbagecollector/PhabricatorAuthSessionGarbageCollector.php
+share/phabricator/src/applications/auth/garbagecollector/PhabricatorAuthTemporaryTokenGarbageCollector.php
+share/phabricator/src/applications/auth/handler/PhabricatorAuthLoginHandler.php
+share/phabricator/src/applications/auth/management/PhabricatorAuthManagementCachePKCS8Workflow.php
+share/phabricator/src/applications/auth/management/PhabricatorAuthManagementLDAPWorkflow.php
+share/phabricator/src/applications/auth/management/PhabricatorAuthManagementListFactorsWorkflow.php
+share/phabricator/src/applications/auth/management/PhabricatorAuthManagementRecoverWorkflow.php
+share/phabricator/src/applications/auth/management/PhabricatorAuthManagementRefreshWorkflow.php
+share/phabricator/src/applications/auth/management/PhabricatorAuthManagementStripWorkflow.php
+share/phabricator/src/applications/auth/management/PhabricatorAuthManagementTrustOAuthClientWorkflow.php
+share/phabricator/src/applications/auth/management/PhabricatorAuthManagementUnlimitWorkflow.php
+share/phabricator/src/applications/auth/management/PhabricatorAuthManagementUntrustOAuthClientWorkflow.php
+share/phabricator/src/applications/auth/management/PhabricatorAuthManagementVerifyWorkflow.php
+share/phabricator/src/applications/auth/management/PhabricatorAuthManagementWorkflow.php
+share/phabricator/src/applications/auth/phid/PhabricatorAuthAuthFactorPHIDType.php
+share/phabricator/src/applications/auth/phid/PhabricatorAuthAuthProviderPHIDType.php
+share/phabricator/src/applications/auth/phid/PhabricatorAuthInvitePHIDType.php
+share/phabricator/src/applications/auth/phid/PhabricatorAuthSSHKeyPHIDType.php
+share/phabricator/src/applications/auth/provider/PhabricatorAmazonAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorAsanaAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorDisqusAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorFacebookAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorGitHubAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorGoogleAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorJIRAAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorOAuth1AuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorOAuth2AuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorOAuthAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorPasswordAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorPersonaAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorPhabricatorAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorTwitchAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorTwitterAuthProvider.php
+share/phabricator/src/applications/auth/provider/PhabricatorWordPressAuthProvider.php
+share/phabricator/src/applications/auth/query/PhabricatorAuthInviteQuery.php
+share/phabricator/src/applications/auth/query/PhabricatorAuthInviteSearchEngine.php
+share/phabricator/src/applications/auth/query/PhabricatorAuthProviderConfigQuery.php
+share/phabricator/src/applications/auth/query/PhabricatorAuthProviderConfigTransactionQuery.php
+share/phabricator/src/applications/auth/query/PhabricatorAuthSSHKeyQuery.php
+share/phabricator/src/applications/auth/query/PhabricatorAuthSessionQuery.php
+share/phabricator/src/applications/auth/query/PhabricatorAuthTemporaryTokenQuery.php
+share/phabricator/src/applications/auth/query/PhabricatorExternalAccountQuery.php
+share/phabricator/src/applications/auth/sshkey/PhabricatorAuthSSHPublicKey.php
+share/phabricator/src/applications/auth/sshkey/PhabricatorSSHPublicKeyInterface.php
+share/phabricator/src/applications/auth/storage/PhabricatorAuthDAO.php
+share/phabricator/src/applications/auth/storage/PhabricatorAuthFactorConfig.php
+share/phabricator/src/applications/auth/storage/PhabricatorAuthInvite.php
+share/phabricator/src/applications/auth/storage/PhabricatorAuthProviderConfig.php
+share/phabricator/src/applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php
+share/phabricator/src/applications/auth/storage/PhabricatorAuthSSHKey.php
+share/phabricator/src/applications/auth/storage/PhabricatorAuthSession.php
+share/phabricator/src/applications/auth/storage/PhabricatorAuthTemporaryToken.php
+share/phabricator/src/applications/auth/view/PhabricatorAuthAccountView.php
+share/phabricator/src/applications/auth/view/PhabricatorAuthInviteActionTableView.php
+share/phabricator/src/applications/auth/view/PhabricatorAuthSSHKeyTableView.php
+share/phabricator/src/applications/auth/worker/PhabricatorAuthInviteWorker.php
+share/phabricator/src/applications/badges/application/PhabricatorBadgesApplication.php
+share/phabricator/src/applications/badges/capability/PhabricatorBadgesCreateCapability.php
+share/phabricator/src/applications/badges/capability/PhabricatorBadgesDefaultEditCapability.php
+share/phabricator/src/applications/badges/controller/PhabricatorBadgesArchiveController.php
+share/phabricator/src/applications/badges/controller/PhabricatorBadgesCommentController.php
+share/phabricator/src/applications/badges/controller/PhabricatorBadgesController.php
+share/phabricator/src/applications/badges/controller/PhabricatorBadgesEditController.php
+share/phabricator/src/applications/badges/controller/PhabricatorBadgesEditRecipientsController.php
+share/phabricator/src/applications/badges/controller/PhabricatorBadgesListController.php
+share/phabricator/src/applications/badges/controller/PhabricatorBadgesRemoveRecipientsController.php
+share/phabricator/src/applications/badges/controller/PhabricatorBadgesViewController.php
+share/phabricator/src/applications/badges/edge/PhabricatorBadgeHasRecipientEdgeType.php
+share/phabricator/src/applications/badges/edge/PhabricatorRecipientHasBadgeEdgeType.php
+share/phabricator/src/applications/badges/editor/PhabricatorBadgesEditEngine.php
+share/phabricator/src/applications/badges/editor/PhabricatorBadgesEditor.php
+share/phabricator/src/applications/badges/icon/PhabricatorBadgesIconSet.php
+share/phabricator/src/applications/badges/mail/PhabricatorBadgesMailReceiver.php
+share/phabricator/src/applications/badges/mail/PhabricatorBadgesReplyHandler.php
+share/phabricator/src/applications/badges/phid/PhabricatorBadgesPHIDType.php
+share/phabricator/src/applications/badges/query/PhabricatorBadgesQuery.php
+share/phabricator/src/applications/badges/query/PhabricatorBadgesSearchEngine.php
+share/phabricator/src/applications/badges/query/PhabricatorBadgesTransactionQuery.php
+share/phabricator/src/applications/badges/storage/PhabricatorBadgesBadge.php
+share/phabricator/src/applications/badges/storage/PhabricatorBadgesDAO.php
+share/phabricator/src/applications/badges/storage/PhabricatorBadgesSchemaSpec.php
+share/phabricator/src/applications/badges/storage/PhabricatorBadgesTransaction.php
+share/phabricator/src/applications/badges/storage/PhabricatorBadgesTransactionComment.php
+share/phabricator/src/applications/badges/view/PhabricatorBadgesRecipientsListView.php
+share/phabricator/src/applications/base/PhabricatorApplication.php
+share/phabricator/src/applications/base/__tests__/PhabricatorApplicationTestCase.php
+share/phabricator/src/applications/base/controller/Phabricator404Controller.php
+share/phabricator/src/applications/base/controller/PhabricatorController.php
+share/phabricator/src/applications/base/controller/PhabricatorRedirectController.php
+share/phabricator/src/applications/base/controller/__tests__/PhabricatorAccessControlTestCase.php
+share/phabricator/src/applications/base/controller/__tests__/PhabricatorTestApplication.php
+share/phabricator/src/applications/base/controller/__tests__/PhabricatorTestController.php
+share/phabricator/src/applications/cache/PhabricatorCaches.php
+share/phabricator/src/applications/cache/PhabricatorKeyValueDatabaseCache.php
+share/phabricator/src/applications/cache/__tests__/PhabricatorCachesTestCase.php
+share/phabricator/src/applications/cache/garbagecollector/PhabricatorCacheGeneralGarbageCollector.php
+share/phabricator/src/applications/cache/garbagecollector/PhabricatorCacheMarkupGarbageCollector.php
+share/phabricator/src/applications/cache/garbagecollector/PhabricatorCacheTTLGarbageCollector.php
+share/phabricator/src/applications/cache/management/PhabricatorCacheManagementPurgeWorkflow.php
+share/phabricator/src/applications/cache/management/PhabricatorCacheManagementWorkflow.php
+share/phabricator/src/applications/cache/spec/PhabricatorCacheSpec.php
+share/phabricator/src/applications/cache/spec/PhabricatorDataCacheSpec.php
+share/phabricator/src/applications/cache/spec/PhabricatorOpcodeCacheSpec.php
+share/phabricator/src/applications/cache/storage/PhabricatorCacheDAO.php
+share/phabricator/src/applications/cache/storage/PhabricatorCacheSchemaSpec.php
+share/phabricator/src/applications/cache/storage/PhabricatorMarkupCache.php
+share/phabricator/src/applications/calendar/__tests__/CalendarTimeUtilTestCase.php
+share/phabricator/src/applications/calendar/application/PhabricatorCalendarApplication.php
+share/phabricator/src/applications/calendar/command/PhabricatorCalendarEventEmailCommand.php
+share/phabricator/src/applications/calendar/command/PhabricatorCalendarEventRSVPEmailCommand.php
+share/phabricator/src/applications/calendar/controller/PhabricatorCalendarController.php
+share/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventCancelController.php
+share/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventCommentController.php
+share/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventDragController.php
+share/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventEditController.php
+share/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventJoinController.php
+share/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventListController.php
+share/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
+share/phabricator/src/applications/calendar/editor/PhabricatorCalendarEventEditor.php
+share/phabricator/src/applications/calendar/icon/PhabricatorCalendarIconSet.php
+share/phabricator/src/applications/calendar/mail/PhabricatorCalendarEventMailReceiver.php
+share/phabricator/src/applications/calendar/mail/PhabricatorCalendarReplyHandler.php
+share/phabricator/src/applications/calendar/phid/PhabricatorCalendarEventPHIDType.php
+share/phabricator/src/applications/calendar/query/PhabricatorCalendarEventInviteeQuery.php
+share/phabricator/src/applications/calendar/query/PhabricatorCalendarEventQuery.php
+share/phabricator/src/applications/calendar/query/PhabricatorCalendarEventSearchEngine.php
+share/phabricator/src/applications/calendar/query/PhabricatorCalendarEventTransactionQuery.php
+share/phabricator/src/applications/calendar/remarkup/PhabricatorCalendarRemarkupRule.php
+share/phabricator/src/applications/calendar/search/PhabricatorCalendarEventFulltextEngine.php
+share/phabricator/src/applications/calendar/storage/PhabricatorCalendarDAO.php
+share/phabricator/src/applications/calendar/storage/PhabricatorCalendarEvent.php
+share/phabricator/src/applications/calendar/storage/PhabricatorCalendarEventInvitee.php
+share/phabricator/src/applications/calendar/storage/PhabricatorCalendarEventTransaction.php
+share/phabricator/src/applications/calendar/storage/PhabricatorCalendarEventTransactionComment.php
+share/phabricator/src/applications/calendar/storage/PhabricatorCalendarHoliday.php
+share/phabricator/src/applications/calendar/storage/PhabricatorCalendarSchemaSpec.php
+share/phabricator/src/applications/calendar/storage/__tests__/PhabricatorCalendarHolidayTestCase.php
+share/phabricator/src/applications/calendar/util/CalendarTimeUtil.php
+share/phabricator/src/applications/calendar/view/AphrontCalendarEventView.php
+share/phabricator/src/applications/celerity/CelerityAPI.php
+share/phabricator/src/applications/celerity/CelerityResourceGraph.php
+share/phabricator/src/applications/celerity/CelerityResourceMap.php
+share/phabricator/src/applications/celerity/CelerityResourceMapGenerator.php
+share/phabricator/src/applications/celerity/CelerityResourceTransformer.php
+share/phabricator/src/applications/celerity/CeleritySpriteGenerator.php
+share/phabricator/src/applications/celerity/CelerityStaticResourceResponse.php
+share/phabricator/src/applications/celerity/__tests__/CelerityPostprocessorTestCase.php
+share/phabricator/src/applications/celerity/__tests__/CelerityResourceTransformerTestCase.php
+share/phabricator/src/applications/celerity/__tests__/transformer/min.css
+share/phabricator/src/applications/celerity/__tests__/transformer/print.css
+share/phabricator/src/applications/celerity/__tests__/transformer/xform.css
+share/phabricator/src/applications/celerity/api.php
+share/phabricator/src/applications/celerity/application/PhabricatorCelerityApplication.php
+share/phabricator/src/applications/celerity/controller/CelerityPhabricatorResourceController.php
+share/phabricator/src/applications/celerity/controller/CelerityResourceController.php
+share/phabricator/src/applications/celerity/management/CelerityManagementMapWorkflow.php
+share/phabricator/src/applications/celerity/management/CelerityManagementWorkflow.php
+share/phabricator/src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php
+share/phabricator/src/applications/celerity/postprocessor/CelerityHighContrastPostprocessor.php
+share/phabricator/src/applications/celerity/postprocessor/CelerityLargeFontPostprocessor.php
+share/phabricator/src/applications/celerity/postprocessor/CelerityPostprocessor.php
+share/phabricator/src/applications/celerity/resources/CelerityPhabricatorResources.php
+share/phabricator/src/applications/celerity/resources/CelerityPhysicalResources.php
+share/phabricator/src/applications/celerity/resources/CelerityResources.php
+share/phabricator/src/applications/celerity/resources/CelerityResourcesOnDisk.php
+share/phabricator/src/applications/celerity/resources/__tests__/CelerityPhysicalResourcesTestCase.php
+share/phabricator/src/applications/chatlog/application/PhabricatorChatLogApplication.php
+share/phabricator/src/applications/chatlog/conduit/ChatLogConduitAPIMethod.php
+share/phabricator/src/applications/chatlog/conduit/ChatLogQueryConduitAPIMethod.php
+share/phabricator/src/applications/chatlog/conduit/ChatLogRecordConduitAPIMethod.php
+share/phabricator/src/applications/chatlog/controller/PhabricatorChatLogChannelListController.php
+share/phabricator/src/applications/chatlog/controller/PhabricatorChatLogChannelLogController.php
+share/phabricator/src/applications/chatlog/controller/PhabricatorChatLogController.php
+share/phabricator/src/applications/chatlog/query/PhabricatorChatLogChannelQuery.php
+share/phabricator/src/applications/chatlog/query/PhabricatorChatLogQuery.php
+share/phabricator/src/applications/chatlog/storage/PhabricatorChatLogChannel.php
+share/phabricator/src/applications/chatlog/storage/PhabricatorChatLogDAO.php
+share/phabricator/src/applications/chatlog/storage/PhabricatorChatLogEvent.php
+share/phabricator/src/applications/conduit/application/PhabricatorConduitApplication.php
+share/phabricator/src/applications/conduit/call/ConduitCall.php
+share/phabricator/src/applications/conduit/call/__tests__/ConduitCallTestCase.php
+share/phabricator/src/applications/conduit/controller/PhabricatorConduitAPIController.php
+share/phabricator/src/applications/conduit/controller/PhabricatorConduitConsoleController.php
+share/phabricator/src/applications/conduit/controller/PhabricatorConduitController.php
+share/phabricator/src/applications/conduit/controller/PhabricatorConduitListController.php
+share/phabricator/src/applications/conduit/controller/PhabricatorConduitLogController.php
+share/phabricator/src/applications/conduit/controller/PhabricatorConduitTokenController.php
+share/phabricator/src/applications/conduit/controller/PhabricatorConduitTokenEditController.php
+share/phabricator/src/applications/conduit/controller/PhabricatorConduitTokenHandshakeController.php
+share/phabricator/src/applications/conduit/controller/PhabricatorConduitTokenTerminateController.php
+share/phabricator/src/applications/conduit/garbagecollector/ConduitLogGarbageCollector.php
+share/phabricator/src/applications/conduit/garbagecollector/ConduitTokenGarbageCollector.php
+share/phabricator/src/applications/conduit/interface/PhabricatorConduitResultInterface.php
+share/phabricator/src/applications/conduit/interface/PhabricatorConduitSearchFieldSpecification.php
+share/phabricator/src/applications/conduit/method/ConduitAPIMethod.php
+share/phabricator/src/applications/conduit/method/ConduitConnectConduitAPIMethod.php
+share/phabricator/src/applications/conduit/method/ConduitGetCapabilitiesConduitAPIMethod.php
+share/phabricator/src/applications/conduit/method/ConduitGetCertificateConduitAPIMethod.php
+share/phabricator/src/applications/conduit/method/ConduitPingConduitAPIMethod.php
+share/phabricator/src/applications/conduit/method/ConduitQueryConduitAPIMethod.php
+share/phabricator/src/applications/conduit/method/__tests__/ConduitAPIMethodTestCase.php
+share/phabricator/src/applications/conduit/parametertype/ConduitBoolParameterType.php
+share/phabricator/src/applications/conduit/parametertype/ConduitEpochParameterType.php
+share/phabricator/src/applications/conduit/parametertype/ConduitIntListParameterType.php
+share/phabricator/src/applications/conduit/parametertype/ConduitIntParameterType.php
+share/phabricator/src/applications/conduit/parametertype/ConduitListParameterType.php
+share/phabricator/src/applications/conduit/parametertype/ConduitPHIDListParameterType.php
+share/phabricator/src/applications/conduit/parametertype/ConduitPHIDParameterType.php
+share/phabricator/src/applications/conduit/parametertype/ConduitParameterType.php
+share/phabricator/src/applications/conduit/parametertype/ConduitPointsParameterType.php
+share/phabricator/src/applications/conduit/parametertype/ConduitProjectListParameterType.php
+share/phabricator/src/applications/conduit/parametertype/ConduitStringListParameterType.php
+share/phabricator/src/applications/conduit/parametertype/ConduitStringParameterType.php
+share/phabricator/src/applications/conduit/parametertype/ConduitUserListParameterType.php
+share/phabricator/src/applications/conduit/parametertype/ConduitUserParameterType.php
+share/phabricator/src/applications/conduit/parametertype/ConduitWildParameterType.php
+share/phabricator/src/applications/conduit/protocol/ConduitAPIRequest.php
+share/phabricator/src/applications/conduit/protocol/ConduitAPIResponse.php
+share/phabricator/src/applications/conduit/protocol/exception/ConduitApplicationNotInstalledException.php
+share/phabricator/src/applications/conduit/protocol/exception/ConduitException.php
+share/phabricator/src/applications/conduit/protocol/exception/ConduitMethodDoesNotExistException.php
+share/phabricator/src/applications/conduit/protocol/exception/ConduitMethodNotFoundException.php
+share/phabricator/src/applications/conduit/query/ConduitResultSearchEngineExtension.php
+share/phabricator/src/applications/conduit/query/PhabricatorConduitLogQuery.php
+share/phabricator/src/applications/conduit/query/PhabricatorConduitLogSearchEngine.php
+share/phabricator/src/applications/conduit/query/PhabricatorConduitMethodQuery.php
+share/phabricator/src/applications/conduit/query/PhabricatorConduitSearchEngine.php
+share/phabricator/src/applications/conduit/query/PhabricatorConduitTokenQuery.php
+share/phabricator/src/applications/conduit/settings/PhabricatorConduitTokensSettingsPanel.php
+share/phabricator/src/applications/conduit/ssh/ConduitSSHWorkflow.php
+share/phabricator/src/applications/conduit/storage/PhabricatorConduitCertificateToken.php
+share/phabricator/src/applications/conduit/storage/PhabricatorConduitConnectionLog.php
+share/phabricator/src/applications/conduit/storage/PhabricatorConduitDAO.php
+share/phabricator/src/applications/conduit/storage/PhabricatorConduitMethodCallLog.php
+share/phabricator/src/applications/conduit/storage/PhabricatorConduitToken.php
+share/phabricator/src/applications/config/application/PhabricatorConfigApplication.php
+share/phabricator/src/applications/config/check/PhabricatorAuthSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorBaseURISetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorBinariesSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorCacheSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorDaemonsSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorDatabaseSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorElasticSearchSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorExtensionsSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorFileinfoSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorGDSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorImagemagickSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorInvalidConfigSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorMailSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorMySQLSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorPHPConfigSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorPathSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorPygmentSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorRepositoriesSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorSecuritySetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorStorageSetupCheck.php
+share/phabricator/src/applications/config/check/PhabricatorTimezoneSetupCheck.php
+share/phabricator/src/applications/config/check/__tests__/PhabricatorSetupCheckTestCase.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigAllController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigCacheController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigDatabaseController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigDatabaseIssueController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigDatabaseStatusController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigEditController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigGroupController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigHistoryController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigIgnoreController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigIssueListController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigIssueViewController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigListController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigModuleController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigPurgeCacheController.php
+share/phabricator/src/applications/config/controller/PhabricatorConfigWelcomeController.php
+share/phabricator/src/applications/config/custom/PhabricatorConfigJSONOptionType.php
+share/phabricator/src/applications/config/custom/PhabricatorConfigOptionType.php
+share/phabricator/src/applications/config/custom/PhabricatorCustomHeaderConfigType.php
+share/phabricator/src/applications/config/editor/PhabricatorConfigEditor.php
+share/phabricator/src/applications/config/exception/PhabricatorConfigValidationException.php
+share/phabricator/src/applications/config/issue/PhabricatorSetupIssue.php
+share/phabricator/src/applications/config/json/PhabricatorConfigJSON.php
+share/phabricator/src/applications/config/management/PhabricatorConfigManagementDeleteWorkflow.php
+share/phabricator/src/applications/config/management/PhabricatorConfigManagementGetWorkflow.php
+share/phabricator/src/applications/config/management/PhabricatorConfigManagementListWorkflow.php
+share/phabricator/src/applications/config/management/PhabricatorConfigManagementMigrateWorkflow.php
+share/phabricator/src/applications/config/management/PhabricatorConfigManagementSetWorkflow.php
+share/phabricator/src/applications/config/management/PhabricatorConfigManagementWorkflow.php
+share/phabricator/src/applications/config/module/PhabricatorConfigCollectorsModule.php
+share/phabricator/src/applications/config/module/PhabricatorConfigEdgeModule.php
+share/phabricator/src/applications/config/module/PhabricatorConfigHTTPParameterTypesModule.php
+share/phabricator/src/applications/config/module/PhabricatorConfigModule.php
+share/phabricator/src/applications/config/module/PhabricatorConfigPHIDModule.php
+share/phabricator/src/applications/config/module/PhabricatorConfigRequestExceptionHandlerModule.php
+share/phabricator/src/applications/config/module/PhabricatorConfigSiteModule.php
+share/phabricator/src/applications/config/module/PhabricatorConfigVersionsModule.php
+share/phabricator/src/applications/config/option/PhabricatorAWSConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorAccessLogConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorApplicationConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorAuthenticationConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorClusterConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorConfigOption.php
+share/phabricator/src/applications/config/option/PhabricatorCoreConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorDeveloperConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorExtendingPhabricatorConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorMailgunConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorMetaMTAConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorMySQLConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorNotificationConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorPHDConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorPHPMailerConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorPhurlConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorRecaptchaConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorSMSConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorSecurityConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorSendGridConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorSyntaxHighlightingConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorTranslationsConfigOptions.php
+share/phabricator/src/applications/config/option/PhabricatorUIConfigOptions.php
+share/phabricator/src/applications/config/phid/PhabricatorConfigConfigPHIDType.php
+share/phabricator/src/applications/config/query/PhabricatorConfigEntryQuery.php
+share/phabricator/src/applications/config/query/PhabricatorConfigTransactionQuery.php
+share/phabricator/src/applications/config/response/PhabricatorConfigResponse.php
+share/phabricator/src/applications/config/schema/PhabricatorConfigColumnSchema.php
+share/phabricator/src/applications/config/schema/PhabricatorConfigCoreSchemaSpec.php
+share/phabricator/src/applications/config/schema/PhabricatorConfigDatabaseSchema.php
+share/phabricator/src/applications/config/schema/PhabricatorConfigKeySchema.php
+share/phabricator/src/applications/config/schema/PhabricatorConfigSchemaQuery.php
+share/phabricator/src/applications/config/schema/PhabricatorConfigSchemaSpec.php
+share/phabricator/src/applications/config/schema/PhabricatorConfigServerSchema.php
+share/phabricator/src/applications/config/schema/PhabricatorConfigStorageSchema.php
+share/phabricator/src/applications/config/schema/PhabricatorConfigTableSchema.php
+share/phabricator/src/applications/config/storage/PhabricatorConfigEntry.php
+share/phabricator/src/applications/config/storage/PhabricatorConfigEntryDAO.php
+share/phabricator/src/applications/config/storage/PhabricatorConfigTransaction.php
+share/phabricator/src/applications/config/view/PhabricatorHTTPParameterTypeTableView.php
+share/phabricator/src/applications/config/view/PhabricatorSetupIssueView.php
+share/phabricator/src/applications/conpherence/ConpherenceTransactionRenderer.php
+share/phabricator/src/applications/conpherence/__tests__/ConpherenceRoomTestCase.php
+share/phabricator/src/applications/conpherence/__tests__/ConpherenceTestCase.php
+share/phabricator/src/applications/conpherence/application/PhabricatorConpherenceApplication.php
+share/phabricator/src/applications/conpherence/conduit/ConpherenceConduitAPIMethod.php
+share/phabricator/src/applications/conpherence/conduit/ConpherenceCreateThreadConduitAPIMethod.php
+share/phabricator/src/applications/conpherence/conduit/ConpherenceQueryThreadConduitAPIMethod.php
+share/phabricator/src/applications/conpherence/conduit/ConpherenceQueryTransactionConduitAPIMethod.php
+share/phabricator/src/applications/conpherence/conduit/ConpherenceUpdateThreadConduitAPIMethod.php
+share/phabricator/src/applications/conpherence/config/ConpherenceConfigOptions.php
+share/phabricator/src/applications/conpherence/constants/ConpherenceConstants.php
+share/phabricator/src/applications/conpherence/constants/ConpherenceImageData.php
+share/phabricator/src/applications/conpherence/constants/ConpherenceParticipationStatus.php
+share/phabricator/src/applications/conpherence/constants/ConpherenceSettings.php
+share/phabricator/src/applications/conpherence/constants/ConpherenceUpdateActions.php
+share/phabricator/src/applications/conpherence/constants/ConpherenceWidgetConfigConstants.php
+share/phabricator/src/applications/conpherence/controller/ConpherenceColumnViewController.php
+share/phabricator/src/applications/conpherence/controller/ConpherenceController.php
+share/phabricator/src/applications/conpherence/controller/ConpherenceListController.php
+share/phabricator/src/applications/conpherence/controller/ConpherenceNewRoomController.php
+share/phabricator/src/applications/conpherence/controller/ConpherenceNotificationPanelController.php
+share/phabricator/src/applications/conpherence/controller/ConpherenceRoomListController.php
+share/phabricator/src/applications/conpherence/controller/ConpherenceUpdateController.php
+share/phabricator/src/applications/conpherence/controller/ConpherenceViewController.php
+share/phabricator/src/applications/conpherence/controller/ConpherenceWidgetController.php
+share/phabricator/src/applications/conpherence/editor/ConpherenceEditor.php
+share/phabricator/src/applications/conpherence/engineextension/ConpherenceThreadIndexEngineExtension.php
+share/phabricator/src/applications/conpherence/mail/ConpherenceReplyHandler.php
+share/phabricator/src/applications/conpherence/mail/ConpherenceThreadMailReceiver.php
+share/phabricator/src/applications/conpherence/phid/PhabricatorConpherenceThreadPHIDType.php
+share/phabricator/src/applications/conpherence/policyrule/ConpherenceThreadMembersPolicyRule.php
+share/phabricator/src/applications/conpherence/query/ConpherenceFulltextQuery.php
+share/phabricator/src/applications/conpherence/query/ConpherenceParticipantCountQuery.php
+share/phabricator/src/applications/conpherence/query/ConpherenceParticipantQuery.php
+share/phabricator/src/applications/conpherence/query/ConpherenceThreadQuery.php
+share/phabricator/src/applications/conpherence/query/ConpherenceThreadSearchEngine.php
+share/phabricator/src/applications/conpherence/query/ConpherenceTransactionQuery.php
+share/phabricator/src/applications/conpherence/remarkup/ConpherenceThreadRemarkupRule.php
+share/phabricator/src/applications/conpherence/storage/ConpherenceDAO.php
+share/phabricator/src/applications/conpherence/storage/ConpherenceIndex.php
+share/phabricator/src/applications/conpherence/storage/ConpherenceParticipant.php
+share/phabricator/src/applications/conpherence/storage/ConpherenceSchemaSpec.php
+share/phabricator/src/applications/conpherence/storage/ConpherenceThread.php
+share/phabricator/src/applications/conpherence/storage/ConpherenceTransaction.php
+share/phabricator/src/applications/conpherence/storage/ConpherenceTransactionComment.php
+share/phabricator/src/applications/conpherence/view/ConpherenceDurableColumnView.php
+share/phabricator/src/applications/conpherence/view/ConpherenceFormDragAndDropUploadControl.php
+share/phabricator/src/applications/conpherence/view/ConpherenceLayoutView.php
+share/phabricator/src/applications/conpherence/view/ConpherenceMenuItemView.php
+share/phabricator/src/applications/conpherence/view/ConpherencePeopleWidgetView.php
+share/phabricator/src/applications/conpherence/view/ConpherencePicCropControl.php
+share/phabricator/src/applications/conpherence/view/ConpherenceThreadListView.php
+share/phabricator/src/applications/conpherence/view/ConpherenceTransactionView.php
+share/phabricator/src/applications/conpherence/view/ConpherenceWidgetView.php
+share/phabricator/src/applications/console/application/PhabricatorConsoleApplication.php
+share/phabricator/src/applications/console/controller/DarkConsoleController.php
+share/phabricator/src/applications/console/controller/DarkConsoleDataController.php
+share/phabricator/src/applications/console/core/DarkConsoleCore.php
+share/phabricator/src/applications/console/plugin/DarkConsoleErrorLogPlugin.php
+share/phabricator/src/applications/console/plugin/DarkConsoleEventPlugin.php
+share/phabricator/src/applications/console/plugin/DarkConsolePlugin.php
+share/phabricator/src/applications/console/plugin/DarkConsoleRequestPlugin.php
+share/phabricator/src/applications/console/plugin/DarkConsoleServicesPlugin.php
+share/phabricator/src/applications/console/plugin/DarkConsoleStartupPlugin.php
+share/phabricator/src/applications/console/plugin/DarkConsoleXHProfPlugin.php
+share/phabricator/src/applications/console/plugin/errorlog/DarkConsoleErrorLogPluginAPI.php
+share/phabricator/src/applications/console/plugin/event/DarkConsoleEventPluginAPI.php
+share/phabricator/src/applications/console/plugin/xhprof/DarkConsoleXHProfPluginAPI.php
+share/phabricator/src/applications/countdown/application/PhabricatorCountdownApplication.php
+share/phabricator/src/applications/countdown/capability/PhabricatorCountdownDefaultEditCapability.php
+share/phabricator/src/applications/countdown/capability/PhabricatorCountdownDefaultViewCapability.php
+share/phabricator/src/applications/countdown/controller/PhabricatorCountdownCommentController.php
+share/phabricator/src/applications/countdown/controller/PhabricatorCountdownController.php
+share/phabricator/src/applications/countdown/controller/PhabricatorCountdownDeleteController.php
+share/phabricator/src/applications/countdown/controller/PhabricatorCountdownEditController.php
+share/phabricator/src/applications/countdown/controller/PhabricatorCountdownListController.php
+share/phabricator/src/applications/countdown/controller/PhabricatorCountdownViewController.php
+share/phabricator/src/applications/countdown/editor/PhabricatorCountdownEditor.php
+share/phabricator/src/applications/countdown/mail/PhabricatorCountdownMailReceiver.php
+share/phabricator/src/applications/countdown/mail/PhabricatorCountdownReplyHandler.php
+share/phabricator/src/applications/countdown/phid/PhabricatorCountdownCountdownPHIDType.php
+share/phabricator/src/applications/countdown/query/PhabricatorCountdownQuery.php
+share/phabricator/src/applications/countdown/query/PhabricatorCountdownSearchEngine.php
+share/phabricator/src/applications/countdown/query/PhabricatorCountdownTransactionQuery.php
+share/phabricator/src/applications/countdown/remarkup/PhabricatorCountdownRemarkupRule.php
+share/phabricator/src/applications/countdown/storage/PhabricatorCountdown.php
+share/phabricator/src/applications/countdown/storage/PhabricatorCountdownDAO.php
+share/phabricator/src/applications/countdown/storage/PhabricatorCountdownSchemaSpec.php
+share/phabricator/src/applications/countdown/storage/PhabricatorCountdownTransaction.php
+share/phabricator/src/applications/countdown/storage/PhabricatorCountdownTransactionComment.php
+share/phabricator/src/applications/countdown/view/PhabricatorCountdownView.php
+share/phabricator/src/applications/daemon/application/PhabricatorDaemonsApplication.php
+share/phabricator/src/applications/daemon/controller/PhabricatorDaemonBulkJobListController.php
+share/phabricator/src/applications/daemon/controller/PhabricatorDaemonBulkJobMonitorController.php
+share/phabricator/src/applications/daemon/controller/PhabricatorDaemonBulkJobViewController.php
+share/phabricator/src/applications/daemon/controller/PhabricatorDaemonConsoleController.php
+share/phabricator/src/applications/daemon/controller/PhabricatorDaemonController.php
+share/phabricator/src/applications/daemon/controller/PhabricatorDaemonLogEventViewController.php
+share/phabricator/src/applications/daemon/controller/PhabricatorDaemonLogListController.php
+share/phabricator/src/applications/daemon/controller/PhabricatorDaemonLogViewController.php
+share/phabricator/src/applications/daemon/controller/PhabricatorWorkerTaskDetailController.php
+share/phabricator/src/applications/daemon/event/PhabricatorDaemonEventListener.php
+share/phabricator/src/applications/daemon/garbagecollector/PhabricatorDaemonLogEventGarbageCollector.php
+share/phabricator/src/applications/daemon/garbagecollector/PhabricatorDaemonLogGarbageCollector.php
+share/phabricator/src/applications/daemon/garbagecollector/PhabricatorDaemonTaskGarbageCollector.php
+share/phabricator/src/applications/daemon/management/PhabricatorDaemonManagementDebugWorkflow.php
+share/phabricator/src/applications/daemon/management/PhabricatorDaemonManagementLaunchWorkflow.php
+share/phabricator/src/applications/daemon/management/PhabricatorDaemonManagementListWorkflow.php
+share/phabricator/src/applications/daemon/management/PhabricatorDaemonManagementLogWorkflow.php
+share/phabricator/src/applications/daemon/management/PhabricatorDaemonManagementReloadWorkflow.php
+share/phabricator/src/applications/daemon/management/PhabricatorDaemonManagementRestartWorkflow.php
+share/phabricator/src/applications/daemon/management/PhabricatorDaemonManagementStartWorkflow.php
+share/phabricator/src/applications/daemon/management/PhabricatorDaemonManagementStatusWorkflow.php
+share/phabricator/src/applications/daemon/management/PhabricatorDaemonManagementStopWorkflow.php
+share/phabricator/src/applications/daemon/management/PhabricatorDaemonManagementWorkflow.php
+share/phabricator/src/applications/daemon/query/PhabricatorDaemonLogQuery.php
+share/phabricator/src/applications/daemon/storage/PhabricatorDaemonDAO.php
+share/phabricator/src/applications/daemon/storage/PhabricatorDaemonLog.php
+share/phabricator/src/applications/daemon/storage/PhabricatorDaemonLogEvent.php
+share/phabricator/src/applications/daemon/view/PhabricatorDaemonLogEventsView.php
+share/phabricator/src/applications/daemon/view/PhabricatorDaemonLogListView.php
+share/phabricator/src/applications/daemon/view/PhabricatorDaemonTasksTableView.php
+share/phabricator/src/applications/dashboard/application/PhabricatorDashboardApplication.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardAddPanelController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardArchiveController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardCopyController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardEditController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardHistoryController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardInstallController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardListController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardManageController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardMovePanelController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardPanelArchiveController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardPanelEditController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardPanelListController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardPanelRenderController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardPanelViewController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardRemovePanelController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardUninstallController.php
+share/phabricator/src/applications/dashboard/controller/PhabricatorDashboardViewController.php
+share/phabricator/src/applications/dashboard/customfield/PhabricatorDashboardPanelCoreCustomField.php
+share/phabricator/src/applications/dashboard/customfield/PhabricatorDashboardPanelCustomField.php
+share/phabricator/src/applications/dashboard/customfield/PhabricatorDashboardPanelSearchApplicationCustomField.php
+share/phabricator/src/applications/dashboard/customfield/PhabricatorDashboardPanelSearchQueryCustomField.php
+share/phabricator/src/applications/dashboard/customfield/PhabricatorDashboardPanelTabsCustomField.php
+share/phabricator/src/applications/dashboard/edge/PhabricatorDashboardDashboardHasPanelEdgeType.php
+share/phabricator/src/applications/dashboard/edge/PhabricatorDashboardPanelHasDashboardEdgeType.php
+share/phabricator/src/applications/dashboard/editor/PhabricatorDashboardPanelTransactionEditor.php
+share/phabricator/src/applications/dashboard/editor/PhabricatorDashboardTransactionEditor.php
+share/phabricator/src/applications/dashboard/engine/PhabricatorDashboardPanelRenderingEngine.php
+share/phabricator/src/applications/dashboard/engine/PhabricatorDashboardRenderingEngine.php
+share/phabricator/src/applications/dashboard/layoutconfig/PhabricatorDashboardLayoutConfig.php
+share/phabricator/src/applications/dashboard/paneltype/PhabricatorDashboardPanelType.php
+share/phabricator/src/applications/dashboard/paneltype/PhabricatorDashboardQueryPanelType.php
+share/phabricator/src/applications/dashboard/paneltype/PhabricatorDashboardTabsPanelType.php
+share/phabricator/src/applications/dashboard/paneltype/PhabricatorDashboardTextPanelType.php
+share/phabricator/src/applications/dashboard/phid/PhabricatorDashboardDashboardPHIDType.php
+share/phabricator/src/applications/dashboard/phid/PhabricatorDashboardPanelPHIDType.php
+share/phabricator/src/applications/dashboard/query/PhabricatorDashboardPanelQuery.php
+share/phabricator/src/applications/dashboard/query/PhabricatorDashboardPanelSearchEngine.php
+share/phabricator/src/applications/dashboard/query/PhabricatorDashboardPanelTransactionQuery.php
+share/phabricator/src/applications/dashboard/query/PhabricatorDashboardQuery.php
+share/phabricator/src/applications/dashboard/query/PhabricatorDashboardSearchEngine.php
+share/phabricator/src/applications/dashboard/query/PhabricatorDashboardTransactionQuery.php
+share/phabricator/src/applications/dashboard/remarkup/PhabricatorDashboardRemarkupRule.php
+share/phabricator/src/applications/dashboard/storage/PhabricatorDashboard.php
+share/phabricator/src/applications/dashboard/storage/PhabricatorDashboardDAO.php
+share/phabricator/src/applications/dashboard/storage/PhabricatorDashboardInstall.php
+share/phabricator/src/applications/dashboard/storage/PhabricatorDashboardPanel.php
+share/phabricator/src/applications/dashboard/storage/PhabricatorDashboardPanelTransaction.php
+share/phabricator/src/applications/dashboard/storage/PhabricatorDashboardSchemaSpec.php
+share/phabricator/src/applications/dashboard/storage/PhabricatorDashboardTransaction.php
+share/phabricator/src/applications/differential/DifferentialGetWorkingCopy.php
+share/phabricator/src/applications/differential/__tests__/DifferentialParseRenderTestCase.php
+share/phabricator/src/applications/differential/__tests__/data/empty.diff
+share/phabricator/src/applications/differential/__tests__/data/empty.diff.one.expect
+share/phabricator/src/applications/differential/__tests__/data/empty.diff.two.expect
+share/phabricator/src/applications/differential/__tests__/data/fruit.diff
+share/phabricator/src/applications/differential/__tests__/data/fruit.diff.one.expect
+share/phabricator/src/applications/differential/__tests__/data/fruit.diff.two.expect
+share/phabricator/src/applications/differential/__tests__/data/generated.diff
+share/phabricator/src/applications/differential/__tests__/data/generated.diff.one.expect
+share/phabricator/src/applications/differential/__tests__/data/generated.diff.one.unshielded
+share/phabricator/src/applications/differential/__tests__/data/generated.diff.two.expect
+share/phabricator/src/applications/differential/__tests__/data/generated.diff.two.unshielded
+share/phabricator/src/applications/differential/__tests__/data/groups.diff
+share/phabricator/src/applications/differential/__tests__/data/groups.diff.one.expect
+share/phabricator/src/applications/differential/__tests__/data/groups.diff.two.expect
+share/phabricator/src/applications/differential/__tests__/data/move-unedited.diff
+share/phabricator/src/applications/differential/__tests__/data/move-unedited.diff.one.expect
+share/phabricator/src/applications/differential/__tests__/data/move-unedited.diff.two.expect
+share/phabricator/src/applications/differential/__tests__/data/move.diff
+share/phabricator/src/applications/differential/__tests__/data/move.diff.one.expect
+share/phabricator/src/applications/differential/__tests__/data/move.diff.two.expect
+share/phabricator/src/applications/differential/__tests__/data/order.diff
+share/phabricator/src/applications/differential/__tests__/data/order.diff.one.expect
+share/phabricator/src/applications/differential/__tests__/data/order.diff.two.expect
+share/phabricator/src/applications/differential/__tests__/data/whitespace.diff
+share/phabricator/src/applications/differential/__tests__/data/whitespace.diff.one.expect
+share/phabricator/src/applications/differential/__tests__/data/whitespace.diff.one.whitespace
+share/phabricator/src/applications/differential/__tests__/data/whitespace.diff.two.expect
+share/phabricator/src/applications/differential/__tests__/data/whitespace.diff.two.whitespace
+share/phabricator/src/applications/differential/application/PhabricatorDifferentialApplication.php
+share/phabricator/src/applications/differential/capability/DifferentialDefaultViewCapability.php
+share/phabricator/src/applications/differential/command/DifferentialActionEmailCommand.php
+share/phabricator/src/applications/differential/conduit/DifferentialCloseConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialCreateCommentConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialCreateDiffConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialCreateInlineConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialCreateRawDiffConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialCreateRevisionConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialFindConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialGetAllDiffsConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialGetCommitMessageConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialGetCommitPathsConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialGetDiffConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialGetRawDiffConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialGetRevisionCommentsConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialGetRevisionConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialParseCommitMessageConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialQueryConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialQueryDiffsConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialSetDiffPropertyConduitAPIMethod.php
+share/phabricator/src/applications/differential/conduit/DifferentialUpdateRevisionConduitAPIMethod.php
+share/phabricator/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php
+share/phabricator/src/applications/differential/constants/DifferentialAction.php
+share/phabricator/src/applications/differential/constants/DifferentialChangeType.php
+share/phabricator/src/applications/differential/constants/DifferentialLintStatus.php
+share/phabricator/src/applications/differential/constants/DifferentialReviewerStatus.php
+share/phabricator/src/applications/differential/constants/DifferentialRevisionControlSystem.php
+share/phabricator/src/applications/differential/constants/DifferentialRevisionStatus.php
+share/phabricator/src/applications/differential/constants/DifferentialUnitStatus.php
+share/phabricator/src/applications/differential/constants/DifferentialUnitTestResult.php
+share/phabricator/src/applications/differential/controller/DifferentialChangesetViewController.php
+share/phabricator/src/applications/differential/controller/DifferentialCommentPreviewController.php
+share/phabricator/src/applications/differential/controller/DifferentialCommentSaveController.php
+share/phabricator/src/applications/differential/controller/DifferentialController.php
+share/phabricator/src/applications/differential/controller/DifferentialDiffCreateController.php
+share/phabricator/src/applications/differential/controller/DifferentialDiffViewController.php
+share/phabricator/src/applications/differential/controller/DifferentialInlineCommentEditController.php
+share/phabricator/src/applications/differential/controller/DifferentialInlineCommentPreviewController.php
+share/phabricator/src/applications/differential/controller/DifferentialRevisionCloseDetailsController.php
+share/phabricator/src/applications/differential/controller/DifferentialRevisionEditController.php
+share/phabricator/src/applications/differential/controller/DifferentialRevisionLandController.php
+share/phabricator/src/applications/differential/controller/DifferentialRevisionListController.php
+share/phabricator/src/applications/differential/controller/DifferentialRevisionOperationController.php
+share/phabricator/src/applications/differential/controller/DifferentialRevisionViewController.php
+share/phabricator/src/applications/differential/customfield/DifferentialApplyPatchField.php
+share/phabricator/src/applications/differential/customfield/DifferentialAsanaRepresentationField.php
+share/phabricator/src/applications/differential/customfield/DifferentialAuditorsField.php
+share/phabricator/src/applications/differential/customfield/DifferentialAuthorField.php
+share/phabricator/src/applications/differential/customfield/DifferentialBlameRevisionField.php
+share/phabricator/src/applications/differential/customfield/DifferentialBranchField.php
+share/phabricator/src/applications/differential/customfield/DifferentialChangesSinceLastUpdateField.php
+share/phabricator/src/applications/differential/customfield/DifferentialCommitsField.php
+share/phabricator/src/applications/differential/customfield/DifferentialConflictsField.php
+share/phabricator/src/applications/differential/customfield/DifferentialCoreCustomField.php
+share/phabricator/src/applications/differential/customfield/DifferentialCustomField.php
+share/phabricator/src/applications/differential/customfield/DifferentialDependenciesField.php
+share/phabricator/src/applications/differential/customfield/DifferentialDependsOnField.php
+share/phabricator/src/applications/differential/customfield/DifferentialEditPolicyField.php
+share/phabricator/src/applications/differential/customfield/DifferentialGitSVNIDField.php
+share/phabricator/src/applications/differential/customfield/DifferentialHarbormasterField.php
+share/phabricator/src/applications/differential/customfield/DifferentialHostField.php
+share/phabricator/src/applications/differential/customfield/DifferentialJIRAIssuesField.php
+share/phabricator/src/applications/differential/customfield/DifferentialLintField.php
+share/phabricator/src/applications/differential/customfield/DifferentialManiphestTasksField.php
+share/phabricator/src/applications/differential/customfield/DifferentialNextStepField.php
+share/phabricator/src/applications/differential/customfield/DifferentialPathField.php
+share/phabricator/src/applications/differential/customfield/DifferentialProjectReviewersField.php
+share/phabricator/src/applications/differential/customfield/DifferentialProjectsField.php
+share/phabricator/src/applications/differential/customfield/DifferentialRepositoryField.php
+share/phabricator/src/applications/differential/customfield/DifferentialRequiredSignaturesField.php
+share/phabricator/src/applications/differential/customfield/DifferentialRevertPlanField.php
+share/phabricator/src/applications/differential/customfield/DifferentialReviewedByField.php
+share/phabricator/src/applications/differential/customfield/DifferentialReviewersField.php
+share/phabricator/src/applications/differential/customfield/DifferentialRevisionIDField.php
+share/phabricator/src/applications/differential/customfield/DifferentialStoredCustomField.php
+share/phabricator/src/applications/differential/customfield/DifferentialSubscribersField.php
+share/phabricator/src/applications/differential/customfield/DifferentialSummaryField.php
+share/phabricator/src/applications/differential/customfield/DifferentialTestPlanField.php
+share/phabricator/src/applications/differential/customfield/DifferentialTitleField.php
+share/phabricator/src/applications/differential/customfield/DifferentialUnitField.php
+share/phabricator/src/applications/differential/customfield/DifferentialViewPolicyField.php
+share/phabricator/src/applications/differential/doorkeeper/DifferentialDoorkeeperRevisionFeedStoryPublisher.php
+share/phabricator/src/applications/differential/edge/DifferentialReviewerForRevisionEdgeType.php
+share/phabricator/src/applications/differential/edge/DifferentialRevisionDependedOnByRevisionEdgeType.php
+share/phabricator/src/applications/differential/edge/DifferentialRevisionDependsOnRevisionEdgeType.php
+share/phabricator/src/applications/differential/edge/DifferentialRevisionHasCommitEdgeType.php
+share/phabricator/src/applications/differential/edge/DifferentialRevisionHasReviewerEdgeType.php
+share/phabricator/src/applications/differential/edge/DifferentialRevisionHasTaskEdgeType.php
+share/phabricator/src/applications/differential/editor/DifferentialDiffEditor.php
+share/phabricator/src/applications/differential/editor/DifferentialTransactionEditor.php
+share/phabricator/src/applications/differential/engine/DifferentialDiffExtractionEngine.php
+share/phabricator/src/applications/differential/engineextension/DifferentialHovercardEngineExtension.php
+share/phabricator/src/applications/differential/event/DifferentialActionMenuEventListener.php
+share/phabricator/src/applications/differential/exception/DifferentialFieldParseException.php
+share/phabricator/src/applications/differential/exception/DifferentialFieldValidationException.php
+share/phabricator/src/applications/differential/garbagecollector/DifferentialParseCacheGarbageCollector.php
+share/phabricator/src/applications/differential/herald/DifferentialBlockHeraldAction.php
+share/phabricator/src/applications/differential/herald/DifferentialChangeHeraldFieldGroup.php
+share/phabricator/src/applications/differential/herald/DifferentialDiffAffectedFilesHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialDiffAuthorHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialDiffAuthorProjectsHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialDiffContentAddedHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialDiffContentHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialDiffContentRemovedHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialDiffHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialDiffHeraldFieldGroup.php
+share/phabricator/src/applications/differential/herald/DifferentialDiffRepositoryHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialDiffRepositoryProjectsHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialReviewersAddBlockingReviewersHeraldAction.php
+share/phabricator/src/applications/differential/herald/DifferentialReviewersAddBlockingSelfHeraldAction.php
+share/phabricator/src/applications/differential/herald/DifferentialReviewersAddReviewersHeraldAction.php
+share/phabricator/src/applications/differential/herald/DifferentialReviewersAddSelfHeraldAction.php
+share/phabricator/src/applications/differential/herald/DifferentialReviewersHeraldAction.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionAffectedFilesHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionAuthorHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionAuthorProjectsHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionContentAddedHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionContentHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionContentRemovedHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionHeraldFieldGroup.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionPackageHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionPackageOwnerHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionRepositoryHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionRepositoryProjectsHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionReviewersHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionSummaryHeraldField.php
+share/phabricator/src/applications/differential/herald/DifferentialRevisionTitleHeraldField.php
+share/phabricator/src/applications/differential/herald/HeraldDifferentialAdapter.php
+share/phabricator/src/applications/differential/herald/HeraldDifferentialDiffAdapter.php
+share/phabricator/src/applications/differential/herald/HeraldDifferentialRevisionAdapter.php
+share/phabricator/src/applications/differential/landing/DifferentialGitHubLandingStrategy.php
+share/phabricator/src/applications/differential/landing/DifferentialHostedGitLandingStrategy.php
+share/phabricator/src/applications/differential/landing/DifferentialHostedMercurialLandingStrategy.php
+share/phabricator/src/applications/differential/landing/DifferentialLandingActionMenuEventListener.php
+share/phabricator/src/applications/differential/landing/DifferentialLandingStrategy.php
+share/phabricator/src/applications/differential/lipsum/PhabricatorDifferentialRevisionTestDataGenerator.php
+share/phabricator/src/applications/differential/mail/DifferentialCreateMailReceiver.php
+share/phabricator/src/applications/differential/mail/DifferentialReplyHandler.php
+share/phabricator/src/applications/differential/mail/DifferentialRevisionMailReceiver.php
+share/phabricator/src/applications/differential/management/PhabricatorDifferentialAttachCommitWorkflow.php
+share/phabricator/src/applications/differential/management/PhabricatorDifferentialExtractWorkflow.php
+share/phabricator/src/applications/differential/management/PhabricatorDifferentialManagementWorkflow.php
+share/phabricator/src/applications/differential/management/PhabricatorHunksManagementMigrateWorkflow.php
+share/phabricator/src/applications/differential/management/PhabricatorHunksManagementWorkflow.php
+share/phabricator/src/applications/differential/parser/DifferentialChangesetParser.php
+share/phabricator/src/applications/differential/parser/DifferentialCommitMessageParser.php
+share/phabricator/src/applications/differential/parser/DifferentialCustomFieldDependsOnParser.php
+share/phabricator/src/applications/differential/parser/DifferentialCustomFieldRevertsParser.php
+share/phabricator/src/applications/differential/parser/DifferentialHunkParser.php
+share/phabricator/src/applications/differential/parser/DifferentialLineAdjustmentMap.php
+share/phabricator/src/applications/differential/parser/__tests__/DifferentialChangesetParserTestCase.php
+share/phabricator/src/applications/differential/parser/__tests__/DifferentialCommitMessageParserTestCase.php
+share/phabricator/src/applications/differential/parser/__tests__/DifferentialCustomFieldDependsOnParserTestCase.php
+share/phabricator/src/applications/differential/parser/__tests__/DifferentialCustomFieldRevertsParserTestCase.php
+share/phabricator/src/applications/differential/parser/__tests__/DifferentialHunkParserTestCase.php
+share/phabricator/src/applications/differential/parser/__tests__/data/missing_context.diff
+share/phabricator/src/applications/differential/parser/__tests__/data/missing_context_2.diff
+share/phabricator/src/applications/differential/parser/__tests__/data/missing_context_3.diff
+share/phabricator/src/applications/differential/parser/__tests__/messages/double-field.txt
+share/phabricator/src/applications/differential/parser/__tests__/messages/long-title.txt
+share/phabricator/src/applications/differential/parser/__tests__/messages/multi-label.txt
+share/phabricator/src/applications/differential/parser/__tests__/messages/normal.txt
+share/phabricator/src/applications/differential/parser/__tests__/messages/simple.txt
+share/phabricator/src/applications/differential/parser/__tests__/messages/trivial.txt
+share/phabricator/src/applications/differential/phid/DifferentialDiffPHIDType.php
+share/phabricator/src/applications/differential/phid/DifferentialRevisionPHIDType.php
+share/phabricator/src/applications/differential/query/DifferentialChangesetQuery.php
+share/phabricator/src/applications/differential/query/DifferentialDiffInlineCommentQuery.php
+share/phabricator/src/applications/differential/query/DifferentialDiffQuery.php
+share/phabricator/src/applications/differential/query/DifferentialDiffTransactionQuery.php
+share/phabricator/src/applications/differential/query/DifferentialHunkQuery.php
+share/phabricator/src/applications/differential/query/DifferentialInlineCommentQuery.php
+share/phabricator/src/applications/differential/query/DifferentialRepositoryLookup.php
+share/phabricator/src/applications/differential/query/DifferentialRevisionQuery.php
+share/phabricator/src/applications/differential/query/DifferentialRevisionSearchEngine.php
+share/phabricator/src/applications/differential/query/DifferentialTransactionQuery.php
+share/phabricator/src/applications/differential/remarkup/DifferentialRemarkupRule.php
+share/phabricator/src/applications/differential/render/DifferentialChangesetHTMLRenderer.php
+share/phabricator/src/applications/differential/render/DifferentialChangesetOneUpRenderer.php
+share/phabricator/src/applications/differential/render/DifferentialChangesetOneUpTestRenderer.php
+share/phabricator/src/applications/differential/render/DifferentialChangesetRenderer.php
+share/phabricator/src/applications/differential/render/DifferentialChangesetTestRenderer.php
+share/phabricator/src/applications/differential/render/DifferentialChangesetTwoUpRenderer.php
+share/phabricator/src/applications/differential/render/DifferentialChangesetTwoUpTestRenderer.php
+share/phabricator/src/applications/differential/render/DifferentialRawDiffRenderer.php
+share/phabricator/src/applications/differential/search/DifferentialRevisionFulltextEngine.php
+share/phabricator/src/applications/differential/storage/DifferentialAffectedPath.php
+share/phabricator/src/applications/differential/storage/DifferentialChangeset.php
+share/phabricator/src/applications/differential/storage/DifferentialCustomFieldNumericIndex.php
+share/phabricator/src/applications/differential/storage/DifferentialCustomFieldStorage.php
+share/phabricator/src/applications/differential/storage/DifferentialCustomFieldStringIndex.php
+share/phabricator/src/applications/differential/storage/DifferentialDAO.php
+share/phabricator/src/applications/differential/storage/DifferentialDiff.php
+share/phabricator/src/applications/differential/storage/DifferentialDiffProperty.php
+share/phabricator/src/applications/differential/storage/DifferentialDiffTransaction.php
+share/phabricator/src/applications/differential/storage/DifferentialDraft.php
+share/phabricator/src/applications/differential/storage/DifferentialHiddenComment.php
+share/phabricator/src/applications/differential/storage/DifferentialHunk.php
+share/phabricator/src/applications/differential/storage/DifferentialInlineComment.php
+share/phabricator/src/applications/differential/storage/DifferentialLegacyHunk.php
+share/phabricator/src/applications/differential/storage/DifferentialModernHunk.php
+share/phabricator/src/applications/differential/storage/DifferentialReviewer.php
+share/phabricator/src/applications/differential/storage/DifferentialRevision.php
+share/phabricator/src/applications/differential/storage/DifferentialSchemaSpec.php
+share/phabricator/src/applications/differential/storage/DifferentialTransaction.php
+share/phabricator/src/applications/differential/storage/DifferentialTransactionComment.php
+share/phabricator/src/applications/differential/storage/__tests__/DifferentialAdjustmentMapTestCase.php
+share/phabricator/src/applications/differential/storage/__tests__/DifferentialDiffTestCase.php
+share/phabricator/src/applications/differential/storage/__tests__/DifferentialHunkTestCase.php
+share/phabricator/src/applications/differential/storage/__tests__/diff/copy_overlay.diff
+share/phabricator/src/applications/differential/storage/__tests__/diff/lint_engine.diff
+share/phabricator/src/applications/differential/storage/__tests__/hunk/basic.diff
+share/phabricator/src/applications/differential/storage/__tests__/hunk/fruit1.diff
+share/phabricator/src/applications/differential/storage/__tests__/hunk/fruit2.diff
+share/phabricator/src/applications/differential/storage/__tests__/hunk/new.txt
+share/phabricator/src/applications/differential/storage/__tests__/hunk/newline.diff
+share/phabricator/src/applications/differential/storage/__tests__/hunk/offset.diff
+share/phabricator/src/applications/differential/storage/__tests__/hunk/old.txt
+share/phabricator/src/applications/differential/storage/__tests__/hunk/trailing_newline_absent.diff
+share/phabricator/src/applications/differential/storage/__tests__/hunk/trailing_newline_added.diff
+share/phabricator/src/applications/differential/storage/__tests__/hunk/trailing_newline_removed.diff
+share/phabricator/src/applications/differential/storage/__tests__/map/add.diff
+share/phabricator/src/applications/differential/storage/__tests__/map/chain.adjust.1.diff
+share/phabricator/src/applications/differential/storage/__tests__/map/chain.adjust.2.diff
+share/phabricator/src/applications/differential/storage/__tests__/map/chain.adjust.3.diff
+share/phabricator/src/applications/differential/storage/__tests__/map/change.diff
+share/phabricator/src/applications/differential/storage/__tests__/map/context.diff
+share/phabricator/src/applications/differential/storage/__tests__/map/insert.diff
+share/phabricator/src/applications/differential/storage/__tests__/map/remove.diff
+share/phabricator/src/applications/differential/view/DifferentialAddCommentView.php
+share/phabricator/src/applications/differential/view/DifferentialChangesetDetailView.php
+share/phabricator/src/applications/differential/view/DifferentialChangesetFileTreeSideNavBuilder.php
+share/phabricator/src/applications/differential/view/DifferentialChangesetListView.php
+share/phabricator/src/applications/differential/view/DifferentialLocalCommitsView.php
+share/phabricator/src/applications/differential/view/DifferentialPrimaryPaneView.php
+share/phabricator/src/applications/differential/view/DifferentialReviewersView.php
+share/phabricator/src/applications/differential/view/DifferentialRevisionDetailView.php
+share/phabricator/src/applications/differential/view/DifferentialRevisionListView.php
+share/phabricator/src/applications/differential/view/DifferentialRevisionUpdateHistoryView.php
+share/phabricator/src/applications/differential/view/DifferentialTransactionView.php
+share/phabricator/src/applications/diffusion/DiffusionLintSaveRunner.php
+share/phabricator/src/applications/diffusion/application/PhabricatorDiffusionApplication.php
+share/phabricator/src/applications/diffusion/capability/DiffusionCreateRepositoriesCapability.php
+share/phabricator/src/applications/diffusion/capability/DiffusionDefaultEditCapability.php
+share/phabricator/src/applications/diffusion/capability/DiffusionDefaultPushCapability.php
+share/phabricator/src/applications/diffusion/capability/DiffusionDefaultViewCapability.php
+share/phabricator/src/applications/diffusion/capability/DiffusionPushCapability.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionBlameConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionBranchQueryConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionBrowseQueryConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionCommitParentsQueryConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionCreateCommentConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionDiffQueryConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionExistsQueryConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionFileContentQueryConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionFindSymbolsConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionGetLintMessagesConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionGetRecentCommitsByPathConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionHistoryQueryConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionLastModifiedQueryConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionLookSoonConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionMergedCommitsQueryConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionQueryCommitsConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionQueryConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionQueryPathsConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionRawDiffQueryConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionRefsQueryConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionResolveRefsConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionSearchQueryConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionTagsQueryConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/conduit/DiffusionUpdateCoverageConduitAPIMethod.php
+share/phabricator/src/applications/diffusion/config/PhabricatorDiffusionConfigOptions.php
+share/phabricator/src/applications/diffusion/controller/DiffusionBranchTableController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionBrowseController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionChangeController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionCommitBranchesController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionCommitController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionCommitEditController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionCommitTagsController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionDiffController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionExternalController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionHistoryController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionInlineCommentController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionInlineCommentPreviewController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionLastModifiedController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionLintController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionMirrorDeleteController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionMirrorEditController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionPathCompleteController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionPathTreeController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionPathValidateController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionPushEventViewController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionPushLogController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionPushLogListController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRefTableController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryCreateController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryDefaultController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditActionsController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditActivateController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditAutomationController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditBasicController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditBranchesController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditDangerousController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditDeleteController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditEncodingController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditHostingController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditMainController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditStagingController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditStorageController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditSubversionController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditUpdateController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryListController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryNewController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositorySymbolsController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryTestAutomationController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionServeController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionSymbolController.php
+share/phabricator/src/applications/diffusion/controller/DiffusionTagListController.php
+share/phabricator/src/applications/diffusion/data/DiffusionBrowseResultSet.php
+share/phabricator/src/applications/diffusion/data/DiffusionCommitHash.php
+share/phabricator/src/applications/diffusion/data/DiffusionCommitRef.php
+share/phabricator/src/applications/diffusion/data/DiffusionGitBranch.php
+share/phabricator/src/applications/diffusion/data/DiffusionPathChange.php
+share/phabricator/src/applications/diffusion/data/DiffusionRepositoryPath.php
+share/phabricator/src/applications/diffusion/data/DiffusionRepositoryRef.php
+share/phabricator/src/applications/diffusion/data/DiffusionRepositoryTag.php
+share/phabricator/src/applications/diffusion/data/__tests__/DiffusionGitBranchTestCase.php
+share/phabricator/src/applications/diffusion/doorkeeper/DiffusionDoorkeeperCommitFeedStoryPublisher.php
+share/phabricator/src/applications/diffusion/edge/DiffusionCommitHasRevisionEdgeType.php
+share/phabricator/src/applications/diffusion/edge/DiffusionCommitHasTaskEdgeType.php
+share/phabricator/src/applications/diffusion/edge/DiffusionCommitRevertedByCommitEdgeType.php
+share/phabricator/src/applications/diffusion/edge/DiffusionCommitRevertsCommitEdgeType.php
+share/phabricator/src/applications/diffusion/engine/DiffusionCommitHookEngine.php
+share/phabricator/src/applications/diffusion/engineextension/DiffusionHovercardEngineExtension.php
+share/phabricator/src/applications/diffusion/engineextension/DiffusionRepositoryURIsIndexEngineExtension.php
+share/phabricator/src/applications/diffusion/exception/DiffusionCommitHookRejectException.php
+share/phabricator/src/applications/diffusion/exception/DiffusionRefNotFoundException.php
+share/phabricator/src/applications/diffusion/exception/DiffusionSetupException.php
+share/phabricator/src/applications/diffusion/garbagecollector/DiffusionPullEventGarbageCollector.php
+share/phabricator/src/applications/diffusion/herald/DiffusionAuditorsAddAuditorsHeraldAction.php
+share/phabricator/src/applications/diffusion/herald/DiffusionAuditorsAddSelfHeraldAction.php
+share/phabricator/src/applications/diffusion/herald/DiffusionAuditorsHeraldAction.php
+share/phabricator/src/applications/diffusion/herald/DiffusionBlockHeraldAction.php
+share/phabricator/src/applications/diffusion/herald/DiffusionChangeHeraldFieldGroup.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitAffectedFilesHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitAuthorHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitAutocloseHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitBranchesHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitCommitterHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitDiffContentAddedHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitDiffContentHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitDiffContentRemovedHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitDiffEnormousHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitHeraldFieldGroup.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitMergeHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitMessageHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitPackageAuditHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitPackageHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitPackageOwnerHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitRepositoryHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitRepositoryProjectsHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitReviewerHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitRevisionAcceptedHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitRevisionHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitRevisionReviewersHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionCommitRevisionSubscribersHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentAffectedFilesHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentAuthorHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentAuthorRawHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentBranchesHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentCommitterHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentCommitterRawHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentDiffContentAddedHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentDiffContentHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentDiffContentRemovedHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentDiffEnormousHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentMergeHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentMessageHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentPusherHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentPusherIsCommitterHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentPusherProjectsHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentRepositoryHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentRepositoryProjectsHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentRevisionAcceptedHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentRevisionHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentRevisionReviewersHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitContentRevisionSubscribersHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitRefChangeHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitRefHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitRefHeraldFieldGroup.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitRefNameHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitRefPusherHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitRefPusherProjectsHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitRefRepositoryHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitRefRepositoryProjectsHeraldField.php
+share/phabricator/src/applications/diffusion/herald/DiffusionPreCommitRefTypeHeraldField.php
+share/phabricator/src/applications/diffusion/herald/HeraldCommitAdapter.php
+share/phabricator/src/applications/diffusion/herald/HeraldPreCommitAdapter.php
+share/phabricator/src/applications/diffusion/herald/HeraldPreCommitContentAdapter.php
+share/phabricator/src/applications/diffusion/herald/HeraldPreCommitRefAdapter.php
+share/phabricator/src/applications/diffusion/panel/DiffusionSetPasswordSettingsPanel.php
+share/phabricator/src/applications/diffusion/protocol/DiffusionMercurialWireProtocol.php
+share/phabricator/src/applications/diffusion/protocol/DiffusionSubversionWireProtocol.php
+share/phabricator/src/applications/diffusion/protocol/__tests__/DiffusionMercurialWireProtocolTests.php
+share/phabricator/src/applications/diffusion/protocol/__tests__/DiffusionSubversionWireProtocolTestCase.php
+share/phabricator/src/applications/diffusion/query/DiffusionCachedResolveRefsQuery.php
+share/phabricator/src/applications/diffusion/query/DiffusionCommitQuery.php
+share/phabricator/src/applications/diffusion/query/DiffusionDiffInlineCommentQuery.php
+share/phabricator/src/applications/diffusion/query/DiffusionLintCountQuery.php
+share/phabricator/src/applications/diffusion/query/DiffusionPathQuery.php
+share/phabricator/src/applications/diffusion/query/DiffusionQuery.php
+share/phabricator/src/applications/diffusion/query/DiffusionRenameHistoryQuery.php
+share/phabricator/src/applications/diffusion/query/DiffusionResolveUserQuery.php
+share/phabricator/src/applications/diffusion/query/DiffusionSymbolQuery.php
+share/phabricator/src/applications/diffusion/query/blame/DiffusionBlameQuery.php
+share/phabricator/src/applications/diffusion/query/blame/DiffusionGitBlameQuery.php
+share/phabricator/src/applications/diffusion/query/blame/DiffusionMercurialBlameQuery.php
+share/phabricator/src/applications/diffusion/query/blame/DiffusionSvnBlameQuery.php
+share/phabricator/src/applications/diffusion/query/filecontent/DiffusionFileContentQuery.php
+share/phabricator/src/applications/diffusion/query/filecontent/DiffusionGitFileContentQuery.php
+share/phabricator/src/applications/diffusion/query/filecontent/DiffusionMercurialFileContentQuery.php
+share/phabricator/src/applications/diffusion/query/filecontent/DiffusionSvnFileContentQuery.php
+share/phabricator/src/applications/diffusion/query/lowlevel/DiffusionLowLevelCommitFieldsQuery.php
+share/phabricator/src/applications/diffusion/query/lowlevel/DiffusionLowLevelCommitQuery.php
+share/phabricator/src/applications/diffusion/query/lowlevel/DiffusionLowLevelGitRefQuery.php
+share/phabricator/src/applications/diffusion/query/lowlevel/DiffusionLowLevelMercurialBranchesQuery.php
+share/phabricator/src/applications/diffusion/query/lowlevel/DiffusionLowLevelMercurialPathsQuery.php
+share/phabricator/src/applications/diffusion/query/lowlevel/DiffusionLowLevelParentsQuery.php
+share/phabricator/src/applications/diffusion/query/lowlevel/DiffusionLowLevelQuery.php
+share/phabricator/src/applications/diffusion/query/lowlevel/DiffusionLowLevelResolveRefsQuery.php
+share/phabricator/src/applications/diffusion/query/lowlevel/__tests__/DiffusionLowLevelMercurialPathsQueryTests.php
+share/phabricator/src/applications/diffusion/query/pathchange/DiffusionPathChangeQuery.php
+share/phabricator/src/applications/diffusion/query/pathid/DiffusionPathIDQuery.php
+share/phabricator/src/applications/diffusion/query/pathid/__tests__/DiffusionPathQueryTestCase.php
+share/phabricator/src/applications/diffusion/query/rawdiff/DiffusionGitRawDiffQuery.php
+share/phabricator/src/applications/diffusion/query/rawdiff/DiffusionMercurialRawDiffQuery.php
+share/phabricator/src/applications/diffusion/query/rawdiff/DiffusionRawDiffQuery.php
+share/phabricator/src/applications/diffusion/query/rawdiff/DiffusionSvnRawDiffQuery.php
+share/phabricator/src/applications/diffusion/remarkup/DiffusionCommitRemarkupRule.php
+share/phabricator/src/applications/diffusion/remarkup/DiffusionRepositoryByIDRemarkupRule.php
+share/phabricator/src/applications/diffusion/remarkup/DiffusionRepositoryRemarkupRule.php
+share/phabricator/src/applications/diffusion/remarkup/__tests__/DiffusionCommitRemarkupRuleTestCase.php
+share/phabricator/src/applications/diffusion/request/DiffusionGitRequest.php
+share/phabricator/src/applications/diffusion/request/DiffusionMercurialRequest.php
+share/phabricator/src/applications/diffusion/request/DiffusionRequest.php
+share/phabricator/src/applications/diffusion/request/DiffusionSvnRequest.php
+share/phabricator/src/applications/diffusion/request/__tests__/DiffusionURITestCase.php
+share/phabricator/src/applications/diffusion/response/DiffusionGitResponse.php
+share/phabricator/src/applications/diffusion/response/DiffusionMercurialResponse.php
+share/phabricator/src/applications/diffusion/ssh/DiffusionGitReceivePackSSHWorkflow.php
+share/phabricator/src/applications/diffusion/ssh/DiffusionGitSSHWorkflow.php
+share/phabricator/src/applications/diffusion/ssh/DiffusionGitUploadPackSSHWorkflow.php
+share/phabricator/src/applications/diffusion/ssh/DiffusionMercurialSSHWorkflow.php
+share/phabricator/src/applications/diffusion/ssh/DiffusionMercurialServeSSHWorkflow.php
+share/phabricator/src/applications/diffusion/ssh/DiffusionMercurialWireClientSSHProtocolChannel.php
+share/phabricator/src/applications/diffusion/ssh/DiffusionSSHWorkflow.php
+share/phabricator/src/applications/diffusion/ssh/DiffusionSubversionSSHWorkflow.php
+share/phabricator/src/applications/diffusion/ssh/DiffusionSubversionServeSSHWorkflow.php
+share/phabricator/src/applications/diffusion/ssh/__tests__/DiffusionMercurialWireSSHTestCase.php
+share/phabricator/src/applications/diffusion/ssh/__tests__/hgwiredata/batch.txt
+share/phabricator/src/applications/diffusion/ssh/__tests__/hgwiredata/capabilities.txt
+share/phabricator/src/applications/diffusion/ssh/__tests__/hgwiredata/capabilities2.txt
+share/phabricator/src/applications/diffusion/ssh/__tests__/hgwiredata/getbundle.txt
+share/phabricator/src/applications/diffusion/ssh/__tests__/hgwiredata/unbundle.txt
+share/phabricator/src/applications/diffusion/symbol/DiffusionExternalSymbolQuery.php
+share/phabricator/src/applications/diffusion/symbol/DiffusionExternalSymbolsSource.php
+share/phabricator/src/applications/diffusion/symbol/DiffusionPhpExternalSymbolsSource.php
+share/phabricator/src/applications/diffusion/symbol/DiffusionPythonExternalSymbolsSource.php
+share/phabricator/src/applications/diffusion/typeahead/DiffusionAuditorDatasource.php
+share/phabricator/src/applications/diffusion/typeahead/DiffusionAuditorFunctionDatasource.php
+share/phabricator/src/applications/diffusion/typeahead/DiffusionRefDatasource.php
+share/phabricator/src/applications/diffusion/typeahead/DiffusionRepositoryDatasource.php
+share/phabricator/src/applications/diffusion/typeahead/DiffusionSymbolDatasource.php
+share/phabricator/src/applications/diffusion/view/DiffusionBranchTableView.php
+share/phabricator/src/applications/diffusion/view/DiffusionBrowseTableView.php
+share/phabricator/src/applications/diffusion/view/DiffusionEmptyResultView.php
+share/phabricator/src/applications/diffusion/view/DiffusionHistoryTableView.php
+share/phabricator/src/applications/diffusion/view/DiffusionPushLogListView.php
+share/phabricator/src/applications/diffusion/view/DiffusionReadmeView.php
+share/phabricator/src/applications/diffusion/view/DiffusionTagListView.php
+share/phabricator/src/applications/diffusion/view/DiffusionView.php
+share/phabricator/src/applications/diviner/application/PhabricatorDivinerApplication.php
+share/phabricator/src/applications/diviner/atom/DivinerAtom.php
+share/phabricator/src/applications/diviner/atom/DivinerAtomRef.php
+share/phabricator/src/applications/diviner/atomizer/DivinerArticleAtomizer.php
+share/phabricator/src/applications/diviner/atomizer/DivinerAtomizer.php
+share/phabricator/src/applications/diviner/atomizer/DivinerFileAtomizer.php
+share/phabricator/src/applications/diviner/atomizer/DivinerPHPAtomizer.php
+share/phabricator/src/applications/diviner/cache/DivinerAtomCache.php
+share/phabricator/src/applications/diviner/cache/DivinerDiskCache.php
+share/phabricator/src/applications/diviner/cache/DivinerPublishCache.php
+share/phabricator/src/applications/diviner/capability/DivinerDefaultEditCapability.php
+share/phabricator/src/applications/diviner/capability/DivinerDefaultViewCapability.php
+share/phabricator/src/applications/diviner/controller/DivinerAtomController.php
+share/phabricator/src/applications/diviner/controller/DivinerAtomListController.php
+share/phabricator/src/applications/diviner/controller/DivinerBookController.php
+share/phabricator/src/applications/diviner/controller/DivinerBookEditController.php
+share/phabricator/src/applications/diviner/controller/DivinerController.php
+share/phabricator/src/applications/diviner/controller/DivinerFindController.php
+share/phabricator/src/applications/diviner/controller/DivinerMainController.php
+share/phabricator/src/applications/diviner/editor/DivinerLiveBookEditor.php
+share/phabricator/src/applications/diviner/markup/DivinerSymbolRemarkupRule.php
+share/phabricator/src/applications/diviner/phid/DivinerAtomPHIDType.php
+share/phabricator/src/applications/diviner/phid/DivinerBookPHIDType.php
+share/phabricator/src/applications/diviner/publisher/DivinerLivePublisher.php
+share/phabricator/src/applications/diviner/publisher/DivinerPublisher.php
+share/phabricator/src/applications/diviner/publisher/DivinerStaticPublisher.php
+share/phabricator/src/applications/diviner/query/DivinerAtomQuery.php
+share/phabricator/src/applications/diviner/query/DivinerAtomSearchEngine.php
+share/phabricator/src/applications/diviner/query/DivinerBookQuery.php
+share/phabricator/src/applications/diviner/query/DivinerLiveBookTransactionQuery.php
+share/phabricator/src/applications/diviner/renderer/DivinerDefaultRenderer.php
+share/phabricator/src/applications/diviner/renderer/DivinerRenderer.php
+share/phabricator/src/applications/diviner/search/DivinerLiveBookFulltextEngine.php
+share/phabricator/src/applications/diviner/search/DivinerLiveSymbolFulltextEngine.php
+share/phabricator/src/applications/diviner/storage/DivinerDAO.php
+share/phabricator/src/applications/diviner/storage/DivinerLiveAtom.php
+share/phabricator/src/applications/diviner/storage/DivinerLiveBook.php
+share/phabricator/src/applications/diviner/storage/DivinerLiveBookTransaction.php
+share/phabricator/src/applications/diviner/storage/DivinerLiveSymbol.php
+share/phabricator/src/applications/diviner/storage/DivinerSchemaSpec.php
+share/phabricator/src/applications/diviner/typeahead/DivinerBookDatasource.php
+share/phabricator/src/applications/diviner/view/DivinerBookItemView.php
+share/phabricator/src/applications/diviner/view/DivinerParameterTableView.php
+share/phabricator/src/applications/diviner/view/DivinerReturnTableView.php
+share/phabricator/src/applications/diviner/view/DivinerSectionView.php
+share/phabricator/src/applications/diviner/workflow/DivinerAtomizeWorkflow.php
+share/phabricator/src/applications/diviner/workflow/DivinerGenerateWorkflow.php
+share/phabricator/src/applications/diviner/workflow/DivinerWorkflow.php
+share/phabricator/src/applications/doorkeeper/application/PhabricatorDoorkeeperApplication.php
+share/phabricator/src/applications/doorkeeper/bridge/DoorkeeperBridge.php
+share/phabricator/src/applications/doorkeeper/bridge/DoorkeeperBridgeAsana.php
+share/phabricator/src/applications/doorkeeper/bridge/DoorkeeperBridgeJIRA.php
+share/phabricator/src/applications/doorkeeper/bridge/__tests__/DoorkeeperBridgeJIRATestCase.php
+share/phabricator/src/applications/doorkeeper/controller/DoorkeeperTagsController.php
+share/phabricator/src/applications/doorkeeper/edge/PhabricatorAsanaSubtaskHasObjectEdgeType.php
+share/phabricator/src/applications/doorkeeper/edge/PhabricatorAsanaTaskHasObjectEdgeType.php
+share/phabricator/src/applications/doorkeeper/edge/PhabricatorJiraIssueHasObjectEdgeType.php
+share/phabricator/src/applications/doorkeeper/edge/PhabricatorObjectHasAsanaSubtaskEdgeType.php
+share/phabricator/src/applications/doorkeeper/edge/PhabricatorObjectHasAsanaTaskEdgeType.php
+share/phabricator/src/applications/doorkeeper/edge/PhabricatorObjectHasJiraIssueEdgeType.php
+share/phabricator/src/applications/doorkeeper/engine/DoorkeeperFeedStoryPublisher.php
+share/phabricator/src/applications/doorkeeper/engine/DoorkeeperImportEngine.php
+share/phabricator/src/applications/doorkeeper/engine/DoorkeeperObjectRef.php
+share/phabricator/src/applications/doorkeeper/exception/DoorkeeperMissingLinkException.php
+share/phabricator/src/applications/doorkeeper/option/PhabricatorAsanaConfigOptions.php
+share/phabricator/src/applications/doorkeeper/query/DoorkeeperExternalObjectQuery.php
+share/phabricator/src/applications/doorkeeper/remarkup/DoorkeeperAsanaRemarkupRule.php
+share/phabricator/src/applications/doorkeeper/remarkup/DoorkeeperJIRARemarkupRule.php
+share/phabricator/src/applications/doorkeeper/remarkup/DoorkeeperRemarkupRule.php
+share/phabricator/src/applications/doorkeeper/storage/DoorkeeperDAO.php
+share/phabricator/src/applications/doorkeeper/storage/DoorkeeperExternalObject.php
+share/phabricator/src/applications/doorkeeper/storage/DoorkeeperSchemaSpec.php
+share/phabricator/src/applications/doorkeeper/view/DoorkeeperTagView.php
+share/phabricator/src/applications/doorkeeper/worker/DoorkeeperAsanaFeedWorker.php
+share/phabricator/src/applications/doorkeeper/worker/DoorkeeperFeedWorker.php
+share/phabricator/src/applications/doorkeeper/worker/DoorkeeperJIRAFeedWorker.php
+share/phabricator/src/applications/draft/storage/PhabricatorDraft.php
+share/phabricator/src/applications/draft/storage/PhabricatorDraftDAO.php
+share/phabricator/src/applications/draft/storage/PhabricatorVersionedDraft.php
+share/phabricator/src/applications/drydock/application/PhabricatorDrydockApplication.php
+share/phabricator/src/applications/drydock/blueprint/DrydockAlmanacServiceHostBlueprintImplementation.php
+share/phabricator/src/applications/drydock/blueprint/DrydockBlueprintImplementation.php
+share/phabricator/src/applications/drydock/blueprint/DrydockWorkingCopyBlueprintImplementation.php
+share/phabricator/src/applications/drydock/blueprint/__tests__/DrydockBlueprintImplementationTestCase.php
+share/phabricator/src/applications/drydock/capability/DrydockCreateBlueprintsCapability.php
+share/phabricator/src/applications/drydock/capability/DrydockDefaultEditCapability.php
+share/phabricator/src/applications/drydock/capability/DrydockDefaultViewCapability.php
+share/phabricator/src/applications/drydock/constants/DrydockConstants.php
+share/phabricator/src/applications/drydock/constants/DrydockLeaseStatus.php
+share/phabricator/src/applications/drydock/constants/DrydockResourceStatus.php
+share/phabricator/src/applications/drydock/controller/DrydockAuthorizationAuthorizeController.php
+share/phabricator/src/applications/drydock/controller/DrydockAuthorizationListController.php
+share/phabricator/src/applications/drydock/controller/DrydockAuthorizationViewController.php
+share/phabricator/src/applications/drydock/controller/DrydockBlueprintController.php
+share/phabricator/src/applications/drydock/controller/DrydockBlueprintCreateController.php
+share/phabricator/src/applications/drydock/controller/DrydockBlueprintDisableController.php
+share/phabricator/src/applications/drydock/controller/DrydockBlueprintEditController.php
+share/phabricator/src/applications/drydock/controller/DrydockBlueprintListController.php
+share/phabricator/src/applications/drydock/controller/DrydockBlueprintViewController.php
+share/phabricator/src/applications/drydock/controller/DrydockConsoleController.php
+share/phabricator/src/applications/drydock/controller/DrydockController.php
+share/phabricator/src/applications/drydock/controller/DrydockLeaseController.php
+share/phabricator/src/applications/drydock/controller/DrydockLeaseListController.php
+share/phabricator/src/applications/drydock/controller/DrydockLeaseReleaseController.php
+share/phabricator/src/applications/drydock/controller/DrydockLeaseViewController.php
+share/phabricator/src/applications/drydock/controller/DrydockLogController.php
+share/phabricator/src/applications/drydock/controller/DrydockLogListController.php
+share/phabricator/src/applications/drydock/controller/DrydockRepositoryOperationDismissController.php
+share/phabricator/src/applications/drydock/controller/DrydockRepositoryOperationListController.php
+share/phabricator/src/applications/drydock/controller/DrydockRepositoryOperationStatusController.php
+share/phabricator/src/applications/drydock/controller/DrydockRepositoryOperationViewController.php
+share/phabricator/src/applications/drydock/controller/DrydockResourceController.php
+share/phabricator/src/applications/drydock/controller/DrydockResourceListController.php
+share/phabricator/src/applications/drydock/controller/DrydockResourceReleaseController.php
+share/phabricator/src/applications/drydock/controller/DrydockResourceViewController.php
+share/phabricator/src/applications/drydock/customfield/DrydockBlueprintCoreCustomField.php
+share/phabricator/src/applications/drydock/customfield/DrydockBlueprintCustomField.php
+share/phabricator/src/applications/drydock/editor/DrydockBlueprintEditor.php
+share/phabricator/src/applications/drydock/exception/DrydockSlotLockException.php
+share/phabricator/src/applications/drydock/garbagecollector/DrydockLogGarbageCollector.php
+share/phabricator/src/applications/drydock/interface/DrydockInterface.php
+share/phabricator/src/applications/drydock/interface/command/DrydockCommandInterface.php
+share/phabricator/src/applications/drydock/interface/command/DrydockSSHCommandInterface.php
+share/phabricator/src/applications/drydock/interface/filesystem/DrydockFilesystemInterface.php
+share/phabricator/src/applications/drydock/interface/filesystem/DrydockSFTPFilesystemInterface.php
+share/phabricator/src/applications/drydock/interface/webroot/DrydockApacheWebrootInterface.php
+share/phabricator/src/applications/drydock/interface/webroot/DrydockWebrootInterface.php
+share/phabricator/src/applications/drydock/logtype/DrydockLeaseAcquiredLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockLeaseActivatedLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockLeaseActivationFailureLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockLeaseActivationYieldLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockLeaseDestroyedLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockLeaseNoAuthorizationsLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockLeaseNoBlueprintsLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockLeaseQueuedLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockLeaseReclaimLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockLeaseReleasedLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockLeaseWaitingForResourcesLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockResourceActivationFailureLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockResourceActivationYieldLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockResourceReclaimLogType.php
+share/phabricator/src/applications/drydock/logtype/DrydockSlotLockFailureLogType.php
+share/phabricator/src/applications/drydock/management/DrydockManagementCommandWorkflow.php
+share/phabricator/src/applications/drydock/management/DrydockManagementLeaseWorkflow.php
+share/phabricator/src/applications/drydock/management/DrydockManagementReclaimWorkflow.php
+share/phabricator/src/applications/drydock/management/DrydockManagementReleaseLeaseWorkflow.php
+share/phabricator/src/applications/drydock/management/DrydockManagementReleaseResourceWorkflow.php
+share/phabricator/src/applications/drydock/management/DrydockManagementUpdateLeaseWorkflow.php
+share/phabricator/src/applications/drydock/management/DrydockManagementUpdateResourceWorkflow.php
+share/phabricator/src/applications/drydock/management/DrydockManagementWorkflow.php
+share/phabricator/src/applications/drydock/operation/DrydockLandRepositoryOperation.php
+share/phabricator/src/applications/drydock/operation/DrydockRepositoryOperationType.php
+share/phabricator/src/applications/drydock/operation/DrydockTestRepositoryOperation.php
+share/phabricator/src/applications/drydock/phid/DrydockAuthorizationPHIDType.php
+share/phabricator/src/applications/drydock/phid/DrydockBlueprintPHIDType.php
+share/phabricator/src/applications/drydock/phid/DrydockLeasePHIDType.php
+share/phabricator/src/applications/drydock/phid/DrydockRepositoryOperationPHIDType.php
+share/phabricator/src/applications/drydock/phid/DrydockResourcePHIDType.php
+share/phabricator/src/applications/drydock/query/DrydockAuthorizationQuery.php
+share/phabricator/src/applications/drydock/query/DrydockAuthorizationSearchEngine.php
+share/phabricator/src/applications/drydock/query/DrydockBlueprintQuery.php
+share/phabricator/src/applications/drydock/query/DrydockBlueprintSearchEngine.php
+share/phabricator/src/applications/drydock/query/DrydockBlueprintTransactionQuery.php
+share/phabricator/src/applications/drydock/query/DrydockCommandQuery.php
+share/phabricator/src/applications/drydock/query/DrydockLeaseQuery.php
+share/phabricator/src/applications/drydock/query/DrydockLeaseSearchEngine.php
+share/phabricator/src/applications/drydock/query/DrydockLogQuery.php
+share/phabricator/src/applications/drydock/query/DrydockLogSearchEngine.php
+share/phabricator/src/applications/drydock/query/DrydockQuery.php
+share/phabricator/src/applications/drydock/query/DrydockRepositoryOperationQuery.php
+share/phabricator/src/applications/drydock/query/DrydockRepositoryOperationSearchEngine.php
+share/phabricator/src/applications/drydock/query/DrydockResourceQuery.php
+share/phabricator/src/applications/drydock/query/DrydockResourceSearchEngine.php
+share/phabricator/src/applications/drydock/storage/DrydockAuthorization.php
+share/phabricator/src/applications/drydock/storage/DrydockBlueprint.php
+share/phabricator/src/applications/drydock/storage/DrydockBlueprintTransaction.php
+share/phabricator/src/applications/drydock/storage/DrydockCommand.php
+share/phabricator/src/applications/drydock/storage/DrydockDAO.php
+share/phabricator/src/applications/drydock/storage/DrydockLease.php
+share/phabricator/src/applications/drydock/storage/DrydockLog.php
+share/phabricator/src/applications/drydock/storage/DrydockRepositoryOperation.php
+share/phabricator/src/applications/drydock/storage/DrydockResource.php
+share/phabricator/src/applications/drydock/storage/DrydockSlotLock.php
+share/phabricator/src/applications/drydock/typeahead/DrydockBlueprintDatasource.php
+share/phabricator/src/applications/drydock/typeahead/DrydockLeaseDatasource.php
+share/phabricator/src/applications/drydock/typeahead/DrydockResourceDatasource.php
+share/phabricator/src/applications/drydock/view/DrydockAuthorizationListView.php
+share/phabricator/src/applications/drydock/view/DrydockLeaseListView.php
+share/phabricator/src/applications/drydock/view/DrydockLogListView.php
+share/phabricator/src/applications/drydock/view/DrydockObjectAuthorizationView.php
+share/phabricator/src/applications/drydock/view/DrydockRepositoryOperationStatusView.php
+share/phabricator/src/applications/drydock/view/DrydockResourceListView.php
+share/phabricator/src/applications/drydock/worker/DrydockLeaseUpdateWorker.php
+share/phabricator/src/applications/drydock/worker/DrydockRepositoryOperationUpdateWorker.php
+share/phabricator/src/applications/drydock/worker/DrydockResourceUpdateWorker.php
+share/phabricator/src/applications/drydock/worker/DrydockWorker.php
+share/phabricator/src/applications/fact/application/PhabricatorFactApplication.php
+share/phabricator/src/applications/fact/controller/PhabricatorFactChartController.php
+share/phabricator/src/applications/fact/controller/PhabricatorFactController.php
+share/phabricator/src/applications/fact/controller/PhabricatorFactHomeController.php
+share/phabricator/src/applications/fact/daemon/PhabricatorFactDaemon.php
+share/phabricator/src/applications/fact/engine/PhabricatorFactCountEngine.php
+share/phabricator/src/applications/fact/engine/PhabricatorFactEngine.php
+share/phabricator/src/applications/fact/engine/PhabricatorFactLastUpdatedEngine.php
+share/phabricator/src/applications/fact/engine/__tests__/PhabricatorFactEngineTestCase.php
+share/phabricator/src/applications/fact/extract/PhabricatorFactUpdateIterator.php
+share/phabricator/src/applications/fact/management/PhabricatorFactManagementAnalyzeWorkflow.php
+share/phabricator/src/applications/fact/management/PhabricatorFactManagementCursorsWorkflow.php
+share/phabricator/src/applications/fact/management/PhabricatorFactManagementDestroyWorkflow.php
+share/phabricator/src/applications/fact/management/PhabricatorFactManagementListWorkflow.php
+share/phabricator/src/applications/fact/management/PhabricatorFactManagementStatusWorkflow.php
+share/phabricator/src/applications/fact/management/PhabricatorFactManagementWorkflow.php
+share/phabricator/src/applications/fact/spec/PhabricatorFactSimpleSpec.php
+share/phabricator/src/applications/fact/spec/PhabricatorFactSpec.php
+share/phabricator/src/applications/fact/storage/PhabricatorFactAggregate.php
+share/phabricator/src/applications/fact/storage/PhabricatorFactCursor.php
+share/phabricator/src/applications/fact/storage/PhabricatorFactDAO.php
+share/phabricator/src/applications/fact/storage/PhabricatorFactRaw.php
+share/phabricator/src/applications/feed/PhabricatorFeedStoryPublisher.php
+share/phabricator/src/applications/feed/application/PhabricatorFeedApplication.php
+share/phabricator/src/applications/feed/builder/PhabricatorFeedBuilder.php
+share/phabricator/src/applications/feed/conduit/FeedConduitAPIMethod.php
+share/phabricator/src/applications/feed/conduit/FeedPublishConduitAPIMethod.php
+share/phabricator/src/applications/feed/conduit/FeedQueryConduitAPIMethod.php
+share/phabricator/src/applications/feed/config/PhabricatorFeedConfigOptions.php
+share/phabricator/src/applications/feed/controller/PhabricatorFeedController.php
+share/phabricator/src/applications/feed/controller/PhabricatorFeedDetailController.php
+share/phabricator/src/applications/feed/controller/PhabricatorFeedListController.php
+share/phabricator/src/applications/feed/management/PhabricatorFeedManagementRepublishWorkflow.php
+share/phabricator/src/applications/feed/management/PhabricatorFeedManagementWorkflow.php
+share/phabricator/src/applications/feed/query/PhabricatorFeedQuery.php
+share/phabricator/src/applications/feed/query/PhabricatorFeedSearchEngine.php
+share/phabricator/src/applications/feed/storage/PhabricatorFeedDAO.php
+share/phabricator/src/applications/feed/storage/PhabricatorFeedStoryData.php
+share/phabricator/src/applications/feed/storage/PhabricatorFeedStoryReference.php
+share/phabricator/src/applications/feed/story/PhabricatorFeedStory.php
+share/phabricator/src/applications/feed/worker/FeedPublisherHTTPWorker.php
+share/phabricator/src/applications/feed/worker/FeedPublisherWorker.php
+share/phabricator/src/applications/feed/worker/FeedPushWorker.php
+share/phabricator/src/applications/files/PhabricatorImageTransformer.php
+share/phabricator/src/applications/files/action/PhabricatorFilesOutboundRequestAction.php
+share/phabricator/src/applications/files/application/PhabricatorFilesApplication.php
+share/phabricator/src/applications/files/applicationpanel/PhabricatorFilesApplicationStorageEnginePanel.php
+share/phabricator/src/applications/files/builtin/PhabricatorFilesBuiltinFile.php
+share/phabricator/src/applications/files/builtin/PhabricatorFilesComposeIconBuiltinFile.php
+share/phabricator/src/applications/files/builtin/PhabricatorFilesOnDiskBuiltinFile.php
+share/phabricator/src/applications/files/capability/FilesDefaultViewCapability.php
+share/phabricator/src/applications/files/conduit/FileAllocateConduitAPIMethod.php
+share/phabricator/src/applications/files/conduit/FileConduitAPIMethod.php
+share/phabricator/src/applications/files/conduit/FileDownloadConduitAPIMethod.php
+share/phabricator/src/applications/files/conduit/FileInfoConduitAPIMethod.php
+share/phabricator/src/applications/files/conduit/FileQueryChunksConduitAPIMethod.php
+share/phabricator/src/applications/files/conduit/FileUploadChunkConduitAPIMethod.php
+share/phabricator/src/applications/files/conduit/FileUploadConduitAPIMethod.php
+share/phabricator/src/applications/files/conduit/FileUploadHashConduitAPIMethod.php
+share/phabricator/src/applications/files/config/PhabricatorFilesConfigOptions.php
+share/phabricator/src/applications/files/controller/PhabricatorFileCommentController.php
+share/phabricator/src/applications/files/controller/PhabricatorFileComposeController.php
+share/phabricator/src/applications/files/controller/PhabricatorFileController.php
+share/phabricator/src/applications/files/controller/PhabricatorFileDataController.php
+share/phabricator/src/applications/files/controller/PhabricatorFileDeleteController.php
+share/phabricator/src/applications/files/controller/PhabricatorFileDropUploadController.php
+share/phabricator/src/applications/files/controller/PhabricatorFileEditController.php
+share/phabricator/src/applications/files/controller/PhabricatorFileIconSetSelectController.php
+share/phabricator/src/applications/files/controller/PhabricatorFileInfoController.php
+share/phabricator/src/applications/files/controller/PhabricatorFileListController.php
+share/phabricator/src/applications/files/controller/PhabricatorFileTransformController.php
+share/phabricator/src/applications/files/controller/PhabricatorFileTransformListController.php
+share/phabricator/src/applications/files/controller/PhabricatorFileUploadController.php
+share/phabricator/src/applications/files/controller/PhabricatorFileUploadDialogController.php
+share/phabricator/src/applications/files/edge/PhabricatorFileHasObjectEdgeType.php
+share/phabricator/src/applications/files/editor/PhabricatorFileEditor.php
+share/phabricator/src/applications/files/engine/PhabricatorChunkedFileStorageEngine.php
+share/phabricator/src/applications/files/engine/PhabricatorFileChunkIterator.php
+share/phabricator/src/applications/files/engine/PhabricatorFileStorageEngine.php
+share/phabricator/src/applications/files/engine/PhabricatorLocalDiskFileStorageEngine.php
+share/phabricator/src/applications/files/engine/PhabricatorMySQLFileStorageEngine.php
+share/phabricator/src/applications/files/engine/PhabricatorS3FileStorageEngine.php
+share/phabricator/src/applications/files/engine/PhabricatorTestStorageEngine.php
+share/phabricator/src/applications/files/engine/__tests__/PhabricatorFileStorageEngineTestCase.php
+share/phabricator/src/applications/files/exception/PhabricatorFileStorageConfigurationException.php
+share/phabricator/src/applications/files/exception/PhabricatorFileUploadException.php
+share/phabricator/src/applications/files/garbagecollector/PhabricatorFileTemporaryGarbageCollector.php
+share/phabricator/src/applications/files/iconset/PhabricatorIconSet.php
+share/phabricator/src/applications/files/iconset/PhabricatorIconSetIcon.php
+share/phabricator/src/applications/files/lipsum/PhabricatorFileTestDataGenerator.php
+share/phabricator/src/applications/files/mail/FileCreateMailReceiver.php
+share/phabricator/src/applications/files/mail/FileMailReceiver.php
+share/phabricator/src/applications/files/mail/FileReplyHandler.php
+share/phabricator/src/applications/files/management/PhabricatorFilesManagementCatWorkflow.php
+share/phabricator/src/applications/files/management/PhabricatorFilesManagementCompactWorkflow.php
+share/phabricator/src/applications/files/management/PhabricatorFilesManagementEnginesWorkflow.php
+share/phabricator/src/applications/files/management/PhabricatorFilesManagementMigrateWorkflow.php
+share/phabricator/src/applications/files/management/PhabricatorFilesManagementPurgeWorkflow.php
+share/phabricator/src/applications/files/management/PhabricatorFilesManagementRebuildWorkflow.php
+share/phabricator/src/applications/files/management/PhabricatorFilesManagementWorkflow.php
+share/phabricator/src/applications/files/markup/PhabricatorEmbedFileRemarkupRule.php
+share/phabricator/src/applications/files/phid/PhabricatorFileFilePHIDType.php
+share/phabricator/src/applications/files/query/PhabricatorFileBundleLoader.php
+share/phabricator/src/applications/files/query/PhabricatorFileChunkQuery.php
+share/phabricator/src/applications/files/query/PhabricatorFileQuery.php
+share/phabricator/src/applications/files/query/PhabricatorFileSearchEngine.php
+share/phabricator/src/applications/files/query/PhabricatorFileTransactionQuery.php
+share/phabricator/src/applications/files/storage/PhabricatorFile.php
+share/phabricator/src/applications/files/storage/PhabricatorFileChunk.php
+share/phabricator/src/applications/files/storage/PhabricatorFileDAO.php
+share/phabricator/src/applications/files/storage/PhabricatorFileSchemaSpec.php
+share/phabricator/src/applications/files/storage/PhabricatorFileStorageBlob.php
+share/phabricator/src/applications/files/storage/PhabricatorFileTransaction.php
+share/phabricator/src/applications/files/storage/PhabricatorFileTransactionComment.php
+share/phabricator/src/applications/files/storage/PhabricatorTransformedFile.php
+share/phabricator/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php
+share/phabricator/src/applications/files/transform/PhabricatorFileImageTransform.php
+share/phabricator/src/applications/files/transform/PhabricatorFileThumbnailTransform.php
+share/phabricator/src/applications/files/transform/PhabricatorFileTransform.php
+share/phabricator/src/applications/files/transform/__tests__/PhabricatorFileTransformTestCase.php
+share/phabricator/src/applications/files/uploadsource/PhabricatorExecFutureFileUploadSource.php
+share/phabricator/src/applications/files/uploadsource/PhabricatorFileUploadSource.php
+share/phabricator/src/applications/files/view/PhabricatorGlobalUploadTargetView.php
+share/phabricator/src/applications/flag/application/PhabricatorFlagsApplication.php
+share/phabricator/src/applications/flag/conduit/FlagConduitAPIMethod.php
+share/phabricator/src/applications/flag/conduit/FlagDeleteConduitAPIMethod.php
+share/phabricator/src/applications/flag/conduit/FlagEditConduitAPIMethod.php
+share/phabricator/src/applications/flag/conduit/FlagQueryConduitAPIMethod.php
+share/phabricator/src/applications/flag/constants/PhabricatorFlagColor.php
+share/phabricator/src/applications/flag/constants/PhabricatorFlagConstants.php
+share/phabricator/src/applications/flag/controller/PhabricatorFlagController.php
+share/phabricator/src/applications/flag/controller/PhabricatorFlagDeleteController.php
+share/phabricator/src/applications/flag/controller/PhabricatorFlagEditController.php
+share/phabricator/src/applications/flag/controller/PhabricatorFlagListController.php
+share/phabricator/src/applications/flag/engineextension/PhabricatorFlagDestructionEngineExtension.php
+share/phabricator/src/applications/flag/events/PhabricatorFlagsUIEventListener.php
+share/phabricator/src/applications/flag/herald/PhabricatorFlagAddFlagHeraldAction.php
+share/phabricator/src/applications/flag/interface/PhabricatorFlaggableInterface.php
+share/phabricator/src/applications/flag/query/PhabricatorFlagQuery.php
+share/phabricator/src/applications/flag/query/PhabricatorFlagSearchEngine.php
+share/phabricator/src/applications/flag/storage/PhabricatorFlag.php
+share/phabricator/src/applications/flag/storage/PhabricatorFlagDAO.php
+share/phabricator/src/applications/flag/view/PhabricatorFlagSelectControl.php
+share/phabricator/src/applications/fund/application/PhabricatorFundApplication.php
+share/phabricator/src/applications/fund/capability/FundCreateInitiativesCapability.php
+share/phabricator/src/applications/fund/capability/FundDefaultViewCapability.php
+share/phabricator/src/applications/fund/controller/FundBackerListController.php
+share/phabricator/src/applications/fund/controller/FundController.php
+share/phabricator/src/applications/fund/controller/FundInitiativeBackController.php
+share/phabricator/src/applications/fund/controller/FundInitiativeCloseController.php
+share/phabricator/src/applications/fund/controller/FundInitiativeEditController.php
+share/phabricator/src/applications/fund/controller/FundInitiativeListController.php
+share/phabricator/src/applications/fund/controller/FundInitiativeViewController.php
+share/phabricator/src/applications/fund/editor/FundBackerEditor.php
+share/phabricator/src/applications/fund/editor/FundInitiativeEditor.php
+share/phabricator/src/applications/fund/mail/FundInitiativeReplyHandler.php
+share/phabricator/src/applications/fund/phid/FundBackerPHIDType.php
+share/phabricator/src/applications/fund/phid/FundInitiativePHIDType.php
+share/phabricator/src/applications/fund/phortune/FundBackerCart.php
+share/phabricator/src/applications/fund/phortune/FundBackerProduct.php
+share/phabricator/src/applications/fund/query/FundBackerQuery.php
+share/phabricator/src/applications/fund/query/FundBackerSearchEngine.php
+share/phabricator/src/applications/fund/query/FundBackerTransactionQuery.php
+share/phabricator/src/applications/fund/query/FundInitiativeQuery.php
+share/phabricator/src/applications/fund/query/FundInitiativeSearchEngine.php
+share/phabricator/src/applications/fund/query/FundInitiativeTransactionQuery.php
+share/phabricator/src/applications/fund/remarkup/FundInitiativeRemarkupRule.php
+share/phabricator/src/applications/fund/search/FundInitiativeFulltextEngine.php
+share/phabricator/src/applications/fund/storage/FundBacker.php
+share/phabricator/src/applications/fund/storage/FundBackerTransaction.php
+share/phabricator/src/applications/fund/storage/FundDAO.php
+share/phabricator/src/applications/fund/storage/FundInitiative.php
+share/phabricator/src/applications/fund/storage/FundInitiativeTransaction.php
+share/phabricator/src/applications/fund/storage/FundSchemaSpec.php
+share/phabricator/src/applications/harbormaster/__tests__/HarbormasterAutotargetsTestCase.php
+share/phabricator/src/applications/harbormaster/application/PhabricatorHarbormasterApplication.php
+share/phabricator/src/applications/harbormaster/artifact/HarbormasterArtifact.php
+share/phabricator/src/applications/harbormaster/artifact/HarbormasterDrydockLeaseArtifact.php
+share/phabricator/src/applications/harbormaster/artifact/HarbormasterFileArtifact.php
+share/phabricator/src/applications/harbormaster/artifact/HarbormasterHostArtifact.php
+share/phabricator/src/applications/harbormaster/artifact/HarbormasterURIArtifact.php
+share/phabricator/src/applications/harbormaster/artifact/HarbormasterWorkingCopyArtifact.php
+share/phabricator/src/applications/harbormaster/autoplan/HarbormasterBuildArcanistAutoplan.php
+share/phabricator/src/applications/harbormaster/autoplan/HarbormasterBuildAutoplan.php
+share/phabricator/src/applications/harbormaster/capability/HarbormasterBuildPlanDefaultEditCapability.php
+share/phabricator/src/applications/harbormaster/capability/HarbormasterBuildPlanDefaultViewCapability.php
+share/phabricator/src/applications/harbormaster/capability/HarbormasterCreatePlansCapability.php
+share/phabricator/src/applications/harbormaster/conduit/HarbormasterConduitAPIMethod.php
+share/phabricator/src/applications/harbormaster/conduit/HarbormasterCreateArtifactConduitAPIMethod.php
+share/phabricator/src/applications/harbormaster/conduit/HarbormasterQueryAutotargetsConduitAPIMethod.php
+share/phabricator/src/applications/harbormaster/conduit/HarbormasterQueryBuildablesConduitAPIMethod.php
+share/phabricator/src/applications/harbormaster/conduit/HarbormasterQueryBuildsConduitAPIMethod.php
+share/phabricator/src/applications/harbormaster/conduit/HarbormasterSendMessageConduitAPIMethod.php
+share/phabricator/src/applications/harbormaster/config/PhabricatorHarbormasterConfigOptions.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterBuildActionController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterBuildViewController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterBuildableActionController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterBuildableListController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterBuildableViewController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterLintMessagesController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterPlanController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterPlanDisableController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterPlanEditController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterPlanListController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterPlanRunController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterPlanViewController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterStepAddController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterStepDeleteController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterStepEditController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterStepViewController.php
+share/phabricator/src/applications/harbormaster/controller/HarbormasterUnitMessagesController.php
+share/phabricator/src/applications/harbormaster/customfield/HarbormasterBuildStepCoreCustomField.php
+share/phabricator/src/applications/harbormaster/customfield/HarbormasterBuildStepCustomField.php
+share/phabricator/src/applications/harbormaster/editor/HarbormasterBuildPlanEditor.php
+share/phabricator/src/applications/harbormaster/editor/HarbormasterBuildStepEditor.php
+share/phabricator/src/applications/harbormaster/editor/HarbormasterBuildTransactionEditor.php
+share/phabricator/src/applications/harbormaster/editor/HarbormasterBuildableTransactionEditor.php
+share/phabricator/src/applications/harbormaster/engine/HarbormasterBuildEngine.php
+share/phabricator/src/applications/harbormaster/engine/HarbormasterBuildGraph.php
+share/phabricator/src/applications/harbormaster/engine/HarbormasterBuildRequest.php
+share/phabricator/src/applications/harbormaster/engine/HarbormasterMessageType.php
+share/phabricator/src/applications/harbormaster/engine/HarbormasterTargetEngine.php
+share/phabricator/src/applications/harbormaster/event/HarbormasterUIEventListener.php
+share/phabricator/src/applications/harbormaster/exception/HarbormasterBuildAbortedException.php
+share/phabricator/src/applications/harbormaster/exception/HarbormasterBuildFailureException.php
+share/phabricator/src/applications/harbormaster/future/HarbormasterExecFuture.php
+share/phabricator/src/applications/harbormaster/herald/HarbormasterBuildableAdapterInterface.php
+share/phabricator/src/applications/harbormaster/herald/HarbormasterRunBuildPlansHeraldAction.php
+share/phabricator/src/applications/harbormaster/interface/HarbormasterBuildableInterface.php
+share/phabricator/src/applications/harbormaster/management/HarbormasterManagementBuildWorkflow.php
+share/phabricator/src/applications/harbormaster/management/HarbormasterManagementUpdateWorkflow.php
+share/phabricator/src/applications/harbormaster/management/HarbormasterManagementWorkflow.php
+share/phabricator/src/applications/harbormaster/phid/HarbormasterBuildArtifactPHIDType.php
+share/phabricator/src/applications/harbormaster/phid/HarbormasterBuildLogPHIDType.php
+share/phabricator/src/applications/harbormaster/phid/HarbormasterBuildPHIDType.php
+share/phabricator/src/applications/harbormaster/phid/HarbormasterBuildPlanPHIDType.php
+share/phabricator/src/applications/harbormaster/phid/HarbormasterBuildStepPHIDType.php
+share/phabricator/src/applications/harbormaster/phid/HarbormasterBuildTargetPHIDType.php
+share/phabricator/src/applications/harbormaster/phid/HarbormasterBuildablePHIDType.php
+share/phabricator/src/applications/harbormaster/query/HarbormasterBuildArtifactQuery.php
+share/phabricator/src/applications/harbormaster/query/HarbormasterBuildLogQuery.php
+share/phabricator/src/applications/harbormaster/query/HarbormasterBuildMessageQuery.php
+share/phabricator/src/applications/harbormaster/query/HarbormasterBuildPlanQuery.php
+share/phabricator/src/applications/harbormaster/query/HarbormasterBuildPlanSearchEngine.php
+share/phabricator/src/applications/harbormaster/query/HarbormasterBuildPlanTransactionQuery.php
+share/phabricator/src/applications/harbormaster/query/HarbormasterBuildQuery.php
+share/phabricator/src/applications/harbormaster/query/HarbormasterBuildStepQuery.php
+share/phabricator/src/applications/harbormaster/query/HarbormasterBuildStepTransactionQuery.php
+share/phabricator/src/applications/harbormaster/query/HarbormasterBuildTargetQuery.php
+share/phabricator/src/applications/harbormaster/query/HarbormasterBuildTransactionQuery.php
+share/phabricator/src/applications/harbormaster/query/HarbormasterBuildableQuery.php
+share/phabricator/src/applications/harbormaster/query/HarbormasterBuildableSearchEngine.php
+share/phabricator/src/applications/harbormaster/query/HarbormasterBuildableTransactionQuery.php
+share/phabricator/src/applications/harbormaster/remarkup/HarbormasterRemarkupRule.php
+share/phabricator/src/applications/harbormaster/step/HarbormasterArcLintBuildStepImplementation.php
+share/phabricator/src/applications/harbormaster/step/HarbormasterArcUnitBuildStepImplementation.php
+share/phabricator/src/applications/harbormaster/step/HarbormasterBuildStepImplementation.php
+share/phabricator/src/applications/harbormaster/step/HarbormasterCommandBuildStepImplementation.php
+share/phabricator/src/applications/harbormaster/step/HarbormasterDrydockCommandBuildStepImplementation.php
+share/phabricator/src/applications/harbormaster/step/HarbormasterHTTPRequestBuildStepImplementation.php
+share/phabricator/src/applications/harbormaster/step/HarbormasterLeaseHostBuildStepImplementation.php
+share/phabricator/src/applications/harbormaster/step/HarbormasterLeaseWorkingCopyBuildStepImplementation.php
+share/phabricator/src/applications/harbormaster/step/HarbormasterPublishFragmentBuildStepImplementation.php
+share/phabricator/src/applications/harbormaster/step/HarbormasterSleepBuildStepImplementation.php
+share/phabricator/src/applications/harbormaster/step/HarbormasterThrowExceptionBuildStep.php
+share/phabricator/src/applications/harbormaster/step/HarbormasterUploadArtifactBuildStepImplementation.php
+share/phabricator/src/applications/harbormaster/step/HarbormasterWaitForPreviousBuildStepImplementation.php
+share/phabricator/src/applications/harbormaster/step/__tests__/HarbormasterBuildStepImplementationTestCase.php
+share/phabricator/src/applications/harbormaster/stepgroup/HarbormasterBuildStepGroup.php
+share/phabricator/src/applications/harbormaster/stepgroup/HarbormasterBuiltinBuildStepGroup.php
+share/phabricator/src/applications/harbormaster/stepgroup/HarbormasterDrydockBuildStepGroup.php
+share/phabricator/src/applications/harbormaster/stepgroup/HarbormasterExternalBuildStepGroup.php
+share/phabricator/src/applications/harbormaster/stepgroup/HarbormasterOtherBuildStepGroup.php
+share/phabricator/src/applications/harbormaster/stepgroup/HarbormasterPrototypeBuildStepGroup.php
+share/phabricator/src/applications/harbormaster/stepgroup/HarbormasterTestBuildStepGroup.php
+share/phabricator/src/applications/harbormaster/storage/HarbormasterBuildCommand.php
+share/phabricator/src/applications/harbormaster/storage/HarbormasterBuildMessage.php
+share/phabricator/src/applications/harbormaster/storage/HarbormasterBuildTransaction.php
+share/phabricator/src/applications/harbormaster/storage/HarbormasterBuildable.php
+share/phabricator/src/applications/harbormaster/storage/HarbormasterBuildableTransaction.php
+share/phabricator/src/applications/harbormaster/storage/HarbormasterDAO.php
+share/phabricator/src/applications/harbormaster/storage/HarbormasterObject.php
+share/phabricator/src/applications/harbormaster/storage/HarbormasterSchemaSpec.php
+share/phabricator/src/applications/harbormaster/storage/HarbormasterScratchTable.php
+share/phabricator/src/applications/harbormaster/storage/build/HarbormasterBuild.php
+share/phabricator/src/applications/harbormaster/storage/build/HarbormasterBuildArtifact.php
+share/phabricator/src/applications/harbormaster/storage/build/HarbormasterBuildLintMessage.php
+share/phabricator/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php
+share/phabricator/src/applications/harbormaster/storage/build/HarbormasterBuildTarget.php
+share/phabricator/src/applications/harbormaster/storage/build/HarbormasterBuildUnitMessage.php
+share/phabricator/src/applications/harbormaster/storage/configuration/HarbormasterBuildPlan.php
+share/phabricator/src/applications/harbormaster/storage/configuration/HarbormasterBuildPlanTransaction.php
+share/phabricator/src/applications/harbormaster/storage/configuration/HarbormasterBuildStep.php
+share/phabricator/src/applications/harbormaster/storage/configuration/HarbormasterBuildStepTransaction.php
+share/phabricator/src/applications/harbormaster/typeahead/HarbormasterBuildDependencyDatasource.php
+share/phabricator/src/applications/harbormaster/typeahead/HarbormasterBuildPlanDatasource.php
+share/phabricator/src/applications/harbormaster/view/HarbormasterLintPropertyView.php
+share/phabricator/src/applications/harbormaster/view/HarbormasterUnitPropertyView.php
+share/phabricator/src/applications/harbormaster/view/ShellLogView.php
+share/phabricator/src/applications/harbormaster/worker/HarbormasterBuildWorker.php
+share/phabricator/src/applications/harbormaster/worker/HarbormasterTargetWorker.php
+share/phabricator/src/applications/harbormaster/worker/HarbormasterWorker.php
+share/phabricator/src/applications/help/application/PhabricatorHelpApplication.php
+share/phabricator/src/applications/help/controller/PhabricatorHelpController.php
+share/phabricator/src/applications/help/controller/PhabricatorHelpDocumentationController.php
+share/phabricator/src/applications/help/controller/PhabricatorHelpEditorProtocolController.php
+share/phabricator/src/applications/help/controller/PhabricatorHelpKeyboardShortcutController.php
+share/phabricator/src/applications/help/extension/PhabricatorHelpMainMenuBarExtension.php
+share/phabricator/src/applications/herald/action/HeraldAction.php
+share/phabricator/src/applications/herald/action/HeraldActionGroup.php
+share/phabricator/src/applications/herald/action/HeraldApplicationActionGroup.php
+share/phabricator/src/applications/herald/action/HeraldDoNothingAction.php
+share/phabricator/src/applications/herald/action/HeraldNotifyActionGroup.php
+share/phabricator/src/applications/herald/action/HeraldPreventActionGroup.php
+share/phabricator/src/applications/herald/action/HeraldSupportActionGroup.php
+share/phabricator/src/applications/herald/action/HeraldUtilityActionGroup.php
+share/phabricator/src/applications/herald/adapter/HeraldAdapter.php
+share/phabricator/src/applications/herald/application/PhabricatorHeraldApplication.php
+share/phabricator/src/applications/herald/capability/HeraldManageGlobalRulesCapability.php
+share/phabricator/src/applications/herald/config/HeraldRepetitionPolicyConfig.php
+share/phabricator/src/applications/herald/config/HeraldRuleTypeConfig.php
+share/phabricator/src/applications/herald/controller/HeraldController.php
+share/phabricator/src/applications/herald/controller/HeraldDisableController.php
+share/phabricator/src/applications/herald/controller/HeraldNewController.php
+share/phabricator/src/applications/herald/controller/HeraldRuleController.php
+share/phabricator/src/applications/herald/controller/HeraldRuleListController.php
+share/phabricator/src/applications/herald/controller/HeraldRuleViewController.php
+share/phabricator/src/applications/herald/controller/HeraldTestConsoleController.php
+share/phabricator/src/applications/herald/controller/HeraldTranscriptController.php
+share/phabricator/src/applications/herald/controller/HeraldTranscriptListController.php
+share/phabricator/src/applications/herald/editor/HeraldRuleEditor.php
+share/phabricator/src/applications/herald/engine/HeraldEffect.php
+share/phabricator/src/applications/herald/engine/HeraldEngine.php
+share/phabricator/src/applications/herald/engine/exception/HeraldInvalidActionException.php
+share/phabricator/src/applications/herald/engine/exception/HeraldInvalidConditionException.php
+share/phabricator/src/applications/herald/engine/exception/HeraldRecursiveConditionsException.php
+share/phabricator/src/applications/herald/engineextension/HeraldTranscriptDestructionEngineExtension.php
+share/phabricator/src/applications/herald/field/HeraldAlwaysField.php
+share/phabricator/src/applications/herald/field/HeraldAnotherRuleField.php
+share/phabricator/src/applications/herald/field/HeraldBasicFieldGroup.php
+share/phabricator/src/applications/herald/field/HeraldContentSourceField.php
+share/phabricator/src/applications/herald/field/HeraldEditFieldGroup.php
+share/phabricator/src/applications/herald/field/HeraldField.php
+share/phabricator/src/applications/herald/field/HeraldFieldGroup.php
+share/phabricator/src/applications/herald/field/HeraldNewObjectField.php
+share/phabricator/src/applications/herald/field/HeraldRelatedFieldGroup.php
+share/phabricator/src/applications/herald/field/HeraldSupportFieldGroup.php
+share/phabricator/src/applications/herald/field/__tests__/HeraldFieldTestCase.php
+share/phabricator/src/applications/herald/garbagecollector/HeraldTranscriptGarbageCollector.php
+share/phabricator/src/applications/herald/group/HeraldGroup.php
+share/phabricator/src/applications/herald/phid/HeraldRulePHIDType.php
+share/phabricator/src/applications/herald/phid/HeraldTranscriptPHIDType.php
+share/phabricator/src/applications/herald/query/HeraldRuleQuery.php
+share/phabricator/src/applications/herald/query/HeraldRuleSearchEngine.php
+share/phabricator/src/applications/herald/query/HeraldTransactionQuery.php
+share/phabricator/src/applications/herald/query/HeraldTranscriptQuery.php
+share/phabricator/src/applications/herald/query/HeraldTranscriptSearchEngine.php
+share/phabricator/src/applications/herald/remarkup/HeraldRemarkupRule.php
+share/phabricator/src/applications/herald/storage/HeraldActionRecord.php
+share/phabricator/src/applications/herald/storage/HeraldCondition.php
+share/phabricator/src/applications/herald/storage/HeraldDAO.php
+share/phabricator/src/applications/herald/storage/HeraldRule.php
+share/phabricator/src/applications/herald/storage/HeraldRuleTransaction.php
+share/phabricator/src/applications/herald/storage/HeraldRuleTransactionComment.php
+share/phabricator/src/applications/herald/storage/HeraldSchemaSpec.php
+share/phabricator/src/applications/herald/storage/__tests__/HeraldRuleTestCase.php
+share/phabricator/src/applications/herald/storage/__tests__/HeraldTranscriptTestCase.php
+share/phabricator/src/applications/herald/storage/transcript/HeraldApplyTranscript.php
+share/phabricator/src/applications/herald/storage/transcript/HeraldConditionTranscript.php
+share/phabricator/src/applications/herald/storage/transcript/HeraldObjectTranscript.php
+share/phabricator/src/applications/herald/storage/transcript/HeraldRuleTranscript.php
+share/phabricator/src/applications/herald/storage/transcript/HeraldTranscript.php
+share/phabricator/src/applications/herald/value/HeraldEmptyFieldValue.php
+share/phabricator/src/applications/herald/value/HeraldFieldValue.php
+share/phabricator/src/applications/herald/value/HeraldSelectFieldValue.php
+share/phabricator/src/applications/herald/value/HeraldTextFieldValue.php
+share/phabricator/src/applications/herald/value/HeraldTokenizerFieldValue.php
+share/phabricator/src/applications/home/application/PhabricatorHomeApplication.php
+share/phabricator/src/applications/home/controller/PhabricatorHomeController.php
+share/phabricator/src/applications/home/controller/PhabricatorHomeMainController.php
+share/phabricator/src/applications/home/controller/PhabricatorHomeQuickCreateController.php
+share/phabricator/src/applications/legalpad/application/PhabricatorLegalpadApplication.php
+share/phabricator/src/applications/legalpad/capability/LegalpadCreateDocumentsCapability.php
+share/phabricator/src/applications/legalpad/capability/LegalpadDefaultEditCapability.php
+share/phabricator/src/applications/legalpad/capability/LegalpadDefaultViewCapability.php
+share/phabricator/src/applications/legalpad/config/PhabricatorLegalpadConfigOptions.php
+share/phabricator/src/applications/legalpad/controller/LegalpadController.php
+share/phabricator/src/applications/legalpad/controller/LegalpadDocumentCommentController.php
+share/phabricator/src/applications/legalpad/controller/LegalpadDocumentDoneController.php
+share/phabricator/src/applications/legalpad/controller/LegalpadDocumentEditController.php
+share/phabricator/src/applications/legalpad/controller/LegalpadDocumentListController.php
+share/phabricator/src/applications/legalpad/controller/LegalpadDocumentManageController.php
+share/phabricator/src/applications/legalpad/controller/LegalpadDocumentSignController.php
+share/phabricator/src/applications/legalpad/controller/LegalpadDocumentSignatureAddController.php
+share/phabricator/src/applications/legalpad/controller/LegalpadDocumentSignatureListController.php
+share/phabricator/src/applications/legalpad/controller/LegalpadDocumentSignatureVerificationController.php
+share/phabricator/src/applications/legalpad/controller/LegalpadDocumentSignatureViewController.php
+share/phabricator/src/applications/legalpad/edge/LegalpadObjectNeedsSignatureEdgeType.php
+share/phabricator/src/applications/legalpad/edge/LegalpadSignatureNeededByObjectEdgeType.php
+share/phabricator/src/applications/legalpad/editor/LegalpadDocumentEditor.php
+share/phabricator/src/applications/legalpad/herald/LegalpadRequireSignatureHeraldAction.php
+share/phabricator/src/applications/legalpad/mail/LegalpadMailReceiver.php
+share/phabricator/src/applications/legalpad/mail/LegalpadReplyHandler.php
+share/phabricator/src/applications/legalpad/phid/PhabricatorLegalpadDocumentPHIDType.php
+share/phabricator/src/applications/legalpad/policyrule/PhabricatorLegalpadSignaturePolicyRule.php
+share/phabricator/src/applications/legalpad/query/LegalpadDocumentQuery.php
+share/phabricator/src/applications/legalpad/query/LegalpadDocumentSearchEngine.php
+share/phabricator/src/applications/legalpad/query/LegalpadDocumentSignatureQuery.php
+share/phabricator/src/applications/legalpad/query/LegalpadDocumentSignatureSearchEngine.php
+share/phabricator/src/applications/legalpad/query/LegalpadTransactionQuery.php
+share/phabricator/src/applications/legalpad/remarkup/LegalpadDocumentRemarkupRule.php
+share/phabricator/src/applications/legalpad/storage/LegalpadDAO.php
+share/phabricator/src/applications/legalpad/storage/LegalpadDocument.php
+share/phabricator/src/applications/legalpad/storage/LegalpadDocumentBody.php
+share/phabricator/src/applications/legalpad/storage/LegalpadDocumentSignature.php
+share/phabricator/src/applications/legalpad/storage/LegalpadSchemaSpec.php
+share/phabricator/src/applications/legalpad/storage/LegalpadTransaction.php
+share/phabricator/src/applications/legalpad/storage/LegalpadTransactionComment.php
+share/phabricator/src/applications/legalpad/typeahead/LegalpadDocumentDatasource.php
+share/phabricator/src/applications/legalpad/view/LegalpadTransactionView.php
+share/phabricator/src/applications/lipsum/generator/PhabricatorTestDataGenerator.php
+share/phabricator/src/applications/lipsum/image/PhabricatorLipsumArtist.php
+share/phabricator/src/applications/lipsum/image/PhabricatorLipsumMondrianArtist.php
+share/phabricator/src/applications/lipsum/management/PhabricatorLipsumGenerateWorkflow.php
+share/phabricator/src/applications/lipsum/management/PhabricatorLipsumManagementWorkflow.php
+share/phabricator/src/applications/macro/application/PhabricatorMacroApplication.php
+share/phabricator/src/applications/macro/capability/PhabricatorMacroManageCapability.php
+share/phabricator/src/applications/macro/conduit/MacroConduitAPIMethod.php
+share/phabricator/src/applications/macro/conduit/MacroCreateMemeConduitAPIMethod.php
+share/phabricator/src/applications/macro/conduit/MacroQueryConduitAPIMethod.php
+share/phabricator/src/applications/macro/config/PhabricatorMacroConfigOptions.php
+share/phabricator/src/applications/macro/controller/PhabricatorMacroAudioController.php
+share/phabricator/src/applications/macro/controller/PhabricatorMacroCommentController.php
+share/phabricator/src/applications/macro/controller/PhabricatorMacroController.php
+share/phabricator/src/applications/macro/controller/PhabricatorMacroDisableController.php
+share/phabricator/src/applications/macro/controller/PhabricatorMacroEditController.php
+share/phabricator/src/applications/macro/controller/PhabricatorMacroListController.php
+share/phabricator/src/applications/macro/controller/PhabricatorMacroMemeController.php
+share/phabricator/src/applications/macro/controller/PhabricatorMacroMemeDialogController.php
+share/phabricator/src/applications/macro/controller/PhabricatorMacroViewController.php
+share/phabricator/src/applications/macro/editor/PhabricatorMacroEditor.php
+share/phabricator/src/applications/macro/mail/PhabricatorMacroMailReceiver.php
+share/phabricator/src/applications/macro/mail/PhabricatorMacroReplyHandler.php
+share/phabricator/src/applications/macro/markup/PhabricatorEmojiRemarkupRule.php
+share/phabricator/src/applications/macro/markup/PhabricatorIconRemarkupRule.php
+share/phabricator/src/applications/macro/markup/PhabricatorImageMacroRemarkupRule.php
+share/phabricator/src/applications/macro/markup/PhabricatorMemeRemarkupRule.php
+share/phabricator/src/applications/macro/phid/PhabricatorMacroMacroPHIDType.php
+share/phabricator/src/applications/macro/query/PhabricatorMacroQuery.php
+share/phabricator/src/applications/macro/query/PhabricatorMacroSearchEngine.php
+share/phabricator/src/applications/macro/query/PhabricatorMacroTransactionQuery.php
+share/phabricator/src/applications/macro/storage/PhabricatorFileImageMacro.php
+share/phabricator/src/applications/macro/storage/PhabricatorMacroTransaction.php
+share/phabricator/src/applications/macro/storage/PhabricatorMacroTransactionComment.php
+share/phabricator/src/applications/macro/typeahead/PhabricatorMacroDatasource.php
+share/phabricator/src/applications/maniphest/__tests__/ManiphestTaskTestCase.php
+share/phabricator/src/applications/maniphest/application/PhabricatorManiphestApplication.php
+share/phabricator/src/applications/maniphest/bulk/ManiphestTaskEditBulkJobType.php
+share/phabricator/src/applications/maniphest/capability/ManiphestBulkEditCapability.php
+share/phabricator/src/applications/maniphest/capability/ManiphestDefaultEditCapability.php
+share/phabricator/src/applications/maniphest/capability/ManiphestDefaultViewCapability.php
+share/phabricator/src/applications/maniphest/capability/ManiphestEditAssignCapability.php
+share/phabricator/src/applications/maniphest/capability/ManiphestEditPoliciesCapability.php
+share/phabricator/src/applications/maniphest/capability/ManiphestEditPriorityCapability.php
+share/phabricator/src/applications/maniphest/capability/ManiphestEditProjectsCapability.php
+share/phabricator/src/applications/maniphest/capability/ManiphestEditStatusCapability.php
+share/phabricator/src/applications/maniphest/command/ManiphestAssignEmailCommand.php
+share/phabricator/src/applications/maniphest/command/ManiphestClaimEmailCommand.php
+share/phabricator/src/applications/maniphest/command/ManiphestCloseEmailCommand.php
+share/phabricator/src/applications/maniphest/command/ManiphestEmailCommand.php
+share/phabricator/src/applications/maniphest/command/ManiphestPriorityEmailCommand.php
+share/phabricator/src/applications/maniphest/command/ManiphestStatusEmailCommand.php
+share/phabricator/src/applications/maniphest/conduit/ManiphestConduitAPIMethod.php
+share/phabricator/src/applications/maniphest/conduit/ManiphestCreateTaskConduitAPIMethod.php
+share/phabricator/src/applications/maniphest/conduit/ManiphestEditConduitAPIMethod.php
+share/phabricator/src/applications/maniphest/conduit/ManiphestGetTaskTransactionsConduitAPIMethod.php
+share/phabricator/src/applications/maniphest/conduit/ManiphestInfoConduitAPIMethod.php
+share/phabricator/src/applications/maniphest/conduit/ManiphestQueryConduitAPIMethod.php
+share/phabricator/src/applications/maniphest/conduit/ManiphestQueryStatusesConduitAPIMethod.php
+share/phabricator/src/applications/maniphest/conduit/ManiphestSearchConduitAPIMethod.php
+share/phabricator/src/applications/maniphest/conduit/ManiphestUpdateConduitAPIMethod.php
+share/phabricator/src/applications/maniphest/config/ManiphestPointsConfigOptionType.php
+share/phabricator/src/applications/maniphest/config/ManiphestPriorityConfigOptionType.php
+share/phabricator/src/applications/maniphest/config/ManiphestStatusConfigOptionType.php
+share/phabricator/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php
+share/phabricator/src/applications/maniphest/constants/ManiphestConstants.php
+share/phabricator/src/applications/maniphest/constants/ManiphestTaskPoints.php
+share/phabricator/src/applications/maniphest/constants/ManiphestTaskPriority.php
+share/phabricator/src/applications/maniphest/constants/ManiphestTaskStatus.php
+share/phabricator/src/applications/maniphest/constants/__tests__/ManiphestTaskStatusTestCase.php
+share/phabricator/src/applications/maniphest/controller/ManiphestBatchEditController.php
+share/phabricator/src/applications/maniphest/controller/ManiphestController.php
+share/phabricator/src/applications/maniphest/controller/ManiphestExportController.php
+share/phabricator/src/applications/maniphest/controller/ManiphestReportController.php
+share/phabricator/src/applications/maniphest/controller/ManiphestSubpriorityController.php
+share/phabricator/src/applications/maniphest/controller/ManiphestTaskDetailController.php
+share/phabricator/src/applications/maniphest/controller/ManiphestTaskEditController.php
+share/phabricator/src/applications/maniphest/controller/ManiphestTaskListController.php
+share/phabricator/src/applications/maniphest/edge/ManiphestTaskDependedOnByTaskEdgeType.php
+share/phabricator/src/applications/maniphest/edge/ManiphestTaskDependsOnTaskEdgeType.php
+share/phabricator/src/applications/maniphest/edge/ManiphestTaskHasCommitEdgeType.php
+share/phabricator/src/applications/maniphest/edge/ManiphestTaskHasMockEdgeType.php
+share/phabricator/src/applications/maniphest/edge/ManiphestTaskHasRevisionEdgeType.php
+share/phabricator/src/applications/maniphest/editor/ManiphestEditEngine.php
+share/phabricator/src/applications/maniphest/editor/ManiphestTransactionEditor.php
+share/phabricator/src/applications/maniphest/engineextension/ManiphestHovercardEngineExtension.php
+share/phabricator/src/applications/maniphest/engineextension/ManiphestProjectNameFulltextEngineExtension.php
+share/phabricator/src/applications/maniphest/export/ManiphestExcelDefaultFormat.php
+share/phabricator/src/applications/maniphest/export/ManiphestExcelFormat.php
+share/phabricator/src/applications/maniphest/export/__tests__/ManiphestExcelFormatTestCase.php
+share/phabricator/src/applications/maniphest/field/ManiphestConfiguredCustomField.php
+share/phabricator/src/applications/maniphest/field/ManiphestCustomField.php
+share/phabricator/src/applications/maniphest/field/parser/ManiphestCustomFieldStatusParser.php
+share/phabricator/src/applications/maniphest/field/parser/__tests__/ManiphestCustomFieldStatusParserTestCase.php
+share/phabricator/src/applications/maniphest/herald/HeraldManiphestTaskAdapter.php
+share/phabricator/src/applications/maniphest/herald/ManiphestTaskAssignHeraldAction.php
+share/phabricator/src/applications/maniphest/herald/ManiphestTaskAssignOtherHeraldAction.php
+share/phabricator/src/applications/maniphest/herald/ManiphestTaskAssignSelfHeraldAction.php
+share/phabricator/src/applications/maniphest/herald/ManiphestTaskAssigneeHeraldField.php
+share/phabricator/src/applications/maniphest/herald/ManiphestTaskAuthorHeraldField.php
+share/phabricator/src/applications/maniphest/herald/ManiphestTaskDescriptionHeraldField.php
+share/phabricator/src/applications/maniphest/herald/ManiphestTaskHeraldField.php
+share/phabricator/src/applications/maniphest/herald/ManiphestTaskHeraldFieldGroup.php
+share/phabricator/src/applications/maniphest/herald/ManiphestTaskPriorityHeraldAction.php
+share/phabricator/src/applications/maniphest/herald/ManiphestTaskPriorityHeraldField.php
+share/phabricator/src/applications/maniphest/herald/ManiphestTaskStatusHeraldAction.php
+share/phabricator/src/applications/maniphest/herald/ManiphestTaskStatusHeraldField.php
+share/phabricator/src/applications/maniphest/herald/ManiphestTaskTitleHeraldField.php
+share/phabricator/src/applications/maniphest/httpparametertype/ManiphestTaskListHTTPParameterType.php
+share/phabricator/src/applications/maniphest/httpparametertype/ManiphestTaskPHIDResolver.php
+share/phabricator/src/applications/maniphest/lipsum/PhabricatorManiphestTaskTestDataGenerator.php
+share/phabricator/src/applications/maniphest/mail/ManiphestCreateMailReceiver.php
+share/phabricator/src/applications/maniphest/mail/ManiphestReplyHandler.php
+share/phabricator/src/applications/maniphest/mail/ManiphestTaskMailReceiver.php
+share/phabricator/src/applications/maniphest/phid/ManiphestTaskPHIDType.php
+share/phabricator/src/applications/maniphest/policyrule/ManiphestTaskAuthorPolicyRule.php
+share/phabricator/src/applications/maniphest/query/ManiphestTaskQuery.php
+share/phabricator/src/applications/maniphest/query/ManiphestTaskSearchEngine.php
+share/phabricator/src/applications/maniphest/query/ManiphestTransactionQuery.php
+share/phabricator/src/applications/maniphest/remarkup/ManiphestRemarkupRule.php
+share/phabricator/src/applications/maniphest/search/ManiphestTaskFulltextEngine.php
+share/phabricator/src/applications/maniphest/storage/ManiphestCustomFieldNumericIndex.php
+share/phabricator/src/applications/maniphest/storage/ManiphestCustomFieldStorage.php
+share/phabricator/src/applications/maniphest/storage/ManiphestCustomFieldStringIndex.php
+share/phabricator/src/applications/maniphest/storage/ManiphestDAO.php
+share/phabricator/src/applications/maniphest/storage/ManiphestNameIndex.php
+share/phabricator/src/applications/maniphest/storage/ManiphestSchemaSpec.php
+share/phabricator/src/applications/maniphest/storage/ManiphestTask.php
+share/phabricator/src/applications/maniphest/storage/ManiphestTransaction.php
+share/phabricator/src/applications/maniphest/storage/ManiphestTransactionComment.php
+share/phabricator/src/applications/maniphest/typeahead/ManiphestAssigneeDatasource.php
+share/phabricator/src/applications/maniphest/typeahead/ManiphestTaskClosedStatusDatasource.php
+share/phabricator/src/applications/maniphest/typeahead/ManiphestTaskOpenStatusDatasource.php
+share/phabricator/src/applications/maniphest/typeahead/ManiphestTaskPriorityDatasource.php
+share/phabricator/src/applications/maniphest/typeahead/ManiphestTaskStatusDatasource.php
+share/phabricator/src/applications/maniphest/typeahead/ManiphestTaskStatusFunctionDatasource.php
+share/phabricator/src/applications/maniphest/view/ManiphestTaskListView.php
+share/phabricator/src/applications/maniphest/view/ManiphestTaskResultListView.php
+share/phabricator/src/applications/maniphest/view/ManiphestView.php
+share/phabricator/src/applications/meta/application/PhabricatorApplicationsApplication.php
+share/phabricator/src/applications/meta/controller/PhabricatorApplicationDetailViewController.php
+share/phabricator/src/applications/meta/controller/PhabricatorApplicationEditController.php
+share/phabricator/src/applications/meta/controller/PhabricatorApplicationEmailCommandsController.php
+share/phabricator/src/applications/meta/controller/PhabricatorApplicationPanelController.php
+share/phabricator/src/applications/meta/controller/PhabricatorApplicationUninstallController.php
+share/phabricator/src/applications/meta/controller/PhabricatorApplicationsController.php
+share/phabricator/src/applications/meta/controller/PhabricatorApplicationsListController.php
+share/phabricator/src/applications/meta/panel/PhabricatorApplicationConfigurationPanel.php
+share/phabricator/src/applications/meta/panel/__tests__/PhabricatorApplicationConfigurationPanelTestCase.php
+share/phabricator/src/applications/meta/phid/PhabricatorApplicationApplicationPHIDType.php
+share/phabricator/src/applications/meta/query/PhabricatorAppSearchEngine.php
+share/phabricator/src/applications/meta/query/PhabricatorApplicationQuery.php
+share/phabricator/src/applications/meta/typeahead/PhabricatorApplicationDatasource.php
+share/phabricator/src/applications/meta/view/PhabricatorApplicationLaunchView.php
+share/phabricator/src/applications/meta/view/PhabricatorApplicationStatusView.php
+share/phabricator/src/applications/metamta/PhabricatorMetaMTAWorker.php
+share/phabricator/src/applications/metamta/action/PhabricatorMetaMTAErrorMailAction.php
+share/phabricator/src/applications/metamta/adapter/PhabricatorMailImplementationAdapter.php
+share/phabricator/src/applications/metamta/adapter/PhabricatorMailImplementationAmazonSESAdapter.php
+share/phabricator/src/applications/metamta/adapter/PhabricatorMailImplementationMailgunAdapter.php
+share/phabricator/src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerAdapter.php
+share/phabricator/src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerLiteAdapter.php
+share/phabricator/src/applications/metamta/adapter/PhabricatorMailImplementationSendGridAdapter.php
+share/phabricator/src/applications/metamta/adapter/PhabricatorMailImplementationTestAdapter.php
+share/phabricator/src/applications/metamta/application/PhabricatorMetaMTAApplication.php
+share/phabricator/src/applications/metamta/applicationpanel/PhabricatorMetaMTAApplicationEmailPanel.php
+share/phabricator/src/applications/metamta/command/MetaMTAEmailTransactionCommand.php
+share/phabricator/src/applications/metamta/command/__tests__/MetaMTAEmailTransactionCommandTestCase.php
+share/phabricator/src/applications/metamta/constants/MetaMTAReceivedMailStatus.php
+share/phabricator/src/applications/metamta/constants/PhabricatorMailOutboundStatus.php
+share/phabricator/src/applications/metamta/constants/PhabricatorMailRoutingRule.php
+share/phabricator/src/applications/metamta/contentsource/PhabricatorContentSource.php
+share/phabricator/src/applications/metamta/contentsource/PhabricatorContentSourceView.php
+share/phabricator/src/applications/metamta/controller/PhabricatorMetaMTAController.php
+share/phabricator/src/applications/metamta/controller/PhabricatorMetaMTAMailListController.php
+share/phabricator/src/applications/metamta/controller/PhabricatorMetaMTAMailViewController.php
+share/phabricator/src/applications/metamta/controller/PhabricatorMetaMTAMailgunReceiveController.php
+share/phabricator/src/applications/metamta/controller/PhabricatorMetaMTASendGridReceiveController.php
+share/phabricator/src/applications/metamta/edge/PhabricatorMetaMTAMailHasRecipientEdgeType.php
+share/phabricator/src/applications/metamta/editor/PhabricatorMetaMTAApplicationEmailEditor.php
+share/phabricator/src/applications/metamta/exception/PhabricatorMetaMTAPermanentFailureException.php
+share/phabricator/src/applications/metamta/exception/PhabricatorMetaMTAReceivedMailProcessingException.php
+share/phabricator/src/applications/metamta/garbagecollector/MetaMTAMailReceivedGarbageCollector.php
+share/phabricator/src/applications/metamta/garbagecollector/MetaMTAMailSentGarbageCollector.php
+share/phabricator/src/applications/metamta/herald/PhabricatorMailEmailHeraldField.php
+share/phabricator/src/applications/metamta/herald/PhabricatorMailEmailHeraldFieldGroup.php
+share/phabricator/src/applications/metamta/herald/PhabricatorMailEmailSubjectHeraldField.php
+share/phabricator/src/applications/metamta/herald/PhabricatorMailOutboundMailHeraldAdapter.php
+share/phabricator/src/applications/metamta/herald/PhabricatorMailOutboundRoutingHeraldAction.php
+share/phabricator/src/applications/metamta/herald/PhabricatorMailOutboundRoutingSelfEmailHeraldAction.php
+share/phabricator/src/applications/metamta/herald/PhabricatorMailOutboundRoutingSelfNotificationHeraldAction.php
+share/phabricator/src/applications/metamta/herald/PhabricatorMetaMTAApplicationEmailHeraldField.php
+share/phabricator/src/applications/metamta/herald/PhabricatorMetaMTAEmailHeraldAction.php
+share/phabricator/src/applications/metamta/herald/PhabricatorMetaMTAEmailOthersHeraldAction.php
+share/phabricator/src/applications/metamta/herald/PhabricatorMetaMTAEmailSelfHeraldAction.php
+share/phabricator/src/applications/metamta/management/PhabricatorMailManagementListInboundWorkflow.php
+share/phabricator/src/applications/metamta/management/PhabricatorMailManagementListOutboundWorkflow.php
+share/phabricator/src/applications/metamta/management/PhabricatorMailManagementReceiveTestWorkflow.php
+share/phabricator/src/applications/metamta/management/PhabricatorMailManagementResendWorkflow.php
+share/phabricator/src/applications/metamta/management/PhabricatorMailManagementSendTestWorkflow.php
+share/phabricator/src/applications/metamta/management/PhabricatorMailManagementShowInboundWorkflow.php
+share/phabricator/src/applications/metamta/management/PhabricatorMailManagementShowOutboundWorkflow.php
+share/phabricator/src/applications/metamta/management/PhabricatorMailManagementVolumeWorkflow.php
+share/phabricator/src/applications/metamta/management/PhabricatorMailManagementWorkflow.php
+share/phabricator/src/applications/metamta/parser/PhabricatorMetaMTAEmailBodyParser.php
+share/phabricator/src/applications/metamta/parser/__tests__/PhabricatorMetaMTAEmailBodyParserTestCase.php
+share/phabricator/src/applications/metamta/phid/PhabricatorMetaMTAMailPHIDType.php
+share/phabricator/src/applications/metamta/query/PhabricatorMetaMTAActor.php
+share/phabricator/src/applications/metamta/query/PhabricatorMetaMTAActorQuery.php
+share/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php
+share/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailTransactionQuery.php
+share/phabricator/src/applications/metamta/query/PhabricatorMetaMTAMailQuery.php
+share/phabricator/src/applications/metamta/query/PhabricatorMetaMTAMailSearchEngine.php
+share/phabricator/src/applications/metamta/query/PhabricatorMetaMTAMemberQuery.php
+share/phabricator/src/applications/metamta/receiver/PhabricatorMailReceiver.php
+share/phabricator/src/applications/metamta/receiver/PhabricatorObjectMailReceiver.php
+share/phabricator/src/applications/metamta/receiver/__tests__/PhabricatorMailReceiverTestCase.php
+share/phabricator/src/applications/metamta/receiver/__tests__/PhabricatorObjectMailReceiverTestCase.php
+share/phabricator/src/applications/metamta/replyhandler/PhabricatorMailReplyHandler.php
+share/phabricator/src/applications/metamta/replyhandler/PhabricatorMailTarget.php
+share/phabricator/src/applications/metamta/storage/PhabricatorMetaMTAApplicationEmail.php
+share/phabricator/src/applications/metamta/storage/PhabricatorMetaMTAApplicationEmailTransaction.php
+share/phabricator/src/applications/metamta/storage/PhabricatorMetaMTAAttachment.php
+share/phabricator/src/applications/metamta/storage/PhabricatorMetaMTADAO.php
+share/phabricator/src/applications/metamta/storage/PhabricatorMetaMTAMail.php
+share/phabricator/src/applications/metamta/storage/PhabricatorMetaMTAReceivedMail.php
+share/phabricator/src/applications/metamta/storage/PhabricatorMetaMTASchemaSpec.php
+share/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAMailTestCase.php
+share/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAReceivedMailTestCase.php
+share/phabricator/src/applications/metamta/typeahead/PhabricatorMetaMTAApplicationEmailDatasource.php
+share/phabricator/src/applications/metamta/typeahead/PhabricatorMetaMTAMailableDatasource.php
+share/phabricator/src/applications/metamta/typeahead/PhabricatorMetaMTAMailableFunctionDatasource.php
+share/phabricator/src/applications/metamta/view/PhabricatorMetaMTAMailBody.php
+share/phabricator/src/applications/metamta/view/PhabricatorMetaMTAMailSection.php
+share/phabricator/src/applications/metamta/view/__tests__/PhabricatorMetaMTAMailBodyTestCase.php
+share/phabricator/src/applications/multimeter/application/PhabricatorMultimeterApplication.php
+share/phabricator/src/applications/multimeter/controller/MultimeterController.php
+share/phabricator/src/applications/multimeter/controller/MultimeterSampleController.php
+share/phabricator/src/applications/multimeter/data/MultimeterControl.php
+share/phabricator/src/applications/multimeter/garbagecollector/MultimeterEventGarbageCollector.php
+share/phabricator/src/applications/multimeter/storage/MultimeterContext.php
+share/phabricator/src/applications/multimeter/storage/MultimeterDAO.php
+share/phabricator/src/applications/multimeter/storage/MultimeterDimension.php
+share/phabricator/src/applications/multimeter/storage/MultimeterEvent.php
+share/phabricator/src/applications/multimeter/storage/MultimeterHost.php
+share/phabricator/src/applications/multimeter/storage/MultimeterLabel.php
+share/phabricator/src/applications/multimeter/storage/MultimeterViewer.php
+share/phabricator/src/applications/notification/application/PhabricatorNotificationsApplication.php
+share/phabricator/src/applications/notification/builder/PhabricatorNotificationBuilder.php
+share/phabricator/src/applications/notification/client/PhabricatorNotificationClient.php
+share/phabricator/src/applications/notification/controller/PhabricatorNotificationClearController.php
+share/phabricator/src/applications/notification/controller/PhabricatorNotificationController.php
+share/phabricator/src/applications/notification/controller/PhabricatorNotificationIndividualController.php
+share/phabricator/src/applications/notification/controller/PhabricatorNotificationListController.php
+share/phabricator/src/applications/notification/controller/PhabricatorNotificationPanelController.php
+share/phabricator/src/applications/notification/controller/PhabricatorNotificationStatusController.php
+share/phabricator/src/applications/notification/controller/PhabricatorNotificationTestController.php
+share/phabricator/src/applications/notification/engineextension/PhabricatorNotificationDestructionEngineExtension.php
+share/phabricator/src/applications/notification/feed/PhabricatorNotificationTestFeedStory.php
+share/phabricator/src/applications/notification/garbagecollector/FeedStoryNotificationGarbageCollector.php
+share/phabricator/src/applications/notification/query/PhabricatorNotificationQuery.php
+share/phabricator/src/applications/notification/query/PhabricatorNotificationSearchEngine.php
+share/phabricator/src/applications/notification/setup/PhabricatorAphlictSetupCheck.php
+share/phabricator/src/applications/notification/storage/PhabricatorFeedStoryNotification.php
+share/phabricator/src/applications/notification/view/PhabricatorNotificationStatusView.php
+share/phabricator/src/applications/nuance/application/PhabricatorNuanceApplication.php
+share/phabricator/src/applications/nuance/capability/NuanceSourceDefaultEditCapability.php
+share/phabricator/src/applications/nuance/capability/NuanceSourceDefaultViewCapability.php
+share/phabricator/src/applications/nuance/capability/NuanceSourceManageCapability.php
+share/phabricator/src/applications/nuance/conduit/NuanceConduitAPIMethod.php
+share/phabricator/src/applications/nuance/conduit/NuanceCreateItemConduitAPIMethod.php
+share/phabricator/src/applications/nuance/controller/NuanceConsoleController.php
+share/phabricator/src/applications/nuance/controller/NuanceController.php
+share/phabricator/src/applications/nuance/controller/NuanceItemEditController.php
+share/phabricator/src/applications/nuance/controller/NuanceItemViewController.php
+share/phabricator/src/applications/nuance/controller/NuanceQueueEditController.php
+share/phabricator/src/applications/nuance/controller/NuanceQueueListController.php
+share/phabricator/src/applications/nuance/controller/NuanceQueueViewController.php
+share/phabricator/src/applications/nuance/controller/NuanceRequestorEditController.php
+share/phabricator/src/applications/nuance/controller/NuanceRequestorViewController.php
+share/phabricator/src/applications/nuance/controller/NuanceSourceActionController.php
+share/phabricator/src/applications/nuance/controller/NuanceSourceCreateController.php
+share/phabricator/src/applications/nuance/controller/NuanceSourceEditController.php
+share/phabricator/src/applications/nuance/controller/NuanceSourceListController.php
+share/phabricator/src/applications/nuance/controller/NuanceSourceViewController.php
+share/phabricator/src/applications/nuance/editor/NuanceItemEditor.php
+share/phabricator/src/applications/nuance/editor/NuanceQueueEditor.php
+share/phabricator/src/applications/nuance/editor/NuanceRequestorEditor.php
+share/phabricator/src/applications/nuance/editor/NuanceSourceEditor.php
+share/phabricator/src/applications/nuance/phid/NuanceItemPHIDType.php
+share/phabricator/src/applications/nuance/phid/NuanceQueuePHIDType.php
+share/phabricator/src/applications/nuance/phid/NuanceRequestorPHIDType.php
+share/phabricator/src/applications/nuance/phid/NuanceSourcePHIDType.php
+share/phabricator/src/applications/nuance/query/NuanceItemQuery.php
+share/phabricator/src/applications/nuance/query/NuanceItemTransactionQuery.php
+share/phabricator/src/applications/nuance/query/NuanceQuery.php
+share/phabricator/src/applications/nuance/query/NuanceQueueQuery.php
+share/phabricator/src/applications/nuance/query/NuanceQueueSearchEngine.php
+share/phabricator/src/applications/nuance/query/NuanceQueueTransactionQuery.php
+share/phabricator/src/applications/nuance/query/NuanceRequestorQuery.php
+share/phabricator/src/applications/nuance/query/NuanceRequestorTransactionQuery.php
+share/phabricator/src/applications/nuance/query/NuanceSourceQuery.php
+share/phabricator/src/applications/nuance/query/NuanceSourceSearchEngine.php
+share/phabricator/src/applications/nuance/query/NuanceSourceTransactionQuery.php
+share/phabricator/src/applications/nuance/source/NuancePhabricatorFormSourceDefinition.php
+share/phabricator/src/applications/nuance/source/NuanceSourceDefinition.php
+share/phabricator/src/applications/nuance/source/__tests__/NuanceSourceDefinitionTestCase.php
+share/phabricator/src/applications/nuance/storage/NuanceDAO.php
+share/phabricator/src/applications/nuance/storage/NuanceItem.php
+share/phabricator/src/applications/nuance/storage/NuanceItemTransaction.php
+share/phabricator/src/applications/nuance/storage/NuanceItemTransactionComment.php
+share/phabricator/src/applications/nuance/storage/NuanceQueue.php
+share/phabricator/src/applications/nuance/storage/NuanceQueueTransaction.php
+share/phabricator/src/applications/nuance/storage/NuanceQueueTransactionComment.php
+share/phabricator/src/applications/nuance/storage/NuanceRequestor.php
+share/phabricator/src/applications/nuance/storage/NuanceRequestorSource.php
+share/phabricator/src/applications/nuance/storage/NuanceRequestorTransaction.php
+share/phabricator/src/applications/nuance/storage/NuanceRequestorTransactionComment.php
+share/phabricator/src/applications/nuance/storage/NuanceSchemaSpec.php
+share/phabricator/src/applications/nuance/storage/NuanceSource.php
+share/phabricator/src/applications/nuance/storage/NuanceSourceTransaction.php
+share/phabricator/src/applications/nuance/storage/NuanceSourceTransactionComment.php
+share/phabricator/src/applications/nuance/storage/NuanceTransaction.php
+share/phabricator/src/applications/nuance/typeahead/NuanceQueueDatasource.php
+share/phabricator/src/applications/oauthserver/PhabricatorOAuthResponse.php
+share/phabricator/src/applications/oauthserver/PhabricatorOAuthServer.php
+share/phabricator/src/applications/oauthserver/PhabricatorOAuthServerScope.php
+share/phabricator/src/applications/oauthserver/__tests__/PhabricatorOAuthServerTestCase.php
+share/phabricator/src/applications/oauthserver/application/PhabricatorOAuthServerApplication.php
+share/phabricator/src/applications/oauthserver/capability/PhabricatorOAuthServerCreateClientsCapability.php
+share/phabricator/src/applications/oauthserver/controller/PhabricatorOAuthServerAuthController.php
+share/phabricator/src/applications/oauthserver/controller/PhabricatorOAuthServerController.php
+share/phabricator/src/applications/oauthserver/controller/PhabricatorOAuthServerTestController.php
+share/phabricator/src/applications/oauthserver/controller/PhabricatorOAuthServerTokenController.php
+share/phabricator/src/applications/oauthserver/controller/client/PhabricatorOAuthClientController.php
+share/phabricator/src/applications/oauthserver/controller/client/PhabricatorOAuthClientDeleteController.php
+share/phabricator/src/applications/oauthserver/controller/client/PhabricatorOAuthClientEditController.php
+share/phabricator/src/applications/oauthserver/controller/client/PhabricatorOAuthClientListController.php
+share/phabricator/src/applications/oauthserver/controller/client/PhabricatorOAuthClientSecretController.php
+share/phabricator/src/applications/oauthserver/controller/client/PhabricatorOAuthClientViewController.php
+share/phabricator/src/applications/oauthserver/panel/PhabricatorOAuthServerAuthorizationsSettingsPanel.php
+share/phabricator/src/applications/oauthserver/phid/PhabricatorOAuthServerClientAuthorizationPHIDType.php
+share/phabricator/src/applications/oauthserver/phid/PhabricatorOAuthServerClientPHIDType.php
+share/phabricator/src/applications/oauthserver/query/PhabricatorOAuthClientAuthorizationQuery.php
+share/phabricator/src/applications/oauthserver/query/PhabricatorOAuthServerClientQuery.php
+share/phabricator/src/applications/oauthserver/query/PhabricatorOAuthServerClientSearchEngine.php
+share/phabricator/src/applications/oauthserver/storage/PhabricatorOAuthClientAuthorization.php
+share/phabricator/src/applications/oauthserver/storage/PhabricatorOAuthServerAccessToken.php
+share/phabricator/src/applications/oauthserver/storage/PhabricatorOAuthServerAuthorizationCode.php
+share/phabricator/src/applications/oauthserver/storage/PhabricatorOAuthServerClient.php
+share/phabricator/src/applications/oauthserver/storage/PhabricatorOAuthServerDAO.php
+share/phabricator/src/applications/owners/application/PhabricatorOwnersApplication.php
+share/phabricator/src/applications/owners/capability/PhabricatorOwnersDefaultEditCapability.php
+share/phabricator/src/applications/owners/capability/PhabricatorOwnersDefaultViewCapability.php
+share/phabricator/src/applications/owners/conduit/OwnersConduitAPIMethod.php
+share/phabricator/src/applications/owners/conduit/OwnersEditConduitAPIMethod.php
+share/phabricator/src/applications/owners/conduit/OwnersQueryConduitAPIMethod.php
+share/phabricator/src/applications/owners/conduit/OwnersSearchConduitAPIMethod.php
+share/phabricator/src/applications/owners/config/PhabricatorOwnersConfigOptions.php
+share/phabricator/src/applications/owners/controller/PhabricatorOwnersArchiveController.php
+share/phabricator/src/applications/owners/controller/PhabricatorOwnersController.php
+share/phabricator/src/applications/owners/controller/PhabricatorOwnersDetailController.php
+share/phabricator/src/applications/owners/controller/PhabricatorOwnersEditController.php
+share/phabricator/src/applications/owners/controller/PhabricatorOwnersListController.php
+share/phabricator/src/applications/owners/controller/PhabricatorOwnersPathsController.php
+share/phabricator/src/applications/owners/customfield/PhabricatorOwnersConfiguredCustomField.php
+share/phabricator/src/applications/owners/customfield/PhabricatorOwnersCustomField.php
+share/phabricator/src/applications/owners/editor/PhabricatorOwnersPackageEditEngine.php
+share/phabricator/src/applications/owners/editor/PhabricatorOwnersPackageTransactionEditor.php
+share/phabricator/src/applications/owners/engineextension/PhabricatorOwnersPathsSearchEngineAttachment.php
+share/phabricator/src/applications/owners/mail/OwnersPackageReplyHandler.php
+share/phabricator/src/applications/owners/phid/PhabricatorOwnersPackagePHIDType.php
+share/phabricator/src/applications/owners/query/PhabricatorOwnerPathQuery.php
+share/phabricator/src/applications/owners/query/PhabricatorOwnersPackageFulltextEngine.php
+share/phabricator/src/applications/owners/query/PhabricatorOwnersPackageQuery.php
+share/phabricator/src/applications/owners/query/PhabricatorOwnersPackageSearchEngine.php
+share/phabricator/src/applications/owners/query/PhabricatorOwnersPackageTransactionQuery.php
+share/phabricator/src/applications/owners/searchfield/PhabricatorOwnersSearchField.php
+share/phabricator/src/applications/owners/storage/PhabricatorOwnersCustomFieldNumericIndex.php
+share/phabricator/src/applications/owners/storage/PhabricatorOwnersCustomFieldStorage.php
+share/phabricator/src/applications/owners/storage/PhabricatorOwnersCustomFieldStringIndex.php
+share/phabricator/src/applications/owners/storage/PhabricatorOwnersDAO.php
+share/phabricator/src/applications/owners/storage/PhabricatorOwnersOwner.php
+share/phabricator/src/applications/owners/storage/PhabricatorOwnersPackage.php
+share/phabricator/src/applications/owners/storage/PhabricatorOwnersPackageNameNgrams.php
+share/phabricator/src/applications/owners/storage/PhabricatorOwnersPackageTransaction.php
+share/phabricator/src/applications/owners/storage/PhabricatorOwnersPath.php
+share/phabricator/src/applications/owners/storage/PhabricatorOwnersSchemaSpec.php
+share/phabricator/src/applications/owners/storage/__tests__/PhabricatorOwnersPackageTestCase.php
+share/phabricator/src/applications/owners/typeahead/PhabricatorOwnersPackageDatasource.php
+share/phabricator/src/applications/owners/typeahead/PhabricatorOwnersPackageFunctionDatasource.php
+share/phabricator/src/applications/owners/typeahead/PhabricatorOwnersPackageOwnerDatasource.php
+share/phabricator/src/applications/passphrase/application/PhabricatorPassphraseApplication.php
+share/phabricator/src/applications/passphrase/capability/PassphraseDefaultEditCapability.php
+share/phabricator/src/applications/passphrase/capability/PassphraseDefaultViewCapability.php
+share/phabricator/src/applications/passphrase/conduit/PassphraseConduitAPIMethod.php
+share/phabricator/src/applications/passphrase/conduit/PassphraseQueryConduitAPIMethod.php
+share/phabricator/src/applications/passphrase/controller/PassphraseController.php
+share/phabricator/src/applications/passphrase/controller/PassphraseCredentialConduitController.php
+share/phabricator/src/applications/passphrase/controller/PassphraseCredentialCreateController.php
+share/phabricator/src/applications/passphrase/controller/PassphraseCredentialDestroyController.php
+share/phabricator/src/applications/passphrase/controller/PassphraseCredentialEditController.php
+share/phabricator/src/applications/passphrase/controller/PassphraseCredentialListController.php
+share/phabricator/src/applications/passphrase/controller/PassphraseCredentialLockController.php
+share/phabricator/src/applications/passphrase/controller/PassphraseCredentialPublicController.php
+share/phabricator/src/applications/passphrase/controller/PassphraseCredentialRevealController.php
+share/phabricator/src/applications/passphrase/controller/PassphraseCredentialViewController.php
+share/phabricator/src/applications/passphrase/credentialtype/PassphraseCredentialType.php
+share/phabricator/src/applications/passphrase/credentialtype/PassphraseNoteCredentialType.php
+share/phabricator/src/applications/passphrase/credentialtype/PassphrasePasswordCredentialType.php
+share/phabricator/src/applications/passphrase/credentialtype/PassphraseSSHGeneratedKeyCredentialType.php
+share/phabricator/src/applications/passphrase/credentialtype/PassphraseSSHPrivateKeyCredentialType.php
+share/phabricator/src/applications/passphrase/credentialtype/PassphraseSSHPrivateKeyFileCredentialType.php
+share/phabricator/src/applications/passphrase/credentialtype/PassphraseSSHPrivateKeyTextCredentialType.php
+share/phabricator/src/applications/passphrase/credentialtype/__tests__/PassphraseCredentialTypeTestCase.php
+share/phabricator/src/applications/passphrase/edge/PhabricatorCredentialsUsedByObjectEdgeType.php
+share/phabricator/src/applications/passphrase/editor/PassphraseCredentialTransactionEditor.php
+share/phabricator/src/applications/passphrase/keys/PassphraseAbstractKey.php
+share/phabricator/src/applications/passphrase/keys/PassphrasePasswordKey.php
+share/phabricator/src/applications/passphrase/keys/PassphraseSSHKey.php
+share/phabricator/src/applications/passphrase/phid/PassphraseCredentialPHIDType.php
+share/phabricator/src/applications/passphrase/policyrule/PassphraseCredentialAuthorPolicyRule.php
+share/phabricator/src/applications/passphrase/query/PassphraseCredentialQuery.php
+share/phabricator/src/applications/passphrase/query/PassphraseCredentialSearchEngine.php
+share/phabricator/src/applications/passphrase/query/PassphraseCredentialTransactionQuery.php
+share/phabricator/src/applications/passphrase/remarkup/PassphraseRemarkupRule.php
+share/phabricator/src/applications/passphrase/search/PassphraseCredentialFulltextEngine.php
+share/phabricator/src/applications/passphrase/storage/PassphraseCredential.php
+share/phabricator/src/applications/passphrase/storage/PassphraseCredentialTransaction.php
+share/phabricator/src/applications/passphrase/storage/PassphraseDAO.php
+share/phabricator/src/applications/passphrase/storage/PassphraseSchemaSpec.php
+share/phabricator/src/applications/passphrase/storage/PassphraseSecret.php
+share/phabricator/src/applications/passphrase/view/PassphraseCredentialControl.php
+share/phabricator/src/applications/paste/application/PhabricatorPasteApplication.php
+share/phabricator/src/applications/paste/capability/PasteDefaultEditCapability.php
+share/phabricator/src/applications/paste/capability/PasteDefaultViewCapability.php
+share/phabricator/src/applications/paste/conduit/PasteConduitAPIMethod.php
+share/phabricator/src/applications/paste/conduit/PasteCreateConduitAPIMethod.php
+share/phabricator/src/applications/paste/conduit/PasteEditConduitAPIMethod.php
+share/phabricator/src/applications/paste/conduit/PasteInfoConduitAPIMethod.php
+share/phabricator/src/applications/paste/conduit/PasteQueryConduitAPIMethod.php
+share/phabricator/src/applications/paste/conduit/PasteSearchConduitAPIMethod.php
+share/phabricator/src/applications/paste/config/PhabricatorPasteConfigOptions.php
+share/phabricator/src/applications/paste/controller/PhabricatorPasteArchiveController.php
+share/phabricator/src/applications/paste/controller/PhabricatorPasteController.php
+share/phabricator/src/applications/paste/controller/PhabricatorPasteEditController.php
+share/phabricator/src/applications/paste/controller/PhabricatorPasteListController.php
+share/phabricator/src/applications/paste/controller/PhabricatorPasteRawController.php
+share/phabricator/src/applications/paste/controller/PhabricatorPasteViewController.php
+share/phabricator/src/applications/paste/editor/PhabricatorPasteEditEngine.php
+share/phabricator/src/applications/paste/editor/PhabricatorPasteEditor.php
+share/phabricator/src/applications/paste/engineextension/PhabricatorPasteContentSearchEngineAttachment.php
+share/phabricator/src/applications/paste/lipsum/PhabricatorPasteFilenameContextFreeGrammar.php
+share/phabricator/src/applications/paste/lipsum/PhabricatorPasteTestDataGenerator.php
+share/phabricator/src/applications/paste/mail/PasteCreateMailReceiver.php
+share/phabricator/src/applications/paste/mail/PasteMailReceiver.php
+share/phabricator/src/applications/paste/mail/PasteReplyHandler.php
+share/phabricator/src/applications/paste/phid/PhabricatorPastePastePHIDType.php
+share/phabricator/src/applications/paste/query/PhabricatorPasteQuery.php
+share/phabricator/src/applications/paste/query/PhabricatorPasteSearchEngine.php
+share/phabricator/src/applications/paste/query/PhabricatorPasteTransactionQuery.php
+share/phabricator/src/applications/paste/remarkup/PhabricatorPasteRemarkupRule.php
+share/phabricator/src/applications/paste/snippet/PhabricatorPasteSnippet.php
+share/phabricator/src/applications/paste/storage/PhabricatorPaste.php
+share/phabricator/src/applications/paste/storage/PhabricatorPasteDAO.php
+share/phabricator/src/applications/paste/storage/PhabricatorPasteSchemaSpec.php
+share/phabricator/src/applications/paste/storage/PhabricatorPasteTransaction.php
+share/phabricator/src/applications/paste/storage/PhabricatorPasteTransactionComment.php
+share/phabricator/src/applications/paste/view/PasteEmbedView.php
+share/phabricator/src/applications/people/application/PhabricatorPeopleApplication.php
+share/phabricator/src/applications/people/capability/PeopleBrowseUserDirectoryCapability.php
+share/phabricator/src/applications/people/capability/PeopleCreateUsersCapability.php
+share/phabricator/src/applications/people/conduit/UserConduitAPIMethod.php
+share/phabricator/src/applications/people/conduit/UserDisableConduitAPIMethod.php
+share/phabricator/src/applications/people/conduit/UserEnableConduitAPIMethod.php
+share/phabricator/src/applications/people/conduit/UserFindConduitAPIMethod.php
+share/phabricator/src/applications/people/conduit/UserQueryConduitAPIMethod.php
+share/phabricator/src/applications/people/conduit/UserWhoAmIConduitAPIMethod.php
+share/phabricator/src/applications/people/config/PhabricatorUserConfigOptions.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleApproveController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleCalendarController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleCreateController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleDeleteController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleDisableController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleEmpowerController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleInviteController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleInviteListController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleInviteSendController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleLdapController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleListController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleLogsController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleNewController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleProfileController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleProfileEditController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleProfileManageController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleProfilePictureController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleProfileViewController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleRenameController.php
+share/phabricator/src/applications/people/controller/PhabricatorPeopleWelcomeController.php
+share/phabricator/src/applications/people/customfield/PhabricatorUserBlurbField.php
+share/phabricator/src/applications/people/customfield/PhabricatorUserConfiguredCustomField.php
+share/phabricator/src/applications/people/customfield/PhabricatorUserCustomField.php
+share/phabricator/src/applications/people/customfield/PhabricatorUserIconField.php
+share/phabricator/src/applications/people/customfield/PhabricatorUserRealNameField.php
+share/phabricator/src/applications/people/customfield/PhabricatorUserRolesField.php
+share/phabricator/src/applications/people/customfield/PhabricatorUserSinceField.php
+share/phabricator/src/applications/people/customfield/PhabricatorUserStatusField.php
+share/phabricator/src/applications/people/customfield/PhabricatorUserTitleField.php
+share/phabricator/src/applications/people/editor/PhabricatorUserEditor.php
+share/phabricator/src/applications/people/editor/PhabricatorUserProfileEditor.php
+share/phabricator/src/applications/people/editor/__tests__/PhabricatorUserEditorTestCase.php
+share/phabricator/src/applications/people/engine/PhabricatorPeopleProfilePanelEngine.php
+share/phabricator/src/applications/people/engineextension/PeopleHovercardEngineExtension.php
+share/phabricator/src/applications/people/extension/PhabricatorPeopleMainMenuBarExtension.php
+share/phabricator/src/applications/people/garbagecollector/PeopleUserLogGarbageCollector.php
+share/phabricator/src/applications/people/icon/PhabricatorPeopleIconSet.php
+share/phabricator/src/applications/people/lipsum/PhabricatorPeopleTestDataGenerator.php
+share/phabricator/src/applications/people/markup/PhabricatorMentionRemarkupRule.php
+share/phabricator/src/applications/people/phid/PhabricatorPeopleExternalPHIDType.php
+share/phabricator/src/applications/people/phid/PhabricatorPeopleUserPHIDType.php
+share/phabricator/src/applications/people/policyrule/PhabricatorAdministratorsPolicyRule.php
+share/phabricator/src/applications/people/policyrule/PhabricatorUsersPolicyRule.php
+share/phabricator/src/applications/people/profilepanel/PhabricatorPeopleDetailsProfilePanel.php
+share/phabricator/src/applications/people/profilepanel/PhabricatorPeopleManageProfilePanel.php
+share/phabricator/src/applications/people/query/PhabricatorPeopleLogQuery.php
+share/phabricator/src/applications/people/query/PhabricatorPeopleLogSearchEngine.php
+share/phabricator/src/applications/people/query/PhabricatorPeopleQuery.php
+share/phabricator/src/applications/people/query/PhabricatorPeopleSearchEngine.php
+share/phabricator/src/applications/people/query/PhabricatorPeopleTransactionQuery.php
+share/phabricator/src/applications/people/search/PhabricatorUserFulltextEngine.php
+share/phabricator/src/applications/people/searchfield/PhabricatorUsersSearchField.php
+share/phabricator/src/applications/people/storage/PhabricatorExternalAccount.php
+share/phabricator/src/applications/people/storage/PhabricatorRegistrationProfile.php
+share/phabricator/src/applications/people/storage/PhabricatorUser.php
+share/phabricator/src/applications/people/storage/PhabricatorUserConfiguredCustomFieldStorage.php
+share/phabricator/src/applications/people/storage/PhabricatorUserCustomFieldNumericIndex.php
+share/phabricator/src/applications/people/storage/PhabricatorUserCustomFieldStringIndex.php
+share/phabricator/src/applications/people/storage/PhabricatorUserDAO.php
+share/phabricator/src/applications/people/storage/PhabricatorUserEmail.php
+share/phabricator/src/applications/people/storage/PhabricatorUserLog.php
+share/phabricator/src/applications/people/storage/PhabricatorUserProfile.php
+share/phabricator/src/applications/people/storage/PhabricatorUserSchemaSpec.php
+share/phabricator/src/applications/people/storage/PhabricatorUserTransaction.php
+share/phabricator/src/applications/people/storage/__tests__/PhabricatorUserEmailTestCase.php
+share/phabricator/src/applications/people/storage/__tests__/PhabricatorUserTestCase.php
+share/phabricator/src/applications/people/typeahead/PhabricatorPeopleAnyOwnerDatasource.php
+share/phabricator/src/applications/people/typeahead/PhabricatorPeopleDatasource.php
+share/phabricator/src/applications/people/typeahead/PhabricatorPeopleNoOwnerDatasource.php
+share/phabricator/src/applications/people/typeahead/PhabricatorPeopleOwnerDatasource.php
+share/phabricator/src/applications/people/typeahead/PhabricatorPeopleUserFunctionDatasource.php
+share/phabricator/src/applications/people/typeahead/PhabricatorViewerDatasource.php
+share/phabricator/src/applications/people/view/PhabricatorUserCardView.php
+share/phabricator/src/applications/people/view/PhabricatorUserLogView.php
+share/phabricator/src/applications/phame/application/PhabricatorPhameApplication.php
+share/phabricator/src/applications/phame/capability/PhameBlogCreateCapability.php
+share/phabricator/src/applications/phame/conduit/PhameBlogEditConduitAPIMethod.php
+share/phabricator/src/applications/phame/conduit/PhameBlogSearchConduitAPIMethod.php
+share/phabricator/src/applications/phame/conduit/PhamePostEditConduitAPIMethod.php
+share/phabricator/src/applications/phame/conduit/PhamePostSearchConduitAPIMethod.php
+share/phabricator/src/applications/phame/constants/PhameConstants.php
+share/phabricator/src/applications/phame/controller/PhameController.php
+share/phabricator/src/applications/phame/controller/PhameHomeController.php
+share/phabricator/src/applications/phame/controller/PhameLiveController.php
+share/phabricator/src/applications/phame/controller/blog/PhameBlogArchiveController.php
+share/phabricator/src/applications/phame/controller/blog/PhameBlogController.php
+share/phabricator/src/applications/phame/controller/blog/PhameBlogEditController.php
+share/phabricator/src/applications/phame/controller/blog/PhameBlogFeedController.php
+share/phabricator/src/applications/phame/controller/blog/PhameBlogListController.php
+share/phabricator/src/applications/phame/controller/blog/PhameBlogManageController.php
+share/phabricator/src/applications/phame/controller/blog/PhameBlogProfilePictureController.php
+share/phabricator/src/applications/phame/controller/blog/PhameBlogViewController.php
+share/phabricator/src/applications/phame/controller/post/PhamePostCommentController.php
+share/phabricator/src/applications/phame/controller/post/PhamePostController.php
+share/phabricator/src/applications/phame/controller/post/PhamePostEditController.php
+share/phabricator/src/applications/phame/controller/post/PhamePostHistoryController.php
+share/phabricator/src/applications/phame/controller/post/PhamePostListController.php
+share/phabricator/src/applications/phame/controller/post/PhamePostMoveController.php
+share/phabricator/src/applications/phame/controller/post/PhamePostPublishController.php
+share/phabricator/src/applications/phame/controller/post/PhamePostViewController.php
+share/phabricator/src/applications/phame/editor/PhameBlogEditEngine.php
+share/phabricator/src/applications/phame/editor/PhameBlogEditor.php
+share/phabricator/src/applications/phame/editor/PhamePostEditEngine.php
+share/phabricator/src/applications/phame/editor/PhamePostEditor.php
+share/phabricator/src/applications/phame/herald/HeraldPhameBlogAdapter.php
+share/phabricator/src/applications/phame/herald/HeraldPhamePostAdapter.php
+share/phabricator/src/applications/phame/mail/PhameBlogReplyHandler.php
+share/phabricator/src/applications/phame/mail/PhamePostMailReceiver.php
+share/phabricator/src/applications/phame/mail/PhamePostReplyHandler.php
+share/phabricator/src/applications/phame/phid/PhabricatorPhameBlogPHIDType.php
+share/phabricator/src/applications/phame/phid/PhabricatorPhamePostPHIDType.php
+share/phabricator/src/applications/phame/query/PhameBlogQuery.php
+share/phabricator/src/applications/phame/query/PhameBlogSearchEngine.php
+share/phabricator/src/applications/phame/query/PhameBlogTransactionQuery.php
+share/phabricator/src/applications/phame/query/PhamePostQuery.php
+share/phabricator/src/applications/phame/query/PhamePostSearchEngine.php
+share/phabricator/src/applications/phame/query/PhamePostTransactionQuery.php
+share/phabricator/src/applications/phame/site/PhameBlogSite.php
+share/phabricator/src/applications/phame/site/PhameSite.php
+share/phabricator/src/applications/phame/storage/PhameBlog.php
+share/phabricator/src/applications/phame/storage/PhameBlogTransaction.php
+share/phabricator/src/applications/phame/storage/PhameDAO.php
+share/phabricator/src/applications/phame/storage/PhamePost.php
+share/phabricator/src/applications/phame/storage/PhamePostTransaction.php
+share/phabricator/src/applications/phame/storage/PhamePostTransactionComment.php
+share/phabricator/src/applications/phame/storage/PhameSchemaSpec.php
+share/phabricator/src/applications/phame/view/PhameBlogListView.php
+share/phabricator/src/applications/phame/view/PhameDescriptionView.php
+share/phabricator/src/applications/phame/view/PhameDraftListView.php
+share/phabricator/src/applications/phame/view/PhameNextPostView.php
+share/phabricator/src/applications/phame/view/PhamePostListView.php
+share/phabricator/src/applications/phid/PhabricatorMetaMTAApplicationEmailPHIDType.php
+share/phabricator/src/applications/phid/PhabricatorObjectHandle.php
+share/phabricator/src/applications/phid/PhabricatorPHIDConstants.php
+share/phabricator/src/applications/phid/conduit/PHIDConduitAPIMethod.php
+share/phabricator/src/applications/phid/conduit/PHIDInfoConduitAPIMethod.php
+share/phabricator/src/applications/phid/conduit/PHIDLookupConduitAPIMethod.php
+share/phabricator/src/applications/phid/conduit/PHIDQueryConduitAPIMethod.php
+share/phabricator/src/applications/phid/handle/pool/PhabricatorHandleList.php
+share/phabricator/src/applications/phid/handle/pool/PhabricatorHandlePool.php
+share/phabricator/src/applications/phid/handle/pool/__tests__/PhabricatorHandlePoolTestCase.php
+share/phabricator/src/applications/phid/handle/view/PhabricatorHandleObjectSelectorDataView.php
+share/phabricator/src/applications/phid/interface/PhabricatorPHIDInterface.php
+share/phabricator/src/applications/phid/query/PhabricatorHandleQuery.php
+share/phabricator/src/applications/phid/query/PhabricatorObjectListQuery.php
+share/phabricator/src/applications/phid/query/PhabricatorObjectQuery.php
+share/phabricator/src/applications/phid/query/__tests__/PhabricatorObjectListQueryTestCase.php
+share/phabricator/src/applications/phid/resolver/PhabricatorPHIDResolver.php
+share/phabricator/src/applications/phid/resolver/PhabricatorProjectPHIDResolver.php
+share/phabricator/src/applications/phid/resolver/PhabricatorUserPHIDResolver.php
+share/phabricator/src/applications/phid/storage/PhabricatorPHID.php
+share/phabricator/src/applications/phid/type/PhabricatorPHIDType.php
+share/phabricator/src/applications/phid/type/__tests__/PhabricatorPHIDTypeTestCase.php
+share/phabricator/src/applications/phid/utils.php
+share/phabricator/src/applications/phid/view/PHUIHandleListView.php
+share/phabricator/src/applications/phid/view/PHUIHandleTagListView.php
+share/phabricator/src/applications/phid/view/PHUIHandleView.php
+share/phabricator/src/applications/phlux/application/PhabricatorPhluxApplication.php
+share/phabricator/src/applications/phlux/controller/PhluxController.php
+share/phabricator/src/applications/phlux/controller/PhluxEditController.php
+share/phabricator/src/applications/phlux/controller/PhluxListController.php
+share/phabricator/src/applications/phlux/controller/PhluxViewController.php
+share/phabricator/src/applications/phlux/editor/PhluxVariableEditor.php
+share/phabricator/src/applications/phlux/phid/PhluxVariablePHIDType.php
+share/phabricator/src/applications/phlux/query/PhluxTransactionQuery.php
+share/phabricator/src/applications/phlux/query/PhluxVariableQuery.php
+share/phabricator/src/applications/phlux/storage/PhluxDAO.php
+share/phabricator/src/applications/phlux/storage/PhluxTransaction.php
+share/phabricator/src/applications/phlux/storage/PhluxVariable.php
+share/phabricator/src/applications/pholio/application/PhabricatorPholioApplication.php
+share/phabricator/src/applications/pholio/capability/PholioDefaultEditCapability.php
+share/phabricator/src/applications/pholio/capability/PholioDefaultViewCapability.php
+share/phabricator/src/applications/pholio/config/PhabricatorPholioConfigOptions.php
+share/phabricator/src/applications/pholio/controller/PholioController.php
+share/phabricator/src/applications/pholio/controller/PholioImageUploadController.php
+share/phabricator/src/applications/pholio/controller/PholioInlineController.php
+share/phabricator/src/applications/pholio/controller/PholioInlineListController.php
+share/phabricator/src/applications/pholio/controller/PholioMockArchiveController.php
+share/phabricator/src/applications/pholio/controller/PholioMockCommentController.php
+share/phabricator/src/applications/pholio/controller/PholioMockEditController.php
+share/phabricator/src/applications/pholio/controller/PholioMockListController.php
+share/phabricator/src/applications/pholio/controller/PholioMockViewController.php
+share/phabricator/src/applications/pholio/edge/PholioMockHasTaskEdgeType.php
+share/phabricator/src/applications/pholio/editor/PholioMockEditor.php
+share/phabricator/src/applications/pholio/event/PholioActionMenuEventListener.php
+share/phabricator/src/applications/pholio/herald/HeraldPholioMockAdapter.php
+share/phabricator/src/applications/pholio/herald/PholioMockAuthorHeraldField.php
+share/phabricator/src/applications/pholio/herald/PholioMockDescriptionHeraldField.php
+share/phabricator/src/applications/pholio/herald/PholioMockHeraldField.php
+share/phabricator/src/applications/pholio/herald/PholioMockHeraldFieldGroup.php
+share/phabricator/src/applications/pholio/herald/PholioMockNameHeraldField.php
+share/phabricator/src/applications/pholio/lipsum/PhabricatorPholioMockTestDataGenerator.php
+share/phabricator/src/applications/pholio/mail/PholioMockMailReceiver.php
+share/phabricator/src/applications/pholio/mail/PholioReplyHandler.php
+share/phabricator/src/applications/pholio/phid/PholioImagePHIDType.php
+share/phabricator/src/applications/pholio/phid/PholioMockPHIDType.php
+share/phabricator/src/applications/pholio/query/PholioImageQuery.php
+share/phabricator/src/applications/pholio/query/PholioMockQuery.php
+share/phabricator/src/applications/pholio/query/PholioMockSearchEngine.php
+share/phabricator/src/applications/pholio/query/PholioTransactionQuery.php
+share/phabricator/src/applications/pholio/remarkup/PholioRemarkupRule.php
+share/phabricator/src/applications/pholio/search/PholioMockFulltextEngine.php
+share/phabricator/src/applications/pholio/storage/PholioDAO.php
+share/phabricator/src/applications/pholio/storage/PholioImage.php
+share/phabricator/src/applications/pholio/storage/PholioMock.php
+share/phabricator/src/applications/pholio/storage/PholioSchemaSpec.php
+share/phabricator/src/applications/pholio/storage/PholioTransaction.php
+share/phabricator/src/applications/pholio/storage/PholioTransactionComment.php
+share/phabricator/src/applications/pholio/view/PholioMockEmbedView.php
+share/phabricator/src/applications/pholio/view/PholioMockImagesView.php
+share/phabricator/src/applications/pholio/view/PholioMockThumbGridView.php
+share/phabricator/src/applications/pholio/view/PholioTransactionView.php
+share/phabricator/src/applications/pholio/view/PholioUploadedImageView.php
+share/phabricator/src/applications/phortune/application/PhabricatorPhortuneApplication.php
+share/phabricator/src/applications/phortune/capability/PhortuneMerchantCapability.php
+share/phabricator/src/applications/phortune/cart/PhortuneAdHocCart.php
+share/phabricator/src/applications/phortune/cart/PhortuneCartImplementation.php
+share/phabricator/src/applications/phortune/cart/PhortuneSubscriptionCart.php
+share/phabricator/src/applications/phortune/constants/PhortuneConstants.php
+share/phabricator/src/applications/phortune/constants/PhortuneErrCode.php
+share/phabricator/src/applications/phortune/control/PhortuneMonthYearExpiryControl.php
+share/phabricator/src/applications/phortune/controller/PhortuneAccountEditController.php
+share/phabricator/src/applications/phortune/controller/PhortuneAccountListController.php
+share/phabricator/src/applications/phortune/controller/PhortuneAccountViewController.php
+share/phabricator/src/applications/phortune/controller/PhortuneCartAcceptController.php
+share/phabricator/src/applications/phortune/controller/PhortuneCartCancelController.php
+share/phabricator/src/applications/phortune/controller/PhortuneCartCheckoutController.php
+share/phabricator/src/applications/phortune/controller/PhortuneCartController.php
+share/phabricator/src/applications/phortune/controller/PhortuneCartListController.php
+share/phabricator/src/applications/phortune/controller/PhortuneCartUpdateController.php
+share/phabricator/src/applications/phortune/controller/PhortuneCartViewController.php
+share/phabricator/src/applications/phortune/controller/PhortuneChargeListController.php
+share/phabricator/src/applications/phortune/controller/PhortuneController.php
+share/phabricator/src/applications/phortune/controller/PhortuneLandingController.php
+share/phabricator/src/applications/phortune/controller/PhortuneMerchantController.php
+share/phabricator/src/applications/phortune/controller/PhortuneMerchantEditController.php
+share/phabricator/src/applications/phortune/controller/PhortuneMerchantInvoiceCreateController.php
+share/phabricator/src/applications/phortune/controller/PhortuneMerchantListController.php
+share/phabricator/src/applications/phortune/controller/PhortuneMerchantViewController.php
+share/phabricator/src/applications/phortune/controller/PhortunePaymentMethodCreateController.php
+share/phabricator/src/applications/phortune/controller/PhortunePaymentMethodDisableController.php
+share/phabricator/src/applications/phortune/controller/PhortunePaymentMethodEditController.php
+share/phabricator/src/applications/phortune/controller/PhortuneProductListController.php
+share/phabricator/src/applications/phortune/controller/PhortuneProductViewController.php
+share/phabricator/src/applications/phortune/controller/PhortuneProviderActionController.php
+share/phabricator/src/applications/phortune/controller/PhortuneProviderDisableController.php
+share/phabricator/src/applications/phortune/controller/PhortuneProviderEditController.php
+share/phabricator/src/applications/phortune/controller/PhortuneSubscriptionEditController.php
+share/phabricator/src/applications/phortune/controller/PhortuneSubscriptionListController.php
+share/phabricator/src/applications/phortune/controller/PhortuneSubscriptionViewController.php
+share/phabricator/src/applications/phortune/currency/PhortuneCurrency.php
+share/phabricator/src/applications/phortune/currency/PhortuneCurrencySerializer.php
+share/phabricator/src/applications/phortune/currency/__tests__/PhortuneCurrencyTestCase.php
+share/phabricator/src/applications/phortune/edge/PhortuneAccountHasMemberEdgeType.php
+share/phabricator/src/applications/phortune/edge/PhortuneMemberHasAccountEdgeType.php
+share/phabricator/src/applications/phortune/edge/PhortuneMemberHasMerchantEdgeType.php
+share/phabricator/src/applications/phortune/edge/PhortuneMerchantHasMemberEdgeType.php
+share/phabricator/src/applications/phortune/editor/PhortuneAccountEditor.php
+share/phabricator/src/applications/phortune/editor/PhortuneCartEditor.php
+share/phabricator/src/applications/phortune/editor/PhortuneMerchantEditor.php
+share/phabricator/src/applications/phortune/editor/PhortunePaymentProviderConfigEditor.php
+share/phabricator/src/applications/phortune/mail/PhortuneCartReplyHandler.php
+share/phabricator/src/applications/phortune/management/PhabricatorPhortuneManagementInvoiceWorkflow.php
+share/phabricator/src/applications/phortune/management/PhabricatorPhortuneManagementWorkflow.php
+share/phabricator/src/applications/phortune/phid/PhortuneAccountPHIDType.php
+share/phabricator/src/applications/phortune/phid/PhortuneCartPHIDType.php
+share/phabricator/src/applications/phortune/phid/PhortuneChargePHIDType.php
+share/phabricator/src/applications/phortune/phid/PhortuneMerchantPHIDType.php
+share/phabricator/src/applications/phortune/phid/PhortunePaymentMethodPHIDType.php
+share/phabricator/src/applications/phortune/phid/PhortunePaymentProviderPHIDType.php
+share/phabricator/src/applications/phortune/phid/PhortuneProductPHIDType.php
+share/phabricator/src/applications/phortune/phid/PhortunePurchasePHIDType.php
+share/phabricator/src/applications/phortune/phid/PhortuneSubscriptionPHIDType.php
+share/phabricator/src/applications/phortune/product/PhortuneAdHocProduct.php
+share/phabricator/src/applications/phortune/product/PhortuneProductImplementation.php
+share/phabricator/src/applications/phortune/product/PhortuneSubscriptionProduct.php
+share/phabricator/src/applications/phortune/provider/PhortunePayPalPaymentProvider.php
+share/phabricator/src/applications/phortune/provider/PhortunePaymentProvider.php
+share/phabricator/src/applications/phortune/provider/PhortuneStripePaymentProvider.php
+share/phabricator/src/applications/phortune/provider/PhortuneTestPaymentProvider.php
+share/phabricator/src/applications/phortune/provider/PhortuneWePayPaymentProvider.php
+share/phabricator/src/applications/phortune/provider/__tests__/PhortunePaymentProviderTestCase.php
+share/phabricator/src/applications/phortune/query/PhortuneAccountQuery.php
+share/phabricator/src/applications/phortune/query/PhortuneAccountTransactionQuery.php
+share/phabricator/src/applications/phortune/query/PhortuneCartQuery.php
+share/phabricator/src/applications/phortune/query/PhortuneCartSearchEngine.php
+share/phabricator/src/applications/phortune/query/PhortuneCartTransactionQuery.php
+share/phabricator/src/applications/phortune/query/PhortuneChargeQuery.php
+share/phabricator/src/applications/phortune/query/PhortuneChargeSearchEngine.php
+share/phabricator/src/applications/phortune/query/PhortuneMerchantQuery.php
+share/phabricator/src/applications/phortune/query/PhortuneMerchantSearchEngine.php
+share/phabricator/src/applications/phortune/query/PhortuneMerchantTransactionQuery.php
+share/phabricator/src/applications/phortune/query/PhortunePaymentMethodQuery.php
+share/phabricator/src/applications/phortune/query/PhortunePaymentProviderConfigQuery.php
+share/phabricator/src/applications/phortune/query/PhortunePaymentProviderConfigTransactionQuery.php
+share/phabricator/src/applications/phortune/query/PhortuneProductQuery.php
+share/phabricator/src/applications/phortune/query/PhortunePurchaseQuery.php
+share/phabricator/src/applications/phortune/query/PhortuneSubscriptionQuery.php
+share/phabricator/src/applications/phortune/query/PhortuneSubscriptionSearchEngine.php
+share/phabricator/src/applications/phortune/storage/PhortuneAccount.php
+share/phabricator/src/applications/phortune/storage/PhortuneAccountTransaction.php
+share/phabricator/src/applications/phortune/storage/PhortuneCart.php
+share/phabricator/src/applications/phortune/storage/PhortuneCartTransaction.php
+share/phabricator/src/applications/phortune/storage/PhortuneCharge.php
+share/phabricator/src/applications/phortune/storage/PhortuneDAO.php
+share/phabricator/src/applications/phortune/storage/PhortuneMerchant.php
+share/phabricator/src/applications/phortune/storage/PhortuneMerchantTransaction.php
+share/phabricator/src/applications/phortune/storage/PhortunePaymentMethod.php
+share/phabricator/src/applications/phortune/storage/PhortunePaymentProviderConfig.php
+share/phabricator/src/applications/phortune/storage/PhortunePaymentProviderConfigTransaction.php
+share/phabricator/src/applications/phortune/storage/PhortuneProduct.php
+share/phabricator/src/applications/phortune/storage/PhortunePurchase.php
+share/phabricator/src/applications/phortune/storage/PhortuneSchemaSpec.php
+share/phabricator/src/applications/phortune/storage/PhortuneSubscription.php
+share/phabricator/src/applications/phortune/subscription/PhortuneSubscriptionImplementation.php
+share/phabricator/src/applications/phortune/view/PhortuneChargeTableView.php
+share/phabricator/src/applications/phortune/view/PhortuneCreditCardForm.php
+share/phabricator/src/applications/phortune/view/PhortuneOrderTableView.php
+share/phabricator/src/applications/phortune/view/PhortuneSubscriptionTableView.php
+share/phabricator/src/applications/phortune/worker/PhortuneSubscriptionWorker.php
+share/phabricator/src/applications/phpast/application/PhabricatorPHPASTApplication.php
+share/phabricator/src/applications/phpast/controller/PhabricatorXHPASTViewController.php
+share/phabricator/src/applications/phpast/controller/PhabricatorXHPASTViewFrameController.php
+share/phabricator/src/applications/phpast/controller/PhabricatorXHPASTViewFramesetController.php
+share/phabricator/src/applications/phpast/controller/PhabricatorXHPASTViewInputController.php
+share/phabricator/src/applications/phpast/controller/PhabricatorXHPASTViewPanelController.php
+share/phabricator/src/applications/phpast/controller/PhabricatorXHPASTViewRunController.php
+share/phabricator/src/applications/phpast/controller/PhabricatorXHPASTViewStreamController.php
+share/phabricator/src/applications/phpast/controller/PhabricatorXHPASTViewTreeController.php
+share/phabricator/src/applications/phpast/storage/PhabricatorXHPASTDAO.php
+share/phabricator/src/applications/phpast/storage/PhabricatorXHPASTParseTree.php
+share/phabricator/src/applications/phragment/application/PhabricatorPhragmentApplication.php
+share/phabricator/src/applications/phragment/capability/PhragmentCanCreateCapability.php
+share/phabricator/src/applications/phragment/conduit/PhragmentConduitAPIMethod.php
+share/phabricator/src/applications/phragment/conduit/PhragmentGetPatchConduitAPIMethod.php
+share/phabricator/src/applications/phragment/conduit/PhragmentQueryFragmentsConduitAPIMethod.php
+share/phabricator/src/applications/phragment/controller/PhragmentBrowseController.php
+share/phabricator/src/applications/phragment/controller/PhragmentController.php
+share/phabricator/src/applications/phragment/controller/PhragmentCreateController.php
+share/phabricator/src/applications/phragment/controller/PhragmentHistoryController.php
+share/phabricator/src/applications/phragment/controller/PhragmentPatchController.php
+share/phabricator/src/applications/phragment/controller/PhragmentPolicyController.php
+share/phabricator/src/applications/phragment/controller/PhragmentRevertController.php
+share/phabricator/src/applications/phragment/controller/PhragmentSnapshotCreateController.php
+share/phabricator/src/applications/phragment/controller/PhragmentSnapshotDeleteController.php
+share/phabricator/src/applications/phragment/controller/PhragmentSnapshotPromoteController.php
+share/phabricator/src/applications/phragment/controller/PhragmentSnapshotViewController.php
+share/phabricator/src/applications/phragment/controller/PhragmentUpdateController.php
+share/phabricator/src/applications/phragment/controller/PhragmentVersionController.php
+share/phabricator/src/applications/phragment/controller/PhragmentZIPController.php
+share/phabricator/src/applications/phragment/phid/PhragmentFragmentPHIDType.php
+share/phabricator/src/applications/phragment/phid/PhragmentFragmentVersionPHIDType.php
+share/phabricator/src/applications/phragment/phid/PhragmentSnapshotPHIDType.php
+share/phabricator/src/applications/phragment/query/PhragmentFragmentQuery.php
+share/phabricator/src/applications/phragment/query/PhragmentFragmentVersionQuery.php
+share/phabricator/src/applications/phragment/query/PhragmentSnapshotChildQuery.php
+share/phabricator/src/applications/phragment/query/PhragmentSnapshotQuery.php
+share/phabricator/src/applications/phragment/storage/PhragmentDAO.php
+share/phabricator/src/applications/phragment/storage/PhragmentFragment.php
+share/phabricator/src/applications/phragment/storage/PhragmentFragmentVersion.php
+share/phabricator/src/applications/phragment/storage/PhragmentSchemaSpec.php
+share/phabricator/src/applications/phragment/storage/PhragmentSnapshot.php
+share/phabricator/src/applications/phragment/storage/PhragmentSnapshotChild.php
+share/phabricator/src/applications/phragment/util/PhragmentPatchUtil.php
+share/phabricator/src/applications/phrequent/application/PhabricatorPhrequentApplication.php
+share/phabricator/src/applications/phrequent/conduit/PhrequentConduitAPIMethod.php
+share/phabricator/src/applications/phrequent/conduit/PhrequentPopConduitAPIMethod.php
+share/phabricator/src/applications/phrequent/conduit/PhrequentPushConduitAPIMethod.php
+share/phabricator/src/applications/phrequent/conduit/PhrequentTrackingConduitAPIMethod.php
+share/phabricator/src/applications/phrequent/config/PhabricatorPhrequentConfigOptions.php
+share/phabricator/src/applications/phrequent/controller/PhrequentController.php
+share/phabricator/src/applications/phrequent/controller/PhrequentListController.php
+share/phabricator/src/applications/phrequent/controller/PhrequentTrackController.php
+share/phabricator/src/applications/phrequent/editor/PhrequentTrackingEditor.php
+share/phabricator/src/applications/phrequent/event/PhrequentUIEventListener.php
+share/phabricator/src/applications/phrequent/interface/PhrequentTrackableInterface.php
+share/phabricator/src/applications/phrequent/query/PhrequentSearchEngine.php
+share/phabricator/src/applications/phrequent/query/PhrequentUserTimeQuery.php
+share/phabricator/src/applications/phrequent/storage/PhrequentDAO.php
+share/phabricator/src/applications/phrequent/storage/PhrequentTimeBlock.php
+share/phabricator/src/applications/phrequent/storage/PhrequentTimeSlices.php
+share/phabricator/src/applications/phrequent/storage/PhrequentUserTime.php
+share/phabricator/src/applications/phrequent/storage/__tests__/PhrequentTimeBlockTestCase.php
+share/phabricator/src/applications/phriction/application/PhabricatorPhrictionApplication.php
+share/phabricator/src/applications/phriction/conduit/PhrictionConduitAPIMethod.php
+share/phabricator/src/applications/phriction/conduit/PhrictionCreateConduitAPIMethod.php
+share/phabricator/src/applications/phriction/conduit/PhrictionEditConduitAPIMethod.php
+share/phabricator/src/applications/phriction/conduit/PhrictionHistoryConduitAPIMethod.php
+share/phabricator/src/applications/phriction/conduit/PhrictionInfoConduitAPIMethod.php
+share/phabricator/src/applications/phriction/config/PhabricatorPhrictionConfigOptions.php
+share/phabricator/src/applications/phriction/constants/PhrictionChangeType.php
+share/phabricator/src/applications/phriction/constants/PhrictionConstants.php
+share/phabricator/src/applications/phriction/constants/PhrictionDocumentStatus.php
+share/phabricator/src/applications/phriction/controller/PhrictionController.php
+share/phabricator/src/applications/phriction/controller/PhrictionDeleteController.php
+share/phabricator/src/applications/phriction/controller/PhrictionDiffController.php
+share/phabricator/src/applications/phriction/controller/PhrictionDocumentController.php
+share/phabricator/src/applications/phriction/controller/PhrictionEditController.php
+share/phabricator/src/applications/phriction/controller/PhrictionHistoryController.php
+share/phabricator/src/applications/phriction/controller/PhrictionListController.php
+share/phabricator/src/applications/phriction/controller/PhrictionMoveController.php
+share/phabricator/src/applications/phriction/controller/PhrictionNewController.php
+share/phabricator/src/applications/phriction/editor/PhrictionTransactionEditor.php
+share/phabricator/src/applications/phriction/herald/PhrictionDocumentAuthorHeraldField.php
+share/phabricator/src/applications/phriction/herald/PhrictionDocumentContentHeraldField.php
+share/phabricator/src/applications/phriction/herald/PhrictionDocumentHeraldAdapter.php
+share/phabricator/src/applications/phriction/herald/PhrictionDocumentHeraldField.php
+share/phabricator/src/applications/phriction/herald/PhrictionDocumentHeraldFieldGroup.php
+share/phabricator/src/applications/phriction/herald/PhrictionDocumentPathHeraldField.php
+share/phabricator/src/applications/phriction/herald/PhrictionDocumentTitleHeraldField.php
+share/phabricator/src/applications/phriction/mail/PhrictionReplyHandler.php
+share/phabricator/src/applications/phriction/markup/PhrictionRemarkupRule.php
+share/phabricator/src/applications/phriction/phid/PhrictionDocumentPHIDType.php
+share/phabricator/src/applications/phriction/query/PhrictionDocumentQuery.php
+share/phabricator/src/applications/phriction/query/PhrictionSearchEngine.php
+share/phabricator/src/applications/phriction/query/PhrictionTransactionQuery.php
+share/phabricator/src/applications/phriction/search/PhrictionDocumentFulltextEngine.php
+share/phabricator/src/applications/phriction/storage/PhrictionContent.php
+share/phabricator/src/applications/phriction/storage/PhrictionDAO.php
+share/phabricator/src/applications/phriction/storage/PhrictionDocument.php
+share/phabricator/src/applications/phriction/storage/PhrictionSchemaSpec.php
+share/phabricator/src/applications/phriction/storage/PhrictionTransaction.php
+share/phabricator/src/applications/phriction/storage/PhrictionTransactionComment.php
+share/phabricator/src/applications/phurl/application/PhabricatorPhurlApplication.php
+share/phabricator/src/applications/phurl/capability/PhabricatorPhurlURLCreateCapability.php
+share/phabricator/src/applications/phurl/controller/PhabricatorPhurlController.php
+share/phabricator/src/applications/phurl/controller/PhabricatorPhurlShortURLController.php
+share/phabricator/src/applications/phurl/controller/PhabricatorPhurlShortURLDefaultController.php
+share/phabricator/src/applications/phurl/controller/PhabricatorPhurlURLAccessController.php
+share/phabricator/src/applications/phurl/controller/PhabricatorPhurlURLCommentController.php
+share/phabricator/src/applications/phurl/controller/PhabricatorPhurlURLEditController.php
+share/phabricator/src/applications/phurl/controller/PhabricatorPhurlURLListController.php
+share/phabricator/src/applications/phurl/controller/PhabricatorPhurlURLViewController.php
+share/phabricator/src/applications/phurl/editor/PhabricatorPhurlURLEditor.php
+share/phabricator/src/applications/phurl/mail/PhabricatorPhurlURLMailReceiver.php
+share/phabricator/src/applications/phurl/mail/PhabricatorPhurlURLReplyHandler.php
+share/phabricator/src/applications/phurl/phid/PhabricatorPhurlURLPHIDType.php
+share/phabricator/src/applications/phurl/query/PhabricatorPhurlURLQuery.php
+share/phabricator/src/applications/phurl/query/PhabricatorPhurlURLSearchEngine.php
+share/phabricator/src/applications/phurl/query/PhabricatorPhurlURLTransactionQuery.php
+share/phabricator/src/applications/phurl/remarkup/PhabricatorPhurlLinkRemarkupRule.php
+share/phabricator/src/applications/phurl/remarkup/PhabricatorPhurlRemarkupRule.php
+share/phabricator/src/applications/phurl/storage/PhabricatorPhurlDAO.php
+share/phabricator/src/applications/phurl/storage/PhabricatorPhurlSchemaSpec.php
+share/phabricator/src/applications/phurl/storage/PhabricatorPhurlURL.php
+share/phabricator/src/applications/phurl/storage/PhabricatorPhurlURLTransaction.php
+share/phabricator/src/applications/phurl/storage/PhabricatorPhurlURLTransactionComment.php
+share/phabricator/src/applications/policy/__tests__/PhabricatorPolicyAwareTestQuery.php
+share/phabricator/src/applications/policy/__tests__/PhabricatorPolicyDataTestCase.php
+share/phabricator/src/applications/policy/__tests__/PhabricatorPolicyTestCase.php
+share/phabricator/src/applications/policy/__tests__/PhabricatorPolicyTestObject.php
+share/phabricator/src/applications/policy/application/PhabricatorPolicyApplication.php
+share/phabricator/src/applications/policy/capability/PhabricatorPolicyCanEditCapability.php
+share/phabricator/src/applications/policy/capability/PhabricatorPolicyCanJoinCapability.php
+share/phabricator/src/applications/policy/capability/PhabricatorPolicyCanViewCapability.php
+share/phabricator/src/applications/policy/capability/PhabricatorPolicyCapability.php
+share/phabricator/src/applications/policy/capability/__tests__/PhabricatorPolicyCapabilityTestCase.php
+share/phabricator/src/applications/policy/config/PhabricatorPolicyConfigOptions.php
+share/phabricator/src/applications/policy/config/PolicyLockOptionType.php
+share/phabricator/src/applications/policy/constants/PhabricatorPolicies.php
+share/phabricator/src/applications/policy/constants/PhabricatorPolicyConstants.php
+share/phabricator/src/applications/policy/constants/PhabricatorPolicyType.php
+share/phabricator/src/applications/policy/controller/PhabricatorPolicyController.php
+share/phabricator/src/applications/policy/controller/PhabricatorPolicyEditController.php
+share/phabricator/src/applications/policy/controller/PhabricatorPolicyExplainController.php
+share/phabricator/src/applications/policy/editor/PhabricatorPolicyEditEngineExtension.php
+share/phabricator/src/applications/policy/engineextension/PhabricatorPolicySearchEngineExtension.php
+share/phabricator/src/applications/policy/exception/PhabricatorPolicyException.php
+share/phabricator/src/applications/policy/filter/PhabricatorPolicyFilter.php
+share/phabricator/src/applications/policy/interface/PhabricatorExtendedPolicyInterface.php
+share/phabricator/src/applications/policy/interface/PhabricatorPolicyInterface.php
+share/phabricator/src/applications/policy/management/PhabricatorPolicyManagementShowWorkflow.php
+share/phabricator/src/applications/policy/management/PhabricatorPolicyManagementUnlockWorkflow.php
+share/phabricator/src/applications/policy/management/PhabricatorPolicyManagementWorkflow.php
+share/phabricator/src/applications/policy/phid/PhabricatorPolicyPHIDTypePolicy.php
+share/phabricator/src/applications/policy/query/PhabricatorPolicyQuery.php
+share/phabricator/src/applications/policy/rule/PhabricatorLunarPhasePolicyRule.php
+share/phabricator/src/applications/policy/rule/PhabricatorPolicyRule.php
+share/phabricator/src/applications/policy/storage/PhabricatorPolicy.php
+share/phabricator/src/applications/policy/storage/PhabricatorPolicyDAO.php
+share/phabricator/src/applications/ponder/application/PhabricatorPonderApplication.php
+share/phabricator/src/applications/ponder/capability/PonderDefaultViewCapability.php
+share/phabricator/src/applications/ponder/capability/PonderModerateCapability.php
+share/phabricator/src/applications/ponder/constants/PonderAnswerStatus.php
+share/phabricator/src/applications/ponder/constants/PonderConstants.php
+share/phabricator/src/applications/ponder/constants/PonderQuestionStatus.php
+share/phabricator/src/applications/ponder/constants/PonderVote.php
+share/phabricator/src/applications/ponder/controller/PonderAnswerCommentController.php
+share/phabricator/src/applications/ponder/controller/PonderAnswerEditController.php
+share/phabricator/src/applications/ponder/controller/PonderAnswerHistoryController.php
+share/phabricator/src/applications/ponder/controller/PonderAnswerSaveController.php
+share/phabricator/src/applications/ponder/controller/PonderController.php
+share/phabricator/src/applications/ponder/controller/PonderHelpfulSaveController.php
+share/phabricator/src/applications/ponder/controller/PonderQuestionCommentController.php
+share/phabricator/src/applications/ponder/controller/PonderQuestionEditController.php
+share/phabricator/src/applications/ponder/controller/PonderQuestionHistoryController.php
+share/phabricator/src/applications/ponder/controller/PonderQuestionListController.php
+share/phabricator/src/applications/ponder/controller/PonderQuestionStatusController.php
+share/phabricator/src/applications/ponder/controller/PonderQuestionViewController.php
+share/phabricator/src/applications/ponder/edge/PonderAnswerHasVotingUserEdgeType.php
+share/phabricator/src/applications/ponder/edge/PonderVotingUserHasAnswerEdgeType.php
+share/phabricator/src/applications/ponder/editor/PonderAnswerEditor.php
+share/phabricator/src/applications/ponder/editor/PonderEditor.php
+share/phabricator/src/applications/ponder/editor/PonderQuestionEditor.php
+share/phabricator/src/applications/ponder/editor/PonderVoteEditor.php
+share/phabricator/src/applications/ponder/herald/HeraldPonderQuestionAdapter.php
+share/phabricator/src/applications/ponder/mail/PonderAnswerMailReceiver.php
+share/phabricator/src/applications/ponder/mail/PonderAnswerReplyHandler.php
+share/phabricator/src/applications/ponder/mail/PonderQuestionMailReceiver.php
+share/phabricator/src/applications/ponder/mail/PonderQuestionReplyHandler.php
+share/phabricator/src/applications/ponder/phid/PonderAnswerPHIDType.php
+share/phabricator/src/applications/ponder/phid/PonderQuestionPHIDType.php
+share/phabricator/src/applications/ponder/query/PonderAnswerQuery.php
+share/phabricator/src/applications/ponder/query/PonderAnswerTransactionQuery.php
+share/phabricator/src/applications/ponder/query/PonderQuestionQuery.php
+share/phabricator/src/applications/ponder/query/PonderQuestionSearchEngine.php
+share/phabricator/src/applications/ponder/query/PonderQuestionTransactionQuery.php
+share/phabricator/src/applications/ponder/remarkup/PonderRemarkupRule.php
+share/phabricator/src/applications/ponder/search/PonderQuestionFulltextEngine.php
+share/phabricator/src/applications/ponder/storage/PonderAnswer.php
+share/phabricator/src/applications/ponder/storage/PonderAnswerTransaction.php
+share/phabricator/src/applications/ponder/storage/PonderAnswerTransactionComment.php
+share/phabricator/src/applications/ponder/storage/PonderDAO.php
+share/phabricator/src/applications/ponder/storage/PonderQuestion.php
+share/phabricator/src/applications/ponder/storage/PonderQuestionTransaction.php
+share/phabricator/src/applications/ponder/storage/PonderQuestionTransactionComment.php
+share/phabricator/src/applications/ponder/storage/PonderSchemaSpec.php
+share/phabricator/src/applications/ponder/storage/PonderVotableInterface.php
+share/phabricator/src/applications/ponder/view/PonderAddAnswerView.php
+share/phabricator/src/applications/ponder/view/PonderAnswerView.php
+share/phabricator/src/applications/ponder/view/PonderFooterView.php
+share/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php
+share/phabricator/src/applications/project/application/PhabricatorProjectApplication.php
+share/phabricator/src/applications/project/capability/ProjectCanLockProjectsCapability.php
+share/phabricator/src/applications/project/capability/ProjectCreateProjectsCapability.php
+share/phabricator/src/applications/project/capability/ProjectDefaultEditCapability.php
+share/phabricator/src/applications/project/capability/ProjectDefaultJoinCapability.php
+share/phabricator/src/applications/project/capability/ProjectDefaultViewCapability.php
+share/phabricator/src/applications/project/command/ProjectAddProjectsEmailCommand.php
+share/phabricator/src/applications/project/conduit/ProjectConduitAPIMethod.php
+share/phabricator/src/applications/project/conduit/ProjectCreateConduitAPIMethod.php
+share/phabricator/src/applications/project/conduit/ProjectEditConduitAPIMethod.php
+share/phabricator/src/applications/project/conduit/ProjectQueryConduitAPIMethod.php
+share/phabricator/src/applications/project/conduit/ProjectSearchConduitAPIMethod.php
+share/phabricator/src/applications/project/config/PhabricatorProjectColorsConfigOptionType.php
+share/phabricator/src/applications/project/config/PhabricatorProjectConfigOptions.php
+share/phabricator/src/applications/project/config/PhabricatorProjectIconsConfigOptionType.php
+share/phabricator/src/applications/project/constants/PhabricatorProjectStatus.php
+share/phabricator/src/applications/project/constants/PhabricatorProjectWorkboardBackgroundColor.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectArchiveController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectBoardBackgroundController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectBoardController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectBoardDisableController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectBoardImportController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectBoardManageController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectBoardReorderController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectBoardViewController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectColumnDetailController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectColumnEditController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectColumnHideController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectCoverController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectDefaultController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectEditController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectEditPictureController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectListController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectLockController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectManageController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectMembersAddController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectMembersRemoveController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectMembersViewController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectMoveController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectPanelController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectProfileController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectSilenceController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectSubprojectWarningController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectSubprojectsController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectUpdateController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectViewController.php
+share/phabricator/src/applications/project/controller/PhabricatorProjectWatchController.php
+share/phabricator/src/applications/project/customfield/PhabricatorProjectConfiguredCustomField.php
+share/phabricator/src/applications/project/customfield/PhabricatorProjectCustomField.php
+share/phabricator/src/applications/project/customfield/PhabricatorProjectDescriptionField.php
+share/phabricator/src/applications/project/customfield/PhabricatorProjectStandardCustomField.php
+share/phabricator/src/applications/project/edge/PhabricatorProjectMaterializedMemberEdgeType.php
+share/phabricator/src/applications/project/edge/PhabricatorProjectMemberOfProjectEdgeType.php
+share/phabricator/src/applications/project/edge/PhabricatorProjectObjectHasProjectEdgeType.php
+share/phabricator/src/applications/project/edge/PhabricatorProjectProjectHasMemberEdgeType.php
+share/phabricator/src/applications/project/edge/PhabricatorProjectProjectHasObjectEdgeType.php
+share/phabricator/src/applications/project/edge/PhabricatorProjectSilencedEdgeType.php
+share/phabricator/src/applications/project/editor/PhabricatorProjectColumnTransactionEditor.php
+share/phabricator/src/applications/project/editor/PhabricatorProjectTransactionEditor.php
+share/phabricator/src/applications/project/engine/PhabricatorBoardLayoutEngine.php
+share/phabricator/src/applications/project/engine/PhabricatorBoardRenderingEngine.php
+share/phabricator/src/applications/project/engine/PhabricatorBoardResponseEngine.php
+share/phabricator/src/applications/project/engine/PhabricatorProjectEditEngine.php
+share/phabricator/src/applications/project/engine/PhabricatorProjectProfilePanelEngine.php
+share/phabricator/src/applications/project/engineextension/PhabricatorProjectHovercardEngineExtension.php
+share/phabricator/src/applications/project/engineextension/PhabricatorProjectsEditEngineExtension.php
+share/phabricator/src/applications/project/engineextension/PhabricatorProjectsFulltextEngineExtension.php
+share/phabricator/src/applications/project/engineextension/PhabricatorProjectsMembersSearchEngineAttachment.php
+share/phabricator/src/applications/project/engineextension/PhabricatorProjectsMembershipIndexEngineExtension.php
+share/phabricator/src/applications/project/engineextension/PhabricatorProjectsSearchEngineAttachment.php
+share/phabricator/src/applications/project/engineextension/PhabricatorProjectsSearchEngineExtension.php
+share/phabricator/src/applications/project/engineextension/PhabricatorProjectsWatchersSearchEngineAttachment.php
+share/phabricator/src/applications/project/events/PhabricatorProjectUIEventListener.php
+share/phabricator/src/applications/project/herald/HeraldExactProjectsField.php
+share/phabricator/src/applications/project/herald/HeraldProjectsField.php
+share/phabricator/src/applications/project/herald/PhabricatorProjectAddHeraldAction.php
+share/phabricator/src/applications/project/herald/PhabricatorProjectHeraldAction.php
+share/phabricator/src/applications/project/herald/PhabricatorProjectHeraldAdapter.php
+share/phabricator/src/applications/project/herald/PhabricatorProjectHeraldFieldGroup.php
+share/phabricator/src/applications/project/herald/PhabricatorProjectRemoveHeraldAction.php
+share/phabricator/src/applications/project/icon/PhabricatorProjectIconSet.php
+share/phabricator/src/applications/project/interface/PhabricatorColumnProxyInterface.php
+share/phabricator/src/applications/project/interface/PhabricatorProjectInterface.php
+share/phabricator/src/applications/project/lipsum/PhabricatorProjectNameContextFreeGrammar.php
+share/phabricator/src/applications/project/lipsum/PhabricatorProjectTestDataGenerator.php
+share/phabricator/src/applications/project/mail/ProjectReplyHandler.php
+share/phabricator/src/applications/project/phid/PhabricatorProjectColumnPHIDType.php
+share/phabricator/src/applications/project/phid/PhabricatorProjectProjectPHIDType.php
+share/phabricator/src/applications/project/policyrule/PhabricatorProjectMembersPolicyRule.php
+share/phabricator/src/applications/project/policyrule/PhabricatorProjectsPolicyRule.php
+share/phabricator/src/applications/project/profilepanel/PhabricatorProjectDetailsProfilePanel.php
+share/phabricator/src/applications/project/profilepanel/PhabricatorProjectManageProfilePanel.php
+share/phabricator/src/applications/project/profilepanel/PhabricatorProjectMembersProfilePanel.php
+share/phabricator/src/applications/project/profilepanel/PhabricatorProjectPointsProfilePanel.php
+share/phabricator/src/applications/project/profilepanel/PhabricatorProjectSubprojectsProfilePanel.php
+share/phabricator/src/applications/project/profilepanel/PhabricatorProjectWorkboardProfilePanel.php
+share/phabricator/src/applications/project/query/PhabricatorProjectColumnPositionQuery.php
+share/phabricator/src/applications/project/query/PhabricatorProjectColumnQuery.php
+share/phabricator/src/applications/project/query/PhabricatorProjectColumnTransactionQuery.php
+share/phabricator/src/applications/project/query/PhabricatorProjectQuery.php
+share/phabricator/src/applications/project/query/PhabricatorProjectSearchEngine.php
+share/phabricator/src/applications/project/query/PhabricatorProjectTransactionQuery.php
+share/phabricator/src/applications/project/remarkup/ProjectRemarkupRule.php
+share/phabricator/src/applications/project/remarkup/__tests__/ProjectRemarkupRuleTestCase.php
+share/phabricator/src/applications/project/search/PhabricatorProjectFulltextEngine.php
+share/phabricator/src/applications/project/searchfield/PhabricatorProjectSearchField.php
+share/phabricator/src/applications/project/storage/PhabricatorProject.php
+share/phabricator/src/applications/project/storage/PhabricatorProjectColumn.php
+share/phabricator/src/applications/project/storage/PhabricatorProjectColumnPosition.php
+share/phabricator/src/applications/project/storage/PhabricatorProjectColumnTransaction.php
+share/phabricator/src/applications/project/storage/PhabricatorProjectCustomFieldNumericIndex.php
+share/phabricator/src/applications/project/storage/PhabricatorProjectCustomFieldStorage.php
+share/phabricator/src/applications/project/storage/PhabricatorProjectCustomFieldStringIndex.php
+share/phabricator/src/applications/project/storage/PhabricatorProjectDAO.php
+share/phabricator/src/applications/project/storage/PhabricatorProjectSchemaSpec.php
+share/phabricator/src/applications/project/storage/PhabricatorProjectSlug.php
+share/phabricator/src/applications/project/storage/PhabricatorProjectTransaction.php
+share/phabricator/src/applications/project/typeahead/PhabricatorProjectDatasource.php
+share/phabricator/src/applications/project/typeahead/PhabricatorProjectLogicalAncestorDatasource.php
+share/phabricator/src/applications/project/typeahead/PhabricatorProjectLogicalDatasource.php
+share/phabricator/src/applications/project/typeahead/PhabricatorProjectLogicalOrNotDatasource.php
+share/phabricator/src/applications/project/typeahead/PhabricatorProjectLogicalUserDatasource.php
+share/phabricator/src/applications/project/typeahead/PhabricatorProjectLogicalViewerDatasource.php
+share/phabricator/src/applications/project/typeahead/PhabricatorProjectMembersDatasource.php
+share/phabricator/src/applications/project/typeahead/PhabricatorProjectNoProjectsDatasource.php
+share/phabricator/src/applications/project/typeahead/PhabricatorProjectOrUserDatasource.php
+share/phabricator/src/applications/project/typeahead/PhabricatorProjectOrUserFunctionDatasource.php
+share/phabricator/src/applications/project/typeahead/PhabricatorProjectUserFunctionDatasource.php
+share/phabricator/src/applications/project/view/PhabricatorProjectCardView.php
+share/phabricator/src/applications/project/view/PhabricatorProjectListView.php
+share/phabricator/src/applications/project/view/PhabricatorProjectMemberListView.php
+share/phabricator/src/applications/project/view/PhabricatorProjectUserListView.php
+share/phabricator/src/applications/project/view/PhabricatorProjectWatcherListView.php
+share/phabricator/src/applications/project/view/ProjectBoardTaskCard.php
+share/phabricator/src/applications/releeph/application/PhabricatorReleephApplication.php
+share/phabricator/src/applications/releeph/commitfinder/ReleephCommitFinder.php
+share/phabricator/src/applications/releeph/commitfinder/ReleephCommitFinderException.php
+share/phabricator/src/applications/releeph/conduit/ReleephConduitAPIMethod.php
+share/phabricator/src/applications/releeph/conduit/ReleephGetBranchesConduitAPIMethod.php
+share/phabricator/src/applications/releeph/conduit/ReleephQueryBranchesConduitAPIMethod.php
+share/phabricator/src/applications/releeph/conduit/ReleephQueryProductsConduitAPIMethod.php
+share/phabricator/src/applications/releeph/conduit/ReleephQueryRequestsConduitAPIMethod.php
+share/phabricator/src/applications/releeph/conduit/ReleephRequestConduitAPIMethod.php
+share/phabricator/src/applications/releeph/conduit/work/ReleephWorkCanPushConduitAPIMethod.php
+share/phabricator/src/applications/releeph/conduit/work/ReleephWorkGetAuthorInfoConduitAPIMethod.php
+share/phabricator/src/applications/releeph/conduit/work/ReleephWorkGetBranchCommitMessageConduitAPIMethod.php
+share/phabricator/src/applications/releeph/conduit/work/ReleephWorkGetBranchConduitAPIMethod.php
+share/phabricator/src/applications/releeph/conduit/work/ReleephWorkGetCommitMessageConduitAPIMethod.php
+share/phabricator/src/applications/releeph/conduit/work/ReleephWorkNextRequestConduitAPIMethod.php
+share/phabricator/src/applications/releeph/conduit/work/ReleephWorkRecordConduitAPIMethod.php
+share/phabricator/src/applications/releeph/conduit/work/ReleephWorkRecordPickStatusConduitAPIMethod.php
+share/phabricator/src/applications/releeph/config/PhabricatorReleephApplicationConfigOptions.php
+share/phabricator/src/applications/releeph/constants/ReleephRequestStatus.php
+share/phabricator/src/applications/releeph/controller/ReleephController.php
+share/phabricator/src/applications/releeph/controller/branch/ReleephBranchAccessController.php
+share/phabricator/src/applications/releeph/controller/branch/ReleephBranchController.php
+share/phabricator/src/applications/releeph/controller/branch/ReleephBranchCreateController.php
+share/phabricator/src/applications/releeph/controller/branch/ReleephBranchEditController.php
+share/phabricator/src/applications/releeph/controller/branch/ReleephBranchHistoryController.php
+share/phabricator/src/applications/releeph/controller/branch/ReleephBranchNamePreviewController.php
+share/phabricator/src/applications/releeph/controller/branch/ReleephBranchViewController.php
+share/phabricator/src/applications/releeph/controller/product/ReleephProductActionController.php
+share/phabricator/src/applications/releeph/controller/product/ReleephProductController.php
+share/phabricator/src/applications/releeph/controller/product/ReleephProductCreateController.php
+share/phabricator/src/applications/releeph/controller/product/ReleephProductEditController.php
+share/phabricator/src/applications/releeph/controller/product/ReleephProductHistoryController.php
+share/phabricator/src/applications/releeph/controller/product/ReleephProductListController.php
+share/phabricator/src/applications/releeph/controller/product/ReleephProductViewController.php
+share/phabricator/src/applications/releeph/controller/request/ReleephRequestActionController.php
+share/phabricator/src/applications/releeph/controller/request/ReleephRequestCommentController.php
+share/phabricator/src/applications/releeph/controller/request/ReleephRequestController.php
+share/phabricator/src/applications/releeph/controller/request/ReleephRequestDifferentialCreateController.php
+share/phabricator/src/applications/releeph/controller/request/ReleephRequestEditController.php
+share/phabricator/src/applications/releeph/controller/request/ReleephRequestTypeaheadController.php
+share/phabricator/src/applications/releeph/controller/request/ReleephRequestViewController.php
+share/phabricator/src/applications/releeph/differential/DifferentialReleephRequestFieldSpecification.php
+share/phabricator/src/applications/releeph/editor/ReleephBranchEditor.php
+share/phabricator/src/applications/releeph/editor/ReleephProductEditor.php
+share/phabricator/src/applications/releeph/editor/ReleephRequestTransactionalEditor.php
+share/phabricator/src/applications/releeph/field/exception/ReleephFieldParseException.php
+share/phabricator/src/applications/releeph/field/selector/ReleephDefaultFieldSelector.php
+share/phabricator/src/applications/releeph/field/selector/ReleephFieldSelector.php
+share/phabricator/src/applications/releeph/field/specification/ReleephAuthorFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephBranchCommitFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephCommitMessageFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephDependsOnFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephDiffChurnFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephDiffMessageFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephDiffSizeFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephIntentFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephLevelFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephOriginalCommitFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephReasonFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephRequestorFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephRevisionFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephSeverityFieldSpecification.php
+share/phabricator/src/applications/releeph/field/specification/ReleephSummaryFieldSpecification.php
+share/phabricator/src/applications/releeph/mail/ReleephRequestMailReceiver.php
+share/phabricator/src/applications/releeph/mail/ReleephRequestReplyHandler.php
+share/phabricator/src/applications/releeph/phid/ReleephBranchPHIDType.php
+share/phabricator/src/applications/releeph/phid/ReleephProductPHIDType.php
+share/phabricator/src/applications/releeph/phid/ReleephRequestPHIDType.php
+share/phabricator/src/applications/releeph/query/ReleephBranchQuery.php
+share/phabricator/src/applications/releeph/query/ReleephBranchSearchEngine.php
+share/phabricator/src/applications/releeph/query/ReleephBranchTransactionQuery.php
+share/phabricator/src/applications/releeph/query/ReleephProductQuery.php
+share/phabricator/src/applications/releeph/query/ReleephProductSearchEngine.php
+share/phabricator/src/applications/releeph/query/ReleephProductTransactionQuery.php
+share/phabricator/src/applications/releeph/query/ReleephRequestQuery.php
+share/phabricator/src/applications/releeph/query/ReleephRequestSearchEngine.php
+share/phabricator/src/applications/releeph/query/ReleephRequestTransactionQuery.php
+share/phabricator/src/applications/releeph/storage/ReleephBranch.php
+share/phabricator/src/applications/releeph/storage/ReleephBranchTransaction.php
+share/phabricator/src/applications/releeph/storage/ReleephDAO.php
+share/phabricator/src/applications/releeph/storage/ReleephProductTransaction.php
+share/phabricator/src/applications/releeph/storage/ReleephProject.php
+share/phabricator/src/applications/releeph/storage/ReleephRequest.php
+share/phabricator/src/applications/releeph/storage/ReleephRequestTransaction.php
+share/phabricator/src/applications/releeph/storage/ReleephRequestTransactionComment.php
+share/phabricator/src/applications/releeph/view/ReleephRequestView.php
+share/phabricator/src/applications/releeph/view/branch/ReleephBranchPreviewView.php
+share/phabricator/src/applications/releeph/view/branch/ReleephBranchTemplate.php
+share/phabricator/src/applications/releeph/view/request/ReleephRequestTypeaheadControl.php
+share/phabricator/src/applications/remarkup/conduit/RemarkupProcessConduitAPIMethod.php
+share/phabricator/src/applications/repository/conduit/RepositoryConduitAPIMethod.php
+share/phabricator/src/applications/repository/conduit/RepositoryCreateConduitAPIMethod.php
+share/phabricator/src/applications/repository/conduit/RepositoryQueryConduitAPIMethod.php
+share/phabricator/src/applications/repository/config/PhabricatorRepositoryConfigOptions.php
+share/phabricator/src/applications/repository/constants/PhabricatorRepositoryType.php
+share/phabricator/src/applications/repository/constants/PhabricatorRepositoryVersion.php
+share/phabricator/src/applications/repository/customfield/PhabricatorCommitBranchesField.php
+share/phabricator/src/applications/repository/customfield/PhabricatorCommitCustomField.php
+share/phabricator/src/applications/repository/customfield/PhabricatorCommitMergedCommitsField.php
+share/phabricator/src/applications/repository/customfield/PhabricatorCommitRepositoryField.php
+share/phabricator/src/applications/repository/customfield/PhabricatorCommitTagsField.php
+share/phabricator/src/applications/repository/daemon/PhabricatorGitGraphStream.php
+share/phabricator/src/applications/repository/daemon/PhabricatorMercurialGraphStream.php
+share/phabricator/src/applications/repository/daemon/PhabricatorRepositoryGraphStream.php
+share/phabricator/src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.php
+share/phabricator/src/applications/repository/data/PhabricatorRepositoryParsedChange.php
+share/phabricator/src/applications/repository/data/PhabricatorRepositoryURINormalizer.php
+share/phabricator/src/applications/repository/data/__tests__/PhabricatorRepositoryURINormalizerTestCase.php
+share/phabricator/src/applications/repository/editor/PhabricatorRepositoryEditor.php
+share/phabricator/src/applications/repository/engine/PhabricatorRepositoryCommitRef.php
+share/phabricator/src/applications/repository/engine/PhabricatorRepositoryDiscoveryEngine.php
+share/phabricator/src/applications/repository/engine/PhabricatorRepositoryEngine.php
+share/phabricator/src/applications/repository/engine/PhabricatorRepositoryMirrorEngine.php
+share/phabricator/src/applications/repository/engine/PhabricatorRepositoryPullEngine.php
+share/phabricator/src/applications/repository/engine/PhabricatorRepositoryRefEngine.php
+share/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyDiscoveryTestCase.php
+share/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyPullTestCase.php
+share/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php
+share/phabricator/src/applications/repository/engine/__tests__/data/CHA.git.tgz
+share/phabricator/src/applications/repository/engine/__tests__/data/CHB.hg.tgz
+share/phabricator/src/applications/repository/engine/__tests__/data/CHC.svn.tgz
+share/phabricator/src/applications/repository/engine/__tests__/data/CHD.svn.tgz
+share/phabricator/src/applications/repository/engine/__tests__/data/CHE.svn.tgz
+share/phabricator/src/applications/repository/engine/__tests__/data/GT.git.tgz
+share/phabricator/src/applications/repository/engine/__tests__/data/HT.hg.tgz
+share/phabricator/src/applications/repository/engine/__tests__/data/ST.svn.tgz
+share/phabricator/src/applications/repository/graphcache/PhabricatorRepositoryGraphCache.php
+share/phabricator/src/applications/repository/mail/PhabricatorRepositoryPushReplyHandler.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementCacheWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementDiscoverWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementEditWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementImportingWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementListPathsWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementListWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementLookupUsersWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementMarkImportedWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementMirrorWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementMovePathsWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementParentsWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementPullWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementRefsWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementReparseWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementUpdateWorkflow.php
+share/phabricator/src/applications/repository/management/PhabricatorRepositoryManagementWorkflow.php
+share/phabricator/src/applications/repository/phid/PhabricatorRepositoryCommitPHIDType.php
+share/phabricator/src/applications/repository/phid/PhabricatorRepositoryMirrorPHIDType.php
+share/phabricator/src/applications/repository/phid/PhabricatorRepositoryPullEventPHIDType.php
+share/phabricator/src/applications/repository/phid/PhabricatorRepositoryPushEventPHIDType.php
+share/phabricator/src/applications/repository/phid/PhabricatorRepositoryPushLogPHIDType.php
+share/phabricator/src/applications/repository/phid/PhabricatorRepositoryRefCursorPHIDType.php
+share/phabricator/src/applications/repository/phid/PhabricatorRepositoryRepositoryPHIDType.php
+share/phabricator/src/applications/repository/query/PhabricatorRepositoryMirrorQuery.php
+share/phabricator/src/applications/repository/query/PhabricatorRepositoryPullEventQuery.php
+share/phabricator/src/applications/repository/query/PhabricatorRepositoryPushEventQuery.php
+share/phabricator/src/applications/repository/query/PhabricatorRepositoryPushLogQuery.php
+share/phabricator/src/applications/repository/query/PhabricatorRepositoryPushLogSearchEngine.php
+share/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php
+share/phabricator/src/applications/repository/query/PhabricatorRepositoryRefCursorQuery.php
+share/phabricator/src/applications/repository/query/PhabricatorRepositorySearchEngine.php
+share/phabricator/src/applications/repository/query/PhabricatorRepositoryTransactionQuery.php
+share/phabricator/src/applications/repository/response/PhabricatorVCSResponse.php
+share/phabricator/src/applications/repository/search/DiffusionCommitFulltextEngine.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepository.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositoryAuditRequest.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositoryBranch.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositoryCommit.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositoryCommitData.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositoryDAO.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositoryMirror.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositoryPullEvent.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositoryPushEvent.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositoryPushLog.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositoryRefCursor.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositorySchemaSpec.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositoryStatusMessage.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositorySymbol.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositoryTransaction.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositoryURIIndex.php
+share/phabricator/src/applications/repository/storage/PhabricatorRepositoryVCSPassword.php
+share/phabricator/src/applications/repository/storage/__tests__/PhabricatorRepositoryTestCase.php
+share/phabricator/src/applications/repository/storage/__tests__/PhabricatorRepositoryURITestCase.php
+share/phabricator/src/applications/repository/worker/PhabricatorRepositoryCommitHeraldWorker.php
+share/phabricator/src/applications/repository/worker/PhabricatorRepositoryCommitOwnersWorker.php
+share/phabricator/src/applications/repository/worker/PhabricatorRepositoryCommitParserWorker.php
+share/phabricator/src/applications/repository/worker/PhabricatorRepositoryPushMailWorker.php
+share/phabricator/src/applications/repository/worker/__tests__/PhabricatorChangeParserTestCase.php
+share/phabricator/src/applications/repository/worker/commitchangeparser/PhabricatorRepositoryCommitChangeParserWorker.php
+share/phabricator/src/applications/repository/worker/commitchangeparser/PhabricatorRepositoryGitCommitChangeParserWorker.php
+share/phabricator/src/applications/repository/worker/commitchangeparser/PhabricatorRepositoryMercurialCommitChangeParserWorker.php
+share/phabricator/src/applications/repository/worker/commitchangeparser/PhabricatorRepositorySvnCommitChangeParserWorker.php
+share/phabricator/src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryCommitMessageParserWorker.php
+share/phabricator/src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryGitCommitMessageParserWorker.php
+share/phabricator/src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryMercurialCommitMessageParserWorker.php
+share/phabricator/src/applications/repository/worker/commitmessageparser/PhabricatorRepositorySvnCommitMessageParserWorker.php
+share/phabricator/src/applications/search/application/PhabricatorSearchApplication.php
+share/phabricator/src/applications/search/applicationpanel/PhabricatorSearchApplicationStorageEnginePanel.php
+share/phabricator/src/applications/search/config/PhabricatorSearchConfigOptions.php
+share/phabricator/src/applications/search/constants/PhabricatorSearchDocumentFieldType.php
+share/phabricator/src/applications/search/constants/PhabricatorSearchRelationship.php
+share/phabricator/src/applications/search/controller/PhabricatorApplicationSearchController.php
+share/phabricator/src/applications/search/controller/PhabricatorSearchAttachController.php
+share/phabricator/src/applications/search/controller/PhabricatorSearchBaseController.php
+share/phabricator/src/applications/search/controller/PhabricatorSearchController.php
+share/phabricator/src/applications/search/controller/PhabricatorSearchDeleteController.php
+share/phabricator/src/applications/search/controller/PhabricatorSearchEditController.php
+share/phabricator/src/applications/search/controller/PhabricatorSearchHovercardController.php
+share/phabricator/src/applications/search/controller/PhabricatorSearchOrderController.php
+share/phabricator/src/applications/search/controller/PhabricatorSearchSelectController.php
+share/phabricator/src/applications/search/editor/PhabricatorProfilePanelEditEngine.php
+share/phabricator/src/applications/search/editor/PhabricatorProfilePanelEditor.php
+share/phabricator/src/applications/search/engine/PhabricatorApplicationSearchEngine.php
+share/phabricator/src/applications/search/engine/PhabricatorJumpNavHandler.php
+share/phabricator/src/applications/search/engine/PhabricatorProfilePanelEngine.php
+share/phabricator/src/applications/search/engine/PhabricatorSearchEngineAPIMethod.php
+share/phabricator/src/applications/search/engine/__tests__/PhabricatorApplicationSearchEngineTestCase.php
+share/phabricator/src/applications/search/engine/__tests__/PhabricatorSearchEngineTestCase.php
+share/phabricator/src/applications/search/engineextension/PhabricatorFulltextIndexEngineExtension.php
+share/phabricator/src/applications/search/engineextension/PhabricatorHovercardEngineExtension.php
+share/phabricator/src/applications/search/engineextension/PhabricatorHovercardEngineExtensionModule.php
+share/phabricator/src/applications/search/engineextension/PhabricatorIDsSearchEngineExtension.php
+share/phabricator/src/applications/search/engineextension/PhabricatorLiskFulltextEngineExtension.php
+share/phabricator/src/applications/search/engineextension/PhabricatorLiskSearchEngineExtension.php
+share/phabricator/src/applications/search/engineextension/PhabricatorNgramsIndexEngineExtension.php
+share/phabricator/src/applications/search/engineextension/PhabricatorSearchEngineAttachment.php
+share/phabricator/src/applications/search/engineextension/PhabricatorSearchEngineExtension.php
+share/phabricator/src/applications/search/engineextension/PhabricatorSearchEngineExtensionModule.php
+share/phabricator/src/applications/search/engineextension/PhabricatorSearchIndexVersionDestructionEngineExtension.php
+share/phabricator/src/applications/search/engineextension/PhabricatorSearchNgramsDestructionEngineExtension.php
+share/phabricator/src/applications/search/field/PhabricatorIDsSearchField.php
+share/phabricator/src/applications/search/field/PhabricatorPHIDsSearchField.php
+share/phabricator/src/applications/search/field/PhabricatorSearchCheckboxesField.php
+share/phabricator/src/applications/search/field/PhabricatorSearchCustomFieldProxyField.php
+share/phabricator/src/applications/search/field/PhabricatorSearchDatasourceField.php
+share/phabricator/src/applications/search/field/PhabricatorSearchDateControlField.php
+share/phabricator/src/applications/search/field/PhabricatorSearchDateField.php
+share/phabricator/src/applications/search/field/PhabricatorSearchField.php
+share/phabricator/src/applications/search/field/PhabricatorSearchOrderField.php
+share/phabricator/src/applications/search/field/PhabricatorSearchSelectField.php
+share/phabricator/src/applications/search/field/PhabricatorSearchStringListField.php
+share/phabricator/src/applications/search/field/PhabricatorSearchSubscribersField.php
+share/phabricator/src/applications/search/field/PhabricatorSearchTextField.php
+share/phabricator/src/applications/search/field/PhabricatorSearchThreeStateField.php
+share/phabricator/src/applications/search/field/PhabricatorSearchTokenizerField.php
+share/phabricator/src/applications/search/fulltextstorage/PhabricatorElasticFulltextStorageEngine.php
+share/phabricator/src/applications/search/fulltextstorage/PhabricatorFulltextStorageEngine.php
+share/phabricator/src/applications/search/fulltextstorage/PhabricatorMySQLFulltextStorageEngine.php
+share/phabricator/src/applications/search/index/PhabricatorFulltextEngine.php
+share/phabricator/src/applications/search/index/PhabricatorFulltextEngineExtension.php
+share/phabricator/src/applications/search/index/PhabricatorFulltextEngineExtensionModule.php
+share/phabricator/src/applications/search/index/PhabricatorIndexEngine.php
+share/phabricator/src/applications/search/index/PhabricatorIndexEngineExtension.php
+share/phabricator/src/applications/search/index/PhabricatorIndexEngineExtensionModule.php
+share/phabricator/src/applications/search/index/PhabricatorSearchAbstractDocument.php
+share/phabricator/src/applications/search/interface/PhabricatorFulltextInterface.php
+share/phabricator/src/applications/search/interface/PhabricatorNgramsInterface.php
+share/phabricator/src/applications/search/management/PhabricatorSearchManagementIndexWorkflow.php
+share/phabricator/src/applications/search/management/PhabricatorSearchManagementInitWorkflow.php
+share/phabricator/src/applications/search/management/PhabricatorSearchManagementWorkflow.php
+share/phabricator/src/applications/search/ngrams/PhabricatorSearchNgrams.php
+share/phabricator/src/applications/search/phidtype/PhabricatorProfilePanelPHIDType.php
+share/phabricator/src/applications/search/profilepanel/PhabricatorDividerProfilePanel.php
+share/phabricator/src/applications/search/profilepanel/PhabricatorLinkProfilePanel.php
+share/phabricator/src/applications/search/profilepanel/PhabricatorMotivatorProfilePanel.php
+share/phabricator/src/applications/search/profilepanel/PhabricatorProfilePanel.php
+share/phabricator/src/applications/search/profilepanel/PhabricatorProfilePanelIconSet.php
+share/phabricator/src/applications/search/query/PhabricatorNamedQueryQuery.php
+share/phabricator/src/applications/search/query/PhabricatorProfilePanelConfigurationQuery.php
+share/phabricator/src/applications/search/query/PhabricatorProfilePanelConfigurationTransactionQuery.php
+share/phabricator/src/applications/search/query/PhabricatorSavedQueryQuery.php
+share/phabricator/src/applications/search/query/PhabricatorSearchApplicationSearchEngine.php
+share/phabricator/src/applications/search/query/PhabricatorSearchDocumentQuery.php
+share/phabricator/src/applications/search/storage/PhabricatorNamedQuery.php
+share/phabricator/src/applications/search/storage/PhabricatorProfilePanelConfiguration.php
+share/phabricator/src/applications/search/storage/PhabricatorProfilePanelConfigurationTransaction.php
+share/phabricator/src/applications/search/storage/PhabricatorSavedQuery.php
+share/phabricator/src/applications/search/storage/PhabricatorSearchDAO.php
+share/phabricator/src/applications/search/storage/PhabricatorSearchIndexVersion.php
+share/phabricator/src/applications/search/storage/document/PhabricatorSearchDocument.php
+share/phabricator/src/applications/search/storage/document/PhabricatorSearchDocumentField.php
+share/phabricator/src/applications/search/storage/document/PhabricatorSearchDocumentRelationship.php
+share/phabricator/src/applications/search/typeahead/PhabricatorSearchDatasource.php
+share/phabricator/src/applications/search/typeahead/PhabricatorSearchDocumentTypeDatasource.php
+share/phabricator/src/applications/search/view/PhabricatorApplicationSearchResultView.php
+share/phabricator/src/applications/search/view/PhabricatorSearchResultView.php
+share/phabricator/src/applications/search/worker/PhabricatorSearchWorker.php
+share/phabricator/src/applications/settings/action/PhabricatorSettingsAddEmailAction.php
+share/phabricator/src/applications/settings/application/PhabricatorSettingsApplication.php
+share/phabricator/src/applications/settings/controller/PhabricatorSettingsAdjustController.php
+share/phabricator/src/applications/settings/controller/PhabricatorSettingsMainController.php
+share/phabricator/src/applications/settings/extension/PhabricatorSettingsMainMenuBarExtension.php
+share/phabricator/src/applications/settings/panel/PhabricatorAccountSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorActivitySettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorConpherencePreferencesSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorDateTimeSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorDesktopNotificationsSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorDeveloperPreferencesSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorDiffPreferencesSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorDisplayPreferencesSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorEmailAddressesSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorEmailFormatSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorEmailPreferencesSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorExternalAccountsSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorHomePreferencesSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorMultiFactorSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorPasswordSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorSSHKeysSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorSearchPreferencesSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorSessionsSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorSettingsPanel.php
+share/phabricator/src/applications/settings/panel/PhabricatorTokensSettingsPanel.php
+share/phabricator/src/applications/settings/storage/PhabricatorUserPreferences.php
+share/phabricator/src/applications/slowvote/application/PhabricatorSlowvoteApplication.php
+share/phabricator/src/applications/slowvote/capability/PhabricatorSlowvoteDefaultViewCapability.php
+share/phabricator/src/applications/slowvote/conduit/SlowvoteConduitAPIMethod.php
+share/phabricator/src/applications/slowvote/conduit/SlowvoteInfoConduitAPIMethod.php
+share/phabricator/src/applications/slowvote/controller/PhabricatorSlowvoteCloseController.php
+share/phabricator/src/applications/slowvote/controller/PhabricatorSlowvoteCommentController.php
+share/phabricator/src/applications/slowvote/controller/PhabricatorSlowvoteController.php
+share/phabricator/src/applications/slowvote/controller/PhabricatorSlowvoteEditController.php
+share/phabricator/src/applications/slowvote/controller/PhabricatorSlowvoteListController.php
+share/phabricator/src/applications/slowvote/controller/PhabricatorSlowvotePollController.php
+share/phabricator/src/applications/slowvote/controller/PhabricatorSlowvoteVoteController.php
+share/phabricator/src/applications/slowvote/editor/PhabricatorSlowvoteEditor.php
+share/phabricator/src/applications/slowvote/mail/PhabricatorSlowvoteMailReceiver.php
+share/phabricator/src/applications/slowvote/mail/PhabricatorSlowvoteReplyHandler.php
+share/phabricator/src/applications/slowvote/phid/PhabricatorSlowvotePollPHIDType.php
+share/phabricator/src/applications/slowvote/query/PhabricatorSlowvoteQuery.php
+share/phabricator/src/applications/slowvote/query/PhabricatorSlowvoteSearchEngine.php
+share/phabricator/src/applications/slowvote/query/PhabricatorSlowvoteTransactionQuery.php
+share/phabricator/src/applications/slowvote/remarkup/SlowvoteRemarkupRule.php
+share/phabricator/src/applications/slowvote/storage/PhabricatorSlowvoteChoice.php
+share/phabricator/src/applications/slowvote/storage/PhabricatorSlowvoteDAO.php
+share/phabricator/src/applications/slowvote/storage/PhabricatorSlowvoteOption.php
+share/phabricator/src/applications/slowvote/storage/PhabricatorSlowvotePoll.php
+share/phabricator/src/applications/slowvote/storage/PhabricatorSlowvoteSchemaSpec.php
+share/phabricator/src/applications/slowvote/storage/PhabricatorSlowvoteTransaction.php
+share/phabricator/src/applications/slowvote/storage/PhabricatorSlowvoteTransactionComment.php
+share/phabricator/src/applications/slowvote/view/SlowvoteEmbedView.php
+share/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php
+share/phabricator/src/applications/spaces/application/PhabricatorSpacesApplication.php
+share/phabricator/src/applications/spaces/capability/PhabricatorSpacesCapabilityCreateSpaces.php
+share/phabricator/src/applications/spaces/capability/PhabricatorSpacesCapabilityDefaultEdit.php
+share/phabricator/src/applications/spaces/capability/PhabricatorSpacesCapabilityDefaultView.php
+share/phabricator/src/applications/spaces/controller/PhabricatorSpacesArchiveController.php
+share/phabricator/src/applications/spaces/controller/PhabricatorSpacesController.php
+share/phabricator/src/applications/spaces/controller/PhabricatorSpacesEditController.php
+share/phabricator/src/applications/spaces/controller/PhabricatorSpacesListController.php
+share/phabricator/src/applications/spaces/controller/PhabricatorSpacesNoAccessController.php
+share/phabricator/src/applications/spaces/controller/PhabricatorSpacesViewController.php
+share/phabricator/src/applications/spaces/editor/PhabricatorSpacesNamespaceEditor.php
+share/phabricator/src/applications/spaces/engineextension/PhabricatorSpacesSearchEngineExtension.php
+share/phabricator/src/applications/spaces/herald/HeraldSpaceField.php
+share/phabricator/src/applications/spaces/interface/PhabricatorSpacesInterface.php
+share/phabricator/src/applications/spaces/phid/PhabricatorSpacesNamespacePHIDType.php
+share/phabricator/src/applications/spaces/query/PhabricatorSpacesNamespaceQuery.php
+share/phabricator/src/applications/spaces/query/PhabricatorSpacesNamespaceSearchEngine.php
+share/phabricator/src/applications/spaces/query/PhabricatorSpacesNamespaceTransactionQuery.php
+share/phabricator/src/applications/spaces/remarkup/PhabricatorSpacesRemarkupRule.php
+share/phabricator/src/applications/spaces/searchfield/PhabricatorSpacesSearchField.php
+share/phabricator/src/applications/spaces/storage/PhabricatorSpacesDAO.php
+share/phabricator/src/applications/spaces/storage/PhabricatorSpacesNamespace.php
+share/phabricator/src/applications/spaces/storage/PhabricatorSpacesNamespaceTransaction.php
+share/phabricator/src/applications/spaces/storage/PhabricatorSpacesSchemaSpec.php
+share/phabricator/src/applications/spaces/typeahead/PhabricatorSpacesNamespaceDatasource.php
+share/phabricator/src/applications/spaces/view/PHUISpacesNamespaceContextView.php
+share/phabricator/src/applications/subscriptions/application/PhabricatorSubscriptionsApplication.php
+share/phabricator/src/applications/subscriptions/command/PhabricatorSubscriptionsSubscribeEmailCommand.php
+share/phabricator/src/applications/subscriptions/command/PhabricatorSubscriptionsUnsubscribeEmailCommand.php
+share/phabricator/src/applications/subscriptions/controller/PhabricatorSubscriptionsEditController.php
+share/phabricator/src/applications/subscriptions/controller/PhabricatorSubscriptionsListController.php
+share/phabricator/src/applications/subscriptions/controller/PhabricatorSubscriptionsTransactionController.php
+share/phabricator/src/applications/subscriptions/editor/PhabricatorSubscriptionsEditor.php
+share/phabricator/src/applications/subscriptions/engineextension/PhabricatorSubscriptionsEditEngineExtension.php
+share/phabricator/src/applications/subscriptions/engineextension/PhabricatorSubscriptionsFulltextEngineExtension.php
+share/phabricator/src/applications/subscriptions/engineextension/PhabricatorSubscriptionsSearchEngineAttachment.php
+share/phabricator/src/applications/subscriptions/engineextension/PhabricatorSubscriptionsSearchEngineExtension.php
+share/phabricator/src/applications/subscriptions/events/PhabricatorSubscriptionsUIEventListener.php
+share/phabricator/src/applications/subscriptions/herald/HeraldSubscribersField.php
+share/phabricator/src/applications/subscriptions/herald/PhabricatorSubscriptionsAddSelfHeraldAction.php
+share/phabricator/src/applications/subscriptions/herald/PhabricatorSubscriptionsAddSubscribersHeraldAction.php
+share/phabricator/src/applications/subscriptions/herald/PhabricatorSubscriptionsHeraldAction.php
+share/phabricator/src/applications/subscriptions/herald/PhabricatorSubscriptionsRemoveSelfHeraldAction.php
+share/phabricator/src/applications/subscriptions/herald/PhabricatorSubscriptionsRemoveSubscribersHeraldAction.php
+share/phabricator/src/applications/subscriptions/interface/PhabricatorSubscribableInterface.php
+share/phabricator/src/applications/subscriptions/policyrule/PhabricatorSubscriptionsSubscribersPolicyRule.php
+share/phabricator/src/applications/subscriptions/query/PhabricatorSubscribersQuery.php
+share/phabricator/src/applications/subscriptions/view/SubscriptionListDialogBuilder.php
+share/phabricator/src/applications/subscriptions/view/SubscriptionListStringBuilder.php
+share/phabricator/src/applications/support/application/PhabricatorSupportApplication.php
+share/phabricator/src/applications/system/action/PhabricatorSystemAction.php
+share/phabricator/src/applications/system/application/PhabricatorSystemApplication.php
+share/phabricator/src/applications/system/controller/PhabricatorDebugController.php
+share/phabricator/src/applications/system/controller/PhabricatorRobotsController.php
+share/phabricator/src/applications/system/controller/PhabricatorStatusController.php
+share/phabricator/src/applications/system/controller/PhabricatorSystemSelectEncodingController.php
+share/phabricator/src/applications/system/controller/PhabricatorSystemSelectHighlightController.php
+share/phabricator/src/applications/system/engine/PhabricatorDestructionEngine.php
+share/phabricator/src/applications/system/engine/PhabricatorDestructionEngineExtension.php
+share/phabricator/src/applications/system/engine/PhabricatorDestructionEngineExtensionModule.php
+share/phabricator/src/applications/system/engine/PhabricatorSystemActionEngine.php
+share/phabricator/src/applications/system/exception/PhabricatorSystemActionRateLimitException.php
+share/phabricator/src/applications/system/garbagecollector/PhabricatorSystemActionGarbageCollector.php
+share/phabricator/src/applications/system/garbagecollector/PhabricatorSystemDestructionGarbageCollector.php
+share/phabricator/src/applications/system/interface/PhabricatorDestructibleInterface.php
+share/phabricator/src/applications/system/management/PhabricatorSystemRemoveDestroyWorkflow.php
+share/phabricator/src/applications/system/management/PhabricatorSystemRemoveLogWorkflow.php
+share/phabricator/src/applications/system/management/PhabricatorSystemRemoveWorkflow.php
+share/phabricator/src/applications/system/storage/PhabricatorSystemActionLog.php
+share/phabricator/src/applications/system/storage/PhabricatorSystemDAO.php
+share/phabricator/src/applications/system/storage/PhabricatorSystemDestructionLog.php
+share/phabricator/src/applications/tokens/application/PhabricatorTokensApplication.php
+share/phabricator/src/applications/tokens/conduit/TokenConduitAPIMethod.php
+share/phabricator/src/applications/tokens/conduit/TokenGiveConduitAPIMethod.php
+share/phabricator/src/applications/tokens/conduit/TokenGivenConduitAPIMethod.php
+share/phabricator/src/applications/tokens/conduit/TokenQueryConduitAPIMethod.php
+share/phabricator/src/applications/tokens/controller/PhabricatorTokenController.php
+share/phabricator/src/applications/tokens/controller/PhabricatorTokenGiveController.php
+share/phabricator/src/applications/tokens/controller/PhabricatorTokenGivenController.php
+share/phabricator/src/applications/tokens/controller/PhabricatorTokenLeaderController.php
+share/phabricator/src/applications/tokens/editor/PhabricatorTokenGivenEditor.php
+share/phabricator/src/applications/tokens/engineextension/PhabricatorTokenDestructionEngineExtension.php
+share/phabricator/src/applications/tokens/event/PhabricatorTokenUIEventListener.php
+share/phabricator/src/applications/tokens/feed/PhabricatorTokenGivenFeedStory.php
+share/phabricator/src/applications/tokens/interface/PhabricatorTokenReceiverInterface.php
+share/phabricator/src/applications/tokens/phid/PhabricatorTokenTokenPHIDType.php
+share/phabricator/src/applications/tokens/query/PhabricatorTokenCountQuery.php
+share/phabricator/src/applications/tokens/query/PhabricatorTokenGivenQuery.php
+share/phabricator/src/applications/tokens/query/PhabricatorTokenQuery.php
+share/phabricator/src/applications/tokens/query/PhabricatorTokenReceiverQuery.php
+share/phabricator/src/applications/tokens/storage/PhabricatorToken.php
+share/phabricator/src/applications/tokens/storage/PhabricatorTokenCount.php
+share/phabricator/src/applications/tokens/storage/PhabricatorTokenDAO.php
+share/phabricator/src/applications/tokens/storage/PhabricatorTokenGiven.php
+share/phabricator/src/applications/transactions/application/PhabricatorTransactionsApplication.php
+share/phabricator/src/applications/transactions/commentaction/PhabricatorEditEngineCommentAction.php
+share/phabricator/src/applications/transactions/commentaction/PhabricatorEditEnginePointsCommentAction.php
+share/phabricator/src/applications/transactions/commentaction/PhabricatorEditEngineSelectCommentAction.php
+share/phabricator/src/applications/transactions/commentaction/PhabricatorEditEngineTokenizerCommentAction.php
+share/phabricator/src/applications/transactions/constants/PhabricatorTransactions.php
+share/phabricator/src/applications/transactions/controller/PhabricatorApplicationTransactionCommentEditController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorApplicationTransactionCommentHistoryController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorApplicationTransactionCommentQuoteController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorApplicationTransactionCommentRawController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorApplicationTransactionCommentRemoveController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorApplicationTransactionController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorApplicationTransactionDetailController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorApplicationTransactionRemarkupPreviewController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorApplicationTransactionShowOlderController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorApplicationTransactionValueController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorEditEngineConfigurationDefaultCreateController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorEditEngineConfigurationDefaultsController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorEditEngineConfigurationDisableController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorEditEngineConfigurationEditController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorEditEngineConfigurationIsEditController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorEditEngineConfigurationListController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorEditEngineConfigurationLockController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorEditEngineConfigurationReorderController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorEditEngineConfigurationSaveController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorEditEngineConfigurationSortController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorEditEngineConfigurationViewController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorEditEngineController.php
+share/phabricator/src/applications/transactions/controller/PhabricatorEditEngineListController.php
+share/phabricator/src/applications/transactions/edges/PhabricatorContributedToObjectEdgeType.php
+share/phabricator/src/applications/transactions/edges/PhabricatorObjectHasContributorEdgeType.php
+share/phabricator/src/applications/transactions/edges/PhabricatorObjectHasFileEdgeType.php
+share/phabricator/src/applications/transactions/edges/PhabricatorObjectHasSubscriberEdgeType.php
+share/phabricator/src/applications/transactions/edges/PhabricatorObjectHasUnsubscriberEdgeType.php
+share/phabricator/src/applications/transactions/edges/PhabricatorObjectHasWatcherEdgeType.php
+share/phabricator/src/applications/transactions/edges/PhabricatorObjectMentionedByObjectEdgeType.php
+share/phabricator/src/applications/transactions/edges/PhabricatorObjectMentionsObjectEdgeType.php
+share/phabricator/src/applications/transactions/edges/PhabricatorObjectUsesCredentialsEdgeType.php
+share/phabricator/src/applications/transactions/edges/PhabricatorSubscribedToObjectEdgeType.php
+share/phabricator/src/applications/transactions/edges/PhabricatorTestNoCycleEdgeType.php
+share/phabricator/src/applications/transactions/edges/PhabricatorUnsubscribedFromObjectEdgeType.php
+share/phabricator/src/applications/transactions/edges/PhabricatorWatcherHasObjectEdgeType.php
+share/phabricator/src/applications/transactions/editengine/PhabricatorEditEngine.php
+share/phabricator/src/applications/transactions/editengine/PhabricatorEditEngineAPIMethod.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorCommentEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorConduitEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorDatasourceEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorHandlesEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorIconSetEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorInstructionsEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorPHIDListEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorPointsEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorPolicyEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorProjectsEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorRemarkupEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorSelectEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorSpaceEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorStringListEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorSubscribersEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorTextAreaEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorTextEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorTokenizerEditField.php
+share/phabricator/src/applications/transactions/editfield/PhabricatorUsersEditField.php
+share/phabricator/src/applications/transactions/editor/PhabricatorApplicationTransactionCommentEditor.php
+share/phabricator/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
+share/phabricator/src/applications/transactions/editor/PhabricatorEditEngineConfigurationEditEngine.php
+share/phabricator/src/applications/transactions/editor/PhabricatorEditEngineConfigurationEditor.php
+share/phabricator/src/applications/transactions/edittype/PhabricatorCommentEditType.php
+share/phabricator/src/applications/transactions/edittype/PhabricatorDatasourceEditType.php
+share/phabricator/src/applications/transactions/edittype/PhabricatorEdgeEditType.php
+share/phabricator/src/applications/transactions/edittype/PhabricatorEditType.php
+share/phabricator/src/applications/transactions/edittype/PhabricatorPHIDListEditType.php
+share/phabricator/src/applications/transactions/edittype/PhabricatorSimpleEditType.php
+share/phabricator/src/applications/transactions/engineextension/PhabricatorCommentEditEngineExtension.php
+share/phabricator/src/applications/transactions/engineextension/PhabricatorEditEngineExtension.php
+share/phabricator/src/applications/transactions/engineextension/PhabricatorEditEngineExtensionModule.php
+share/phabricator/src/applications/transactions/engineextension/PhabricatorTransactionsDestructionEngineExtension.php
+share/phabricator/src/applications/transactions/engineextension/PhabricatorTransactionsFulltextEngineExtension.php
+share/phabricator/src/applications/transactions/error/PhabricatorApplicationTransactionValidationError.php
+share/phabricator/src/applications/transactions/exception/PhabricatorApplicationTransactionNoEffectException.php
+share/phabricator/src/applications/transactions/exception/PhabricatorApplicationTransactionStructureException.php
+share/phabricator/src/applications/transactions/exception/PhabricatorApplicationTransactionValidationException.php
+share/phabricator/src/applications/transactions/feed/PhabricatorApplicationTransactionFeedStory.php
+share/phabricator/src/applications/transactions/interface/PhabricatorApplicationTransactionInterface.php
+share/phabricator/src/applications/transactions/interface/PhabricatorMentionableInterface.php
+share/phabricator/src/applications/transactions/phid/PhabricatorApplicationTransactionTransactionPHIDType.php
+share/phabricator/src/applications/transactions/phid/PhabricatorEditEngineConfigurationPHIDType.php
+share/phabricator/src/applications/transactions/query/PhabricatorApplicationTransactionCommentQuery.php
+share/phabricator/src/applications/transactions/query/PhabricatorApplicationTransactionQuery.php
+share/phabricator/src/applications/transactions/query/PhabricatorApplicationTransactionTemplatedCommentQuery.php
+share/phabricator/src/applications/transactions/query/PhabricatorEditEngineConfigurationQuery.php
+share/phabricator/src/applications/transactions/query/PhabricatorEditEngineConfigurationSearchEngine.php
+share/phabricator/src/applications/transactions/query/PhabricatorEditEngineConfigurationTransactionQuery.php
+share/phabricator/src/applications/transactions/query/PhabricatorEditEngineQuery.php
+share/phabricator/src/applications/transactions/query/PhabricatorEditEngineSearchEngine.php
+share/phabricator/src/applications/transactions/replyhandler/PhabricatorApplicationTransactionReplyHandler.php
+share/phabricator/src/applications/transactions/response/PhabricatorApplicationTransactionNoEffectResponse.php
+share/phabricator/src/applications/transactions/response/PhabricatorApplicationTransactionResponse.php
+share/phabricator/src/applications/transactions/response/PhabricatorApplicationTransactionValidationResponse.php
+share/phabricator/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
+share/phabricator/src/applications/transactions/storage/PhabricatorApplicationTransactionComment.php
+share/phabricator/src/applications/transactions/storage/PhabricatorEditEngineConfiguration.php
+share/phabricator/src/applications/transactions/storage/PhabricatorEditEngineConfigurationTransaction.php
+share/phabricator/src/applications/transactions/view/PhabricatorApplicationEditHTTPParameterHelpView.php
+share/phabricator/src/applications/transactions/view/PhabricatorApplicationTransactionCommentView.php
+share/phabricator/src/applications/transactions/view/PhabricatorApplicationTransactionTextDiffDetailView.php
+share/phabricator/src/applications/transactions/view/PhabricatorApplicationTransactionView.php
+share/phabricator/src/applications/transactions/worker/PhabricatorApplicationTransactionPublishWorker.php
+share/phabricator/src/applications/typeahead/application/PhabricatorTypeaheadApplication.php
+share/phabricator/src/applications/typeahead/controller/PhabricatorTypeaheadDatasourceController.php
+share/phabricator/src/applications/typeahead/controller/PhabricatorTypeaheadFunctionHelpController.php
+share/phabricator/src/applications/typeahead/controller/PhabricatorTypeaheadModularDatasourceController.php
+share/phabricator/src/applications/typeahead/datasource/PhabricatorTypeaheadCompositeDatasource.php
+share/phabricator/src/applications/typeahead/datasource/PhabricatorTypeaheadDatasource.php
+share/phabricator/src/applications/typeahead/datasource/PhabricatorTypeaheadMonogramDatasource.php
+share/phabricator/src/applications/typeahead/datasource/PhabricatorTypeaheadRuntimeCompositeDatasource.php
+share/phabricator/src/applications/typeahead/exception/PhabricatorTypeaheadInvalidTokenException.php
+share/phabricator/src/applications/typeahead/storage/PhabricatorTypeaheadResult.php
+share/phabricator/src/applications/typeahead/view/PhabricatorTypeaheadTokenView.php
+share/phabricator/src/applications/uiexample/application/PhabricatorUIExamplesApplication.php
+share/phabricator/src/applications/uiexample/controller/PhabricatorUIExampleRenderController.php
+share/phabricator/src/applications/uiexample/examples/JavelinReactorUIExample.php
+share/phabricator/src/applications/uiexample/examples/JavelinUIExample.php
+share/phabricator/src/applications/uiexample/examples/JavelinViewExampleServerView.php
+share/phabricator/src/applications/uiexample/examples/JavelinViewUIExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIActionPanelExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIBadgeExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIBoxExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIButtonBarExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIButtonExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIColorPalletteExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIDocumentExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIFeedStoryExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIHovercardUIExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIIconExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIImageMaskExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIInfoExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIInfoPanelExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIListExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIObjectItemListExample.php
+share/phabricator/src/applications/uiexample/examples/PHUIPropertyListExample.php
+share/phabricator/src/applications/uiexample/examples/PHUITagExample.php
+share/phabricator/src/applications/uiexample/examples/PHUITimelineExample.php
+share/phabricator/src/applications/uiexample/examples/PHUITypeaheadExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorAphrontBarUIExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorBarePageUIExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorBusyUIExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorGestureUIExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorListFilterUIExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorMultiColumnUIExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorNotificationUIExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorPagedFormUIExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorPagerUIExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorRemarkupUIExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorSetupIssueUIExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorSortTableUIExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorStatusUIExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorTooltipUIExample.php
+share/phabricator/src/applications/uiexample/examples/PhabricatorUIExample.php
+share/phabricator/src/applications/xhprof/application/PhabricatorXHProfApplication.php
+share/phabricator/src/applications/xhprof/controller/PhabricatorXHProfController.php
+share/phabricator/src/applications/xhprof/controller/PhabricatorXHProfProfileController.php
+share/phabricator/src/applications/xhprof/controller/PhabricatorXHProfSampleListController.php
+share/phabricator/src/applications/xhprof/storage/PhabricatorXHProfDAO.php
+share/phabricator/src/applications/xhprof/storage/PhabricatorXHProfSample.php
+share/phabricator/src/applications/xhprof/view/PhabricatorXHProfProfileSymbolView.php
+share/phabricator/src/applications/xhprof/view/PhabricatorXHProfProfileTopLevelView.php
+share/phabricator/src/applications/xhprof/view/PhabricatorXHProfProfileView.php
+share/phabricator/src/docs/book/contributor.book
+share/phabricator/src/docs/book/flavor.book
+share/phabricator/src/docs/book/phabricator.book
+share/phabricator/src/docs/book/user.book
+share/phabricator/src/docs/contributor/adding_new_classes.diviner
+share/phabricator/src/docs/contributor/adding_new_css_and_js.diviner
+share/phabricator/src/docs/contributor/assistive_technologies.diviner
+share/phabricator/src/docs/contributor/bug_reports.diviner
+share/phabricator/src/docs/contributor/cla.diviner
+share/phabricator/src/docs/contributor/contrib_intro.diviner
+share/phabricator/src/docs/contributor/contributing_code.diviner
+share/phabricator/src/docs/contributor/css_coding_standards.diviner
+share/phabricator/src/docs/contributor/database.diviner
+share/phabricator/src/docs/contributor/describing_problems.diviner
+share/phabricator/src/docs/contributor/feature_requests.diviner
+share/phabricator/src/docs/contributor/general_coding_standards.diviner
+share/phabricator/src/docs/contributor/internationalization.diviner
+share/phabricator/src/docs/contributor/javascript_coding_standards.diviner
+share/phabricator/src/docs/contributor/n_plus_one.diviner
+share/phabricator/src/docs/contributor/phabricator_code_layout.diviner
+share/phabricator/src/docs/contributor/php_coding_standards.diviner
+share/phabricator/src/docs/contributor/rendering_html.diviner
+share/phabricator/src/docs/contributor/running_builtin_php_webserver.diviner
+share/phabricator/src/docs/contributor/unit_tests.diviner
+share/phabricator/src/docs/contributor/using_edges.diviner
+share/phabricator/src/docs/contributor/using_oauthserver.diviner
+share/phabricator/src/docs/flavor/about_flavor_text.diviner
+share/phabricator/src/docs/flavor/javascript_object_array.diviner
+share/phabricator/src/docs/flavor/javascript_pitfalls.diviner
+share/phabricator/src/docs/flavor/php_pitfalls.diviner
+share/phabricator/src/docs/flavor/please_please_please.diviner
+share/phabricator/src/docs/flavor/project_history.diviner
+share/phabricator/src/docs/flavor/recommendations_on_branching.diviner
+share/phabricator/src/docs/flavor/recommendations_on_revision_control.diviner
+share/phabricator/src/docs/flavor/so_many_databases.diviner
+share/phabricator/src/docs/flavor/soon_static_resources.diviner
+share/phabricator/src/docs/flavor/things_you_should_do_now.diviner
+share/phabricator/src/docs/flavor/things_you_should_do_soon.diviner
+share/phabricator/src/docs/flavor/writing_reviewable_code.diviner
+share/phabricator/src/docs/tech/celerity.diviner
+share/phabricator/src/docs/tech/chatbot.diviner
+share/phabricator/src/docs/tech/handles.diviner
+share/phabricator/src/docs/user/configuration/advanced_configuration.diviner
+share/phabricator/src/docs/user/configuration/cluster.diviner
+share/phabricator/src/docs/user/configuration/configuration_guide.diviner
+share/phabricator/src/docs/user/configuration/configuration_locked.diviner
+share/phabricator/src/docs/user/configuration/configuring_accounts_and_registration.diviner
+share/phabricator/src/docs/user/configuration/configuring_backups.diviner
+share/phabricator/src/docs/user/configuration/configuring_file_domain.diviner
+share/phabricator/src/docs/user/configuration/configuring_file_storage.diviner
+share/phabricator/src/docs/user/configuration/configuring_inbound_email.diviner
+share/phabricator/src/docs/user/configuration/configuring_outbound_email.diviner
+share/phabricator/src/docs/user/configuration/configuring_preamble.diviner
+share/phabricator/src/docs/user/configuration/custom_fields.diviner
+share/phabricator/src/docs/user/configuration/managing_caches.diviner
+share/phabricator/src/docs/user/configuration/managing_daemons.diviner
+share/phabricator/src/docs/user/configuration/managing_garbage.diviner
+share/phabricator/src/docs/user/configuration/notifications.diviner
+share/phabricator/src/docs/user/configuration/storage_adjust.diviner
+share/phabricator/src/docs/user/configuration/troubleshooting_https.diviner
+share/phabricator/src/docs/user/feedback.diviner
+share/phabricator/src/docs/user/field/conduit_changes.diviner
+share/phabricator/src/docs/user/field/darkconsole.diviner
+share/phabricator/src/docs/user/field/exit_codes.diviner
+share/phabricator/src/docs/user/field/performance.diviner
+share/phabricator/src/docs/user/field/repository_imports.diviner
+share/phabricator/src/docs/user/field/restarting.diviner
+share/phabricator/src/docs/user/field/xhprof.diviner
+share/phabricator/src/docs/user/installation_guide.diviner
+share/phabricator/src/docs/user/introduction.diviner
+share/phabricator/src/docs/user/reporting_security.diviner
+share/phabricator/src/docs/user/support.diviner
+share/phabricator/src/docs/user/upgrading.diviner
+share/phabricator/src/docs/user/userguide/almanac.diviner
+share/phabricator/src/docs/user/userguide/amazon_rds.diviner
+share/phabricator/src/docs/user/userguide/arcanist.diviner
+share/phabricator/src/docs/user/userguide/arcanist_commit_ranges.diviner
+share/phabricator/src/docs/user/userguide/arcanist_coverage.diviner
+share/phabricator/src/docs/user/userguide/arcanist_diff.diviner
+share/phabricator/src/docs/user/userguide/arcanist_extending_lint.diviner
+share/phabricator/src/docs/user/userguide/arcanist_lint.diviner
+share/phabricator/src/docs/user/userguide/arcanist_lint_script_and_regex.diviner
+share/phabricator/src/docs/user/userguide/arcanist_lint_unit.diviner
+share/phabricator/src/docs/user/userguide/arcanist_mac_os_x.diviner
+share/phabricator/src/docs/user/userguide/arcanist_new_project.diviner
+share/phabricator/src/docs/user/userguide/arcanist_quick_start.diviner
+share/phabricator/src/docs/user/userguide/arcanist_windows.diviner
+share/phabricator/src/docs/user/userguide/audit.diviner
+share/phabricator/src/docs/user/userguide/calendar.diviner
+share/phabricator/src/docs/user/userguide/conduit.diviner
+share/phabricator/src/docs/user/userguide/conduit_edit.diviner
+share/phabricator/src/docs/user/userguide/conduit_search.diviner
+share/phabricator/src/docs/user/userguide/differential.diviner
+share/phabricator/src/docs/user/userguide/differential_faq.diviner
+share/phabricator/src/docs/user/userguide/differential_inlines.diviner
+share/phabricator/src/docs/user/userguide/differential_land.diviner
+share/phabricator/src/docs/user/userguide/differential_large_changes.diviner
+share/phabricator/src/docs/user/userguide/differential_test_plans.diviner
+share/phabricator/src/docs/user/userguide/diffusion.diviner
+share/phabricator/src/docs/user/userguide/diffusion_autoclose.diviner
+share/phabricator/src/docs/user/userguide/diffusion_hooks.diviner
+share/phabricator/src/docs/user/userguide/diffusion_hosting.diviner
+share/phabricator/src/docs/user/userguide/diffusion_symbols.diviner
+share/phabricator/src/docs/user/userguide/diffusion_updates.diviner
+share/phabricator/src/docs/user/userguide/diviner.diviner
+share/phabricator/src/docs/user/userguide/drydock.diviner
+share/phabricator/src/docs/user/userguide/drydock_blueprints.diviner
+share/phabricator/src/docs/user/userguide/drydock_hosts.diviner
+share/phabricator/src/docs/user/userguide/drydock_quick_start.diviner
+share/phabricator/src/docs/user/userguide/drydock_repository_automation.diviner
+share/phabricator/src/docs/user/userguide/drydock_security.diviner
+share/phabricator/src/docs/user/userguide/drydock_working_copies.diviner
+share/phabricator/src/docs/user/userguide/events.diviner
+share/phabricator/src/docs/user/userguide/external_editor.diviner
+share/phabricator/src/docs/user/userguide/forms.diviner
+share/phabricator/src/docs/user/userguide/harbormaster.diviner
+share/phabricator/src/docs/user/userguide/herald.diviner
+share/phabricator/src/docs/user/userguide/jump.diviner
+share/phabricator/src/docs/user/userguide/legalpad.diviner
+share/phabricator/src/docs/user/userguide/mail_rules.diviner
+share/phabricator/src/docs/user/userguide/multi_factor_auth.diviner
+share/phabricator/src/docs/user/userguide/multimeter.diviner
+share/phabricator/src/docs/user/userguide/owners.diviner
+share/phabricator/src/docs/user/userguide/phame.diviner
+share/phabricator/src/docs/user/userguide/phriction.diviner
+share/phabricator/src/docs/user/userguide/profile_menu.diviner
+share/phabricator/src/docs/user/userguide/projects.diviner
+share/phabricator/src/docs/user/userguide/prototypes.diviner
+share/phabricator/src/docs/user/userguide/remarkup.diviner
+share/phabricator/src/docs/user/userguide/reviews_vs_audit.diviner
+share/phabricator/src/docs/user/userguide/search.diviner
+share/phabricator/src/docs/user/userguide/slowvote.diviner
+share/phabricator/src/docs/user/userguide/spaces.diviner
+share/phabricator/src/docs/user/userguide/tone.diviner
+share/phabricator/src/docs/user/userguide/users.diviner
+share/phabricator/src/docs/user/userguide/utf8.diviner
+share/phabricator/src/extensions/README
+share/phabricator/src/infrastructure/PhabricatorEditor.php
+share/phabricator/src/infrastructure/customfield/config/PhabricatorCustomFieldConfigOptionType.php
+share/phabricator/src/infrastructure/customfield/datasource/PhabricatorStandardSelectCustomFieldDatasource.php
+share/phabricator/src/infrastructure/customfield/editor/PhabricatorCustomFieldEditField.php
+share/phabricator/src/infrastructure/customfield/editor/PhabricatorCustomFieldEditType.php
+share/phabricator/src/infrastructure/customfield/engineextension/PhabricatorCustomFieldEditEngineExtension.php
+share/phabricator/src/infrastructure/customfield/engineextension/PhabricatorCustomFieldFulltextEngineExtension.php
+share/phabricator/src/infrastructure/customfield/engineextension/PhabricatorCustomFieldSearchEngineExtension.php
+share/phabricator/src/infrastructure/customfield/exception/PhabricatorCustomFieldDataNotAvailableException.php
+share/phabricator/src/infrastructure/customfield/exception/PhabricatorCustomFieldImplementationIncompleteException.php
+share/phabricator/src/infrastructure/customfield/exception/PhabricatorCustomFieldNotAttachedException.php
+share/phabricator/src/infrastructure/customfield/exception/PhabricatorCustomFieldNotProxyException.php
+share/phabricator/src/infrastructure/customfield/field/PhabricatorCustomField.php
+share/phabricator/src/infrastructure/customfield/field/PhabricatorCustomFieldAttachment.php
+share/phabricator/src/infrastructure/customfield/field/PhabricatorCustomFieldList.php
+share/phabricator/src/infrastructure/customfield/herald/PhabricatorCustomFieldHeraldField.php
+share/phabricator/src/infrastructure/customfield/herald/PhabricatorCustomFieldHeraldFieldGroup.php
+share/phabricator/src/infrastructure/customfield/interface/PhabricatorCustomFieldInterface.php
+share/phabricator/src/infrastructure/customfield/interface/PhabricatorStandardCustomFieldInterface.php
+share/phabricator/src/infrastructure/customfield/parser/PhabricatorCustomFieldMonogramParser.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomField.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldBlueprints.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldBool.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldCredential.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldDatasource.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldDate.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldHeader.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldLink.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldRemarkup.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldText.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldTokenizer.php
+share/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldUsers.php
+share/phabricator/src/infrastructure/customfield/storage/PhabricatorCustomFieldIndexStorage.php
+share/phabricator/src/infrastructure/customfield/storage/PhabricatorCustomFieldNumericIndexStorage.php
+share/phabricator/src/infrastructure/customfield/storage/PhabricatorCustomFieldStorage.php
+share/phabricator/src/infrastructure/customfield/storage/PhabricatorCustomFieldStringIndexStorage.php
+share/phabricator/src/infrastructure/daemon/PhabricatorDaemon.php
+share/phabricator/src/infrastructure/daemon/bot/PhabricatorBot.php
+share/phabricator/src/infrastructure/daemon/bot/PhabricatorBotMessage.php
+share/phabricator/src/infrastructure/daemon/bot/adapter/PhabricatorBotFlowdockProtocolAdapter.php
+share/phabricator/src/infrastructure/daemon/bot/adapter/PhabricatorCampfireProtocolAdapter.php
+share/phabricator/src/infrastructure/daemon/bot/adapter/PhabricatorIRCProtocolAdapter.php
+share/phabricator/src/infrastructure/daemon/bot/adapter/PhabricatorProtocolAdapter.php
+share/phabricator/src/infrastructure/daemon/bot/adapter/PhabricatorStreamingProtocolAdapter.php
+share/phabricator/src/infrastructure/daemon/bot/handler/PhabricatorBotDebugLogHandler.php
+share/phabricator/src/infrastructure/daemon/bot/handler/PhabricatorBotFeedNotificationHandler.php
+share/phabricator/src/infrastructure/daemon/bot/handler/PhabricatorBotHandler.php
+share/phabricator/src/infrastructure/daemon/bot/handler/PhabricatorBotLogHandler.php
+share/phabricator/src/infrastructure/daemon/bot/handler/PhabricatorBotMacroHandler.php
+share/phabricator/src/infrastructure/daemon/bot/handler/PhabricatorBotObjectNameHandler.php
+share/phabricator/src/infrastructure/daemon/bot/handler/PhabricatorBotSymbolHandler.php
+share/phabricator/src/infrastructure/daemon/bot/handler/PhabricatorBotWhatsNewHandler.php
+share/phabricator/src/infrastructure/daemon/bot/target/PhabricatorBotChannel.php
+share/phabricator/src/infrastructure/daemon/bot/target/PhabricatorBotTarget.php
+share/phabricator/src/infrastructure/daemon/bot/target/PhabricatorBotUser.php
+share/phabricator/src/infrastructure/daemon/control/PhabricatorDaemonReference.php
+share/phabricator/src/infrastructure/daemon/garbagecollector/PhabricatorGarbageCollector.php
+share/phabricator/src/infrastructure/daemon/garbagecollector/management/PhabricatorGarbageCollectorManagementCollectWorkflow.php
+share/phabricator/src/infrastructure/daemon/garbagecollector/management/PhabricatorGarbageCollectorManagementSetPolicyWorkflow.php
+share/phabricator/src/infrastructure/daemon/garbagecollector/management/PhabricatorGarbageCollectorManagementWorkflow.php
+share/phabricator/src/infrastructure/daemon/overseer/PhabricatorDaemonOverseerModule.php
+share/phabricator/src/infrastructure/daemon/workers/PhabricatorTaskmasterDaemon.php
+share/phabricator/src/infrastructure/daemon/workers/PhabricatorTriggerDaemon.php
+share/phabricator/src/infrastructure/daemon/workers/PhabricatorWorker.php
+share/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorTestWorker.php
+share/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerBulkJobTestCase.php
+share/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php
+share/phabricator/src/infrastructure/daemon/workers/action/PhabricatorLogTriggerAction.php
+share/phabricator/src/infrastructure/daemon/workers/action/PhabricatorScheduleTaskTriggerAction.php
+share/phabricator/src/infrastructure/daemon/workers/action/PhabricatorTriggerAction.php
+share/phabricator/src/infrastructure/daemon/workers/bulk/PhabricatorWorkerBulkJobCreateWorker.php
+share/phabricator/src/infrastructure/daemon/workers/bulk/PhabricatorWorkerBulkJobTaskWorker.php
+share/phabricator/src/infrastructure/daemon/workers/bulk/PhabricatorWorkerBulkJobType.php
+share/phabricator/src/infrastructure/daemon/workers/bulk/PhabricatorWorkerBulkJobWorker.php
+share/phabricator/src/infrastructure/daemon/workers/clock/PhabricatorDailyRoutineTriggerClock.php
+share/phabricator/src/infrastructure/daemon/workers/clock/PhabricatorMetronomicTriggerClock.php
+share/phabricator/src/infrastructure/daemon/workers/clock/PhabricatorNeverTriggerClock.php
+share/phabricator/src/infrastructure/daemon/workers/clock/PhabricatorOneTimeTriggerClock.php
+share/phabricator/src/infrastructure/daemon/workers/clock/PhabricatorSubscriptionTriggerClock.php
+share/phabricator/src/infrastructure/daemon/workers/clock/PhabricatorTriggerClock.php
+share/phabricator/src/infrastructure/daemon/workers/clock/__tests__/PhabricatorTriggerClockTestCase.php
+share/phabricator/src/infrastructure/daemon/workers/editor/PhabricatorWorkerBulkJobEditor.php
+share/phabricator/src/infrastructure/daemon/workers/engineextension/PhabricatorWorkerDestructionEngineExtension.php
+share/phabricator/src/infrastructure/daemon/workers/exception/PhabricatorWorkerPermanentFailureException.php
+share/phabricator/src/infrastructure/daemon/workers/exception/PhabricatorWorkerYieldException.php
+share/phabricator/src/infrastructure/daemon/workers/management/PhabricatorWorkerManagementCancelWorkflow.php
+share/phabricator/src/infrastructure/daemon/workers/management/PhabricatorWorkerManagementExecuteWorkflow.php
+share/phabricator/src/infrastructure/daemon/workers/management/PhabricatorWorkerManagementFloodWorkflow.php
+share/phabricator/src/infrastructure/daemon/workers/management/PhabricatorWorkerManagementFreeWorkflow.php
+share/phabricator/src/infrastructure/daemon/workers/management/PhabricatorWorkerManagementRetryWorkflow.php
+share/phabricator/src/infrastructure/daemon/workers/management/PhabricatorWorkerManagementWorkflow.php
+share/phabricator/src/infrastructure/daemon/workers/management/PhabricatorWorkerTriggerManagementFireWorkflow.php
+share/phabricator/src/infrastructure/daemon/workers/management/PhabricatorWorkerTriggerManagementWorkflow.php
+share/phabricator/src/infrastructure/daemon/workers/phid/PhabricatorWorkerBulkJobPHIDType.php
+share/phabricator/src/infrastructure/daemon/workers/phid/PhabricatorWorkerTriggerPHIDType.php
+share/phabricator/src/infrastructure/daemon/workers/query/PhabricatorWorkerArchiveTaskQuery.php
+share/phabricator/src/infrastructure/daemon/workers/query/PhabricatorWorkerBulkJobQuery.php
+share/phabricator/src/infrastructure/daemon/workers/query/PhabricatorWorkerBulkJobSearchEngine.php
+share/phabricator/src/infrastructure/daemon/workers/query/PhabricatorWorkerBulkJobTransactionQuery.php
+share/phabricator/src/infrastructure/daemon/workers/query/PhabricatorWorkerLeaseQuery.php
+share/phabricator/src/infrastructure/daemon/workers/query/PhabricatorWorkerTriggerQuery.php
+share/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php
+share/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerArchiveTask.php
+share/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerBulkJob.php
+share/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerBulkJobTransaction.php
+share/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerBulkTask.php
+share/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerDAO.php
+share/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerSchemaSpec.php
+share/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerTask.php
+share/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerTaskData.php
+share/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerTrigger.php
+share/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerTriggerEvent.php
+share/phabricator/src/infrastructure/diff/PhabricatorChangesetResponse.php
+share/phabricator/src/infrastructure/diff/PhabricatorDifferenceEngine.php
+share/phabricator/src/infrastructure/diff/PhabricatorInlineCommentController.php
+share/phabricator/src/infrastructure/diff/PhabricatorInlineCommentPreviewController.php
+share/phabricator/src/infrastructure/diff/interface/PhabricatorInlineCommentInterface.php
+share/phabricator/src/infrastructure/diff/query/PhabricatorDiffInlineCommentQuery.php
+share/phabricator/src/infrastructure/diff/view/PHUIDiffInlineCommentDetailView.php
+share/phabricator/src/infrastructure/diff/view/PHUIDiffInlineCommentEditView.php
+share/phabricator/src/infrastructure/diff/view/PHUIDiffInlineCommentRowScaffold.php
+share/phabricator/src/infrastructure/diff/view/PHUIDiffInlineCommentTableScaffold.php
+share/phabricator/src/infrastructure/diff/view/PHUIDiffInlineCommentUndoView.php
+share/phabricator/src/infrastructure/diff/view/PHUIDiffInlineCommentView.php
+share/phabricator/src/infrastructure/diff/view/PHUIDiffOneUpInlineCommentRowScaffold.php
+share/phabricator/src/infrastructure/diff/view/PHUIDiffRevealIconView.php
+share/phabricator/src/infrastructure/diff/view/PHUIDiffTableOfContentsItemView.php
+share/phabricator/src/infrastructure/diff/view/PHUIDiffTableOfContentsListView.php
+share/phabricator/src/infrastructure/diff/view/PHUIDiffTwoUpInlineCommentRowScaffold.php
+share/phabricator/src/infrastructure/diff/view/PhabricatorInlineSummaryView.php
+share/phabricator/src/infrastructure/edges/__tests__/PhabricatorEdgeTestCase.php
+share/phabricator/src/infrastructure/edges/constants/PhabricatorEdgeConfig.php
+share/phabricator/src/infrastructure/edges/constants/PhabricatorEdgeConstants.php
+share/phabricator/src/infrastructure/edges/editor/PhabricatorEdgeEditor.php
+share/phabricator/src/infrastructure/edges/engineextension/PhabricatorEdgesDestructionEngineExtension.php
+share/phabricator/src/infrastructure/edges/exception/PhabricatorEdgeCycleException.php
+share/phabricator/src/infrastructure/edges/query/PhabricatorEdgeQuery.php
+share/phabricator/src/infrastructure/edges/type/PhabricatorEdgeType.php
+share/phabricator/src/infrastructure/edges/type/__tests__/PhabricatorEdgeTypeTestCase.php
+share/phabricator/src/infrastructure/edges/util/PhabricatorEdgeGraph.php
+share/phabricator/src/infrastructure/env/PhabricatorConfigDatabaseSource.php
+share/phabricator/src/infrastructure/env/PhabricatorConfigDefaultSource.php
+share/phabricator/src/infrastructure/env/PhabricatorConfigDictionarySource.php
+share/phabricator/src/infrastructure/env/PhabricatorConfigFileSource.php
+share/phabricator/src/infrastructure/env/PhabricatorConfigLocalSource.php
+share/phabricator/src/infrastructure/env/PhabricatorConfigProxySource.php
+share/phabricator/src/infrastructure/env/PhabricatorConfigSiteSource.php
+share/phabricator/src/infrastructure/env/PhabricatorConfigSource.php
+share/phabricator/src/infrastructure/env/PhabricatorConfigStackSource.php
+share/phabricator/src/infrastructure/env/PhabricatorEnv.php
+share/phabricator/src/infrastructure/env/PhabricatorScopedEnv.php
+share/phabricator/src/infrastructure/env/__tests__/PhabricatorEnvTestCase.php
+share/phabricator/src/infrastructure/events/PhabricatorAutoEventListener.php
+share/phabricator/src/infrastructure/events/PhabricatorEvent.php
+share/phabricator/src/infrastructure/events/PhabricatorEventEngine.php
+share/phabricator/src/infrastructure/events/PhabricatorEventListener.php
+share/phabricator/src/infrastructure/events/PhabricatorExampleEventListener.php
+share/phabricator/src/infrastructure/events/constant/PhabricatorEventType.php
+share/phabricator/src/infrastructure/internationalization/management/PhabricatorInternationalizationManagementExtractWorkflow.php
+share/phabricator/src/infrastructure/internationalization/management/PhabricatorInternationalizationManagementWorkflow.php
+share/phabricator/src/infrastructure/internationalization/scope/PhabricatorLocaleScopeGuard.php
+share/phabricator/src/infrastructure/internationalization/scope/__tests__/PhabricatorLocaleScopeGuardTestCase.php
+share/phabricator/src/infrastructure/internationalization/translation/PhabricatorBritishEnglishTranslation.php
+share/phabricator/src/infrastructure/internationalization/translation/PhabricatorPirateEnglishTranslation.php
+share/phabricator/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
+share/phabricator/src/infrastructure/internationalization/translation/PhabricatorVeryWowEnglishTranslation.php
+share/phabricator/src/infrastructure/javelin/Javelin.php
+share/phabricator/src/infrastructure/javelin/markup.php
+share/phabricator/src/infrastructure/lint/linter/PhabricatorJavelinLinter.php
+share/phabricator/src/infrastructure/log/PhabricatorAccessLog.php
+share/phabricator/src/infrastructure/log/PhabricatorSSHLog.php
+share/phabricator/src/infrastructure/management/PhabricatorManagementWorkflow.php
+share/phabricator/src/infrastructure/markup/PhabricatorMarkupEngine.php
+share/phabricator/src/infrastructure/markup/PhabricatorMarkupInterface.php
+share/phabricator/src/infrastructure/markup/PhabricatorMarkupOneOff.php
+share/phabricator/src/infrastructure/markup/PhabricatorMarkupPreviewController.php
+share/phabricator/src/infrastructure/markup/PhabricatorSyntaxHighlighter.php
+share/phabricator/src/infrastructure/markup/interpreter/PhabricatorRemarkupCowsayBlockInterpreter.php
+share/phabricator/src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php
+share/phabricator/src/infrastructure/markup/rule/PhabricatorNavigationRemarkupRule.php
+share/phabricator/src/infrastructure/markup/rule/PhabricatorObjectRemarkupRule.php
+share/phabricator/src/infrastructure/markup/rule/PhabricatorRemarkupCustomBlockRule.php
+share/phabricator/src/infrastructure/markup/rule/PhabricatorRemarkupCustomInlineRule.php
+share/phabricator/src/infrastructure/markup/rule/PhabricatorYoutubeRemarkupRule.php
+share/phabricator/src/infrastructure/markup/view/PHUIRemarkupView.php
+share/phabricator/src/infrastructure/query/PhabricatorEmptyQueryException.php
+share/phabricator/src/infrastructure/query/PhabricatorOffsetPagedQuery.php
+share/phabricator/src/infrastructure/query/PhabricatorQuery.php
+share/phabricator/src/infrastructure/query/constraint/PhabricatorQueryConstraint.php
+share/phabricator/src/infrastructure/query/order/PhabricatorQueryOrderItem.php
+share/phabricator/src/infrastructure/query/order/PhabricatorQueryOrderVector.php
+share/phabricator/src/infrastructure/query/order/__tests__/PhabricatorQueryOrderTestCase.php
+share/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php
+share/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php
+share/phabricator/src/infrastructure/sms/adapter/PhabricatorSMSImplementationAdapter.php
+share/phabricator/src/infrastructure/sms/adapter/PhabricatorSMSImplementationTestBlackholeAdapter.php
+share/phabricator/src/infrastructure/sms/adapter/PhabricatorSMSImplementationTwilioAdapter.php
+share/phabricator/src/infrastructure/sms/management/PhabricatorSMSManagementListOutboundWorkflow.php
+share/phabricator/src/infrastructure/sms/management/PhabricatorSMSManagementSendTestWorkflow.php
+share/phabricator/src/infrastructure/sms/management/PhabricatorSMSManagementShowOutboundWorkflow.php
+share/phabricator/src/infrastructure/sms/management/PhabricatorSMSManagementWorkflow.php
+share/phabricator/src/infrastructure/sms/storage/PhabricatorSMS.php
+share/phabricator/src/infrastructure/sms/storage/PhabricatorSMSDAO.php
+share/phabricator/src/infrastructure/sms/worker/PhabricatorSMSDemultiplexWorker.php
+share/phabricator/src/infrastructure/sms/worker/PhabricatorSMSSendWorker.php
+share/phabricator/src/infrastructure/sms/worker/PhabricatorSMSWorker.php
+share/phabricator/src/infrastructure/ssh/PhabricatorSSHPassthruCommand.php
+share/phabricator/src/infrastructure/ssh/PhabricatorSSHWorkflow.php
+share/phabricator/src/infrastructure/storage/__tests__/AphrontIsolatedDatabaseConnectionTestCase.php
+share/phabricator/src/infrastructure/storage/__tests__/AphrontMySQLDatabaseConnectionTestCase.php
+share/phabricator/src/infrastructure/storage/__tests__/QueryFormattingTestCase.php
+share/phabricator/src/infrastructure/storage/configuration/DatabaseConfigurationProvider.php
+share/phabricator/src/infrastructure/storage/configuration/DefaultDatabaseConfigurationProvider.php
+share/phabricator/src/infrastructure/storage/lisk/LiskDAO.php
+share/phabricator/src/infrastructure/storage/lisk/LiskDAOSet.php
+share/phabricator/src/infrastructure/storage/lisk/LiskEphemeralObjectException.php
+share/phabricator/src/infrastructure/storage/lisk/LiskMigrationIterator.php
+share/phabricator/src/infrastructure/storage/lisk/LiskRawMigrationIterator.php
+share/phabricator/src/infrastructure/storage/lisk/PhabricatorDataNotAttachedException.php
+share/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php
+share/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskSerializer.php
+share/phabricator/src/infrastructure/storage/lisk/__tests__/LiskChunkTestCase.php
+share/phabricator/src/infrastructure/storage/lisk/__tests__/LiskDAOTestCase.php
+share/phabricator/src/infrastructure/storage/lisk/__tests__/LiskFixtureTestCase.php
+share/phabricator/src/infrastructure/storage/lisk/__tests__/LiskIsolationTestCase.php
+share/phabricator/src/infrastructure/storage/lisk/__tests__/LiskIsolationTestDAO.php
+share/phabricator/src/infrastructure/storage/lisk/__tests__/LiskIsolationTestDAOException.php
+share/phabricator/src/infrastructure/storage/management/PhabricatorStorageManagementAPI.php
+share/phabricator/src/infrastructure/storage/management/PhabricatorStoragePatch.php
+share/phabricator/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementAdjustWorkflow.php
+share/phabricator/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementDatabasesWorkflow.php
+share/phabricator/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementDestroyWorkflow.php
+share/phabricator/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementDumpWorkflow.php
+share/phabricator/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementProbeWorkflow.php
+share/phabricator/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementQuickstartWorkflow.php
+share/phabricator/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementRenamespaceWorkflow.php
+share/phabricator/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementShellWorkflow.php
+share/phabricator/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementStatusWorkflow.php
+share/phabricator/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementUpgradeWorkflow.php
+share/phabricator/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementWorkflow.php
+share/phabricator/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php
+share/phabricator/src/infrastructure/storage/patch/PhabricatorSQLPatchList.php
+share/phabricator/src/infrastructure/storage/schema/PhabricatorStorageSchemaSpec.php
+share/phabricator/src/infrastructure/testing/PhabricatorTestCase.php
+share/phabricator/src/infrastructure/testing/__tests__/PhabricatorTrivialTestCase.php
+share/phabricator/src/infrastructure/testing/fixture/PhabricatorStorageFixtureScopeGuard.php
+share/phabricator/src/infrastructure/time/PhabricatorTime.php
+share/phabricator/src/infrastructure/time/PhabricatorTimeGuard.php
+share/phabricator/src/infrastructure/time/__tests__/PhabricatorTimeTestCase.php
+share/phabricator/src/infrastructure/util/PhabricatorGlobalLock.php
+share/phabricator/src/infrastructure/util/PhabricatorHash.php
+share/phabricator/src/infrastructure/util/PhabricatorSSHKeyGenerator.php
+share/phabricator/src/infrastructure/util/PhabricatorSlug.php
+share/phabricator/src/infrastructure/util/__tests__/PhabricatorHashTestCase.php
+share/phabricator/src/infrastructure/util/__tests__/PhabricatorSlugTestCase.php
+share/phabricator/src/infrastructure/util/password/PhabricatorBcryptPasswordHasher.php
+share/phabricator/src/infrastructure/util/password/PhabricatorIteratedMD5PasswordHasher.php
+share/phabricator/src/infrastructure/util/password/PhabricatorPasswordHasher.php
+share/phabricator/src/infrastructure/util/password/PhabricatorPasswordHasherUnavailableException.php
+share/phabricator/src/infrastructure/util/password/__tests__/PhabricatorIteratedMD5PasswordHasherTestCase.php
+share/phabricator/src/infrastructure/util/password/__tests__/PhabricatorPasswordHasherTestCase.php
+share/phabricator/src/view/AphrontDialogView.php
+share/phabricator/src/view/AphrontJavelinView.php
+share/phabricator/src/view/AphrontNullView.php
+share/phabricator/src/view/AphrontTagView.php
+share/phabricator/src/view/AphrontView.php
+share/phabricator/src/view/__tests__/PhabricatorAphrontViewTestCase.php
+share/phabricator/src/view/__tests__/PhabricatorLocalTimeTestCase.php
+share/phabricator/src/view/__tests__/PhabricatorUnitsTestCase.php
+share/phabricator/src/view/control/AphrontCursorPagerView.php
+share/phabricator/src/view/control/AphrontTableView.php
+share/phabricator/src/view/control/AphrontTokenizerTemplateView.php
+share/phabricator/src/view/control/AphrontTypeaheadTemplateView.php
+share/phabricator/src/view/control/PhabricatorObjectSelectorDialog.php
+share/phabricator/src/view/form/AphrontFormView.php
+share/phabricator/src/view/form/PHUIFormInsetView.php
+share/phabricator/src/view/form/PHUIFormLayoutView.php
+share/phabricator/src/view/form/PHUIFormPageView.php
+share/phabricator/src/view/form/PHUIInfoView.php
+share/phabricator/src/view/form/PHUIPagedFormView.php
+share/phabricator/src/view/form/control/AphrontFormCheckboxControl.php
+share/phabricator/src/view/form/control/AphrontFormControl.php
+share/phabricator/src/view/form/control/AphrontFormDateControl.php
+share/phabricator/src/view/form/control/AphrontFormDateControlValue.php
+share/phabricator/src/view/form/control/AphrontFormDividerControl.php
+share/phabricator/src/view/form/control/AphrontFormFileControl.php
+share/phabricator/src/view/form/control/AphrontFormHandlesControl.php
+share/phabricator/src/view/form/control/AphrontFormMarkupControl.php
+share/phabricator/src/view/form/control/AphrontFormPasswordControl.php
+share/phabricator/src/view/form/control/AphrontFormPolicyControl.php
+share/phabricator/src/view/form/control/AphrontFormRadioButtonControl.php
+share/phabricator/src/view/form/control/AphrontFormRecaptchaControl.php
+share/phabricator/src/view/form/control/AphrontFormSelectControl.php
+share/phabricator/src/view/form/control/AphrontFormStaticControl.php
+share/phabricator/src/view/form/control/AphrontFormSubmitControl.php
+share/phabricator/src/view/form/control/AphrontFormTextAreaControl.php
+share/phabricator/src/view/form/control/AphrontFormTextControl.php
+share/phabricator/src/view/form/control/AphrontFormTextWithSubmitControl.php
+share/phabricator/src/view/form/control/AphrontFormTokenizerControl.php
+share/phabricator/src/view/form/control/AphrontFormTypeaheadControl.php
+share/phabricator/src/view/form/control/PHUIFormDividerControl.php
+share/phabricator/src/view/form/control/PHUIFormFreeformDateControl.php
+share/phabricator/src/view/form/control/PHUIFormIconSetControl.php
+share/phabricator/src/view/form/control/PHUIFormMultiSubmitControl.php
+share/phabricator/src/view/form/control/PhabricatorRemarkupControl.php
+share/phabricator/src/view/layout/AphrontListFilterView.php
+share/phabricator/src/view/layout/AphrontMoreView.php
+share/phabricator/src/view/layout/AphrontMultiColumnView.php
+share/phabricator/src/view/layout/AphrontSideNavFilterView.php
+share/phabricator/src/view/layout/PHUIApplicationMenuView.php
+share/phabricator/src/view/layout/PhabricatorActionListView.php
+share/phabricator/src/view/layout/PhabricatorActionView.php
+share/phabricator/src/view/layout/PhabricatorAnchorView.php
+share/phabricator/src/view/layout/PhabricatorFileLinkView.php
+share/phabricator/src/view/layout/PhabricatorSourceCodeView.php
+share/phabricator/src/view/layout/__tests__/PHUIListViewTestCase.php
+share/phabricator/src/view/page/AphrontPageView.php
+share/phabricator/src/view/page/PhabricatorBarePageView.php
+share/phabricator/src/view/page/PhabricatorStandardPageView.php
+share/phabricator/src/view/page/menu/PhabricatorMainMenuBarExtension.php
+share/phabricator/src/view/page/menu/PhabricatorMainMenuSearchView.php
+share/phabricator/src/view/page/menu/PhabricatorMainMenuView.php
+share/phabricator/src/view/phui/PHUI.php
+share/phabricator/src/view/phui/PHUIActionPanelView.php
+share/phabricator/src/view/phui/PHUIBadgeBoxView.php
+share/phabricator/src/view/phui/PHUIBadgeMiniView.php
+share/phabricator/src/view/phui/PHUIBadgeView.php
+share/phabricator/src/view/phui/PHUIBigInfoView.php
+share/phabricator/src/view/phui/PHUIBoxView.php
+share/phabricator/src/view/phui/PHUIButtonBarView.php
+share/phabricator/src/view/phui/PHUIButtonView.php
+share/phabricator/src/view/phui/PHUICrumbView.php
+share/phabricator/src/view/phui/PHUICrumbsView.php
+share/phabricator/src/view/phui/PHUIDocumentSummaryView.php
+share/phabricator/src/view/phui/PHUIDocumentView.php
+share/phabricator/src/view/phui/PHUIDocumentViewPro.php
+share/phabricator/src/view/phui/PHUIFeedStoryView.php
+share/phabricator/src/view/phui/PHUIHeaderView.php
+share/phabricator/src/view/phui/PHUIHovercardView.php
+share/phabricator/src/view/phui/PHUIIconCircleView.php
+share/phabricator/src/view/phui/PHUIIconView.php
+share/phabricator/src/view/phui/PHUIImageMaskView.php
+share/phabricator/src/view/phui/PHUIInfoPanelView.php
+share/phabricator/src/view/phui/PHUIListItemView.php
+share/phabricator/src/view/phui/PHUIListView.php
+share/phabricator/src/view/phui/PHUIMainMenuView.php
+share/phabricator/src/view/phui/PHUIObjectBoxView.php
+share/phabricator/src/view/phui/PHUIObjectItemListView.php
+share/phabricator/src/view/phui/PHUIObjectItemView.php
+share/phabricator/src/view/phui/PHUIPagerView.php
+share/phabricator/src/view/phui/PHUIPinboardItemView.php
+share/phabricator/src/view/phui/PHUIPinboardView.php
+share/phabricator/src/view/phui/PHUIPropertyGroupView.php
+share/phabricator/src/view/phui/PHUIPropertyListView.php
+share/phabricator/src/view/phui/PHUIRemarkupPreviewPanel.php
+share/phabricator/src/view/phui/PHUISegmentBarSegmentView.php
+share/phabricator/src/view/phui/PHUISegmentBarView.php
+share/phabricator/src/view/phui/PHUIStatusItemView.php
+share/phabricator/src/view/phui/PHUIStatusListView.php
+share/phabricator/src/view/phui/PHUITagView.php
+share/phabricator/src/view/phui/PHUITimelineEventView.php
+share/phabricator/src/view/phui/PHUITimelineView.php
+share/phabricator/src/view/phui/PHUITwoColumnView.php
+share/phabricator/src/view/phui/PHUIWorkboardView.php
+share/phabricator/src/view/phui/PHUIWorkpanelView.php
+share/phabricator/src/view/phui/calendar/PHUICalendarDayView.php
+share/phabricator/src/view/phui/calendar/PHUICalendarListView.php
+share/phabricator/src/view/phui/calendar/PHUICalendarMonthView.php
+share/phabricator/src/view/phui/calendar/PHUICalendarWidgetView.php
+share/phabricator/src/view/viewutils.php
+share/phabricator/src/view/widget/AphrontKeyboardShortcutsAvailableView.php
+share/phabricator/src/view/widget/AphrontStackTraceView.php
+share/phabricator/src/view/widget/bars/AphrontBarView.php
+share/phabricator/src/view/widget/bars/AphrontGlyphBarView.php
+share/phabricator/src/view/widget/bars/AphrontProgressBarView.php
+share/phabricator/support/PhabricatorStartup.php
+share/phabricator/support/aphlict/server/aphlict_launcher.php
+share/phabricator/support/aphlict/server/aphlict_server.js
+share/phabricator/support/aphlict/server/lib/AphlictAdminServer.js
+share/phabricator/support/aphlict/server/lib/AphlictClientServer.js
+share/phabricator/support/aphlict/server/lib/AphlictListener.js
+share/phabricator/support/aphlict/server/lib/AphlictListenerList.js
+share/phabricator/support/aphlict/server/lib/AphlictLog.js
+share/phabricator/support/aphlict/server/lib/javelin.js
+share/phabricator/support/bin/README
+share/phabricator/support/empty/README
+share/phabricator/support/lint/browser.jshintrc
+share/phabricator/support/lint/node.jshintrc
+share/phabricator/support/phame/libskin.php
+share/phabricator/webroot/favicon.ico
+share/phabricator/webroot/index.php
+share/phabricator/webroot/rsrc/css/aphront/aphront-bars.css
+share/phabricator/webroot/rsrc/css/aphront/dark-console.css
+share/phabricator/webroot/rsrc/css/aphront/dialog-view.css
+share/phabricator/webroot/rsrc/css/aphront/lightbox-attachment.css
+share/phabricator/webroot/rsrc/css/aphront/list-filter-view.css
+share/phabricator/webroot/rsrc/css/aphront/multi-column.css
+share/phabricator/webroot/rsrc/css/aphront/notification.css
+share/phabricator/webroot/rsrc/css/aphront/panel-view.css
+share/phabricator/webroot/rsrc/css/aphront/phabricator-nav-view.css
+share/phabricator/webroot/rsrc/css/aphront/table-view.css
+share/phabricator/webroot/rsrc/css/aphront/tokenizer.css
+share/phabricator/webroot/rsrc/css/aphront/tooltip.css
+share/phabricator/webroot/rsrc/css/aphront/typeahead-browse.css
+share/phabricator/webroot/rsrc/css/aphront/typeahead.css
+share/phabricator/webroot/rsrc/css/application/almanac/almanac.css
+share/phabricator/webroot/rsrc/css/application/auth/auth.css
+share/phabricator/webroot/rsrc/css/application/base/main-menu-view.css
+share/phabricator/webroot/rsrc/css/application/base/notification-menu.css
+share/phabricator/webroot/rsrc/css/application/base/phabricator-application-launch-view.css
+share/phabricator/webroot/rsrc/css/application/base/phui-theme.css
+share/phabricator/webroot/rsrc/css/application/base/standard-page-view.css
+share/phabricator/webroot/rsrc/css/application/chatlog/chatlog.css
+share/phabricator/webroot/rsrc/css/application/conduit/conduit-api.css
+share/phabricator/webroot/rsrc/css/application/config/config-options.css
+share/phabricator/webroot/rsrc/css/application/config/config-template.css
+share/phabricator/webroot/rsrc/css/application/config/config-welcome.css
+share/phabricator/webroot/rsrc/css/application/config/setup-issue.css
+share/phabricator/webroot/rsrc/css/application/config/unhandled-exception.css
+share/phabricator/webroot/rsrc/css/application/conpherence/durable-column.css
+share/phabricator/webroot/rsrc/css/application/conpherence/menu.css
+share/phabricator/webroot/rsrc/css/application/conpherence/message-pane.css
+share/phabricator/webroot/rsrc/css/application/conpherence/notification.css
+share/phabricator/webroot/rsrc/css/application/conpherence/transaction.css
+share/phabricator/webroot/rsrc/css/application/conpherence/update.css
+share/phabricator/webroot/rsrc/css/application/conpherence/widget-pane.css
+share/phabricator/webroot/rsrc/css/application/contentsource/content-source-view.css
+share/phabricator/webroot/rsrc/css/application/countdown/timer.css
+share/phabricator/webroot/rsrc/css/application/daemon/bulk-job.css
+share/phabricator/webroot/rsrc/css/application/dashboard/dashboard.css
+share/phabricator/webroot/rsrc/css/application/diff/inline-comment-summary.css
+share/phabricator/webroot/rsrc/css/application/differential/add-comment.css
+share/phabricator/webroot/rsrc/css/application/differential/changeset-view.css
+share/phabricator/webroot/rsrc/css/application/differential/core.css
+share/phabricator/webroot/rsrc/css/application/differential/phui-inline-comment.css
+share/phabricator/webroot/rsrc/css/application/differential/revision-comment.css
+share/phabricator/webroot/rsrc/css/application/differential/revision-history.css
+share/phabricator/webroot/rsrc/css/application/differential/revision-list.css
+share/phabricator/webroot/rsrc/css/application/differential/table-of-contents.css
+share/phabricator/webroot/rsrc/css/application/diffusion/diffusion-icons.css
+share/phabricator/webroot/rsrc/css/application/diffusion/diffusion-readme.css
+share/phabricator/webroot/rsrc/css/application/diffusion/diffusion-source.css
+share/phabricator/webroot/rsrc/css/application/feed/feed.css
+share/phabricator/webroot/rsrc/css/application/files/global-drag-and-drop.css
+share/phabricator/webroot/rsrc/css/application/flag/flag.css
+share/phabricator/webroot/rsrc/css/application/harbormaster/harbormaster.css
+share/phabricator/webroot/rsrc/css/application/herald/herald-test.css
+share/phabricator/webroot/rsrc/css/application/herald/herald.css
+share/phabricator/webroot/rsrc/css/application/maniphest/batch-editor.css
+share/phabricator/webroot/rsrc/css/application/maniphest/report.css
+share/phabricator/webroot/rsrc/css/application/maniphest/task-edit.css
+share/phabricator/webroot/rsrc/css/application/maniphest/task-summary.css
+share/phabricator/webroot/rsrc/css/application/objectselector/object-selector.css
+share/phabricator/webroot/rsrc/css/application/owners/owners-path-editor.css
+share/phabricator/webroot/rsrc/css/application/paste/paste.css
+share/phabricator/webroot/rsrc/css/application/people/people-profile.css
+share/phabricator/webroot/rsrc/css/application/phame/phame.css
+share/phabricator/webroot/rsrc/css/application/pholio/pholio-edit.css
+share/phabricator/webroot/rsrc/css/application/pholio/pholio-inline-comments.css
+share/phabricator/webroot/rsrc/css/application/pholio/pholio.css
+share/phabricator/webroot/rsrc/css/application/phortune/phortune-credit-card-form.css
+share/phabricator/webroot/rsrc/css/application/phortune/phortune.css
+share/phabricator/webroot/rsrc/css/application/phrequent/phrequent.css
+share/phabricator/webroot/rsrc/css/application/phriction/phriction-document-css.css
+share/phabricator/webroot/rsrc/css/application/policy/policy-edit.css
+share/phabricator/webroot/rsrc/css/application/policy/policy-transaction-detail.css
+share/phabricator/webroot/rsrc/css/application/policy/policy.css
+share/phabricator/webroot/rsrc/css/application/ponder/ponder-view.css
+share/phabricator/webroot/rsrc/css/application/project/project-card-view.css
+share/phabricator/webroot/rsrc/css/application/project/project-view.css
+share/phabricator/webroot/rsrc/css/application/releeph/releeph-core.css
+share/phabricator/webroot/rsrc/css/application/releeph/releeph-preview-branch.css
+share/phabricator/webroot/rsrc/css/application/releeph/releeph-request-differential-create-dialog.css
+share/phabricator/webroot/rsrc/css/application/releeph/releeph-request-typeahead.css
+share/phabricator/webroot/rsrc/css/application/search/search-results.css
+share/phabricator/webroot/rsrc/css/application/slowvote/slowvote.css
+share/phabricator/webroot/rsrc/css/application/tokens/tokens.css
+share/phabricator/webroot/rsrc/css/application/uiexample/example.css
+share/phabricator/webroot/rsrc/css/core/core.css
+share/phabricator/webroot/rsrc/css/core/remarkup.css
+share/phabricator/webroot/rsrc/css/core/syntax.css
+share/phabricator/webroot/rsrc/css/core/z-index.css
+share/phabricator/webroot/rsrc/css/diviner/diviner-shared.css
+share/phabricator/webroot/rsrc/css/font/font-aleo.css
+share/phabricator/webroot/rsrc/css/font/font-awesome.css
+share/phabricator/webroot/rsrc/css/font/font-lato.css
+share/phabricator/webroot/rsrc/css/font/phui-font-icon-base.css
+share/phabricator/webroot/rsrc/css/layout/phabricator-filetree-view.css
+share/phabricator/webroot/rsrc/css/layout/phabricator-side-menu-view.css
+share/phabricator/webroot/rsrc/css/layout/phabricator-source-code-view.css
+share/phabricator/webroot/rsrc/css/phui/calendar/phui-calendar-day.css
+share/phabricator/webroot/rsrc/css/phui/calendar/phui-calendar-list.css
+share/phabricator/webroot/rsrc/css/phui/calendar/phui-calendar-month.css
+share/phabricator/webroot/rsrc/css/phui/calendar/phui-calendar.css
+share/phabricator/webroot/rsrc/css/phui/phui-action-list.css
+share/phabricator/webroot/rsrc/css/phui/phui-action-panel.css
+share/phabricator/webroot/rsrc/css/phui/phui-badge.css
+share/phabricator/webroot/rsrc/css/phui/phui-big-info-view.css
+share/phabricator/webroot/rsrc/css/phui/phui-box.css
+share/phabricator/webroot/rsrc/css/phui/phui-button.css
+share/phabricator/webroot/rsrc/css/phui/phui-chart.css
+share/phabricator/webroot/rsrc/css/phui/phui-crumbs-view.css
+share/phabricator/webroot/rsrc/css/phui/phui-document-pro.css
+share/phabricator/webroot/rsrc/css/phui/phui-document-summary.css
+share/phabricator/webroot/rsrc/css/phui/phui-document.css
+share/phabricator/webroot/rsrc/css/phui/phui-feed-story.css
+share/phabricator/webroot/rsrc/css/phui/phui-fontkit.css
+share/phabricator/webroot/rsrc/css/phui/phui-form-view.css
+share/phabricator/webroot/rsrc/css/phui/phui-form.css
+share/phabricator/webroot/rsrc/css/phui/phui-header-view.css
+share/phabricator/webroot/rsrc/css/phui/phui-hovercard.css
+share/phabricator/webroot/rsrc/css/phui/phui-icon-set-selector.css
+share/phabricator/webroot/rsrc/css/phui/phui-icon.css
+share/phabricator/webroot/rsrc/css/phui/phui-image-mask.css
+share/phabricator/webroot/rsrc/css/phui/phui-info-panel.css
+share/phabricator/webroot/rsrc/css/phui/phui-info-view.css
+share/phabricator/webroot/rsrc/css/phui/phui-list.css
+share/phabricator/webroot/rsrc/css/phui/phui-object-box.css
+share/phabricator/webroot/rsrc/css/phui/phui-object-item-list-view.css
+share/phabricator/webroot/rsrc/css/phui/phui-pager.css
+share/phabricator/webroot/rsrc/css/phui/phui-pinboard-view.css
+share/phabricator/webroot/rsrc/css/phui/phui-profile-menu.css
+share/phabricator/webroot/rsrc/css/phui/phui-property-list-view.css
+share/phabricator/webroot/rsrc/css/phui/phui-remarkup-preview.css
+share/phabricator/webroot/rsrc/css/phui/phui-segment-bar-view.css
+share/phabricator/webroot/rsrc/css/phui/phui-spacing.css
+share/phabricator/webroot/rsrc/css/phui/phui-status.css
+share/phabricator/webroot/rsrc/css/phui/phui-tag-view.css
+share/phabricator/webroot/rsrc/css/phui/phui-timeline-view.css
+share/phabricator/webroot/rsrc/css/phui/phui-two-column-view.css
+share/phabricator/webroot/rsrc/css/phui/workboards/phui-workboard-color.css
+share/phabricator/webroot/rsrc/css/phui/workboards/phui-workboard.css
+share/phabricator/webroot/rsrc/css/phui/workboards/phui-workcard.css
+share/phabricator/webroot/rsrc/css/phui/workboards/phui-workpanel.css
+share/phabricator/webroot/rsrc/css/sprite-login.css
+share/phabricator/webroot/rsrc/css/sprite-menu.css
+share/phabricator/webroot/rsrc/css/sprite-tokens.css
+share/phabricator/webroot/rsrc/externals/d3/LICENSE
+share/phabricator/webroot/rsrc/externals/d3/README.md
+share/phabricator/webroot/rsrc/externals/d3/d3.min.js
+share/phabricator/webroot/rsrc/externals/font/aleo/LICENSE.txt
+share/phabricator/webroot/rsrc/externals/font/aleo/aleo-bold.eot
+share/phabricator/webroot/rsrc/externals/font/aleo/aleo-bold.svg
+share/phabricator/webroot/rsrc/externals/font/aleo/aleo-bold.ttf
+share/phabricator/webroot/rsrc/externals/font/aleo/aleo-bold.woff
+share/phabricator/webroot/rsrc/externals/font/aleo/aleo-bold.woff2
+share/phabricator/webroot/rsrc/externals/font/aleo/aleo-regular.eot
+share/phabricator/webroot/rsrc/externals/font/aleo/aleo-regular.svg
+share/phabricator/webroot/rsrc/externals/font/aleo/aleo-regular.ttf
+share/phabricator/webroot/rsrc/externals/font/aleo/aleo-regular.woff
+share/phabricator/webroot/rsrc/externals/font/aleo/aleo-regular.woff2
+share/phabricator/webroot/rsrc/externals/font/fontawesome/fontawesome-webfont.eot
+share/phabricator/webroot/rsrc/externals/font/fontawesome/fontawesome-webfont.ttf
+share/phabricator/webroot/rsrc/externals/font/fontawesome/fontawesome-webfont.woff
+share/phabricator/webroot/rsrc/externals/font/fontawesome/fontawesome-webfont.woff2
+share/phabricator/webroot/rsrc/externals/font/lato/LICENSE.txt
+share/phabricator/webroot/rsrc/externals/font/lato/lato-bold.eot
+share/phabricator/webroot/rsrc/externals/font/lato/lato-bold.svg
+share/phabricator/webroot/rsrc/externals/font/lato/lato-bold.ttf
+share/phabricator/webroot/rsrc/externals/font/lato/lato-bold.woff
+share/phabricator/webroot/rsrc/externals/font/lato/lato-bold.woff2
+share/phabricator/webroot/rsrc/externals/font/lato/lato-bolditalic.eot
+share/phabricator/webroot/rsrc/externals/font/lato/lato-bolditalic.svg
+share/phabricator/webroot/rsrc/externals/font/lato/lato-bolditalic.ttf
+share/phabricator/webroot/rsrc/externals/font/lato/lato-bolditalic.woff
+share/phabricator/webroot/rsrc/externals/font/lato/lato-bolditalic.woff2
+share/phabricator/webroot/rsrc/externals/font/lato/lato-italic.eot
+share/phabricator/webroot/rsrc/externals/font/lato/lato-italic.svg
+share/phabricator/webroot/rsrc/externals/font/lato/lato-italic.ttf
+share/phabricator/webroot/rsrc/externals/font/lato/lato-italic.woff
+share/phabricator/webroot/rsrc/externals/font/lato/lato-italic.woff2
+share/phabricator/webroot/rsrc/externals/font/lato/lato-regular.eot
+share/phabricator/webroot/rsrc/externals/font/lato/lato-regular.svg
+share/phabricator/webroot/rsrc/externals/font/lato/lato-regular.ttf
+share/phabricator/webroot/rsrc/externals/font/lato/lato-regular.woff
+share/phabricator/webroot/rsrc/externals/font/lato/lato-regular.woff2
+share/phabricator/webroot/rsrc/externals/javelin/LICENSE
+share/phabricator/webroot/rsrc/externals/javelin/README
+share/phabricator/webroot/rsrc/externals/javelin/core/Event.js
+share/phabricator/webroot/rsrc/externals/javelin/core/Stratcom.js
+share/phabricator/webroot/rsrc/externals/javelin/core/__tests__/event-stop-and-kill.js
+share/phabricator/webroot/rsrc/externals/javelin/core/__tests__/install.js
+share/phabricator/webroot/rsrc/externals/javelin/core/__tests__/stratcom.js
+share/phabricator/webroot/rsrc/externals/javelin/core/__tests__/util.js
+share/phabricator/webroot/rsrc/externals/javelin/core/init.js
+share/phabricator/webroot/rsrc/externals/javelin/core/init_node.js
+share/phabricator/webroot/rsrc/externals/javelin/core/install.js
+share/phabricator/webroot/rsrc/externals/javelin/core/util.js
+share/phabricator/webroot/rsrc/externals/javelin/docs/Base.js
+share/phabricator/webroot/rsrc/externals/javelin/docs/concepts/behaviors.diviner
+share/phabricator/webroot/rsrc/externals/javelin/docs/concepts/event_delegation.diviner
+share/phabricator/webroot/rsrc/externals/javelin/docs/concepts/sigils_metadata.diviner
+share/phabricator/webroot/rsrc/externals/javelin/docs/facebook.diviner
+share/phabricator/webroot/rsrc/externals/javelin/docs/onload.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/fx/Color.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/fx/FX.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/reactor/core/DynVal.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/reactor/core/Reactor.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/reactor/core/ReactorNode.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/reactor/core/ReactorNodeCalmer.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/reactor/dom/RDOM.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/view/HTMLView.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/view/View.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/view/ViewInterpreter.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/view/ViewPlaceholder.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/view/ViewRenderer.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/view/ViewVisitor.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/view/__tests__/HTMLView.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/view/__tests__/View.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/view/__tests__/ViewInterpreter.js
+share/phabricator/webroot/rsrc/externals/javelin/ext/view/__tests__/ViewRenderer.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/Cookie.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/DOM.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/History.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/JSON.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/Leader.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/Mask.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/Quicksand.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/Request.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/Resource.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/Routable.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/Router.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/Scrollbar.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/Sound.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/URI.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/Vector.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/WebSocket.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/Workflow.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/__tests__/Cookie.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/__tests__/DOM.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/__tests__/JSON.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/__tests__/URI.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/__tests__/behavior.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/behavior.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/control/tokenizer/Tokenizer.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/control/typeahead/Typeahead.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/control/typeahead/normalizer/TypeaheadNormalizer.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadCompositeSource.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadOnDemandSource.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadPreloadedSource.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadSource.js
+share/phabricator/webroot/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadStaticSource.js
+share/phabricator/webroot/rsrc/favicons/apple-touch-icon-120x120.png
+share/phabricator/webroot/rsrc/favicons/apple-touch-icon-152x152.png
+share/phabricator/webroot/rsrc/favicons/apple-touch-icon-76x76.png
+share/phabricator/webroot/rsrc/favicons/favicon-128.png
+share/phabricator/webroot/rsrc/favicons/favicon-16x16.png
+share/phabricator/webroot/rsrc/favicons/favicon-32x32.png
+share/phabricator/webroot/rsrc/favicons/favicon-96x96.png
+share/phabricator/webroot/rsrc/favicons/mask-icon.svg
+share/phabricator/webroot/rsrc/image/BFCFDA.png
+share/phabricator/webroot/rsrc/image/actions/edit.png
+share/phabricator/webroot/rsrc/image/avatar.png
+share/phabricator/webroot/rsrc/image/checker_dark.png
+share/phabricator/webroot/rsrc/image/checker_light.png
+share/phabricator/webroot/rsrc/image/checker_lighter.png
+share/phabricator/webroot/rsrc/image/darkload.gif
+share/phabricator/webroot/rsrc/image/divot.png
+share/phabricator/webroot/rsrc/image/examples/hero.png
+share/phabricator/webroot/rsrc/image/grippy_texture.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/README
+share/phabricator/webroot/rsrc/image/icon/fatcow/arrow_branch.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/arrow_merge.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/bullet_black.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/bullet_orange.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/bullet_red.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/calendar_edit.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/document_black.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/flag_blue.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/flag_finish.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/flag_ghost.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/flag_green.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/flag_orange.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/flag_pink.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/flag_purple.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/flag_red.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/flag_yellow.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/key_question.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/link.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/page_white_edit.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/page_white_put.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/source/conduit.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/source/email.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/source/fax.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/source/mobile.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/source/tablet.png
+share/phabricator/webroot/rsrc/image/icon/fatcow/source/web.png
+share/phabricator/webroot/rsrc/image/icon/lightbox/close-2.png
+share/phabricator/webroot/rsrc/image/icon/lightbox/close-hover-2.png
+share/phabricator/webroot/rsrc/image/icon/lightbox/left-arrow-2.png
+share/phabricator/webroot/rsrc/image/icon/lightbox/left-arrow-hover-2.png
+share/phabricator/webroot/rsrc/image/icon/lightbox/right-arrow-2.png
+share/phabricator/webroot/rsrc/image/icon/lightbox/right-arrow-hover-2.png
+share/phabricator/webroot/rsrc/image/icon/subscribe.png
+share/phabricator/webroot/rsrc/image/icon/tango/README
+share/phabricator/webroot/rsrc/image/icon/tango/attachment.png
+share/phabricator/webroot/rsrc/image/icon/tango/edit.png
+share/phabricator/webroot/rsrc/image/icon/tango/go-down.png
+share/phabricator/webroot/rsrc/image/icon/tango/log.png
+share/phabricator/webroot/rsrc/image/icon/tango/upload.png
+share/phabricator/webroot/rsrc/image/icon/unsubscribe.png
+share/phabricator/webroot/rsrc/image/lightblue-header.png
+share/phabricator/webroot/rsrc/image/main_texture.png
+share/phabricator/webroot/rsrc/image/menu_texture.png
+share/phabricator/webroot/rsrc/image/people/harding.png
+share/phabricator/webroot/rsrc/image/people/jefferson.png
+share/phabricator/webroot/rsrc/image/people/lincoln.png
+share/phabricator/webroot/rsrc/image/people/mckinley.png
+share/phabricator/webroot/rsrc/image/people/taft.png
+share/phabricator/webroot/rsrc/image/people/user0.png
+share/phabricator/webroot/rsrc/image/people/user1.png
+share/phabricator/webroot/rsrc/image/people/user2.png
+share/phabricator/webroot/rsrc/image/people/user3.png
+share/phabricator/webroot/rsrc/image/people/user4.png
+share/phabricator/webroot/rsrc/image/people/user5.png
+share/phabricator/webroot/rsrc/image/people/user6.png
+share/phabricator/webroot/rsrc/image/people/user7.png
+share/phabricator/webroot/rsrc/image/people/user8.png
+share/phabricator/webroot/rsrc/image/people/user9.png
+share/phabricator/webroot/rsrc/image/people/washington.png
+share/phabricator/webroot/rsrc/image/phrequent_active.png
+share/phabricator/webroot/rsrc/image/phrequent_inactive.png
+share/phabricator/webroot/rsrc/image/sprite-login-X2.png
+share/phabricator/webroot/rsrc/image/sprite-login.png
+share/phabricator/webroot/rsrc/image/sprite-menu-X2.png
+share/phabricator/webroot/rsrc/image/sprite-menu.png
+share/phabricator/webroot/rsrc/image/sprite-tokens-X2.png
+share/phabricator/webroot/rsrc/image/sprite-tokens.png
+share/phabricator/webroot/rsrc/image/texture/card-gradient.png
+share/phabricator/webroot/rsrc/image/texture/dark-menu-hover.png
+share/phabricator/webroot/rsrc/image/texture/dark-menu.png
+share/phabricator/webroot/rsrc/image/texture/dust_background.jpeg
+share/phabricator/webroot/rsrc/image/texture/grip.png
+share/phabricator/webroot/rsrc/image/texture/panel-header-gradient.png
+share/phabricator/webroot/rsrc/image/texture/phlnx-bg.png
+share/phabricator/webroot/rsrc/image/texture/pholio-background.gif
+share/phabricator/webroot/rsrc/image/texture/table_header.png
+share/phabricator/webroot/rsrc/image/texture/table_header_hover.png
+share/phabricator/webroot/rsrc/image/texture/table_header_tall.png
+share/phabricator/webroot/rsrc/js/application/aphlict/Aphlict.js
+share/phabricator/webroot/rsrc/js/application/aphlict/behavior-aphlict-dropdown.js
+share/phabricator/webroot/rsrc/js/application/aphlict/behavior-aphlict-listen.js
+share/phabricator/webroot/rsrc/js/application/aphlict/behavior-aphlict-status.js
+share/phabricator/webroot/rsrc/js/application/aphlict/behavior-desktop-notifications-control.js
+share/phabricator/webroot/rsrc/js/application/auth/behavior-persona-login.js
+share/phabricator/webroot/rsrc/js/application/calendar/behavior-day-view.js
+share/phabricator/webroot/rsrc/js/application/calendar/behavior-event-all-day.js
+share/phabricator/webroot/rsrc/js/application/calendar/behavior-recurring-edit.js
+share/phabricator/webroot/rsrc/js/application/config/behavior-reorder-fields.js
+share/phabricator/webroot/rsrc/js/application/conpherence/ConpherenceThreadManager.js
+share/phabricator/webroot/rsrc/js/application/conpherence/behavior-drag-and-drop-photo.js
+share/phabricator/webroot/rsrc/js/application/conpherence/behavior-durable-column.js
+share/phabricator/webroot/rsrc/js/application/conpherence/behavior-menu.js
+share/phabricator/webroot/rsrc/js/application/conpherence/behavior-pontificate.js
+share/phabricator/webroot/rsrc/js/application/conpherence/behavior-quicksand-blacklist.js
+share/phabricator/webroot/rsrc/js/application/conpherence/behavior-widget-pane.js
+share/phabricator/webroot/rsrc/js/application/countdown/timer.js
+share/phabricator/webroot/rsrc/js/application/daemon/behavior-bulk-job-reload.js
+share/phabricator/webroot/rsrc/js/application/dashboard/behavior-dashboard-async-panel.js
+share/phabricator/webroot/rsrc/js/application/dashboard/behavior-dashboard-move-panels.js
+share/phabricator/webroot/rsrc/js/application/dashboard/behavior-dashboard-query-panel-select.js
+share/phabricator/webroot/rsrc/js/application/dashboard/behavior-dashboard-tab-panel.js
+share/phabricator/webroot/rsrc/js/application/differential/ChangesetViewManager.js
+share/phabricator/webroot/rsrc/js/application/differential/DifferentialInlineCommentEditor.js
+share/phabricator/webroot/rsrc/js/application/differential/behavior-add-reviewers-and-ccs.js
+share/phabricator/webroot/rsrc/js/application/differential/behavior-comment-jump.js
+share/phabricator/webroot/rsrc/js/application/differential/behavior-comment-preview.js
+share/phabricator/webroot/rsrc/js/application/differential/behavior-diff-radios.js
+share/phabricator/webroot/rsrc/js/application/differential/behavior-dropdown-menus.js
+share/phabricator/webroot/rsrc/js/application/differential/behavior-edit-inline-comments.js
+share/phabricator/webroot/rsrc/js/application/differential/behavior-keyboard-nav.js
+share/phabricator/webroot/rsrc/js/application/differential/behavior-populate.js
+share/phabricator/webroot/rsrc/js/application/differential/behavior-toggle-files.js
+share/phabricator/webroot/rsrc/js/application/differential/behavior-user-select.js
+share/phabricator/webroot/rsrc/js/application/diffusion/DiffusionLocateFileSource.js
+share/phabricator/webroot/rsrc/js/application/diffusion/behavior-audit-preview.js
+share/phabricator/webroot/rsrc/js/application/diffusion/behavior-commit-branches.js
+share/phabricator/webroot/rsrc/js/application/diffusion/behavior-commit-graph.js
+share/phabricator/webroot/rsrc/js/application/diffusion/behavior-jump-to.js
+share/phabricator/webroot/rsrc/js/application/diffusion/behavior-load-blame.js
+share/phabricator/webroot/rsrc/js/application/diffusion/behavior-locate-file.js
+share/phabricator/webroot/rsrc/js/application/diffusion/behavior-pull-lastmodified.js
+share/phabricator/webroot/rsrc/js/application/doorkeeper/behavior-doorkeeper-tag.js
+share/phabricator/webroot/rsrc/js/application/drydock/drydock-live-operation-status.js
+share/phabricator/webroot/rsrc/js/application/files/behavior-icon-composer.js
+share/phabricator/webroot/rsrc/js/application/files/behavior-launch-icon-composer.js
+share/phabricator/webroot/rsrc/js/application/herald/HeraldRuleEditor.js
+share/phabricator/webroot/rsrc/js/application/herald/PathTypeahead.js
+share/phabricator/webroot/rsrc/js/application/herald/herald-rule-editor.js
+share/phabricator/webroot/rsrc/js/application/maniphest/behavior-batch-editor.js
+share/phabricator/webroot/rsrc/js/application/maniphest/behavior-batch-selector.js
+share/phabricator/webroot/rsrc/js/application/maniphest/behavior-line-chart.js
+share/phabricator/webroot/rsrc/js/application/maniphest/behavior-list-edit.js
+share/phabricator/webroot/rsrc/js/application/maniphest/behavior-subpriorityeditor.js
+share/phabricator/webroot/rsrc/js/application/owners/OwnersPathEditor.js
+share/phabricator/webroot/rsrc/js/application/owners/owners-path-editor.js
+share/phabricator/webroot/rsrc/js/application/passphrase/passphrase-credential-control.js
+share/phabricator/webroot/rsrc/js/application/pholio/behavior-pholio-mock-edit.js
+share/phabricator/webroot/rsrc/js/application/pholio/behavior-pholio-mock-view.js
+share/phabricator/webroot/rsrc/js/application/phortune/behavior-stripe-payment-form.js
+share/phabricator/webroot/rsrc/js/application/phortune/behavior-test-payment-form.js
+share/phabricator/webroot/rsrc/js/application/phortune/phortune-credit-card-form.js
+share/phabricator/webroot/rsrc/js/application/policy/behavior-policy-control.js
+share/phabricator/webroot/rsrc/js/application/policy/behavior-policy-rule-editor.js
+share/phabricator/webroot/rsrc/js/application/projects/WorkboardBoard.js
+share/phabricator/webroot/rsrc/js/application/projects/WorkboardCard.js
+share/phabricator/webroot/rsrc/js/application/projects/WorkboardColumn.js
+share/phabricator/webroot/rsrc/js/application/projects/WorkboardController.js
+share/phabricator/webroot/rsrc/js/application/projects/behavior-project-boards.js
+share/phabricator/webroot/rsrc/js/application/projects/behavior-project-create.js
+share/phabricator/webroot/rsrc/js/application/projects/behavior-reorder-columns.js
+share/phabricator/webroot/rsrc/js/application/releeph/releeph-preview-branch.js
+share/phabricator/webroot/rsrc/js/application/releeph/releeph-request-state-change.js
+share/phabricator/webroot/rsrc/js/application/releeph/releeph-request-typeahead.js
+share/phabricator/webroot/rsrc/js/application/repository/repository-crossreference.js
+share/phabricator/webroot/rsrc/js/application/search/behavior-reorder-profile-menu-items.js
+share/phabricator/webroot/rsrc/js/application/search/behavior-reorder-queries.js
+share/phabricator/webroot/rsrc/js/application/slowvote/behavior-slowvote-embed.js
+share/phabricator/webroot/rsrc/js/application/transactions/behavior-comment-actions.js
+share/phabricator/webroot/rsrc/js/application/transactions/behavior-reorder-configs.js
+share/phabricator/webroot/rsrc/js/application/transactions/behavior-reorder-fields.js
+share/phabricator/webroot/rsrc/js/application/transactions/behavior-show-older-transactions.js
+share/phabricator/webroot/rsrc/js/application/transactions/behavior-transaction-comment-form.js
+share/phabricator/webroot/rsrc/js/application/transactions/behavior-transaction-list.js
+share/phabricator/webroot/rsrc/js/application/typeahead/behavior-typeahead-browse.js
+share/phabricator/webroot/rsrc/js/application/typeahead/behavior-typeahead-search.js
+share/phabricator/webroot/rsrc/js/application/uiexample/JavelinViewExample.js
+share/phabricator/webroot/rsrc/js/application/uiexample/ReactorButtonExample.js
+share/phabricator/webroot/rsrc/js/application/uiexample/ReactorCheckboxExample.js
+share/phabricator/webroot/rsrc/js/application/uiexample/ReactorFocusExample.js
+share/phabricator/webroot/rsrc/js/application/uiexample/ReactorInputExample.js
+share/phabricator/webroot/rsrc/js/application/uiexample/ReactorMouseoverExample.js
+share/phabricator/webroot/rsrc/js/application/uiexample/ReactorRadioExample.js
+share/phabricator/webroot/rsrc/js/application/uiexample/ReactorSelectExample.js
+share/phabricator/webroot/rsrc/js/application/uiexample/ReactorSendClassExample.js
+share/phabricator/webroot/rsrc/js/application/uiexample/ReactorSendPropertiesExample.js
+share/phabricator/webroot/rsrc/js/application/uiexample/busy-example.js
+share/phabricator/webroot/rsrc/js/application/uiexample/gesture-example.js
+share/phabricator/webroot/rsrc/js/application/uiexample/notification-example.js
+share/phabricator/webroot/rsrc/js/core/Busy.js
+share/phabricator/webroot/rsrc/js/core/DragAndDropFileUpload.js
+share/phabricator/webroot/rsrc/js/core/DraggableList.js
+share/phabricator/webroot/rsrc/js/core/FileUpload.js
+share/phabricator/webroot/rsrc/js/core/Hovercard.js
+share/phabricator/webroot/rsrc/js/core/KeyboardShortcut.js
+share/phabricator/webroot/rsrc/js/core/KeyboardShortcutManager.js
+share/phabricator/webroot/rsrc/js/core/MultirowRowManager.js
+share/phabricator/webroot/rsrc/js/core/Notification.js
+share/phabricator/webroot/rsrc/js/core/Prefab.js
+share/phabricator/webroot/rsrc/js/core/ShapedRequest.js
+share/phabricator/webroot/rsrc/js/core/TextAreaUtils.js
+share/phabricator/webroot/rsrc/js/core/Title.js
+share/phabricator/webroot/rsrc/js/core/ToolTip.js
+share/phabricator/webroot/rsrc/js/core/behavior-active-nav.js
+share/phabricator/webroot/rsrc/js/core/behavior-audio-source.js
+share/phabricator/webroot/rsrc/js/core/behavior-autofocus.js
+share/phabricator/webroot/rsrc/js/core/behavior-choose-control.js
+share/phabricator/webroot/rsrc/js/core/behavior-crop.js
+share/phabricator/webroot/rsrc/js/core/behavior-dark-console.js
+share/phabricator/webroot/rsrc/js/core/behavior-device.js
+share/phabricator/webroot/rsrc/js/core/behavior-drag-and-drop-textarea.js
+share/phabricator/webroot/rsrc/js/core/behavior-error-log.js
+share/phabricator/webroot/rsrc/js/core/behavior-fancy-datepicker.js
+share/phabricator/webroot/rsrc/js/core/behavior-file-tree.js
+share/phabricator/webroot/rsrc/js/core/behavior-form.js
+share/phabricator/webroot/rsrc/js/core/behavior-gesture.js
+share/phabricator/webroot/rsrc/js/core/behavior-global-drag-and-drop.js
+share/phabricator/webroot/rsrc/js/core/behavior-high-security-warning.js
+share/phabricator/webroot/rsrc/js/core/behavior-history-install.js
+share/phabricator/webroot/rsrc/js/core/behavior-hovercard.js
+share/phabricator/webroot/rsrc/js/core/behavior-keyboard-pager.js
+share/phabricator/webroot/rsrc/js/core/behavior-keyboard-shortcuts.js
+share/phabricator/webroot/rsrc/js/core/behavior-lightbox-attachments.js
+share/phabricator/webroot/rsrc/js/core/behavior-line-linker.js
+share/phabricator/webroot/rsrc/js/core/behavior-more.js
+share/phabricator/webroot/rsrc/js/core/behavior-object-selector.js
+share/phabricator/webroot/rsrc/js/core/behavior-oncopy.js
+share/phabricator/webroot/rsrc/js/core/behavior-phabricator-nav.js
+share/phabricator/webroot/rsrc/js/core/behavior-phabricator-remarkup-assist.js
+share/phabricator/webroot/rsrc/js/core/behavior-refresh-csrf.js
+share/phabricator/webroot/rsrc/js/core/behavior-remarkup-preview.js
+share/phabricator/webroot/rsrc/js/core/behavior-reorder-applications.js
+share/phabricator/webroot/rsrc/js/core/behavior-reveal-content.js
+share/phabricator/webroot/rsrc/js/core/behavior-scrollbar.js
+share/phabricator/webroot/rsrc/js/core/behavior-search-typeahead.js
+share/phabricator/webroot/rsrc/js/core/behavior-select-on-click.js
+share/phabricator/webroot/rsrc/js/core/behavior-time-typeahead.js
+share/phabricator/webroot/rsrc/js/core/behavior-toggle-class.js
+share/phabricator/webroot/rsrc/js/core/behavior-tokenizer.js
+share/phabricator/webroot/rsrc/js/core/behavior-tooltip.js
+share/phabricator/webroot/rsrc/js/core/behavior-watch-anchor.js
+share/phabricator/webroot/rsrc/js/core/behavior-workflow.js
+share/phabricator/webroot/rsrc/js/core/phtize.js
+share/phabricator/webroot/rsrc/js/phui/behavior-phui-dropdown-menu.js
+share/phabricator/webroot/rsrc/js/phui/behavior-phui-object-box-tabs.js
+share/phabricator/webroot/rsrc/js/phui/behavior-phui-profile-menu.js
+share/phabricator/webroot/rsrc/js/phuix/PHUIXActionListView.js
+share/phabricator/webroot/rsrc/js/phuix/PHUIXActionView.js
+share/phabricator/webroot/rsrc/js/phuix/PHUIXAutocomplete.js
+share/phabricator/webroot/rsrc/js/phuix/PHUIXDropdownMenu.js
+share/phabricator/webroot/rsrc/js/phuix/PHUIXFormControl.js
+share/phabricator/webroot/rsrc/js/phuix/PHUIXIconView.js
diff --git a/phabricator/distinfo b/phabricator/distinfo
new file mode 100644
index 0000000..9b3f721
--- /dev/null
+++ b/phabricator/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (phabricator-20160221.tar.gz) = f6a2ca9cc3b5800aab6347529ede6d9d602d3d44
+RMD160 (phabricator-20160221.tar.gz) = b900964975570363e2ef3413e5a9f037226b53ca
+SHA512 (phabricator-20160221.tar.gz) = 5f82923e5c18567c0f992baf7214a84edcfdd93dfa94a4d4e443abf67687545628432ba03b16cdda169765c1ff8e4d65b1b6a803f5384efdaa09e90e2f4ae1b5
+Size (phabricator-20160221.tar.gz) = 8340975 bytes


Home | Main Index | Thread Index | Old Index