Anton Dyudin
c433874ebb
fix oauth1 oauth_callback, organization
2016-04-07 14:08:25 -07:00
Anton Dyudin
873840b0e8
factor out /+interpolate,hep-to-cab
2016-04-07 13:07:21 -07:00
Anton Dyudin
5b2a8ce009
inlined dbg-post
2016-04-07 12:51:11 -07:00
Anton Dyudin
c75d71cd18
add oauth1 driver examples
2016-04-07 12:34:32 -07:00
Anton Dyudin
f26446e150
resturcture /+oauth1,basic-auth so the ++standard magic is in one place
...
with sample usage in the comments
2016-04-07 10:37:28 -07:00
Anton Dyudin
a24c4da4b3
minimal basic-auth refactor
2016-04-06 13:43:32 -07:00
Henry Ault
cff175cb8d
touched up on comment instructions for dbox and insta
2016-04-05 18:32:47 -07:00
Henry Ault
f7664224ac
updated comments
2016-04-05 18:07:31 -07:00
Henry Ault
e7f09727da
instagram with comment instructions
2016-04-05 17:50:50 -07:00
Henry Ault
0d42096d95
working instagram security driver
2016-04-05 17:13:30 -07:00
Henry Ault
c19a1a0761
dropbox security driver and minor supporting changes
2016-04-05 15:25:02 -07:00
Raymond Pasco
5f1941d58b
Merge remote-tracking branches 'ohaitch/no-talk-stack-traces', 'galenwp/rage-factor', 'galenwp/sur', 'galenwp/hello', 'galenwp/talk-exo' and 'ohaitch/say-code'
...
Simple ~& of stack traces, not talk routing
Remove code to other repositories
Rename dojo 'arc' to 'sur'
+hello 'world' now forwards
Talk frontend bugfixes
+code as a %say
2016-04-05 15:15:01 -04:00
Anton Dyudin
087cb6aaf1
convert code to %say, fixing #101
2016-04-04 11:35:21 -07:00
Galen Wolfe-Pauly
b416a46452
talk@95ef0961ec4e74a5c0c61812f9c777ad07f8fd2a
2016-03-25 20:55:31 -07:00
Galen Wolfe-Pauly
b9d5a3c7ff
tired
2016-03-21 22:57:03 -07:00
Galen Wolfe-Pauly
dace85521b
forwards
2016-03-21 22:41:50 -07:00
Galen Wolfe-Pauly
61d344a7b6
moved arc to sur in dojo
2016-03-21 22:03:13 -07:00
Galen Wolfe-Pauly
c32a84f576
that too
2016-03-21 16:43:18 -07:00
Galen Wolfe-Pauly
8239c777ab
remove gmail and some other bs
2016-03-21 16:01:54 -07:00
Anton Dyudin
e9d199cca3
route drum crashes through ~& for now, closing #584
2016-03-18 15:35:58 -07:00
Raymond Pasco
a1df9b2a59
Merge branch 'passcode-code', remote-tracking branches 'galenwp/clean', 'ohaitch/mo-not-running' and 'ohaitch/mar-twitter-request'
...
Move eyre auth code to +code
Remove nonexistent vane stubs
Add a printf somewhere
Twitter auth and requests
2016-03-14 19:43:32 -04:00
Raymond Pasco
e9ec3b2ded
Move eyre passcode printing into +code generator
2016-03-14 19:41:25 -04:00
Anton Dyudin
b6ef9f6d40
add twit-feed, twit-status
2016-03-14 15:17:47 -07:00
Galen Wolfe-Pauly
fcd0df304e
should have been cleaned by factor
2016-03-14 13:04:45 -07:00
Anton Dyudin
de6e230dd3
expose twitter req argument encoders as ++print
2016-03-11 17:48:58 -08:00
Anton Dyudin
2f494e6e2f
type mar/twit-req, mar/twit-usel
2016-03-11 16:06:47 -08:00
Anton Dyudin
a241c526d7
add lib/httr-to-json
...
which is really the mark translation search's job. Created #67
2016-03-11 15:52:14 -08:00
Anton Dyudin
68f1903f6a
move valid-request type to sur/twitter
...
As an actual ++endpoint type, instead of a list of arm names accepting arguments
Old: (stat-upda:request:twitter [%status 'foo']~ ~)
New: (request:twitter stat-upda+[%status 'foo']~ ~)
2016-03-11 14:54:29 -08:00
Anton Dyudin
70dd18ac7d
added trivial mar/twit/req
...
usage :curl &twit-req *acco-veri:main:twitter
2016-03-11 12:38:41 -08:00
Anton Dyudin
e59153011d
allow atoms in %hiss requests
...
gall was checking user vases for ?=([@ ^]) instead of ?=([@ *])
2016-03-11 12:38:41 -08:00
Anton Dyudin
8e35c18724
disable spurious ++wyp
2016-03-11 12:34:47 -08:00
Anton Dyudin
dd5f670286
encrypt api keys written to clay
...
creates #66
2016-03-11 12:02:08 -08:00
Anton Dyudin
0d5c207758
fix twitter test url
2016-03-11 12:01:36 -08:00
Anton Dyudin
244639d9a6
include domain in "Run |init-" auth warnings
2016-03-11 11:49:36 -08:00
Anton Dyudin
2bedfb04e1
added |init-auth-basic, moved subdomain snip to /+write
2016-03-11 11:17:35 -08:00
Anton Dyudin
49d11b5270
remove auth from twitter library
2016-03-11 11:16:50 -08:00
Anton Dyudin
dafc0b501c
hook up twitter security driver
2016-03-11 11:16:50 -08:00
Anton Dyudin
6c45cb1264
FIX byte-order bug
...
see previous commit, native ++hmac byte order was correct for short keys already
2016-03-11 11:16:09 -08:00
Anton Dyudin
8bc6228766
fix ++hmac to work on >64 bit keys
...
Reload: zuse, vanes
A swap 3 was being performed which should not have been. Still not confident inthe endianness of the code as a whole, but seems to work for test values.
2016-03-10 20:38:45 -08:00
Anton Dyudin
bbe47f441c
factor out token-response keyspec
2016-03-10 20:38:45 -08:00
Anton Dyudin
06e461b542
fix type issues
2016-03-10 20:38:45 -08:00
Anton Dyudin
9f289fd15f
better grab-quay error reporting
2016-03-10 20:38:45 -08:00
Anton Dyudin
a8a092074a
restructure lib/oauth1 to expose ++add-auth internals
2016-03-10 18:52:30 -08:00
Anton Dyudin
3aa1ceb8b4
better handling of query strings
2016-03-10 13:36:51 -08:00
Anton Dyudin
747f9d57a2
better names for things
2016-03-10 12:04:56 -08:00
Anton Dyudin
cf33f64f81
better token type
2016-03-10 11:47:21 -08:00
Anton Dyudin
302c004032
nicer grab-quay type
2016-03-10 11:45:46 -08:00
Anton Dyudin
f9b1581a28
moved core type, token to lib/oauth1 sample
2016-03-09 20:03:22 -08:00
Anton Dyudin
80eb1f5f06
refactor lib/oauth2 to be security-driver-library shaped,
...
implement 3-legged login flow(untested)
2016-03-09 18:37:34 -08:00
Anton Dyudin
faf017da53
stub security driver: check that authorization exists
2016-03-09 16:01:15 -08:00