Commit Graph

26 Commits

Author SHA1 Message Date
Joe Bryan
64ff55fe5b removes %rver and lens request/response printfs 2019-05-14 11:31:51 -07:00
Isaac Visintainer
fa7f251030 adds rver side of localhost backdoor
lens app stub
2019-05-08 22:12:23 -07:00
Joe Bryan
d450a6983a updates %rver to save outgoing duct to unix 2019-04-09 14:03:21 -07:00
Joe Bryan
e6abf682cc updates %rver to handle %gall's ack after poking :acme 2019-04-08 13:17:19 -07:00
Isaac Visintainer
b5a742f31c further changes for review 2019-03-29 16:27:36 -07:00
Isaac Visintainer
e1a3178573 Made cross-ship collections posting work
Made collections json endpoint work
2019-03-29 10:44:37 -07:00
Logan Allen
4fdac81f4d When no redirect parameter is supplied to login, returns a 200 not a 307 2019-03-29 10:05:56 -07:00
Logan Allen
8eac489504 Added command palette, go event 2019-03-29 10:05:56 -07:00
Elliot Glaysher
49dfb2d1bd Make %light handle multiple subscriptions on the same path.
Some applications make multiple subscriptions to the same app on the
same path. Support this by changing the subscription interface to return
a numeric reference which needs to be passed in during the explicit
unsubscribe, and ensure that we send per-subscription instead of
per-path unsubscribe commands to Gall.
2019-03-26 15:52:32 -07:00
Joe Bryan
ec5fd88468
Merge pull request #1117 from urbit/lte-config
forward-ports %eyre http-configuration and host scry
2019-03-21 14:41:48 -07:00
Elliot Glaysher
d6a3899b0b Centralize error pages in one gate and support 403 on unauthenticated. 2019-03-21 13:59:03 -07:00
Joe Bryan
b3ce13c53b forward-ports /=host= scry to %rver 2019-03-20 23:01:38 -07:00
Joe Bryan
592b51e590 forward-ports http-config management to %rver 2019-03-20 22:28:32 -07:00
Joe Bryan
b551e16c33 Merge branch 'lighter-than-eyre' into light-integration
* lighter-than-eyre:
  Actually have a 400 Bad Request page instead of reusing the 500 page incorrectly.
  Changed the generator interface so a generator can redirect and set headers.
  can't wake up
  A %coup failure from gall should return a 500 to the client.
2019-03-20 16:39:19 -07:00
Elliot Glaysher
9cdfc84553 Actually have a 400 Bad Request page instead of reusing the 500 page incorrectly. 2019-03-20 16:00:46 -07:00
Elliot Glaysher
d8d83fca40 Changed the generator interface so a generator can redirect and set headers. 2019-03-20 15:19:36 -07:00
Elliot Glaysher
e1a6452877 can't wake up 2019-03-19 13:39:03 -07:00
Elliot Glaysher
49319a5a7e A %coup failure from gall should return a 500 to the client. 2019-03-19 13:38:18 -07:00
Joe Bryan
0fd56fec49 Merge branch 'lighter-than-eyre' into light-integration
* lighter-than-eyre:
  Actually scry for the +code and inject the code deterministically into the tests
  Having the client unsubscribe should actually unsubscribe on the server
2019-03-18 17:18:35 -07:00
Elliot Glaysher
324445a7d9 Actually scry for the +code and inject the code deterministically into the tests 2019-03-18 13:48:00 -07:00
Elliot Glaysher
d954b8950d Having the client unsubscribe should actually unsubscribe on the server 2019-03-15 11:25:12 -07:00
Joe Bryan
81975cce42 cleans up +task comments in %lient and %rver 2019-03-13 13:35:14 -07:00
Joe Bryan
5f8280c6f0 handles %crud in %lient and %rver 2019-03-13 13:34:25 -07:00
Joe Bryan
f9ba9bfd6e adds |mass to %lient and %rver 2019-03-12 18:13:25 -07:00
Elliot Glaysher
aefcea5328 Bootable and Dojo can issue +http requests. But no vere support yet. 2019-02-11 14:41:50 -08:00
Elliot Glaysher
cdb8267caf Use the names %lient and %rver for now.
Instead of continuing to struggle with all the places in arvo where we
assume that vane names are one letter and that one letter is the first
letter of the full vane name, just use %l/lient and %r/rver for now to
finish the split of %light into a separate http client and server vane.
2019-02-11 11:44:56 -08:00