summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Catalan translationJordi Mas2021-03-071-353/+417
|
* Update Polish translationPiotr Drąg2021-03-071-399/+485
|
* Update British English translationZander Brown2021-03-071-402/+532
|
* Update Korean translationChangwoo Ryu2021-03-061-417/+482
|
* Update German translationPhilipp Kiemle2021-02-261-81/+92
|
* Update Indonesian translationKukuh Syafaat2021-02-261-403/+500
|
* Update Finnish translationJiri Grönroos2021-02-251-416/+538
|
* Update Portuguese translationHugo Carvalho2021-02-241-145/+155
|
* admin: Fix typo in .rules fileRené Genz2021-02-241-1/+1
| | | | | The comment in the .rules file contains `another prompts` phrase which is wrong. Let's use `another prompt` instead of it.
* Update Galician translationFran Dieguez2021-02-241-20/+19
|
* Updated Danish translationAsk Hjorth Larsen2021-02-231-3036/+2251
|
* Updated Lithuanian translationAurimas Černius2021-02-211-176/+155
|
* Update Basque translationAsier Sarasua Garmendia2021-02-201-144/+154
|
* Update Slovenian translationMatej Urbančič2021-02-181-78/+88
|
* Update Brazilian Portuguese translationRafael Fontenelle2021-02-181-144/+155
|
* Update German translationPhilipp Kiemle2021-02-161-307/+383
|
* Update Turkish translationEmin Tufan Çetin2021-02-151-80/+90
|
* Updated Spanish translationDaniel Mustieles2021-02-151-110/+89
|
* Update Hungarian translationBalázs Úr2021-02-141-406/+540
|
* Update Swedish translationAnders Jonsson2021-02-131-144/+154
|
* Update Romanian translationDaniel Șerbănescu2021-02-131-144/+154
|
* Update Galician translationFran Dieguez2021-02-121-176/+156
|
* Post release version bumpOndrej Holy2021-02-121-1/+1
|
* Update NEWS for 1.47.90 release1.47.90Ondrej Holy2021-02-122-1/+10
|
* Update Ukrainian translationYuri Chornoivan2021-02-121-177/+159
|
* google: Add Shared drives folderOndrej Holy2021-02-121-13/+146
| | | | | | | | Currently, it is not possible to browse files available over Shared drives (formerly Team drives). Let's add Shared drives folder to the root to make them available. Fixes: https://gitlab.gnome.org/GNOME/gvfs/-/issues/377
* google: Set G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE and _READ attributesOndrej Holy2021-02-121-0/+4
| | | | | | The G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE and G_FILE_ATTRIBUTE_ACCESS_CAN_READ attributes are not set currently. Let's use the newly added libgdata API to set them.
* google: Provide volatile entries for old URIsOndrej Holy2021-02-121-2/+20
| | | | | | The My Drive folder was added to the root, which changed URIs from /file-id to /root-id/file-id. Let's provide volatile entries in the old locations to not break user bookmarks...
* google: Add Shared with me folderOndrej Holy2021-02-122-33/+192
| | | | | | | | Currently, it is not possible to browse files which are shared with the user (the Shared with me folder on the web). Let's add My Drive and Shared with me folder to the root to make them available. Fixes: https://gitlab.gnome.org/GNOME/gvfs/-/issues/444
* google: Increase number of results in batches for better performanceOndrej Holy2021-02-121-3/+1
| | | | | | | | | Currently, only 50 results are returned in one batch, which means that multiple network requests are needed for folders with a lot files, which makes it slow. I am not sure there was some reason for this limitation earlier (e.g. before the cache rework), however, I don't see any rationals for it currently. Let's increase this to its maximum for better performance.
* Drop use of volatile qualifierOndrej Holy2021-02-124-4/+4
| | | | | | | GVfs build with --werror fails currently because of glib!1719. Let's drop the volatile qualifier as it doesn't help with atomicity anyway. Relates: https://gitlab.gnome.org/GNOME/glib/-/issues/600
* ci: Remove gamin-devel from DockerfileOndrej Holy2021-02-121-1/+1
| | | | | The gamin-devel was removed from Fedora. It seems it was redundant anyway as glib is by default built without FAM support.
* ci: Disable gpg signature checkingOndrej Holy2021-02-121-3/+3
| | | | | Creation of new image currently fails on gpg signature checking. Let's use --nogpg temporarily to make it work again.
* ci: Use Buildah instead of Docker to generate imagesOndrej Holy2021-02-121-11/+15
| | | | | | The GNOME runners are no more privileged and thus it is not possible to use Docker from the pipeline. Let's use Buildah instead Docker to fix the image generation.
* ci: Add libgdata master to DockerfileOndrej Holy2021-02-121-1/+11
| | | | | The CI currently fails because the libgdata 0.18.0 is not yet in rawhide. Let's add libgdata master to our image to fix the pipeline.
* Update Swedish translationAnders Jonsson2021-02-071-398/+478
|
* Update Slovenian translationMatej Urbančič2021-02-041-222/+287
|
* doap: Update my e-mail addressOndrej Holy2021-02-031-1/+1
| | | | | I think that it will be better to use the GNOME e-mail alias in the .doap file instead of the corporate address.
* Update gvfs-test timeoutSebastien Bacher2021-02-011-1/+1
| | | The current value is not enough and results are sometime flaky on slow architectures
* Update Turkish translationEmin Tufan Çetin2021-01-311-312/+386
|
* Update Brazilian Portuguese translationRafael Fontenelle2021-01-311-406/+491
|
* Updated Czech translationMarek Černocký2021-01-301-265/+314
|
* Updated Spanish translationDaniel Mustieles2021-01-261-224/+322
|
* Update Galician translationFran Dieguez2021-01-251-389/+506
|
* Updated Czech translationMarek Černocký2021-01-221-2/+2
|
* daemon: Set filesystem::use-preview explicitlyAntónio Fernandes2021-01-2210-0/+16
| | | | | | | It can be correctly implied from the value of filesystem::remote for many backends, but let's make it explicit for them too. Fixes https://gitlab.gnome.org/GNOME/gvfs/-/issues/497
* daemon: Set G_FILESYSTEM_PREVIEW_TYPE_NEVER in browse backendsAntónio Fernandes2021-01-225-0/+5
| | | | | | | These backends are special and their "files" are links to locations from other backends. I doesn't make sense to preview them. https://gitlab.gnome.org/GNOME/gvfs/-/issues/497
* afc: Set G_FILESYSTEM_PREVIEW_TYPE_IF_ALWAYSAntónio Fernandes2021-01-221-0/+1
| | | | | | | | | | | | | filesystem::preview-type used to be IF_LOCAL for this backedn but it has been unset by commit a71469c79fd31adfc594a55afd29a7ce2202b270 The commit message says it should be treated as remote filesystems. However, filesystem::remote is set to FALSE, so application would still interpret this as local for previewing purposes. Set filesystem::preview-type to get the result expected by that commit. https://gitlab.gnome.org/GNOME/gvfs/-/issues/497
* README: Fix some typosOndrej Holy2021-01-201-2/+2
|
* README: Add info about geting debug logsOndrej Holy2021-01-201-0/+3
| | | | | | The https://wiki.gnome.org/Projects/gvfs/debugging page contains info about getting logs, but it is hard to find it. Let's add the link into the README file to make easier.