summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Portuguese translationgnome-3-36Hugo Carvalho2021-04-221-1669/+1449
|
* google: Set the display name for the root folder alsoOndrej Holy2020-10-301-5/+11
| | | | | | | | | | | As per the documentation, it is guaranteed that the display name attribute is always set. The same applies for the name attribute. However, this is not true for the root of the google backend. This sometimes causes file chooser crashes currently. Let's set those attributes also for root. Fixes: https://gitlab.gnome.org/GNOME/gvfs/-/issues/523 (cherry picked from commit 731bdbf7bf807c05eddd3a1559c01640d0dfe40e)
* Update Kazakh translationBaurzhan Muftakhidinov2020-06-251-404/+436
|
* Update Chinese (Taiwan) translationCheng-Chia Tseng2020-05-021-246/+260
|
* Updated Slovenian translationMatej Urbančič2020-04-101-227/+243
|
* Update Latvian translationRūdolfs Mazurs2020-04-031-229/+245
|
* Post release version bumpOndrej Holy2020-03-271-1/+1
|
* Update NEWS for 1.44.1 release1.44.1Ondrej Holy2020-03-271-0/+5
|
* Update Romanian translationDaniel Șerbănescu2020-03-191-186/+201
|
* Update Catalan translationJordi Mas2020-03-061-184/+199
|
* udisks2: Fix leaks of drive icons/descriptionOndrej Holy2020-03-061-0/+3
| | | | | | | | Drive icons/description are leaked currently when also media icon/description is available. Let's add missing `g_clear_object` resp. `g_free` calls to fix those leaks. https://gitlab.gnome.org/GNOME/gvfs/issues/452
* udisks2: Fix leak when updating fstab volumesOndrej Holy2020-03-061-1/+1
| | | | | | | | `g_list_remove_link` is used when filtering out mountpoints, but the GList element is not consequently freed. Let's use `g_list_delete_link` to not leak that element. https://gitlab.gnome.org/GNOME/gvfs/issues/452
* Post release version bumpOndrej Holy2020-03-061-1/+1
|
* Update NEWS for 1.44.0 release1.44.0Ondrej Holy2020-03-061-0/+4
|
* ci: Remove gnome-build-meta jobOndrej Holy2020-03-061-25/+0
| | | | | | | | | This job was added to check merge requests in order to prevent gnome-build-meta breakages for example when our dependencies are changed. However, this job needs a lot of maintenance to keep it working. Also, the job was changed to be manual in order to not waste the capacity of runners. Let's remove this job as it is easier to run this locally if needed.
* Update Ukrainian translationDaniel Korostil2020-03-041-1517/+497
|
* Update Italian translationMilo Casagrande2020-03-031-187/+204
|
* Updated Danish translationAlan Mortensen2020-02-281-183/+200
|
* Post release version bumpOndrej Holy2020-02-281-1/+1
|
* Update NEWS for 1.43.92 release1.43.92Ondrej Holy2020-02-281-0/+4
|
* ci: Fix gnome-build-meta jobfix-ciOndrej Holy2020-02-281-1/+3
| | | | | Update docker image and also add the privileged tag as it fails otherwise with "fuse: device not found, try 'modprobe fuse' first" error.
* ci: Fix update-image jobOndrej Holy2020-02-281-0/+2
| | | | | Runners are now unprivileged. I tried to use podman, but I was not able to make it work. Let's add the privileged tag to workaround this for now.
* Update German translationTim Sabsch2020-02-261-185/+201
|
* Update Dutch translationNathan Follens2020-02-241-400/+430
|
* Update Korean translationChangwoo Ryu2020-02-221-184/+200
|
* Update Basque translationAsier Sarasua Garmendia2020-02-201-187/+202
|
* Update Polish translationPiotr Drąg2020-02-161-186/+202
|
* Update Galician translationFran Dieguez2020-02-141-187/+203
|
* Post release version bumpOndrej Holy2020-02-141-1/+1
|
* Update NEWS for 1.43.91 release1.43.91Ondrej Holy2020-02-141-0/+7
|
* test: Increase timeout for starting ftp serverOndrej Holy2020-02-141-1/+1
| | | | | | | Currently, the test suite waits for starting the ftp server 5 seconds. This seems is not enough for GitLab CI as it randomly fails with "timed out waiting for test FTP server". Let's try to increase the timeout from 5 to 15 seconds in the hope that will fix the random failures.
* test: Disable password authentication in sshd_configOndrej Holy2020-02-141-0/+1
| | | | | | | Although SFTP test cases use key-based authentication, the "Password dialog cancelled" error is returned in case of authentication failure. Let's explicitly deny the password-based authentication to see "Permission denied" instead.
* ci: Fix SFTP test cases unlocking the user accountOndrej Holy2020-02-141-1/+2
| | | | | | The sshd daemon fails with "User user not allowed because account is locked" on the GitLab runners. Let's explicitely call "passwd -d user" to fix this issue.
* Revert "Revert "ci: Enable SFTP test cases""Ondrej Holy2020-02-142-2/+11
| | | | This reverts commit 9103f073a5b36d8e18dbc10f8df0008086f8c332.
* Update Hungarian translationBalázs Úr2020-02-131-188/+204
|
* Updated Czech translationMarek Černocký2020-02-121-187/+203
|
* build: Fix login_tty detection on systems without libutilNiveditha Rau2020-02-111-2/+1
| | | | | login_tty function is available on Solaris, but libutil isn't there. Let's update the code to make the detection work also if libutil is not available.
* afc: Handle permission denied errorBastien Nocera2020-02-111-0/+4
| | | | | | | The new string is not a string freeze breakage, it's already used in a number of other backends. Closes: #453
* afc: Remove unused error code conversionBastien Nocera2020-02-111-64/+0
| | | | We're doing it manually now.
* afc: Simplify setting error codesBastien Nocera2020-02-111-10/+7
| | | | | | | | | We don't need to go to another function to get an error code when our switch function does that already. The "unhandled" AFC errors are now slightly less precise, but it's still possible to get the meaning of that code from the AFC headers directly (for developers), and not visible for end-users anyway.
* Revert "ci: Enable SFTP test cases"Ondrej Holy2020-02-102-11/+2
| | | | | | | This reverts commit 85428cb0cda160291ac31a056831c4c77c595d42. The SFTP test cases suddenly started failing without obvious reason and I don't have the capacity to deal with it right now.
* tests: Increase size for pipes to avoid hangsOndrej Holy2020-02-101-0/+6
| | | | | | | | | glib-networking started printing big amount of debug info which cause test suite hangs. It is because the stdout/stderr is redirected to pipes, which have limited capacity. Let's increase the pipe capacity to its maximum to fix this issue. Fixes: https://gitlab.gnome.org/GNOME/gvfs/issues/451
* Update Indonesian translationKukuh Syafaat2020-02-101-185/+201
|
* Update Serbian translationМарко Костић2020-02-091-184/+200
|
* Update Japanese translationsicklylife2020-02-081-661/+63
|
* Update Japanese translationsicklylife2020-02-081-193/+212
|
* Update British English translationZander Brown2020-02-081-758/+713
|
* ci: Allow CI failures temporarily to not block developmentOndrej Holy2020-02-071-0/+1
| | | | | | | The recently enabled SFTP test cases started failing for no obvious reason. This seems is not caused by any code changes, something had to change on runners. Let's temporarily allow CI to fail in order to not block further development.
* Update Brazilian Portuguese translationRafael Fontenelle2020-02-061-185/+202
|
* Update Turkish translationSabri Ünal2020-02-051-183/+199
|