Brion Vibber
f3beed6889
Fix presence notification on XMPP thread (now foreground, not background)
2010-01-25 13:49:02 -08:00
Brion Vibber
1ab2483296
Fix presence notification on XMPP thread (now foreground, not background)
2010-01-25 13:48:24 -08:00
Brion Vibber
ee4ca8f260
quick fix to console.php: don't save blank lines into readline history
2010-01-25 09:41:40 -08:00
Brion Vibber
055a00bcae
drop now-unused --skip-xmpp and --xmpp-only options from queuedaemon.php
2010-01-25 09:36:20 -08:00
Brion Vibber
c10d5320dd
Disable PubSubHubBub hub pings automatically on private site (hub wouldn't be able to read feeds anyway)
...
[Might be good to think of a core way to mark a plugin as disabled when it initializes.]
2010-01-25 09:07:24 -08:00
Sarven Capadisli
73f6250b9d
An update to geolocation cookie to use a single file and set the
...
expiry date to 30 days from now.
2010-01-25 14:55:04 +00:00
Evan Prodromou
089305ac7a
fix interpolation of positional arguments to sprintf in tag action
2010-01-24 22:59:22 -05:00
Evan Prodromou
a9da43a416
fix interpolation of positional arguments to sprintf in show group
2010-01-24 22:57:33 -05:00
Evan Prodromou
019dad95e1
fix interpolation of positional arguments to sprintf in show favorites
2010-01-24 22:56:41 -05:00
Evan Prodromou
73fdec6c12
fix interpolation of positional arguments to sprintf in usergroups
2010-01-24 22:55:29 -05:00
Evan Prodromou
9077db00a5
fix interpolation of positional arguments to sprintf in inbox
2010-01-24 22:54:25 -05:00
Evan Prodromou
02526f1100
fix interpolation of positional arguments to sprintf in outbox
2010-01-24 22:53:29 -05:00
Evan Prodromou
fc7afed924
fix interpolation for positional arguments in replies
2010-01-24 22:52:03 -05:00
Evan Prodromou
e400437d57
fix interpolation for positional arguments in showstream
2010-01-24 22:50:07 -05:00
Evan Prodromou
536170d788
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
2010-01-24 22:42:29 -05:00
Evan Prodromou
e6cf293db8
Recover caching logic lost in bad merge
...
I made a bad merge on Jan 10th from master to 0.9.x. This lost a number
of memcache enhancements made on the 0.9.x branch. I've been able to
re-do the manual merge, and this represents the changes. Most of them
are related to caching on insert.
2010-01-24 22:39:32 -05:00
Zach Copley
4daf76212a
- Had to remove checking read vs. read-write in OAuth authenticated methods
...
- Will now pick up source attr from OAuth app
2010-01-25 00:51:56 +00:00
Zach Copley
8b24b5ac7b
Add Start/EndSetApiUser events when setting API user via OAuth
2010-01-24 16:46:37 -08:00
Sarven Capadisli
6a4c88afe7
More relaxed selector for application icon and form checkbox
2010-01-24 16:36:06 -08:00
Zach Copley
1f8ddf716d
Check for read vs. read-write access on OAuth authenticated API mehtods.
2010-01-24 16:36:06 -08:00
Zach Copley
c2c930a855
Fixed some spelling mistakes in the README
2010-01-24 16:36:05 -08:00
Zach Copley
de70b91a3a
Some rough test scripts for poking at the OAuth system
2010-01-24 16:36:05 -08:00
Zach Copley
6efbf2777a
Add verifier and verified callback to token for OAuth 1.0a
2010-01-24 16:36:05 -08:00
Zach Copley
d33040089d
Remove verifier from Oauth_application_user (not needed there)
2010-01-24 16:36:05 -08:00
Zach Copley
9e7f47652d
Revoke access token UI
2010-01-24 16:36:05 -08:00
Sarven Capadisli
dbcbc2fe7f
Changed legend text from Login to Account because it is not really
...
logging iny
2010-01-24 16:36:05 -08:00
Sarven Capadisli
6d58ef4abb
Updated apioauthauthorize markup and styles
2010-01-24 16:36:05 -08:00
Zach Copley
cff2cfd7a7
Fix approval date and label on apps list
2010-01-24 16:36:05 -08:00
Zach Copley
7b3c099f95
Ensure only the application's owner can edit it
2010-01-24 16:36:05 -08:00
Zach Copley
ba68e042a8
Fix user count
2010-01-24 16:36:05 -08:00
Zach Copley
c0eee277d1
Make sure applications are really looked up by consumer key
2010-01-24 16:36:05 -08:00
Zach Copley
e101a6df6b
Rework application registration workflow to be more private
2010-01-24 16:36:04 -08:00
Zach Copley
693b16174a
Fix icon upload on new apps
2010-01-24 16:36:04 -08:00
Zach Copley
8da5e98cba
OAuth 1.0 working now
2010-01-24 16:36:04 -08:00
Zach Copley
adfca01808
Can now edit/change application icon
2010-01-24 16:36:04 -08:00
Zach Copley
7694955cd6
Callback URL can be null
2010-01-24 16:36:04 -08:00
Sarven Capadisli
8d02a897dc
Updated markup for application edit form; image, radios
2010-01-24 16:36:04 -08:00
Sarven Capadisli
a009052036
A little minimization
2010-01-24 16:36:04 -08:00
Sarven Capadisli
276c4a2a23
Added vcard and photo classes
2010-01-24 16:36:04 -08:00
Sarven Capadisli
34cc03c617
Moved application image inside the anchor
2010-01-24 16:36:03 -08:00
Sarven Capadisli
40c6d09c9f
Added missing end tag
2010-01-24 16:36:03 -08:00
Zach Copley
8e91e05392
Make API auth handle OAuth requests w/access tokens
2010-01-24 16:36:03 -08:00
Sarven Capadisli
d998c4b1b8
Fixed tabbing
2010-01-24 16:36:03 -08:00
Sarven Capadisli
ba0c82b391
Added anchors to application source and homepage
2010-01-24 16:36:03 -08:00
Sarven Capadisli
c2ffd66128
Updated markup for application details page. Similar to user/group
...
profile page.
2010-01-24 16:36:03 -08:00
Sarven Capadisli
0b90f7645e
Updated class for application list
2010-01-24 16:36:03 -08:00
Sarven Capadisli
c8a4d0d6c2
Updated markup for application details
2010-01-24 16:36:03 -08:00
Sarven Capadisli
61f71a4a59
Updated markup for application registration and view links
2010-01-24 16:36:03 -08:00
Sarven Capadisli
4fb9b43aa2
Updated markup for application edit form submits
2010-01-24 16:36:03 -08:00
Zach Copley
c78937537e
Better detial in connected OAuth applications list
2010-01-24 16:36:03 -08:00