summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add storaged volume monitorwip/oholy/storagedOndrej Holy2015-09-3017-1/+7300
| | | | It is just copy of udisks2 volume monitor using storaged api.
* Updated German translationBernd Homuth2015-09-231-478/+608
|
* Mark files as untrashable for main backendsOndrej Holy2015-09-235-0/+9
| | | | | | Otherwise nautilus will offer the wrong action in its UI. https://bugzilla.gnome.org/show_bug.cgi?id=753934
* sftp: Don't call g_vfs_backend_force_unmount multiple timesRoss Lagerwall2015-09-231-3/+6
| | | | | | | | | | | | | | | | If the remote connection(s) are closed (e.g. the remote host is rebooted), ensure that g_vfs_backend_force_unmount is only called once. This avoids a warning like the following: forced_unregister_mount_callback forced_unregister_mount_callback ** (process:12472): WARNING **: Error unregistering mount: Mountpoint not registered (g-io-error-quark, 16) Additionally, remove some backend member variables. https://bugzilla.gnome.org/show_bug.cgi?id=753311
* sftp: Fix crashes when data connection setup failedOndrej Holy2015-09-231-9/+10
| | | | | | | | | | | | | | | | destroy_connection() is called twice when setup of data connection failed. Consequently g_hash_table_destroy() is called on already destroyed hash table on finalize. Set conn->expected_replies to NULL in destroy_connection() to fix the issue. There is another crash on force unmount when setup of data connection failed. fail_jobs() is called on already destroyed connection. Check usability of the connection before use to avoid the crash. Finally move the hast table initialization into the setup_connection, because the initialization in g_vfs_backend_sftp_init() is confusing. https://bugzilla.gnome.org/show_bug.cgi?id=753311
* job: Unify send_reply debug messagesOndrej Holy2015-09-2311-11/+28
| | | | | | | | Unify send_reply debug messages for all jobs. Always indicate failure and include error message. Indicate some other info (i.e. offset, size) for some jobs (i.e. seek, read, write). https://bugzilla.gnome.org/show_bug.cgi?id=755104
* Updated Serbian Latin translationМилош Поповић2015-09-221-428/+529
|
* Updated Serbian translationМилош Поповић2015-09-221-428/+529
|
* Post release version bumpOndrej Holy2015-09-211-1/+1
|
* Update NEWS for 1.26.0 release1.26.0Ondrej Holy2015-09-211-0/+4
|
* Update Czech translationPetr Kovar2015-09-211-363/+466
|
* Updated Danish translationAsk Hjorth Larsen2015-09-201-389/+460
|
* Updated Latvian translationRūdolfs Mazurs2015-09-181-368/+450
|
* Updated Brazilian Portuguese translationEnrico Nicoletto2015-09-171-11/+6
|
* Updated Brazilian Portuguese translationFelipe Braga2015-09-171-303/+396
|
* Updated Russian translationStas Solovey2015-09-171-358/+466
|
* Updated Turkish translationMuhammet Kara2015-09-161-428/+354
|
* Updated Italian translationMilo Casagrande2015-09-151-581/+548
|
* Post release version bumpOndrej Holy2015-09-141-1/+1
|
* Update NEWS for release 1.25.921.25.92Ondrej Holy2015-09-141-0/+7
|
* Finnish translation updateJiri Grönroos2015-09-101-562/+710
|
* Update .gitignoreOndrej Holy2015-09-101-0/+1
|
* google: Fix the error string to respect the freeze and for consistencyDebarshi Ray2015-09-101-4/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=754791
* Remove unused function to avoid warningsOndrej Holy2015-09-091-7/+0
| | | | | | | Commit 59325df refactored daemon code a bit. Function do_name_acquired is no more needed. Remove this function to avoid following warnings: daemon-main.c:347:1: warning: ‘do_name_acquired’ defined but not used
* Updated Slovak translationDušan Kazik2015-09-091-89/+107
|
* Updated POTFILES.inPiotr Drąg2015-09-091-0/+1
|
* Updated Slovenian translationMatej Urbančič2015-09-081-582/+404
|
* build: Fix wrong grammar and spellingDebarshi Ray2015-09-081-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=753838
* mtp: Replace a deprecated functionDebarshi Ray2015-09-081-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=754729
* Add GVfsBackendGoogleDebarshi Ray2015-09-085-1/+2972
| | | | | | Based on code written by Thibault Saunier. https://bugzilla.gnome.org/show_bug.cgi?id=739008
* goa: Pick up OAuth2-based accounts with a GoaFiles interfaceDebarshi Ray2015-09-081-9/+62
| | | | | | | The Google Drive backend would be OAuth2-based, so we should include such accounts too. https://bugzilla.gnome.org/show_bug.cgi?id=739008
* Updated Korean translationChangwoo Ryu2015-09-081-332/+403
|
* Updated Kazakh translationBaurzhan Muftakhidinov2015-09-041-428/+455
|
* Upload Catalan translationJordi Mas2015-09-031-558/+687
|
* Make all gvfs daemons own a name under org.gtk.vfs.*Alexander Larsson2015-09-0333-57/+55
| | | | | | | | | | | | | | | | | | | This allows you to easily allow access to gvfs from a sandbox. Just give it talk access to org.gtk.vfs.* and everything will work. This change does three things: Change the existing mountpoint dbus names from org.gtk.vfs.mountpoint.foo to org.gtk.vfs.mountpoint_foo For other mountpoints, always own: org.gtk.vfs.mountpoint_$pid Change the dbus name of the volume monitors from org.gtk.Private.fooMonitor to org.gtk.vfs.fooMonitor
* Updated Lithuanian translationAurimas Černius2015-09-021-136/+132
|
* Post release version bumpOndrej Holy2015-09-011-1/+1
|
* Update NEWS for 1.25.91 release1.25.91Ondrej Holy2015-09-011-0/+8
|
* Updated Hungarian translationBalázs Úr2015-08-311-233/+235
|
* mtp: Fix error handling from a807f12d5663Ross Lagerwall2015-08-301-3/+1
| | | | | | | | | After commit a807f12d5663 ("MTP: return ENOTEMPTY if trying to delete a non-empty directory"), G_IO_ERROR_NOT_EMPTY is returned if a generic error occurs when deleting. Fix it by calling fail_job() as the rest of the code does. https://bugzilla.gnome.org/show_bug.cgi?id=753590
* Updated Hebrew translationYosef Or Boczko2015-08-301-173/+184
|
* afp: Change g_error to g_warning for read errorsOndrej Holy2015-08-291-4/+4
| | | | | | | | | | | Use g_warning rather than g_error when a read error occurs to prevent spurious crash reports since there are many different ways for a read from the network to fail. [Cherry-picked from gnome-3-14/14369db2a8fc Commit message written by Ross Lagerwall.] https://bugzilla.gnome.org/show_bug.cgi?id=710490
* Updated Greek translationTom Tryfonidis2015-08-281-243/+247
|
* Updated Swedish translationAnders Jonsson2015-08-271-392/+448
|
* Updated Polish translationPiotr Drąg2015-08-261-356/+413
|
* Updated Chinese (Taiwan) translationChao-Hsiung Liao2015-08-251-364/+440
|
* Updated Galician translationsFran Dieguez2015-08-251-328/+404
|
* dav: Mark files as untrashableDebarshi Ray2015-08-251-0/+2
| | | | | | Otherwise nautilus will offer the wrong action in its UI. https://bugzilla.gnome.org/show_bug.cgi?id=753934
* build: Sprinkle quotationsDebarshi Ray2015-08-241-155/+155
| | | | | | | According to: https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Autoconf-Language.html https://bugzilla.gnome.org/show_bug.cgi?id=753838
* Revert part of "Update NEWS for 1.25.90"Ondrej Holy2015-08-211-7/+4
| | | | | This reverts part of commit 5e0a3c840f5447bb539c441ec1b12e3a73ce1ca9. Changes for gvfs-ls were amended by mistake.