summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add Abkhazian translationlibgdata-0-18Nart Tlisha2022-10-312-0/+601
|
* Update Russian translationAleksandr Melman2022-10-091-143/+158
|
* Add Georgian translationZurab Kargareteli2022-10-082-0/+605
|
* Update Bulgarian translationAlexander Shopov2022-10-041-187/+252
|
* Update Croatian translationGoran Vidović2021-09-061-37/+43
|
* Update Occitan translationQuentin PAGÈS2021-08-111-170/+172
|
* Update Chinese (China) translationBoyuan Yang2021-06-291-105/+111
|
* Merge branch 'mcatanzaro/libgdata-0.18-fix' into 'libgdata-0-18'Philip Withnall2021-06-211-6/+8
|\ | | | | | | | | tests: fix build See merge request GNOME/libgdata!41
| * tests: fix buildMichael Catanzaro2021-06-181-6/+8
|/ | | | We missed a spot in !32. Shame there is no CI!
* Merge branch 'backports' into 'libgdata-0-18'Philip Withnall2021-06-1786-437/+685
|\ | | | | | | | | | | | | Backports to libgdata-0-18 Closes #42 See merge request GNOME/libgdata!32
| * contacts: Fix deprecation version for Contacts servicePhilip Withnall2021-06-174-153/+153
| | | | | | | | | | | | 0.18.0 has already been released; the deprecation will land in 0.18.2. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
| * contacts: Deprecate the entire Contacts API as Google is ending itPhilip Withnall2021-06-1711-0/+313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Contacts API server will return error responses with increasing frequency until all responses are errors in December 2021. https://developers.google.com/contacts/v3/announcement They are replacing it with the People API (why can’t they provide backwards-compatibility?), but I don’t have the time to port the libgdata Contacts service to the new People API. More crucially, I don’t have time to maintain such a port in the future. https://developers.google.com/people Handily, the CardDAV API for accessing contact data is still explicitly supported by Google Contacts, so people should use that instead. At least it’s a standard protocol, with a variety of conformant implementations already released and maintained; and not just another here-today-gone-tomorrow Google REST API. https://developers.google.com/people/carddav Using CardDAV requires OAuth 2 authorization, just like the Contacts API did. So, bearing all the above in mind, the libgdata Contacts service is now deprecated in favour of using CardDAV. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Fixes: #42
| * drop usage of deprecated GTimeValDaniel Kolesa2021-06-1722-178/+226
| |
| * drop usage of deprecated gobject functionsDaniel Kolesa2021-06-1769-256/+143
| |
| * require glib 2.68Daniel Kolesa2021-06-171-3/+3
|/
* Update Friulian translationFabio Tomat2021-05-121-35/+41
|
* Update Hebrew translationYaron Shahrabani2021-04-161-170/+197
|
* Update Galician translationFran Dieguez2021-04-121-39/+46
|
* Update British English translationBruce Cowan2021-04-021-38/+50
|
* Update Dutch translationNathan Follens2021-04-011-36/+42
|
* Update Basque translationAsier Sarasua Garmendia2021-03-311-36/+42
|
* Update Italian translationMilo Casagrande2021-03-181-37/+43
|
* Updated Czech translationMarek Černocký2021-03-081-36/+43
|
* 0.18.10.18.1Philip Withnall2021-03-052-1/+22
| | | | Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* Update Turkish translationEmin Tufan Çetin2021-02-281-37/+43
|
* Updated Lithuanian translationAurimas Černius2021-02-211-36/+43
|
* Update Indonesian translationKukuh Syafaat2021-02-211-35/+41
|
* Update Portuguese translationHugo Carvalho2021-02-191-38/+44
|
* Update Serbian translationМирослав Николић2021-02-191-38/+46
|
* Update French translationCharles Monzat2021-02-161-38/+45
|
* Updated Spanish translationDaniel Mustieles2021-02-151-36/+43
|
* Update Slovenian translationMatej Urbančič2021-02-141-36/+42
|
* Update Polish translationPiotr Drąg2021-02-141-39/+45
|
* Update Hungarian translationBalázs Úr2021-02-141-38/+45
|
* Update German translationPhilipp Kiemle2021-02-131-36/+43
|
* Update Brazilian Portuguese translationRafael Fontenelle2021-02-131-37/+44
|
* Update Romanian translationDaniel Șerbănescu2021-02-131-35/+41
|
* Update Swedish translationAnders Jonsson2021-02-121-37/+43
|
* Update Ukrainian translationYuri Chornoivan2021-02-121-62/+49
|
* 0.18.00.18.0Philip Withnall2021-02-112-4/+20
| | | | Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* Merge branch 'wip/oholy/documents-shared-drives-support' into 'master'Philip Withnall2021-02-1116-1/+628
|\ | | | | | | | | | | | | documents: Add Shared Drives support Closes #25 See merge request GNOME/libgdata!27
| * documents: Add gdata_documents_entry_can_editwip/oholy/documents-shared-drives-supportOndrej Holy2021-02-115-0/+63
| | | | | | | | | | | | | | | | | | | | Entries on Shared Drives, or Shared with me are not always editable. Let's add gdata_documents_entry_can_edit to allow GVfsBackendGoogle to set file permissions accordingly. It would be nice to make also canDelete, canRename and canListChildren available, but it would require libgdata port to Drive API v3 unfortunatelly. Relates: https://gitlab.gnome.org/GNOME/gvfs/-/merge_requests/114
| * documents: Add gdata_documents_entry_get_shared_with_me_dateOndrej Holy2021-02-115-0/+42
| | | | | | | | | | | | | | | | Let's make available the SharedWithMeDate property to make implementation of the Shared with me folder for GVfsBackendGoogle easier. Relates: https://gitlab.gnome.org/GNOME/gvfs/-/issues/444 Relates: https://gitlab.gnome.org/GNOME/gvfs/-/merge_requests/114
| * documents: Add Shared Drives supportOndrej Holy2021-02-1114-1/+522
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that the existing documents APIs works nicely with the files on Shared Drives (formerly Team Drives), although it is possible that some small changes will be needed to handle differences: https://developers.google.com/drive/api/v2/shared-drives-diffs However, the main problem is that there is no way currently to get the list of Shared Drives IDs and their names. Let's add new APIs for it which will be consequently used by GVfs. Relates: https://gitlab.gnome.org/GNOME/gvfs/-/issues/377 Fixes: https://gitlab.gnome.org/GNOME/libgdata/-/issues/25
| * core: Define G_DEFINE_AUTOPTR_CLEANUP_FUNC for GDataQueryOndrej Holy2021-02-111-0/+1
| | | | | | | | | | | | The cleanup function is not defined for GDataQuery, which prevents G_DECLARE_DERIVABLE_TYPE use for its subclasses. Let's define it so G_DECLARE_DERIVABLE_TYPE can be used in the subsequent commits.
* | Update Norwegian Bokmål translationKjartan Maraas2021-01-251-140/+155
|/
* Update Catalan translationJordi Mas2021-01-161-28/+26
|
* Update Greek translationEfstathios Iosifidis2020-09-301-142/+151
|
* Update Slovak translationDušan Kazik2020-09-171-140/+154
|
* Update Portuguese translationJuliano Camargo2020-09-111-143/+158
|