summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for 1.43.1 release1.43.1Ondrej Holy2019-10-111-0/+9
|
* daemon: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+4
| | | | | | Don't ignore the result_uncertain flag from g_content_type_guess() as it might cause nautilus to incorrectly think that a particular file is of a certain type, and never check its magic.
* smb: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+8
| | | | | | Don't ignore the result_uncertain flag from g_content_type_guess() as it might cause nautilus to incorrectly think that a particular file is of a certain type, and never check its magic.
* sftp: Don't set a content-type that isn't certainBastien Nocera2019-10-111-3/+6
| | | | | | Don't ignore the result_uncertain flag from g_content_type_guess() as it might cause nautilus to incorrectly think that a particular file is of a certain type, and never check its magic.
* nfs: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+4
| | | | | | Don't ignore the result_uncertain flag from g_content_type_guess() as it might cause nautilus to incorrectly think that a particular file is of a certain type, and never check its magic.
* mtp: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+4
| | | | | | Don't ignore the result_uncertain flag from g_content_type_guess() as it might cause nautilus to incorrectly think that a particular file is of a certain type, and never check its magic.
* gphoto2: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+5
| | | | | | Don't ignore the result_uncertain flag from g_content_type_guess() as it might cause nautilus to incorrectly think that a particular file is of a certain type, and never check its magic.
* dav: Don't set a content-type that isn't certainBastien Nocera2019-10-111-5/+10
| | | | | | Don't ignore the result_uncertain flag from g_content_type_guess() as it might cause nautilus to incorrectly think that a particular file is of a certain type, and never check its magic.
* afc: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+4
| | | | | | Don't ignore the result_uncertain flag from g_content_type_guess() as it might cause nautilus to incorrectly think that a particular file is of a certain type, and never check its magic.
* afp: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+4
| | | | | | Don't ignore the result_uncertain flag from g_content_type_guess() as it might cause nautilus to incorrectly think that a particular file is of a certain type, and never check its magic.
* smb: Move variable to block where it's usedBastien Nocera2019-10-111-3/+1
| | | | | content_type was only used and initialised inside this block, so move it there.
* dav: Add support for services with IPv6 link-local addressesOndrej Holy2019-10-111-1/+13
| | | | | | | | | | The mount operation currently fails with "Invalid argument" error if GVfsDnsSdResolver returns link-local IPv6 address. This can quite easily happen also when using File Share functionality provided by GNOME. It fails because the link-local addresses requires interface to be specified. Let's append the interface in them to fix this issue. Fixes: https://gitlab.gnome.org/GNOME/gvfs/issues/423
* common: Add interface property for GVfsDnsSdResolverOndrej Holy2019-10-112-0/+53
| | | | | | GVfsDnsSdResolver doesn't store interface for the resolved service, however, we need this for link-local address support. Let's add the missing bits for it.
* dav: Remove brackets from IPv6 address before useOndrej Holy2019-10-101-1/+5
| | | | | | This is follow up of commit d8556a0, which removes brackets when mounting over dav/davs schemes, however, the same fix is also needed when mounting over dav+sd/davs+sd schemes in order to prevent "Invalid URI" error.
* Updated Danish translationAsk Hjorth Larsen2019-10-021-347/+361
|
* Revert "sftp: Always use port 22 if not specified"Ondrej Holy2019-10-011-5/+7
| | | | This reverts commit 1a38caf8bcb4e02b68f8062319ef7736796a7e64.
* Revert "build: Do not treat deprecated-declarations as errors"Ondrej Holy2019-09-201-1/+0
| | | | This reverts commit db26e29930084ad48711c076d611b0227dd97a65.
* metadata: Replace usage of deprecated GTimeVal by GDateTimeOndrej Holy2019-09-201-3/+4
| | | | | GTimeVal is deprecated. Let's replace it by GDateTime in order to prevent the deprecation warnings.
* trash: Replace usage of deprecated GTimeVal by GDateTimeOndrej Holy2019-09-201-16/+23
| | | | | GTimeVal is deprecated. Let's replace it by GDateTime in order to prevent the deprecation warnings.
* ftp: Remove usage of deprecated GTimeValOndrej Holy2019-09-201-5/+6
| | | | | GTimeVal is deprecated. Let's remove it in order to prevent the deprecation warnings.
* smb: Remove usage of deprecated GTimeValOndrej Holy2019-09-201-7/+4
| | | | | GTimeVal is deprecated. Let's remove it in order to prevent the deprecation warnings.
* mtp: Remove usage of deprecated GTimeValOndrej Holy2019-09-201-2/+2
| | | | | GTimeVal is deprecated. Let's remove it in order to prevent the deprecation warnings.
* http: Remove usage of deprecated GTimeValOndrej Holy2019-09-201-3/+2
| | | | | GTimeVal is deprecated. Let's remove it in order to prevent the deprecation warnings.
* gphoto2: Remove usage of deprecated GTimeValOndrej Holy2019-09-201-7/+4
| | | | | GTimeVal is deprecated. Let's remove it in order to prevent the deprecation warnings.
* dav: Replace usage of deprecated GTimeVal by GDateTimeOndrej Holy2019-09-201-6/+8
| | | | | GTimeVal is deprecated. Let's replace it by GDateTime in order to prevent the deprecation warnings.
* fuse: Remove usage of deprecated GTimeValOndrej Holy2019-09-201-8/+5
| | | | | GTimeVal is deprecated. Let's remove it in order to prevent the deprecation warnings.
* Post branch version bumpOndrej Holy2019-09-201-1/+1
|
* ci: Enable also devel_utils and man meson optionswip/oholy/ci-meson-optionsOndrej Holy2019-09-171-1/+1
| | | | | The devel_utils and man meson options are by default false. Let's set them to true to verify that everything is fine.
* build: Do not treat deprecated-declarations as errorswip/oholy/ci-image-fixOndrej Holy2019-09-131-0/+1
| | | | | GitLab CI fails with GLib master currently because of new deprecated symbols. Let's do not treat deprecated-declarations as error to fix CI for now.
* ci: Disable TLS to fix update-image jobOndrej Holy2019-09-131-0/+2
| | | | | | Docker uses TLS by default now which breaks the runner. Let's disable TLS for now to fix the update-image job. See the GitLab issue for more info: https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
* ci: Prevent starting the update-image job on forksOndrej Holy2019-09-131-0/+3
| | | | | | The update-image job doesn't work as expected on forks, because the $CI_REGISTRY_ variables are not properly set. Let's limit this only to GNOME namespace to make it obvious.
* dav: Fix mounting when 403 is returned for the parent folderOndrej Holy2019-09-131-0/+1
| | | | | | | | | | | | | | The recent commit e9653aa9, which allows mounting when 403 is returned instead of 401, broke the backend for the case when authentication succeeded for subdirectory and 403 is returned for the parent folder. The backend doesn't work properly, even though it doesn't return any error from the mount operation. Nautilus just shows "File is of unknown type" and the backend prints errors like "soup_auth_authenticate: assertion 'password != NULL' failed". Let's prevent usage of the workaround from commit e9653aa9 after the first successful auth to fix this issue. Fixes: https://gitlab.gnome.org/GNOME/gvfs/issues/417
* Update German translationTim Sabsch2019-09-091-345/+360
|
* ci: Update image and versions for gnome-build-meta jobOndrej Holy2019-09-091-3/+4
| | | | | Reflect the changes made in GNOME/gnome-build-meta!363 to make the job work again.
* Post release version bumpOndrej Holy2019-09-091-1/+1
|
* Update NEWS for 1.42.0 release1.42.0Ondrej Holy2019-09-092-1/+5
|
* Update Finnish translationJiri Grönroos2019-09-071-496/+498
|
* Update Turkish translationSabri Ünal2019-09-061-351/+365
|
* Update Italian translationMilo Casagrande2019-09-061-1149/+343
|
* Update Brazilian Portuguese translationRafael Fontenelle2019-09-051-39/+47
|
* Update Croatian translationGoran Vidović2019-09-031-37/+45
|
* Update Korean translationChangwoo Ryu2019-08-301-346/+362
|
* Update Galician translationFran Dieguez2019-08-251-348/+361
|
* Update Hungarian translationBalázs Úr2019-08-241-349/+346
|
* Updated Slovenian translationMatej Urbančič2019-08-241-346/+360
|
* Updated French translationClaude Paroz2019-08-241-345/+342
|
* Update Latvian translationRūdolfs Mazurs2019-08-241-346/+361
|
* Update Catalan translationJordi Mas2019-08-221-1313/+540
|
* Update Serbian translationМарко Костић2019-08-211-346/+360
|
* Update Polish translationPiotr Drąg2019-08-201-345/+341
|