1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/src/applications/auth
epriestley 156b156e77 Give Conduit params/return/errors protected visibility
Summary:
Ref T7803. Ref T5873. I want to drive Conduit through more shared infrastructure, but can't currently add parameters automatically.

Put a `getX()` around the `defineX()` methods so the parent can provide default behaviors.

Also like 60% of methods don't define any special error types; don't require them to implement this method. I want to move away from this in general.

Test Plan:
  - Ran `arc unit --everything`.
  - Called `conduit.query`.
  - Browsed Conduit UI.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: hach-que, epriestley

Maniphest Tasks: T5873, T7803

Differential Revision: https://secure.phabricator.com/D12380
2015-04-13 11:58:35 -07:00
..
action Rate limit multi-factor actions 2014-04-30 14:30:31 -07:00
application Allow applications to have multiple "help" menu items 2015-04-01 11:51:48 -07:00
capability Auth - add "manage providers" capability 2015-01-12 14:37:58 -08:00
conduit Give Conduit params/return/errors protected visibility 2015-04-13 11:58:35 -07:00
constants Support invites in the registration and login flow 2015-02-11 06:06:28 -08:00
controller Improve granluarity and defaults of security.allow-outbound-http 2015-03-23 10:44:03 -07:00
data Send emails for email invites 2015-02-11 06:06:09 -08:00
editor Auth - allow for "auto login" providers 2015-02-06 10:50:36 -08:00
engine Legalpad - allow for legalpad documents to be required to be signed for using Phabricator 2015-02-12 15:22:56 -08:00
exception Add email invites to Phabricator (logic only) 2015-02-09 16:12:36 -08:00
factor Add email invites to Phabricator (logic only) 2015-02-09 16:12:36 -08:00
garbagecollector Add "temporary tokens" to auth, for SMS codes, TOTP codes, reset codes, etc 2014-05-20 11:43:45 -07:00
management Fix some odd looking arrays 2015-04-05 22:29:39 +10:00
phid Add administrative invite interfaces 2015-02-11 06:05:53 -08:00
provider Improve protection against SSRF attacks 2015-03-24 18:49:01 -07:00
query Allow logged-out users to accept invites on nonpublic installs 2015-02-13 11:00:41 -08:00
sshkey Support ssh-ed25519 SSH keys 2015-03-02 09:57:26 -08:00
storage Fixes spelling error in settings log on auth provider pages 2015-03-26 03:49:58 -07:00
view Improve granluarity and defaults of security.allow-outbound-http 2015-03-23 10:44:03 -07:00
worker Send emails for email invites 2015-02-11 06:06:09 -08:00