summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for 1.29.91 release1.29.91Ondrej Holy2016-08-291-0/+6
|
* dav: better error when we can't find a mount baseChristian Kellner2016-08-291-2/+1
| | | | | | | If we have a DAV share, ie proper DAV header and good PROPFIND call but we are not in a collection we report a better error message. https://bugzilla.gnome.org/show_bug.cgi?id=770549
* dav: properly handle cancellation during mountingChristian Kellner2016-08-291-1/+2
| | | | | | | | | | If the user cancels the authentication dialog during the mount operation, we should catch that case and instead of returing G_IO_ERROR_FAILED we should G_IO_ERROR_FAILED_HANDLED. This will prevent an (expected) error being back to the user. This is in line with what other backends do in the same situation. https://bugzilla.gnome.org/show_bug.cgi?id=770549
* dav: cleanup in case of mount errorChristian Kellner2016-08-291-1/+3
| | | | | | Free the two messages use for mount root detection in case of error. https://bugzilla.gnome.org/show_bug.cgi?id=770549
* dav: better error handling during mountChristian Kellner2016-08-291-21/+44
| | | | | | | | | If we can detect that a location is not a webdav share then prefer that error message over any other. For other error cases also take errors from the PROPFIND call into account. Translate the status code into a proper GIO error code. https://bugzilla.gnome.org/show_bug.cgi?id=770549
* common: Handle mount_prefix by g_mount_spec_setOndrej Holy2016-08-291-0/+7
| | | | | | | | | | | | mount_prefix is set to the value "/export" if you e.g. call the following: gvfs-mount nfs://localhost/export Unfortunatelly, it is not possible to execute backend manually with a concrete mount_prefix. Handle key "prefix" as mount_prefix, so you can now execute backend manually with prefix, e.g.: /usr/libexec/gvfsd-nfs host=localhost prefix=/export https://bugzilla.gnome.org/show_bug.cgi?id=770545
* Updated German translationMario Blättermann2016-08-281-16/+20
|
* Updated Serbian translationМирослав Николић2016-08-282-1891/+1839
|
* Updated Slovenian translationMatej Urbančič2016-08-251-16/+20
|
* Updated Slovenian translationMatej Urbančič2016-08-251-762/+992
|
* Updated Brazilian Portuguese translationEnrico Nicoletto2016-08-251-1045/+783
|
* Updated Hungarian translationBalázs Úr2016-08-241-18/+23
|
* Updated French translationCharles Monzat2016-08-241-17/+23
|
* Updated Spanish translationDaniel Mustieles2016-08-241-952/+899
|
* Updated Polish translationPiotr Drąg2016-08-231-49/+20
|
* Updated Czech translationMarek Černocký2016-08-231-16/+20
|
* archive: Fix display_name of root entryChristian Kellner2016-08-231-3/+4
| | | | | | | Change display-name file info property from "/ on XYZ" to "/ in XYZ", as indicated by the FIXME in the code. https://bugzilla.gnome.org/show_bug.cgi?id=770238
* Updated Hungarian translationGábor Kelemen2016-08-221-10/+6
|
* Updated French translationClaude Paroz2016-08-221-935/+902
|
* build: admin backend needs libcapAndreas Henriksson2016-08-221-1/+1
| | | | | | | | | | | | Make sure to check for libcap availability for building the admin backend to avoid potentially running into: gvfsbackendadmin.c:27:28: fatal error: sys/capability.h: No such file or directory #include <sys/capability.h> ^ compilation terminated. https://bugzilla.gnome.org/show_bug.cgi?id=769747
* Updated Hungarian translationBalázs Úr2016-08-191-940/+911
|
* Updated Czech translationMarek Černocký2016-08-171-974/+911
|
* Updated German translationMario Blättermann2016-08-151-938/+913
|
* Updated Polish translationPiotr Drąg2016-08-151-981/+1011
|
* Post release version bumpOndrej Holy2016-08-111-1/+1
|
* Update NEWS for 1.29.90 release1.29.90Ondrej Holy2016-08-111-0/+8
|
* build: Include its rules for polkit temporarilyOndrej Holy2016-08-115-2/+17
| | | | | | | | polkit.loc and polkit.its files are neccessary for merging translations back into policy files with gettext. Include those files temporarily before new polkit is released and distributed. https://bugzilla.gnome.org/show_bug.cgi?id=768707
* build: Use upstream gettext instead intltoolJavier Jardón2016-08-118-38/+96
| | | | | | | | | See for more info: https://wiki.gnome.org/MigratingFromIntltoolToGettext Modified by Ondrej Holy. https://bugzilla.gnome.org/show_bug.cgi?id=768707
* build: Use autoreconf instead custom scriptJavier Jardón2016-08-113-111/+25
| | | | | | | | | The patch uses autogen.sh template from: https://wiki.gnome.org/Projects/GnomeCommon/Migration Modified by Ondrej Holy. https://bugzilla.gnome.org/show_bug.cgi?id=768707
* afc: Extend translator commentOndrej Holy2016-08-111-1/+2
| | | | | | | It is not obvious that "Trust" is the caption of the button in the device and not in the GVfs. https://bugzilla.gnome.org/show_bug.cgi?id=769712
* Updated Slovak translationDušan Kazik2016-08-081-19/+28
|
* Updated Hebrew translationYosef Or Boczko2016-08-071-408/+476
|
* Updated Lithuanian translationAurimas Černius2016-08-031-283/+319
|
* Updated Spanish translationDaniel Mustieles2016-08-021-12/+11
|
* dnssd: Fix crashes when mount failedOndrej Holy2016-07-291-12/+17
| | | | | | | | | | Mount operation might fail if you run multiple mount operations concurrently. Backend memory is released consequently. Unfortunatelly AvahiServiceResolvers are not freed and thus resolve_callback might be called after backend finalize, which causes segmentation faults. This patch fixes this and also some other memory leaks. https://bugzilla.gnome.org/show_bug.cgi?id=631023
* Add Language headers to po filesPiotr Drąg2016-07-2324-15/+24
| | | | Future versions of gettext will fail if this header is missing.
* Updated Spanish translationDaniel Mustieles2016-07-181-152/+157
|
* configure.ac: AFC needs libimobiledevice-1.2Marinus Schraal2016-07-181-1/+1
| | | | | | | The changes done to the afc support in 1.29.3 need a newer libimobiledevice. https://bugzilla.gnome.org/show_bug.cgi?id=768922
* Post release version bumpOndrej Holy2016-07-181-1/+1
|
* Update NEWS for 1.29.4 release1.29.4Ondrej Holy2016-07-181-0/+9
|
* po: Fix make checkOndrej Holy2016-07-181-0/+2
| | | | | | | | Add daemon/org.gtk.vfs.file-operations.policy.in file in POTFILES.skip in order to fix the following error: The following files contain translations and are currently not in use. Please consider adding these to the POTFILES.in file, located in the po/ directory.
* Updated POTFILES.inPiotr Drąg2016-07-141-0/+2
|
* admin: add message to configure outputCosimo Cecchi2016-07-131-0/+1
| | | | Saying whether it's supported or not.
* admin: fix indentationCosimo Cecchi2016-07-131-18/+17
|
* admin: add more read/write flag overridesCosimo Cecchi2016-07-131-0/+4
| | | | We can also delete/rename files when going through the admin backend.
* admin: fix syntax for admin daemon invocationCosimo Cecchi2016-07-131-1/+2
|
* admin: simplify code to set new display nameCosimo Cecchi2016-07-131-7/+5
| | | | We can use the return value of g_file_set_display_name().
* admin: remove unneeded codeCosimo Cecchi2016-07-131-12/+1
| | | | | g_file_append_to() will already return a stream that points to the end of the file.
* admin: don't use tabsCosimo Cecchi2016-07-131-4/+4
|
* admin: factor out function to set common GVfsJobOpenForWrite attrsCosimo Cecchi2016-07-131-21/+16
|