1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-01 03:02:43 +01:00
phorge-phorge/src/applications/files
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 outbound requests in Macros 2015-03-26 11:11:52 -07:00
application Fix some odd looking arrays 2015-04-05 22:29:39 +10:00
applicationpanel Fix improper selection of the chunk engine as a writable engine 2015-03-18 19:06:39 -07:00
capability Add default policy to Files application 2014-11-21 11:17:20 -08:00
conduit Give Conduit params/return/errors protected visibility 2015-04-13 11:58:35 -07:00
config Lock MIME type configuration 2015-03-25 10:16:22 -07:00
controller Remove most callsites to Controller->renderHandlesForPHIDs() 2015-03-31 05:48:19 -07:00
edge Modernize remaining edge types 2015-01-03 10:58:20 +11:00
editor Apply some autofix linter rules 2014-09-10 06:55:05 +10:00
engine Fix a bad call in file chunk destruction 2015-03-24 18:48:51 -07:00
exception Rewrite file documentation to be chunk-aware 2015-03-15 11:37:47 -07:00
garbagecollector Complete modularization of the GC daemon 2014-01-15 10:02:31 -08:00
lipsum Fix some linter violations 2015-01-03 09:11:41 +11:00
mail Expose all application mail receivers 2015-04-01 11:52:02 -07:00
management Support a file data iteration interface for large files 2015-03-14 08:28:59 -07:00
markup Move Macro image height/width to CSS 2015-03-11 17:35:55 -07:00
phid Make file handles have "/Fxxx" as the URI 2014-08-21 12:21:10 -07:00
query Remove trivial implementations of getPagingColumn() 2015-04-13 11:58:19 -07:00
storage Mostly defuse DNS rebinding attack for outbound requests 2015-03-26 11:12:22 -07:00
view Make file upload policies more consistent 2015-03-17 06:33:30 -07:00
PhabricatorImageTransformer.php Minor formatting changes 2014-10-08 08:39:49 +11:00