summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 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
|
* Update Catalan translationJordi Mas2020-09-041-39/+73
|
* 0.17.130.17.13Philip Withnall2020-09-032-2/+22
| | | | Signed-off-by: Philip Withnall <withnall@endlessm.com>
* Merge branch 'wip/rishi/upload-stream-autoptr' into 'master'Philip Withnall2020-09-031-0/+1
|\ | | | | | | | | core: Add g_autoptr() support for GDataUploadStream See merge request GNOME/libgdata!26
| * core: Add g_autoptr() support for GDataUploadStreamDebarshi Ray2020-08-251-0/+1
| | | | | | | | https://gitlab.gnome.org/GNOME/libgdata/-/merge_requests/26
* | docs: Use correct url attribute for ulink usageRico Tzschichholz2020-08-291-1/+1
|/
* Update Chinese (China) translationBoyuan Yang2020-08-221-140/+149
|
* Update British English translationZander Brown2020-08-101-8/+13
|
* Merge branch 'codespell' into 'master'Philip Withnall2020-06-1813-19/+19
|\ | | | | | | | | all: Fix various typos and incorrect terminology See merge request GNOME/libgdata!25
| * all: Fix various typos and incorrect terminologyPhilip Withnall2020-06-1813-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | Done using: ``` codespell \ --builtin clear,rare,usage \ --skip './po/*' --skip './help/*/*.po' --skip './.git/*' --skip './NEWS*' \ --write-changes . ``` and then some manual checking and editing. Signed-off-by: Philip Withnall <withnall@endlessm.com>
* | Merge branch 'default-options' into 'master'Philip Withnall2020-06-181-5/+4
|\ \ | |/ |/| | | | | Various minor fixes to meson_options.txt See merge request GNOME/libgdata!24
| * build: Remove default values from descriptions in meson_options.txtPhilip Withnall2020-04-031-3/+3
| | | | | | | | | | | | | | | | | | | | People should be able to get these from meson itself, or by reading `meson_options.txt`. Putting them in the description strings is just going to lead to that going out of sync with the actual options. Spotted by Debarshi Ray in !23. Signed-off-by: Philip Withnall <withnall@endlessm.com>
| * build: Don’t enable installed tests by defaultPhilip Withnall2020-04-031-1/+1
| | | | | | | | | | | | Conventionally, they’re not enabled by default. Signed-off-by: Philip Withnall <withnall@endlessm.com>
| * build: Remove redundant comment from meson_options.txtPhilip Withnall2020-04-031-1/+0
| | | | | | | | Signed-off-by: Philip Withnall <withnall@endlessm.com>
* | Update Latvian translationRūdolfs Mazurs2020-04-041-7/+11
|/
* Merge branch 'wip/rishi/gtk-doc-default-disable' into 'master'Philip Withnall2020-04-031-1/+1
|\ | | | | | | | | build: Disable the gtk-doc documentation by default See merge request GNOME/libgdata!23
| * build: Disable the gtk-doc documentation by defaultDebarshi Ray2020-03-271-1/+1
|/ | | | | | | | | This matches the documentation in the current Meson build, and the behaviour of the old Autotools build. Fallout from d3ba69233a9ef1f415b10efc44ea186a6d58a2bb https://gitlab.gnome.org/GNOME/libgdata/-/merge_requests/23
* Update Ukrainian translationDaniel Korostil2020-03-161-165/+307
|
* Release version 0.17.120.17.12Philip Withnall2020-02-272-2/+44
| | | | Signed-off-by: Philip Withnall <withnall@endlessm.com>
* Update Finnish translationJiri Grönroos2020-02-221-157/+156
|
* Update Basque translationAsier Sarasua Garmendia2020-02-151-7/+11
|
* Update Japanese translationsicklylife2020-01-281-78/+63
|
* Update Japanese translationsicklylife2020-01-281-171/+293
|
* Merge branch 'wip/oholy/authorization-errors' into 'master'Philip Withnall2020-01-212-0/+27
|\ | | | | | | | | | | | | core: Always refresh authorization when creating streams Closes #23 See merge request GNOME/libgdata!22
| * core: Always refresh authorization when creating streamsOndrej Holy2020-01-212-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Non-resumable upload streams quite often fail with authorization errors as we are probably hitting some limits. The only way currently to deal with them is to refresh authorization manually and upload everything again as it is not possible to resume the transfer. This is big issue for streaming operations provided by GVfs. I have made several tests and realized that if we explicitely refresh the authorization before the transfer, then those authorization errors doesn't occur. So let's always refresh the authorization when constructing the streams and do the same for upload streams as well as they are also affected. In theory, the resumable streams could solve this better, however they currently require content size to be specified at the beginning, which is not usable for the streaming operations in GVfs. Fixes: https://gitlab.gnome.org/GNOME/libgdata/issues/23
* | Add Malay translationUmarzuki Bin Mochlis Moktar2020-01-082-0/+607
| |
* | Update Galician translationFran Dieguez2019-12-271-32/+5
|/
* Update Chinese (Taiwan) translationYi-Jyun Pan2019-10-081-33/+56
|
* Updated Danish translationAsk Hjorth Larsen2019-10-021-145/+150
|
* Updated Slovenian translationMatej Urbančič2019-09-261-5/+9
|
* Update Dutch translationNathan Follens2019-09-251-142/+150
|
* Update Serbian translationМарко Костић2019-09-131-5/+9
|
* Updated Lithuanian translationAurimas Černius2019-09-111-5/+9
|
* Update German translationTim Sabsch2019-09-091-5/+9
|
* Update French translationCharles Monzat2019-09-081-11/+15
|
* Update Turkish translationSabri Ünal2019-09-061-159/+155
|
* Update Galician translationFran Dieguez2019-09-061-5/+9
|
* Update Italian translationMilo Casagrande2019-09-061-156/+156
|
* Update Korean translationChangwoo Ryu2019-09-051-5/+10
|
* Update Hungarian translationBalázs Meskó2019-09-051-7/+11
|
* Update Romanian translationDaniel Șerbănescu2019-09-031-5/+9
|
* Update Brazilian Portuguese translationRafael Fontenelle2019-09-031-7/+10
|
* Updated Czech translationMarek Černocký2019-09-031-5/+9
|