summaryrefslogtreecommitdiff
path: root/gdata/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drop-deprecated-apis' into 'master'Philip Withnall2021-06-171-4/+3
|\
| * core: Drop ClientLogin authorizerPhilip Withnall2021-06-171-4/+3
* | remove deprecated youtube apiDaniel Kolesa2021-06-1711-1199/+8
|/
* Merge branch 'remove-contacts' into 'master'Philip Withnall2021-06-1710-6083/+0
|\
| * remove deprecated contacts serviceDaniel Kolesa2021-06-1710-6083/+0
* | Merge branch 'remove-freebase' into 'master'Philip Withnall2021-06-1716-4176/+0
|\ \ | |/ |/|
| * remove deprecated freebase serviceDaniel Kolesa2021-06-1716-4176/+0
* | Merge branch 'remove-deprecated-documents' into 'master'Philip Withnall2021-06-173-99/+1
|\ \
| * | remove deprecated documents service apiDaniel Kolesa2021-06-173-99/+1
* | | Merge branch 'remove-deprecated-calendar' into 'master'Philip Withnall2021-06-178-505/+1
|\ \ \ | |_|/ |/| |
| * | remove deprecated calendar service apisDaniel Kolesa2021-06-178-505/+1
| |/
* | contacts: Fix deprecation version for Contacts servicePhilip Withnall2021-06-174-153/+153
|/
* contacts: Deprecate the entire Contacts API as Google is ending itPhilip Withnall2021-06-178-0/+302
* use g_memdup2 when possibleDaniel Kolesa2021-06-071-0/+8
* drop usage of deprecated GTimeValDaniel Kolesa2021-06-079-43/+41
* drop usage of deprecated gobject functionsDaniel Kolesa2021-06-0333-127/+67
* documents: Add gdata_documents_entry_can_editwip/oholy/documents-shared-drives-supportOndrej Holy2021-02-112-0/+60
* documents: Add gdata_documents_entry_get_shared_with_me_dateOndrej Holy2021-02-112-0/+39
* documents: Add Shared Drives supportOndrej Holy2021-02-1110-1/+470
* all: Fix various typos and incorrect terminologyPhilip Withnall2020-06-187-11/+11
* docs: Change next version label to 0.17.11Philip Withnall2019-08-213-19/+19
* youtube: Remove an unnecessary castPhilip Withnall2019-08-211-1/+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-306-1/+864
|\
| * documents: Fix gdata_documents_service_add_entry_to_folder() to copyMayank Sharma2019-07-301-0/+14
| * documents: Added "properties" list to GDataDocumentsEntryMayank Sharma2019-07-292-1/+270
| * documents: Added GDataDocumentsProperty to support Property ResourceMayank Sharma2019-07-293-0/+580
* | docs: Drop use of `<!-- -->` to delimit pluralsPhilip Withnall2019-07-248-29/+29
|/
* build: Port from Autotools to mesonMayank Sharma2019-06-258-0/+322
* documents: Support deleting shared Google Drive filesMayank Sharma2019-05-081-5/+66
* tasks: Turn 'position' and 'parent' into writable propertiesGeorges Basile Stavracas Neto2018-09-182-4/+62
* Remove use of foreach with wrong function prototype and use g_list_free_fullAlberto Ruiz2018-08-062-68/+17
* 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
* contacts: Ignore parse errors from websites in contactsMilan Crha2017-11-271-1/+1
* contacts: Fix typo in previous commitPhilip Withnall2017-11-031-1/+1
* contacts: Fix pagination for contact queriesPhilip Withnall2017-11-031-2/+5
* 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-233-99/+10
* 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
* documents: Silence a CRITICAL when querying a feed of entriesDebarshi Ray2017-08-141-15/+2
* 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
* documents: Port from GSimpleAsyncResult to GTaskPhilip Withnall2017-08-091-126/+70
* documents: Add g_autoptr() support for all Drive classesPhilip Withnall2017-08-0914-0/+16
* general: Port from GSimpleAsyncResult to GTaskPhilip Withnall2017-08-096-111/+100
* Port gdata_documents_service_remove_entry_from_folder to Drive v2Debarshi Ray2017-08-091-32/+22
* documents: Split out the code to get an ID from a GDataLinkDebarshi Ray2017-08-094-35/+52