1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/src/applications
Josh Cox fc82118848 Expose conduit API methods for Phurl URLs
Summary: Fixes T10681. Adds a search API endpoint and an edit API endpoint for Phurl URLs. I still need to add the ability to search by name, alias, URL, and maybe description.

Test Plan: Test the methods through `/conduit/method/phurls.search/` and `/conduit/method/phurls.edit/`

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley, yelirekim

Maniphest Tasks: T10681

Differential Revision: https://secure.phabricator.com/D16600
2016-09-27 00:21:49 -04:00
..
almanac Fix getIcon calls in PHUIObjectListItem 2016-08-19 09:35:09 -07:00
aphlict Cache user notification and message counts 2016-06-05 08:52:43 -07:00
arcanist/conduit
audit Fix a Herald issue where testing commits against rules with revision-related conditions would fail 2016-09-08 17:16:40 -07:00
auth Added initial class for displaying invisible chars 2016-09-12 21:57:01 -04:00
badges Better destruction of PhameBlog, BadgesBadge 2016-06-27 18:24:23 -07:00
base Update RedirectController for handleRequest 2016-09-19 13:24:01 -04:00
cache Add a specialized cache for storing "has setup ever worked?" 2016-09-12 08:04:32 -07:00
calendar Make .ics export less scary and attach .ics files to event mail 2016-09-15 10:33:17 -07:00
celerity Add a few more high contrast CSS rules 2016-09-07 11:03:05 -07:00
chatlog Update chatlog to newPage() 2016-04-02 13:20:55 -07:00
conduit Throw when callers pass an invalid constraint to a "*.search" method 2016-09-07 09:07:53 -07:00
config For now, disable persistent connections and the "max_connections" setup warning 2016-09-23 12:42:26 -07:00
conpherence Remove TYPE_FILES from Conpherence 2016-09-17 21:23:54 +00:00
console Update DarkConsole for handleRequest 2016-09-19 13:18:27 -04:00
countdown Fix new Countdown link 2016-06-07 20:13:08 -07:00
daemon Fix a fatal when viewing a daemon task with an invalid ID 2016-07-08 07:08:45 -07:00
dashboard Implement a "pro" EditEngine for dashboard panels 2016-07-03 15:07:36 -07:00
differential Removed willProcessRequest from DifferentialRevisionLandController 2016-09-19 13:47:37 -04:00
diffusion Stop doing an excessive amount of work in diffusion.rawdiffquery 2016-09-20 06:00:31 -07:00
diviner Update Diviner for array-valued @doc-stuff return values from DocblockParser 2016-09-02 05:24:29 -07:00
doorkeeper Recover from a race when importing external objects (like JIRA issues) for the first time 2016-09-07 11:16:42 -07:00
draft/storage Clean up some log spam caused by races in VersionedDraft 2016-09-05 13:01:53 -07:00
drydock Fix getIcon calls in PHUIObjectListItem 2016-08-19 09:35:09 -07:00
fact Update Facts for newPage 2016-04-03 15:07:52 -07:00
feed Make "Core Applications" more reasonable 2016-08-12 07:57:59 -07:00
files Remarkup rule to embed images 2016-09-26 16:55:38 -04:00
flag
fund Consistently refer to 'Projects' as 'Tags' 2016-04-19 16:48:21 +00:00
guides Use new Guide layout in Config->Welcome 2016-09-03 07:32:22 -07:00
harbormaster Added a 'name' field to the results for harbormaster.build.search endpoint 2016-09-19 13:15:52 -04:00
help Update Help for newPage 2016-04-05 07:26:31 -07:00
herald Fix a Herald issue where testing commits against rules with revision-related conditions would fail 2016-09-08 17:16:40 -07:00
home Use new Guide layout in Config->Welcome 2016-09-03 07:32:22 -07:00
legalpad Normalize casing on property boxes 2016-04-06 15:33:15 -07:00
lipsum Modularize content sources 2016-03-26 11:59:45 -07:00
macro Normalize casing on property boxes 2016-04-06 15:33:15 -07:00
maniphest Add setup checks for unused homepage options 2016-08-25 12:08:02 -07:00
meta Check if app is installed for user before displying 2016-09-07 22:42:20 -04:00
metamta Make Herald test workflow modular and more clear 2016-08-03 16:12:33 -07:00
multimeter Add a cluster.read-only option 2016-04-09 13:40:47 -07:00
notification Strip timestamps from popup notification bubbles 2016-07-08 07:46:09 -07:00
nuance Fix some more setIcon() issues 2016-08-31 10:00:03 -07:00
oauthserver Formalize and fully modularize settings panel groups 2016-06-04 14:39:11 -07:00
owners When loading packages affected by a change to a particular path, ignore archived packages 2016-09-16 14:02:53 -07:00
packages Make "Core Applications" more reasonable 2016-08-12 07:57:59 -07:00
passphrase Prevent locked credentials from being made accessible via conduit 2016-05-18 14:54:44 -07:00
paste Update Phurl to use EditEngine 2016-09-20 09:38:49 -04:00
people Update People for handleRequest 2016-08-25 13:39:59 -04:00
phame Don't lock subscription in PhameBlog 2016-09-23 09:03:41 -04:00
phid Simplify how tag lists manage their handles 2016-08-19 11:09:40 -07:00
phlux Normalize casing on property boxes 2016-04-06 15:33:15 -07:00
pholio Make Herald test workflow modular and more clear 2016-08-03 16:12:33 -07:00
phortune Implement PhabricatorApplicationTransactionInterface on PhortunePaymentProviderConfig 2016-08-30 09:18:10 -07:00
phpast Update phpast for new UI 2016-04-05 13:52:59 -07:00
phragment Give Phragment a sort of tetris block thing as a title glyph 2016-09-22 15:13:06 -07:00
phrequent Redesign Config Application 2016-08-29 15:49:49 -07:00
phriction Fixed inconsistency at phriction 2016-09-11 13:41:41 -07:00
phurl Expose conduit API methods for Phurl URLs 2016-09-27 00:21:49 -04:00
policy Allow *.search Conduit API methods to have data bulk-loaded by extensions 2016-07-31 11:15:18 -07:00
ponder Make "Core Applications" more reasonable 2016-08-12 07:57:59 -07:00
project Super Pro Dexule fix for project icon timeline 2016-09-07 10:48:06 -07:00
releeph Make "Core Applications" more reasonable 2016-08-12 07:57:59 -07:00
remarkup/conduit
repository Do initial repository imports at a lower priority and finish importing commits before starting new ones 2016-09-21 16:41:01 -07:00
search Throw when callers pass an invalid constraint to a "*.search" method 2016-09-07 09:07:53 -07:00
settings Add a toggle, sticky pref, for Conpherence Widget Pane 2016-09-12 23:20:21 +00:00
slowvote Consistently refer to 'Projects' as 'Tags' 2016-04-19 16:48:21 +00:00
spaces Allow *.search Conduit API methods to have data bulk-loaded by extensions 2016-07-31 11:15:18 -07:00
subscriptions Allow stacked comment actions to be explicitly ordered 2016-04-06 09:15:27 -07:00
support/application
system Redesign Config Application 2016-08-29 15:49:49 -07:00
tokens More tokens 2016-07-03 18:32:40 -07:00
transactions Support object mentions in Calendar Event descriptions 2016-08-31 15:33:45 -07:00
typeahead Push typehead browse result selector button down one <div> 2016-06-21 15:28:12 -07:00
uiexample Add setBackground to PHUIIconView 2016-08-19 13:19:53 -07:00
xhprof Removing deprecated method calls 2016-08-23 03:26:34 -05:00