summaryrefslogtreecommitdiff
path: root/gdata
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1-oauth1' into 'master'Philip Withnall2019-09-033-212/+61
|\
| * goa: Drop OAuth 1.0 support from GDataGoaAuthorizerPhilip Withnall2019-08-211-211/+5
| * build: Make OAuth 1.0 support optional and disabled by defaultPhilip Withnall2019-08-212-1/+56
* | docs: Change next version label to 0.17.11Philip Withnall2019-08-213-19/+19
* | build: Don’t install tests which are expected to failPhilip Withnall2019-08-211-3/+5
|/
* youtube: Remove an unnecessary castPhilip Withnall2019-08-211-1/+1
* media: Use memmove() instead of deprecated g_memmove()Philip Withnall2019-08-211-1/+1
* build: Add minimum and maximum dependencies for GLibPhilip Withnall2019-08-212-2/+2
* build: Define G_LOG_DOMAIN in c_args rather than config.hPhilip Withnall2019-08-211-0/+1
* documents: Fix en_GB-ism in a translatable stringPhilip Withnall2019-08-141-1/+1
* Merge branch 'wip/app-properties/api' into 'master'Philip Withnall2019-07-309-1/+973
|\
| * documents: Fix gdata_documents_service_add_entry_to_folder() to copyMayank Sharma2019-07-301-0/+14
| * documents: Added "properties" list to GDataDocumentsEntryMayank Sharma2019-07-293-1/+273
| * tests: Added tests for GDataDocumentsPropertyMayank Sharma2019-07-291-0/+97
| * documents: Added GDataDocumentsProperty to support Property ResourceMayank Sharma2019-07-295-0/+589
* | docs: Drop use of `<!-- -->` to delimit pluralsPhilip Withnall2019-07-2424-82/+82
|/
* core: Don't always free the current id string in gdata_entry_get_id()Ondrej Holy2019-07-231-4/+7
* meson: Fix library versionJan Alexander Steffens (heftig)2019-06-251-1/+1
* build: Drop autotools build systemPhilip Withnall2019-06-251-409/+0
* tests: Drop callgrind, massif and memcheck wrappersPhilip Withnall2019-06-253-13/+0
* build: Port from Autotools to mesonMayank Sharma2019-06-2519-0/+1911
* documents: Support deleting shared Google Drive filesMayank Sharma2019-05-081-5/+66
* tasks: Turn 'position' and 'parent' into writable propertiesGeorges Basile Stavracas Neto2018-09-184-7/+75
* tests: Skip UPLOAD_ODT_CONVERTDebarshi Ray2018-08-141-0/+5
* core: Move the header guards before including other headersDebarshi Ray2018-08-131-3/+3
* Remove use of foreach with wrong function prototype and use g_list_free_fullAlberto Ruiz2018-08-067-112/+28
* documents: Correct the prefix used for resource IDs of foldersDebarshi Ray2018-02-143-7/+43
* documents: Expose _gdata_documents_entry_set_resource_id internallyDebarshi Ray2018-02-142-0/+49
* gdata: Add some g_autoptr() declarations for authorizer classesPhilip Withnall2018-02-126-0/+7
* tests: Skip /service/network_error test by defaultPhilip Withnall2018-01-091-0/+6
* contacts: Ignore parse errors from websites in contactsMilan Crha2017-11-272-3/+4
* core: Add a GDataParser flag for ignoring erroneous child elementsMilan Crha2017-11-272-2/+18
* contacts: Fix typo in previous commitPhilip Withnall2017-11-031-1/+1
* contacts: Fix pagination for contact queriesPhilip Withnall2017-11-031-2/+5
* tests: Resumable updates haven't been ported to Drive v2Debarshi Ray2017-09-201-0/+5
* tests: Make folder creation work with Drive v2Debarshi Ray2017-09-201-6/+15
* tests: Use OAuth2 for authentication instead of ClientLoginDebarshi Ray2017-09-191-19/+82
* tests: Resumable uploads haven't been ported to Drive v2Debarshi Ray2017-09-191-6/+12
* youtube: Don't drop reference we don't own in parse_json()Christophe Fergeau2017-09-191-1/+0
* Revert "tasks: Re-add ISO 8601 formatting workaround for Tasks service"Philip Withnall2017-08-236-148/+27
* Release version 0.17.90.17.9Philip Withnall2017-08-231-1/+1
* docs: Fix gtk-doc parsing of a function in GDataCalendarServicePhilip Withnall2017-08-231-3/+1
* core: Drop an unused variablePhilip Withnall2017-08-221-1/+0
* documents: Silence a CRITICAL when querying a feed of entriesDebarshi Ray2017-08-141-15/+2
* tests: Fix the set up for /documents/folders/remove_from_folderDebarshi Ray2017-08-091-2/+20
* picasaweb: Port from GSimpleAsyncResult to GTaskPhilip Withnall2017-08-091-35/+19
* picasaweb: Add g_autoptr() support for all PicasaWeb classesPhilip Withnall2017-08-097-0/+7
* youtube: Port from GSimpleAsyncResult to GTaskPhilip Withnall2017-08-091-26/+15
* app: Add g_autoptr() support to all the gdata/app classesPhilip Withnall2017-08-091-0/+1
* documents: Port from GSimpleAsyncResult to GTaskPhilip Withnall2017-08-091-126/+70