summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2011-05-31Fix 'make distcheck'David Zeuthen1-0/+8
2011-05-31Add a Writing GOA applications chapterDavid Zeuthen3-4/+128
2011-05-31Add notes about the configuration file and gnome-keyring usageDavid Zeuthen1-6/+38
2011-05-27Add iconsDavid Zeuthen1-1/+6
2011-05-27Only read conf from ~/.config/goa-1.0/accounts.conf, not any dirsDavid Zeuthen1-4/+0
2011-05-27Consolidate properties used for identifying an accountDavid Zeuthen2-8/+6
2011-05-26Remove service-specific codeDavid Zeuthen3-206/+0
2011-05-26Nuke service-specific interfacesDavid Zeuthen3-207/+0
2011-05-25Add Contacts, Calendar interfaces and make it work with the Google providerDavid Zeuthen3-0/+96
2011-05-25OAuth: Add a way to get the consumer key and secretDavid Zeuthen1-1/+5
2011-05-25Update docsDavid Zeuthen1-4/+0
2011-05-25We're on the session bus, not the system busDavid Zeuthen1-1/+1
2011-05-25Shuffle docs around a bitDavid Zeuthen1-18/+42
2011-05-25Add properties for the IMAP and SMTP serversDavid Zeuthen3-9/+44
2011-05-25Introduce generation concept for credentialsDavid Zeuthen1-0/+1
2011-05-20GoaProvider: Add a show_account vfunc and use itDavid Zeuthen1-3/+3
2011-05-20Add setup UI to generic mail providerDavid Zeuthen3-0/+54
2011-05-20Rename GoaGenericProvider to GoaGenericMailProviderDavid Zeuthen3-8/+8
2011-05-19Add "generic" providerDavid Zeuthen3-0/+25
2011-05-17Add logging routinesDavid Zeuthen2-0/+14
2011-05-17Add pkgconfig files and a -1.0 to the library namesDavid Zeuthen1-2/+2
2011-05-17Move backend code into own dir and strip the word Backend from identifiersDavid Zeuthen4-158/+159
2011-05-15Rework how email is handledDavid Zeuthen3-103/+64
2011-05-11Major async->sync refactoringDavid Zeuthen1-13/+6
2011-05-10Add an simple IMAP client and assorted D-Bus interfaces to expose itDavid Zeuthen3-0/+214
2011-05-03Rename Account's Type property to ProviderTypeDavid Zeuthen1-2/+2
2011-05-03Only maintain the :AttentionNeeded property from EnsureCredentials()David Zeuthen1-4/+0
2011-05-03Add support for TwitterDavid Zeuthen3-0/+66
2011-05-03Nuke SupportedSources, EnabledSources and SourceNames propertiesDavid Zeuthen1-6/+1
2011-05-02Add OAuth and Yahoo providersDavid Zeuthen3-0/+149
2011-04-29OAuth2: Add get_use_external_browser() and use it in Facebook backend for nowDavid Zeuthen1-0/+1
2011-04-29Add docs for OAuth2 base class and rework terminology to match the specDavid Zeuthen1-1/+3
2011-04-28Streamline identity handling for OAuth2 based servicesDavid Zeuthen1-2/+4
2011-04-28Rename AccessTokenBased to OAuth2Based and set it from the OAuth2 base classDavid Zeuthen3-49/+48
2011-04-28Move gnome-keyring usage into base classDavid Zeuthen1-0/+4
2011-04-27Update gtk-doc .types filesDavid Zeuthen1-0/+4
2011-04-27Fix email address in man pageDavid Zeuthen1-1/+1
2011-04-26Factor common parts of Google backend into common code and add FB backend tooDavid Zeuthen2-0/+83
2011-04-26Move parsing into GoaBackendProvider where it belongsDavid Zeuthen1-0/+1
2011-04-26Implement removing an accountDavid Zeuthen1-4/+4
2011-04-26Make it possible to change the name of an accountDavid Zeuthen1-0/+8
2011-04-26Add a way to refresh the accountDavid Zeuthen1-0/+1
2011-04-26Rename NeedsAttention to AttentionNeeded and draw warning icon in panel if setDavid Zeuthen1-2/+2
2011-04-25Add a GoaAccount:NeedsAttention propertyDavid Zeuthen1-0/+2
2011-04-25Add org.gnome.OnlineAccounts.AccessTokenBased interfaceDavid Zeuthen3-0/+53
2011-04-25Finish up creating new accounts + store authorization code in keyringDavid Zeuthen1-1/+2
2011-04-25Catch up with latest gdbus-codegenDavid Zeuthen3-7/+50
2011-04-22Add goa_backend_provider_get_name()David Zeuthen1-0/+1
2011-04-22Add goa_backend_provider_get_all() and ensure EP and built-in ExtensionsDavid Zeuthen1-0/+1
2011-04-22Rename from Service to ProviderDavid Zeuthen3-23/+24