summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* admin: refactor a method to complete jobCosimo Cecchi2016-07-131-191/+79
| | | | Simplify code.
* admin: wire up a missing functionCosimo Cecchi2016-07-131-0/+1
|
* admin: remove unused variablesCosimo Cecchi2016-07-131-3/+0
|
* admin: move variables at top of functionsCosimo Cecchi2016-07-131-102/+130
|
* admin: update copyrightCosimo Cecchi2016-07-132-2/+2
|
* Introduce an admin gvfs backendCosimo Cecchi2016-07-138-1/+1220
| | | | | | The new admin backend is activated through pkexec and allows applications to promote their I/O operations to be privileged. Privilege checking is achieved through polkit.
* daemon: Enable debugging for the main daemon by GVFS_DEBUGOndrej Holy2016-07-131-0/+3
| | | | | | | | This is currently more-or-less just a cosmetic issue, because there aren't any debug prints in the main daemon, and because other daemons are spawned with the same enviroment. However this fixes debugging for the proposed admin daemon, because GVFS_DEBUG environment variable is not passed in pkexec environment.
* gvfs-open: also replace dashes when computing object pathCosimo Cecchi2016-07-121-2/+13
| | | | | | | | This is what GApplication does, and we should do it here too, or gvfs-open won't work for DBus-activatable applications with dashses in their app IDs. https://bugzilla.gnome.org/show_bug.cgi?id=768410
* Updated Slovak translationDušan Kazik2016-07-051-292/+315
|
* Updated Portuguese translationTiago Santos2016-07-041-580/+306
|
* daemon: Handle NULL certificates properlyOndrej Holy2016-06-281-0/+3
| | | | | | | | | Webdav backend crashes if libsoup returns NULL certificate. Ftp backend may be also affected. The crash may happen if you try to connect with "davs://" ("ftps://") to a server, which is not TLS-enabled. The backend fails properly with libsoup error thanks to this patch. https://bugzilla.redhat.com/show_bug.cgi?id=1350820
* daemon: Set G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attributeOndrej Holy2016-06-2823-2/+31
| | | | | | | Mark all network-based backends as remote. This is useful to remove some hardcoded lists of filesystem types in GTK+. Bump required GLib version accordingly.
* Updated Indonesian translationAndika Triwidada2016-06-241-204/+227
|
* Updated Indonesian translationAndika Triwidada2016-06-241-393/+428
| | | | (cherry picked from commit d965154461d84a1d1763a813db82747377a7e07f)
* common: Check BDMV folder before libblueray usageOndrej Holy2016-06-221-0/+11
| | | | | | | | | | | | | You can see the following errors from libblueray if you insert non-blueray disk: disc.c:350: error opening file BDMV/index.bdmv disc.c:350: error opening file BDMV/BACKUP/index.bdmv Unfortunately bd_set_debug_mask is not part of public API, so we have no control over the output. Let's do not use any libblueray API functions if BDMV dir does not exists to avoid such errors. https://bugzilla.gnome.org/show_bug.cgi?id=767909
* Post release version bumpOndrej Holy2016-06-201-1/+1
|
* Update NEWS for 1.29.3 release1.29.3Ondrej Holy2016-06-201-0/+8
|
* smb: Set always G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE for filesOndrej Holy2016-06-141-2/+2
| | | | | | | | | | G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE is set for regular files only when S_IWUSR is not set currently (i.e. FALSE only). It seems to me that it is reliable to set this to TRUE for regular files in other cases. Applications should not rely on those attributes, however it is crucial for some apps which rely on them still (e.g. File Roller). https://bugzilla.gnome.org/show_bug.cgi?id=724497
* Updated Brazilian Portuguese translationRafael Fontenelle2016-06-141-231/+257
|
* Updated Turkish translationMuhammet Kara2016-06-141-205/+230
|
* Updated Spanish translationDaniel Mustieles2016-06-131-239/+266
|
* afc: Fix several memory leaksOndrej Holy2016-06-101-0/+9
| | | | | Memory is not released on several places, when handling errors mostly. Add missing g_free calls to avoid those memory leaks.
* afc: Add missing trailing newline charOndrej Holy2016-06-101-1/+1
| | | | GVfs uses custom log handler, which requires trailing newline char.
* afc: Fix error when renaming files in DocumentsBastien Nocera2016-06-091-1/+7
| | | | | | | When renaming a file in Documents, the callers expect the new path in the global scheme, not the path inside the HouseArrest AFC itself. This fixes a warning in nautilus when renaming files.
* afc: Tweak HouseArrest warning outputBastien Nocera2016-06-091-5/+10
| | | | | | Only throw a warning when the second attempt at setting up HouseArrest fails, not when we're going to retry. This makes it easier to see real warnings compared to normal run-time behaviour.