mixedpuppy
|
ae33f14f45
|
create and append the short url if it is not in the message
|
2010-10-14 15:23:16 -07:00 |
mixedpuppy
|
3e02d6cf1f
|
add support for specifying the contacts group the get
|
2010-10-14 14:02:16 -07:00 |
mixedpuppy
|
2606109b9b
|
add a contacts api to retreive contacts from google, currently only google supported
|
2010-10-14 11:39:14 -07:00 |
mixedpuppy
|
a9fd2de38e
|
add urlargs support in docstring
|
2010-10-14 11:30:33 -07:00 |
mixedpuppy
|
052b2ba9f4
|
fix link creation for https
|
2010-10-04 17:25:51 -07:00 |
mixedpuppy
|
985ad59c1f
|
use innodb
|
2010-10-04 14:44:51 -07:00 |
mixedpuppy
|
00465147bc
|
add constants so an error condition works
|
2010-10-04 14:44:15 -07:00 |
mixedpuppy
|
01dcc9bdb6
|
provide a default for the oauth result urls
|
2010-10-01 14:22:01 -07:00 |
Bryan Clark
|
4c93d82763
|
patch via IRC from shane for error messages
|
2010-10-01 11:56:32 -07:00 |
mixedpuppy
|
525946aea2
|
add missing file
|
2010-10-01 11:42:02 -07:00 |
mixedpuppy
|
0e9f7d3641
|
update facebook oauth error handling to deal with differences in their various levels of apis and standards support
|
2010-09-30 19:26:30 -07:00 |
mixedpuppy
|
036e256c08
|
change error object to be like json-rpc error objects
code is reserved for error codes, not http status
status is added for http status
use only 401 and 535 for now to indicate reauth
|
2010-09-30 17:36:12 -07:00 |
mixedpuppy
|
fd4b3ac235
|
add a header that can be used to know why you're getting a 403
|
2010-09-30 16:50:05 -07:00 |
Mark Hammond
|
c6dc6d2bbb
|
allow 'message' to be optional, leaving it to the service to reject if it so chooses
|
2010-09-30 16:37:46 +10:00 |
mixedpuppy
|
6a789b0788
|
add migration config
|
2010-09-29 14:03:13 -07:00 |
mixedpuppy
|
6640330509
|
fixup the deployment template
|
2010-09-29 13:59:14 -07:00 |
mixedpuppy
|
4b46098f47
|
shorten for mysql
|
2010-09-24 13:52:50 -07:00 |
mixedpuppy
|
20cc4101c2
|
fix the profile decorator
|
2010-09-24 13:52:29 -07:00 |
mixedpuppy
|
d25ab71638
|
provide a way to set max_auth_age for google
|
2010-09-24 13:51:19 -07:00 |
mixedpuppy
|
e7a4c975c3
|
grab force_login for twitter
|
2010-09-24 13:49:56 -07:00 |
mixedpuppy
|
837d65a227
|
don't add two levels of middleware for beaker
|
2010-09-23 12:05:44 -07:00 |
mixedpuppy
|
80baa17064
|
a comment about profiling middleware
|
2010-09-23 12:01:46 -07:00 |
mixedpuppy
|
53b7729ade
|
fix the profile decorator so that it can work with csrf middleware
|
2010-09-23 11:52:13 -07:00 |
Mark Hammond
|
c7f139f124
|
use 'max-age' instead of 'expires' for cookie lifetime in seconds
|
2010-09-23 15:57:47 +10:00 |
mixedpuppy
|
93b391906c
|
revert using self in a static method
|
2010-09-22 17:47:24 -07:00 |
mixedpuppy
|
15cd70e65f
|
avoid querying the accounts table, just rely on the session to store what we need. the accounts table is 'backup' for that.
|
2010-09-22 17:44:26 -07:00 |
mixedpuppy
|
267106debc
|
remove a print
|
2010-09-22 17:42:20 -07:00 |
mixedpuppy
|
860a5d927c
|
make an install work until bitly it configured
|
2010-09-22 15:22:38 -07:00 |
mixedpuppy
|
e7fa3e5831
|
update to test with our own shortener, remove the query to get an id (doesn't work right with multiple threads anyway)
|
2010-09-22 15:20:46 -07:00 |
mixedpuppy
|
8ae3c3cf05
|
refactor the call signature
|
2010-09-22 15:15:51 -07:00 |
Mark Hammond
|
cddd1bdcd3
|
move all oauth urls into config; update test.ini to use local test mock server
* * *
create .ini specifically for load testing
|
2010-09-20 16:33:29 +10:00 |
Mark Hammond
|
bccd75edf4
|
remove some stray prints
|
2010-09-20 16:33:21 +10:00 |
Mark Hammond
|
02bd363af6
|
fix history api
|
2010-09-17 10:02:16 +10:00 |
Mark Hammond
|
8a5cc28796
|
fix db lookup for short url
|
2010-09-17 10:02:14 +10:00 |
mixedpuppy
|
6ee2554491
|
fix removing a service from the session
|
2010-09-16 12:18:04 -07:00 |
mixedpuppy
|
c48035c140
|
proper handling of signing out of a specific account
|
2010-09-15 13:30:23 -07:00 |
mixedpuppy
|
841ffe4a4d
|
add support for signing out of a specific domain
|
2010-09-15 13:13:56 -07:00 |
David Ascher
|
ed5c4c5c48
|
adding links.py, forgot to hg add
|
2010-09-14 14:45:24 -07:00 |
David Ascher
|
fefb48792f
|
merge
|
2010-09-14 14:19:10 -07:00 |
David Ascher
|
97592cfd62
|
add url shortening service (our own, disabled, bit.ly, enabled)
|
2010-09-14 14:18:46 -07:00 |
mixedpuppy
|
5c4650cdbb
|
add same origin header
|
2010-09-14 14:03:16 -07:00 |
mixedpuppy
|
134f41a1fa
|
add a way to clear the server session when the ui performs a logout
|
2010-09-14 13:45:46 -07:00 |
mixedpuppy
|
9e154b9ea5
|
a working api, though the ui has to bend over backwards for yahoo (and that's with an !)
|
2010-09-13 19:27:48 -07:00 |
mixedpuppy
|
537e10a8e0
|
add yahoo oauth info to the ini files
|
2010-09-13 17:51:47 -07:00 |
mixedpuppy
|
c0be63caf0
|
add yahoo openid+oauth support
|
2010-09-13 17:46:34 -07:00 |
mixedpuppy
|
17cdf40434
|
merge update
|
2010-09-13 15:19:40 -07:00 |
mixedpuppy
|
0d17a56aaf
|
return the error if one occurs
|
2010-09-13 15:00:07 -07:00 |
mixedpuppy
|
17d68b219e
|
some basic failure fixes when dealing with openid 2, add support for some options for yahoo
|
2010-09-13 14:46:40 -07:00 |
mixedpuppy
|
82f0254236
|
use the defaults, but allow post to override
|
2010-09-13 14:42:56 -07:00 |
James Burke
|
0932ab4f30
|
fix a goof with creating multipart boundary. To be super safe, we should test the boundary for existence in the body data.
|
2010-09-13 14:05:18 -07:00 |