summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Add a MailMonitor.SimulateMessageReceived() helper for nowDavid Zeuthen2-1/+30
2011-05-1525 minutes is 1500 seconds, not 25000 secondsDavid Zeuthen1-1/+1
2011-05-15Fix format string for warningDavid Zeuthen1-1/+1
2011-05-15For now, don't emit the a{sv} extras parameterDavid Zeuthen2-7/+8
2011-05-15Rework how email is handledDavid Zeuthen18-2723/+1297
2011-05-11Major async->sync refactoringDavid Zeuthen12-2881/+1312
2011-05-10Add an simple IMAP client and assorted D-Bus interfaces to expose itDavid Zeuthen30-2/+4935
2011-05-04Catch up with GLib master for GDBusObjectManagerServer changeDavid Zeuthen1-1/+4
2011-05-03When adding a new account, return both id and nameDavid Zeuthen8-215/+492
2011-05-03Rename Account's Type property to ProviderTypeDavid Zeuthen6-16/+13
2011-05-03Only maintain the :AttentionNeeded property from EnsureCredentials()David Zeuthen6-98/+71
2011-05-03Add support for TwitterDavid Zeuthen11-29/+564
2011-05-03Nuke SupportedSources, EnabledSources and SourceNames propertiesDavid Zeuthen2-42/+1
2011-05-03Use HMAC-SHA1 signatures and switch Google provider to OAuth from OAuth2David Zeuthen3-88/+146
2011-05-03Don't use external browser for YahooDavid Zeuthen1-1/+1
2011-05-02Make OAuth2 backend cache credentials in the same way the OAuth backend doesDavid Zeuthen2-78/+303
2011-05-02Add OAuth and Yahoo providersDavid Zeuthen15-92/+3281
2011-04-29Switch Facebook backend back to using embedded widgetDavid Zeuthen1-1/+1
2011-04-29OAuth2: Add get_use_external_browser() and use it in Facebook backend for nowDavid Zeuthen5-49/+154
2011-04-29Add some more docsDavid Zeuthen3-2/+54
2011-04-29Add docs for OAuth2 base class and rework terminology to match the specDavid Zeuthen5-41/+209
2011-04-29Fix some indentingDavid Zeuthen1-8/+6
2011-04-28Streamline identity handling for OAuth2 based servicesDavid Zeuthen7-178/+374
2011-04-28Document goa_backend_oauth2_provider_get_access_token{,finish}David Zeuthen1-0/+31
2011-04-28Rename AccessTokenBased to OAuth2Based and set it from the OAuth2 base classDavid Zeuthen11-310/+274
2011-04-28Move gnome-keyring usage into base classDavid Zeuthen4-151/+411
2011-04-28Use librestDavid Zeuthen3-266/+286
2011-04-27Update gtk-doc .types filesDavid Zeuthen1-0/+4
2011-04-27Fix email address in man pageDavid Zeuthen1-1/+1
2011-04-26Make the Facebook backend request the offline_access permissionDavid Zeuthen1-2/+2
2011-04-26Also show details for Facebook accountDavid Zeuthen1-1/+6
2011-04-26Factor common parts of Google backend into common code and add FB backend tooDavid Zeuthen12-807/+1721
2011-04-26Move parsing into GoaBackendProvider where it belongsDavid Zeuthen5-80/+139
2011-04-26Be consistent in remove dialog and use Remove, not Delete as the verbDavid Zeuthen1-1/+1
2011-04-26In the panel, select first row, if anyDavid Zeuthen1-0/+7
2011-04-26Nuke debug spewDavid Zeuthen1-2/+0
2011-04-26Don't use GtkBuilder for the add account dialogDavid Zeuthen2-232/+53
2011-04-26Implement removing an accountDavid Zeuthen4-27/+219
2011-04-26Update panel on changesDavid Zeuthen1-1/+39
2011-04-26Show notification when attention is neededDavid Zeuthen4-2/+154
2011-04-26Make it possible to change the name of an accountDavid Zeuthen8-14/+756
2011-04-26Add a way to refresh the accountDavid Zeuthen7-423/+502
2011-04-26Rename NeedsAttention to AttentionNeeded and draw warning icon in panel if setDavid Zeuthen6-13/+29
2011-04-25Add a GoaAccount:NeedsAttention propertyDavid Zeuthen7-8/+50
2011-04-25Fix setting Name propertyDavid Zeuthen1-1/+1
2011-04-25Add org.gnome.OnlineAccounts.AccessTokenBased interfaceDavid Zeuthen9-24/+531
2011-04-25Finish up creating new accounts + store authorization code in keyringDavid Zeuthen15-30/+413
2011-04-25Catch up with latest gdbus-codegenDavid Zeuthen17-189/+586
2011-04-22Add goa_backend_provider_get_name()David Zeuthen4-1/+29
2011-04-22Add goa_backend_provider_get_all() and ensure EP and built-in ExtensionsDavid Zeuthen3-2/+67