summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)AuthorFilesLines
2011-05-27Add iconsDavid Zeuthen20-9/+122
2011-05-27Only read conf from ~/.config/goa-1.0/accounts.conf, not any dirsDavid Zeuthen1-6/+0
2011-05-27Consolidate properties used for identifying an accountDavid Zeuthen1-16/+27
2011-05-26Remove service-specific codeDavid Zeuthen1-124/+4
2011-05-26Nuke service-specific interfacesDavid Zeuthen1-98/+0
2011-05-25Add Contacts, Calendar interfaces and make it work with the Google providerDavid Zeuthen1-3/+26
2011-05-25OAuth: Add a way to get the consumer key and secretDavid Zeuthen1-0/+6
2011-05-25Update docsDavid Zeuthen1-45/+40
2011-05-25Add properties for the IMAP and SMTP serversDavid Zeuthen1-0/+69
2011-05-20Add KeyfilePath and KeyfileGroup properties to the Account interfaceDavid Zeuthen1-0/+6
2011-05-20GoaProvider: Add a show_account vfunc and use itDavid Zeuthen1-0/+7
2011-05-20Add setup UI to generic mail providerDavid Zeuthen1-10/+36
2011-05-19Make it possible to mark messages as Starred or SpamDavid Zeuthen1-1/+31
2011-05-17Add a MailMonitor.SimulateMessageReceived() helper for nowDavid Zeuthen1-1/+10
2011-05-15For now, don't emit the a{sv} extras parameterDavid Zeuthen1-2/+3
2011-05-15Rework how email is handledDavid Zeuthen1-86/+39
2011-05-10Add an simple IMAP client and assorted D-Bus interfaces to expose itDavid Zeuthen1-0/+138
2011-05-03Rename Account's Type property to ProviderTypeDavid Zeuthen1-5/+2
2011-05-03Only maintain the :AttentionNeeded property from EnsureCredentials()David Zeuthen1-11/+9
2011-05-03Add support for TwitterDavid Zeuthen1-1/+24
2011-05-03Nuke SupportedSources, EnabledSources and SourceNames propertiesDavid Zeuthen1-36/+0
2011-05-02Add OAuth and Yahoo providersDavid Zeuthen1-0/+69
2011-04-28Streamline identity handling for OAuth2 based servicesDavid Zeuthen1-0/+3
2011-04-28Rename AccessTokenBased to OAuth2Based and set it from the OAuth2 base classDavid Zeuthen1-12/+14
2011-04-26Factor common parts of Google backend into common code and add FB backend tooDavid Zeuthen1-1/+23
2011-04-26Don't use GtkBuilder for the add account dialogDavid Zeuthen1-194/+0
2011-04-26Implement removing an accountDavid Zeuthen1-10/+8
2011-04-26Make it possible to change the name of an accountDavid Zeuthen1-6/+9
2011-04-26Add a way to refresh the accountDavid Zeuthen2-306/+18
2011-04-26Rename NeedsAttention to AttentionNeeded and draw warning icon in panel if setDavid Zeuthen1-3/+3
2011-04-25Add a GoaAccount:NeedsAttention propertyDavid Zeuthen1-0/+9
2011-04-25Add org.gnome.OnlineAccounts.AccessTokenBased interfaceDavid Zeuthen1-2/+24
2011-04-25Finish up creating new accounts + store authorization code in keyringDavid Zeuthen2-5/+70
2011-04-22Make auth work for Google accounts by embedding WebkitDavid Zeuthen1-3/+134
2011-04-21Add UI for Google AccountsDavid Zeuthen1-46/+356
2011-04-20Show accounts in the control-center panelDavid Zeuthen1-0/+1
2011-04-19Add license headers to all files (LGPLv2+)David Zeuthen1-0/+22
2011-04-19Add a daemon (only a skeleton right now)David Zeuthen2-0/+12
2011-04-19It's <email>, not <emailaddress>David Zeuthen1-3/+2
2011-04-19Set up docsDavid Zeuthen1-1/+1
2011-04-19More D-Bus interface brainstormingDavid Zeuthen1-8/+102
2011-04-18Add D-Bus interfaces and libgoaDavid Zeuthen2-0/+47
2011-04-18Add Initial UIDavid Zeuthen3-0/+199