summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dav, http: Support GSSAPI-enabled WebDAV mountswip/rishi/owncloud-gssapiDebarshi Ray2016-02-212-2/+30
|
* goa: Handle accounts using GSSAPIDebarshi Ray2016-02-211-7/+6
|
* Updated Serbian translationМирослав Николић2016-02-182-660/+668
|
* Updated Brazilian Portuguese translationRafael Fontenelle2016-02-181-264/+270
|
* Updated Italian translationMilo Casagrande2016-02-181-458/+582
|
* Post release version bumpOndrej Holy2016-02-151-1/+1
|
* Update NEWS for 1.27.90 release1.27.90Ondrej Holy2016-02-151-0/+9
|
* udisks2: Avoid crashes during unmountOndrej Holy2016-02-151-1/+1
| | | | | | | | | Commit c014b64 was pushed to prevent race between unmount reply and retry timer. Result of mount operation reply should be stored if unmount operation is in progress, however it isn't, because the conditional statement is always true. Fix the condition accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=678555
* Updated Chinese (Taiwan) translationChao-Hsiung Liao2016-02-131-343/+381
|
* ftp: Invalidate dir cache on write closeOndrej Holy2016-02-091-1/+18
| | | | | | | | | | Wrong file size is cached if query_info is executed during write operation, because dir cache is invalidated on open_for_write. Wrong file size might cause that e.g. POSIX editors fails to read file content over fuse daemon. Invalidate the cache also on close_write to fix this issue. https://bugzilla.gnome.org/show_bug.cgi?id=760159
* job: Honor attribute mask in query infoOndrej Holy2016-02-094-2/+13
| | | | | | | | | Unwanted attributes are sent from some backends (e.g. ftp), because g_file_info_copy_info is used and thus source attribute matcher is replaced. Apply attribute mask before sending as it is done in gvfsjobeneumerate to fix this issue. https://bugzilla.gnome.org/show_bug.cgi?id=745212
* Updated Polish translationPiotr Drąg2016-02-061-315/+349
|
* Updated Slovenian translationMatej Urbančič2016-02-021-199/+204
|
* gvfs-save: Fix error handlingOndrej Holy2016-02-021-1/+2
| | | | | | Initalize error to NULL before passing into g_output_stream_close to avoid "GError set over the top of a previous GError or uninitialized memory." error. Also add missing new-line character in the error message.
* Updated Bulgarian translationAlexander Shopov2016-02-011-757/+1089
|
* Updated Spanish translationDaniel Mustieles2016-01-311-262/+265
|
* network: Fix crashes when mount failedOndrej Holy2016-01-291-2/+24
| | | | | | | | | Mount operation might fail if you run multiple mount operations concurrently. Backend memory is released consequently. Unfortunatelly some idle sources and signal handlers are not removed, which might cause segmentation faults. This patch fixes this and also some other memory leaks. https://bugzilla.gnome.org/show_bug.cgi?id=712235
* Updated Slovak translationDušan Kazik2016-01-261-243/+248
|
* Updated Hungarian translationBalázs Meskó2016-01-251-309/+345
|
* build: Add --with-systemduserunitdir optionYaroslav Shmelev2016-01-2210-9/+37
| | | | | | | | | | | This option allows maintainers to specify the directory that contain a systemd user units, or disable it. Default location for these units is /usr/lib/systemd/user. This patch will switch from hard-coded path to configurable one. The patch was modified by Ondrej Holy <oholy@redhat.com>. https://bugzilla.gnome.org/show_bug.cgi?id=760293
* Updated German translationWolfgang Stöggl2016-01-211-36/+39
|
* mtp: Allow reading if GetPartialObject is supportedOndrej Holy2016-01-203-1/+21
| | | | | | | | Read support is allowed currently only if android.com extension is detected. However necessary functions can be provided also by different extension. Therefor check whether GetPartialObject is supported. https://bugzilla.gnome.org/show_bug.cgi?id=743359
* Post release version bumpOndrej Holy2016-01-181-1/+1
|
* Update NEWS for 1.27.4 release1.27.4Ondrej Holy2016-01-181-0/+7
|
* Updated German translationMario Blättermann2016-01-181-267/+278
|
* gphoto2: Be quiet by defaultOndrej Holy2016-01-181-131/+113
| | | | | | | Since daemons' stdout and stderr goes into the journal, make it quiet by default by using the existing debug logging mechanism. https://bugzilla.gnome.org/show_bug.cgi?id=740660
* gphoto2: Allow toggling libgphoto2 debug outputOndrej Holy2016-01-181-15/+18
| | | | | | | Introduce GVFS_GPHOTO2_DEBUG environment variable to toggle libgphoto2 debug output. Possible values are "all", "data", "debug", or "verbose". https://bugzilla.gnome.org/show_bug.cgi?id=740660
* http: Fix log level comparationOndrej Holy2016-01-181-3/+3
| | | | | | g_ascii_strcasecmp doesn't return boolean and thus the code needs fixes. https://bugzilla.gnome.org/show_bug.cgi?id=740660
* smbbrowse: Be quiet by defaultOndrej Holy2016-01-181-47/+34
| | | | | | | Since daemons' stdout and stderr goes into the journal, make it quiet by default by using the existing debug logging mechanism. https://bugzilla.gnome.org/show_bug.cgi?id=740660
* archive: Be quiet by defaultOndrej Holy2016-01-181-21/+13
| | | | | | | Since daemons' stdout and stderr goes into the journal, make it quiet by default by using the existing debug logging mechanism. https://bugzilla.gnome.org/show_bug.cgi?id=740660
* mtp: Be quiet by defaultOndrej Holy2016-01-181-139/+110
| | | | | | | Since daemons' stdout and stderr goes into the journal, make it quiet by default by using the existing debug logging mechanism. https://bugzilla.gnome.org/show_bug.cgi?id=740660
* smb: Be quiet by defaultRoss Lagerwall2016-01-181-25/+17
| | | | | | | Since daemons' stdout and stderr goes into the journal, make it quiet by default by using the existing debug logging mechanism. https://bugzilla.gnome.org/show_bug.cgi?id=740660
* sftp: Be quiet by defaultRoss Lagerwall2016-01-181-31/+23
| | | | | | | Since daemons' stdout and stderr goes into the journal, make it quiet by default by using the existing debug logging mechanism. https://bugzilla.gnome.org/show_bug.cgi?id=740660
* daemon: Allow controlling debug output from main daemonRoss Lagerwall2016-01-183-1/+22
| | | | | | | | | | | | | | | | | | Allow controlling whether backends spawned from the main daemon start with debug output enabled by adding a --debug command-line parameter and responding to the SIGUSR2 signal. Note that sending SIGUSR2 to the main daemon does not affect any already spawned backends. E.g. to capture the login debugging from the sftp backend without having to restart the main daemon: $ pkill -x -USR2 gvfsd $ gvfs-mount sftp://... $ journalctl -n 40 If --debug is given on the command-line, debug output is enabled for spawned daemons by default. Sending SIGUSR2 will then turn it off. https://bugzilla.gnome.org/show_bug.cgi?id=740660
* daemon: Allow toggling debug output with SIGUSR2Ross Lagerwall2016-01-183-4/+49
| | | | | | | | | | | | With dbus hooked up to systemd, it can be useful to toggle debug output on/off for a running daemon. Respond to SIGUSR2 by toggling debug output. E.g. to toggle and then watch debug output on a running sftp mount: $ pkill -USR2 gvfsd-sftp $ journalctl -f https://bugzilla.gnome.org/show_bug.cgi?id=740660
* dns-sd: Add support for nfs sharesOndrej Holy2016-01-181-1/+8
| | | | | | | We have nfs backend for some time, so nfs shares should be listed by dns-sd backend also. https://bugzilla.gnome.org/show_bug.cgi?id=760158
* Updated Lithuanian translationAurimas Černius2016-01-121-5/+5
|
* Updated Slovak translationDušan Kazik2016-01-111-239/+488
|
* Updated Norwegian bokmål translation.Kjartan Maraas2016-01-101-208/+241
|
* Updated Brazilian Portuguese translationRafael Fontenelle2016-01-051-263/+490
|
* fuse: Print file flags in vfs_write when debuggingOndrej Holy2016-01-051-0/+1
|
* Updated German translationMario Blättermann2015-12-291-184/+184
|
* Updated Swedish translationSebastian Rasmussen2015-12-211-248/+303
|
* Updated Lithuanian translationAurimas Černius2015-12-201-92/+100
|
* Post release version bumpOndrej Holy2015-12-141-1/+1
|
* Update NEWS and version for 1.27.3 release1.27.3Ondrej Holy2015-12-142-1/+13
|
* sftp: Fail cancelled jobsRoss Lagerwall2015-12-141-5/+22
| | | | | | | | Fail jobs which have been marked as cancelled, otherwise the job remains and blocks unmounting. This can be reproduced by cancelling while copying a large file to/from a mount and then trying to unmount it. https://bugzilla.gnome.org/show_bug.cgi?id=759061
* metadata: Avoid endless recursion when copying meta filesOndrej Holy2015-12-141-2/+8
| | | | | | | | | | meta_builder_copy is traversing the tree while at the same time possibly writing to it. This might leads to endless recursion and consequent segmentation fault. Do the entire copy into a new MetaFile that is not inserted into the source tree and consequently insert the MetaFile once the copy is done. https://bugzilla.gnome.org/show_bug.cgi?id=759341
* Updated Slovenian translationMatej Urbančič2015-12-131-121/+143
|
* mtp: Use phone icon for MTP devicesOndrej Holy2015-12-111-2/+2
| | | | | | | Majority of MTP devices are mobile phones nowadays. Use "phone" icon for them instead of "multimedia-player" icon to reflect this trend. https://bugzilla.gnome.org/show_bug.cgi?id=759042