Something went wrong. Try again.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
Something went wrong. Try again.
332 B · 15 lines
PHP
at commit dfc8f8bc
12345678910111213141516<?php
final class DiffusionPushLogListController extends DiffusionPushLogController {
public function shouldAllowPublic() { return true; }
public function handleRequest(AphrontRequest $request) { return id(new PhabricatorRepositoryPushLogSearchEngine()) ->setController($this) ->buildResponse(); }
}