Commit Graph

5099 Commits

Author SHA1 Message Date
Anton Dyudin
4f58c390d5 Load tree virtual scripts sequentially
urbit/tree@4eeaad4
2016-03-04 16:04:07 -08:00
Anton Dyudin
cb2ccad17c add google credential json parser |init-oauth2-google 2016-03-04 15:16:31 -08:00
Anton Dyudin
f89646f139 better no-keys warning 2016-03-04 14:33:28 -08:00
Anton Dyudin
d3a9c1b8a0 fix #4: only look at 2 top levels of domain when chosing driver 2016-03-04 14:13:06 -08:00
Raymond Pasco
f51226fd6e Merge remote-tracking branches 'ohaitch/fix-swim-lost-went', 'ohaitch/urbjs-hax-error', 'ohaitch/talk-js-slim' and 'galenwp/comment'
ignore %went in eyre
navigate to "#ERROR" on urb.wALL blit
move js dependencies to be requested from cdn
wrap comment authors in <h2>
2016-03-04 16:20:28 -05:00
Anton Dyudin
f9d9191cf1 simplify googleapis.com scope logic
allowing /+oauth2++endpoint to be removed
2016-03-04 13:11:45 -08:00
Anton Dyudin
fa78c332a6 better handling of 404 2016-03-04 13:09:13 -08:00
Anton Dyudin
cf96ef3ea6 Added raw-url support to lib/oauth2
Closes urbit/urbit#716, closes urbit/urbit#715
2016-03-04 13:09:07 -08:00
Anton Dyudin
b4f2a6d24b 151ify, elaborate facebook and slack drivers 2016-03-04 12:38:13 -08:00
Anton Dyudin
886890d1f8 header information 2016-03-04 12:38:05 -08:00
Galen Wolfe-Pauly
0f4507a31b structure for comments written to %c 2016-03-03 16:36:39 -08:00
Anton Dyudin
f00da18200 more dependency borwser-hoisting
urbit/talk@da25b42
2016-03-03 16:13:05 -08:00
Anton Dyudin
1b142cd66a moved react-infinite to cdn dependency 2016-03-03 15:18:16 -08:00
Philip C Monk
e983d7c1e3 better eyre lens handling 2016-03-03 17:23:09 -05:00
Anton Dyudin
73a060be5e navigate to "#ERROR" on urb.wALL blit 2016-03-03 11:38:49 -08:00
Galen Wolfe-Pauly
3730bc82c9 move to web/pages 2016-03-03 11:28:02 -08:00
Anton Dyudin
c5a466d707 ignore %went in eyre 2016-03-03 11:07:19 -08:00
Raymond Pasco
a0358c17d9 Merge branches 'breach-20160302' and 'cgyarvin-teaching', remote-tracking branches 'ohaitch/talk-read-component', 'ohaitch/virtualize-pact-hoon' and 'ohaitch/eyre-sec'
Conflicts:
	arvo/eyre.hoon

Breaching changes for 2016-03-02
Language/dojo improvements for teaching.
add web/listen.hoon module for listening to comment changes
virtualize ++pact %hoon side-path
Eyre security drivers
2016-03-02 21:21:23 -05:00
Raymond Pasco
8e69b152c0 Bump ames protocol version for 2016-03-02 breach
1 -> 2
2016-03-02 21:09:39 -05:00
Raymond Pasco
e1acb47293 Revert "temporary rename of %see to %sei"
This reverts commit 2d0dd169a5.
2016-03-02 21:07:36 -05:00
Anton Dyudin
2db4f33d89 better error tracing 2016-03-02 17:15:42 -08:00
Anton Dyudin
e0d0fb6504 better bad-key error 2016-03-02 16:47:49 -08:00
Anton Dyudin
df18641381 finish 151izing dojo 2016-03-02 16:40:54 -08:00
Anton Dyudin
ebb1f1f0ef virtualize ++pact %hoon side-path 2016-03-02 16:13:14 -08:00
Anton Dyudin
d114e66210 add web/listen.hoon module for listening to comment changes
urbit/talk@4508c54 - talk-comments
2016-02-29 17:31:08 -08:00
Raymond Pasco
e1480cb570 Merge remote-tracking branches 'philipcmonk/ford-fix', 'ray/lune-nule' and 'ohaitch/talk-comments'
Conflicts:
	mar/tree/comments.hoon

Fix off-by-one in marks that was removing the last byte of clay files
Add ++lune/++nule Unix textfile arms
Route .tree 'comments' input through talk
2016-02-29 17:11:50 -05:00
Raymond Pasco
64f7f58143 Add ++lune/++nule Unix textfile arms
++lune parses a cord to a list of lines, which must all be terminated by
a newline. The cord can be the empty string; this gives an empty list of
zero lines. Make sure to validate that any cords you use ++lune on are
either the empty string or end in a final newline; noeol textfiles are
invalid and you must use ++lore on them.

++nule is the inverse operation to ++lune; it takes a list of cords and
joins them into a single cord, with each line in the list terminated by
a newline character. This list can be empty, which will produce the
empty cord.
2016-02-29 17:04:06 -05:00
Anton Dyudin
31d1ea38d8 use .urbit.org url in talk comment notifications 2016-02-29 13:25:41 -08:00
Anton Dyudin
f0575a25ff add %comments notification, fix talk ui for comments
urbit/talk@9fac3e3
2016-02-29 13:20:19 -08:00
C. Guy Yarvin
7b5ad6a307 Reverse =/ and =;. Fix a =^ issue. 2016-02-27 17:04:43 -05:00
Philip C Monk
c0c67969f3 checkpoint, w/lens protocl 2016-02-26 20:13:00 -05:00
Anton Dyudin
daa0da6d63 send comments to %comments 2016-02-26 15:50:14 -08:00
Philip C Monk
cafa7cc6ff Fix ford's occasional truncation of hoon files 2016-02-26 17:47:50 -05:00
C. Guy Yarvin
4a75bfd569 Add :moar syntax. 2016-02-26 11:09:41 -08:00
C. Guy Yarvin
52347e3f4b Actually we can only distinguish the naked gate. 2016-02-26 11:09:41 -08:00
C. Guy Yarvin
43b4303a88 Some changes for basic doc: naked trap/call, var/rev/:;/:/. 2016-02-26 11:09:41 -08:00
Raymond Pasco
9a0167c99c Merge remote-tracking branches 'philipcmonk/init-reset', 'ohaitch/tree-perf' and 'galenwp/tree-fixes'
Recompile the kernel on initial merge
Profiling-guided performance fixes
Frontend bugfixes
2016-02-25 23:47:37 -05:00
Anton Dyudin
1cf56bd06b added comment hash identifier 2016-02-25 18:41:29 -08:00
Anton Dyudin
a5a058d7da move tree-comments to separate renderer
Cherry-pick of a2cc5d5
2016-02-25 18:27:45 -08:00
Anton Dyudin
bbdebcdff4 cc comments to %porch 2016-02-25 17:56:17 -08:00
Anton Dyudin
c4cd2968a5 better rendering of %mor speech 2016-02-25 17:55:19 -08:00
Anton Dyudin
29dc7bda8b fix rss 2016-02-25 17:35:00 -08:00
Anton Dyudin
2e2bcc31cc add .^(hart %e /=host/fake), .^(hart %e /=host/real) 2016-02-25 16:38:46 -08:00
Anton Dyudin
a48c719bf8 slightly compress favicon 2016-02-25 16:35:34 -08:00
Philip C Monk
17d6fccced reset on initial pull 2016-02-25 18:19:44 -05:00
Anton Dyudin
d331391486 proxy tree comments through talk
urbit/tree@bdebe54
2016-02-25 12:38:00 -08:00
Galen Wolfe-Pauly
209bc2daac fix homepage after bootstrap update
bootstrap@8a279c8528
2016-02-24 16:31:02 -08:00
Galen Wolfe-Pauly
e3f9bc8038 Fix homepage and menu overlapping
tree@88abd89677
2016-02-24 16:19:25 -08:00
Anton Dyudin
2d0dd169a5 temporary rename of %see to %sei
REVERT on breach
2016-02-24 15:17:40 -08:00
Henry Ault
6910910333 dojo change for +http and an atom diff 2016-02-24 13:39:45 -08:00