| 2009-10-16 |
Patch from brion to add an SSL option for StatusNet accounts. Fixes #13077.
|
file | diff | annotate |
| 2009-06-11 |
Add support for Twitter's OAuth 1.0a oauth_verifier requirement, forcing a user to enter a PIN code when authorizting.
|
file | diff | annotate |
| 2009-04-12 |
When a Twitter account's authorization is invalid and the user reauthenticates, reconnect afterwards.
|
file | diff | annotate |
| 2009-03-19 |
Acknowledging that some people just have an unwieldy number of follows (in the thousands, aka dozens of page requests), add a preference to not even load follows as contacts. This defaults to loading contacts. It's a bit more difficult to DM, get info, etc., anybody this way, but I'm willing to concede the high ground on this issue.
|
file | diff | annotate |
| 2009-03-19 |
Status text: now with less lying.
|
file | diff | annotate |
| 2009-03-19 |
Replace "authorize" (and tenses) with "allow" (and tenses) in the Twitter OAuth dialog window. Have the button change to active-verb messages instead of weird, half-ideas of what it will do.
|
file | diff | annotate |
| 2009-03-18 |
Make the "RT" spam link optional. Defaulting to '''OFF'''.
|
file | diff | annotate |
| 2009-03-18 |
Use the asynchronous data fetcher when pulling tokens from twitter, removing the beachball if Twitter.com lags at all. Also includes an indeterminate progress indicator when a request is being made. Adds a bit more resilience to the erroring process when trying to fetch tokens.
|
file | diff | annotate |
| 2009-03-17 |
Release the OAuth setterupperer on dealloc.
|
file | diff | annotate |
| 2009-03-17 |
Correct alignment, and another "this probably sounds a lot better" change.
|
file | diff | annotate |
| 2009-03-17 |
"Adium how has access" was a grammatical miracle. Adding a period too.
|
file | diff | annotate |
| 2009-03-17 |
Changing the "Authorize Account" button to "Authorize Access".
|
file | diff | annotate |
| 2009-03-17 |
Making the status text a little more clear.
|
file | diff | annotate |
| 2009-03-17 |
Clear the last disconnection error when successfully authorizing an account.
|
file | diff | annotate |
| 2009-03-17 |
Better support an invalid-credentials error under OAuth. If connecting fails because our token doesn't work, open the edit account dialog with a red message informing the user that their credentials were revoked.
|
file | diff | annotate |
| 2009-03-17 |
(Required) OAuth support for Twitter. Added OAuthConsumer.framework as our OAuth provider. Modified MGTwitterEngine to handle OAuth, a very minor change really.
|
file | diff | annotate |
| 2009-03-17 |
Store account passwords, on accounts which ask for it, with their hostname as the keychain server field. This allows multiple Laconica accounts to exist with the same username without stepping on each other's feet.
|
file | diff | annotate |
| 2009-03-14 |
Add a [http://laconi.ca/trac/ Laconica] service. Laconica is an API-compatible (with Twitter), open-source microblogging server. The most popular Laconica server is [http://identi.ca Identi.ca].
|
file | diff | annotate |
| 2009-03-14 |
Fix the exception-throwing I added last commit. Adds a "server" and "API path" (disabled) to the Account view.
|
file | diff | annotate |
| 2009-03-14 |
Add a Twitter account option to update global status when posting a tweet, including an option to exclude @replies. Corrects a weird use of {{{-characterAtIndex:}}} in favor of {{{-hasPrefix:}}}.
|
file | diff | annotate |
| 2009-03-09 |
Fix creating a Twitter account (can't set nil to a NSTextField). God I love the ?: ternary über-shortcut.
|
file | diff | annotate |
| 2009-03-09 |
Verify credentials, despite the Twitter API wiki (though the ChangeLog states it as now doing so…), returns user information. This eliminates our need to pull another request to get the user's information. We're now guaranteeing that the information will be loaded to the UI, so the accounts view doesn't have to do all sorts of hacks to determine if it has the information.
|
file | diff | annotate |
| 2009-03-08 |
Don't try and grab or update the profile information when offline, remove a debug line.
|
file | diff | annotate |
| 2009-03-08 |
Add a method to MGTwitterEngine which lets us update our profile. Add the respective profile view to the account edit view, and save the values when saving the account.
|
file | diff | annotate |
| 2009-03-07 |
When sending an update via the timeline, don't display the "we acknowledged you pressed enter"-equivalent message. That is, set the outgoing content object to not be displayed.
|
file | diff | annotate |
| 2009-03-05 |
Re-add the profile view, since other areas of code really, really depend on it existing.
|
file | diff | annotate |
| 2009-03-05 |
For now, until MGTwitterEngine supports it (or we add support for it), remove the Personal account view tab, since we can't set alias/biography/icon/etc.
|
file | diff | annotate |
| 2009-03-05 |
Update the twitter Account View: remove the Privacy tab, change the Options tab to have an option for "Update tweets: every XX minutes".
|
file | diff | annotate |
| 2009-03-01 |
Killing __MyCompanyName__ in favor of some GPL header love.
|
file | diff | annotate |
| 2009-03-01 |
Add a not-finished-at-all Twitter service plugin using [http://mattgemmell.com/ Matt Gemmel]'s MGTwitterEngine.
|
file | diff | annotate |