summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Collapse)AuthorAgeFilesLines
* Use typographic quotes just like the other stringsGil Forcada2012-09-071-1/+1
|
* gmountsource: Always use NULL-terminated arraysTomas Bzatek2012-09-043-5/+1
| | | | | | | | | | | | | | | GDBus calls require NULL-terminated string arrays, let's use them internally instead of array + n_elements couple. Also fix all users of g_mount_source_ask_question() and g_mount_source_show_processes(). This is a regression after gdbus port actually, the old code used to deal with string arrays differently. Related commit: 99d06e499f999459f1fc973c870415a004722d54 https://bugzilla.gnome.org/show_bug.cgi?id=683118
* Improve the unknown authenticity question promptWilliam Jon McCann2012-09-041-2/+2
| | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683341 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
* dav: Don't use deprecated libsoup methodsTomas Bzatek2012-09-041-7/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=682990
* http: Don't use deprecated libsoup methodsJasper St. Pierre2012-09-041-4/+4
| | | | | | | | | soup_message_headers_get() has been deprecated in favor of soup_message_headers_get_one(). https://bugzilla.gnome.org/show_bug.cgi?id=682990 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
* afp: Fix error message (-Wformat-security)Jasper St. Pierre2012-09-041-1/+1
| | | | | | | | We need to supply an %s somewhere in here to be secure. https://bugzilla.gnome.org/show_bug.cgi?id=682990 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
* Don't include jargon in mount display names and messagesWilliam Jon McCann2012-08-306-22/+18
| | | | | | | | | | | | | The backend protocol isn't necessary in the display name for a location. And having it there makes it much harder to actually find the user interesting part of the name. Once a mount is connected the user interesting part of the name is "what it is" and not "how it is accessed". This is possible now that we aren't using the display name to make a unique mount point. https://bugzilla.gnome.org/show_bug.cgi?id=682878
* Don't use the display name to make the unique mount pointWilliam Jon McCann2012-08-302-13/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=682878
* Add symbolics support to the backendsWilliam Jon McCann2012-08-3024-53/+351
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=681458
* Add support for getting symbolic iconsWilliam Jon McCann2012-08-303-2/+45
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=681458
* Remove favicon supportWilliam Jon McCann2012-08-301-79/+2
| | | | | | | 16px favicons aren't themable or resizable. They don't work very well as the default icons for files or mounts. https://bugzilla.gnome.org/show_bug.cgi?id=682892
* recent: honor the private hintWilliam Jon McCann2012-08-281-0/+1
| | | | | | Don't display items that have been marked as private. https://bugzilla.gnome.org/show_bug.cgi?id=682835
* Strip dbus error strings from GError after all dbus calls.Alexander Larsson2012-08-247-0/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=682384
* Append the service name when needed to help differentiateWilliam Jon McCann2012-08-241-1/+77
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=592885
* Use human friendly error messages.William Jon McCann2012-08-231-30/+45
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=682507
* Fix races when mounting the same mount in parallel.Alexander Larsson2012-08-231-5/+23
| | | | | | | | Whenever we get ALREADY_MOUNTED during a mount we just treat it as a success. This fixes for instance multiple parallel calls to automounted mounts like http.
* Report back error_code on spawn fail due to bus name already ownedAlexander Larsson2012-08-231-5/+6
| | | | | | We return the not-quite-right ALREADY_MOUNTED. Its not strictly right because just because the name is owned does not mean the mount has been registred yet.
* Don't g_warn about getting the dbus nameAlexander Larsson2012-08-231-2/+0
| | | | This breaks fatal warnings unnecessarily
* Return correct error for invalid backendsAlexander Larsson2012-08-231-2/+2
|
* afc: use the correct choice index for "Cancel"Cosimo Cecchi2012-08-231-2/+8
| | | | | | Or pressing the button won't dismiss the dialog. https://bugzilla.gnome.org/show_bug.cgi?id=682496
* afc: use curly double quotes for dialog questionCosimo Cecchi2012-08-231-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=682496
* afc: null-terminate choices string arrayCosimo Cecchi2012-08-231-1/+1
| | | | | | | | | | | | | Fixes extra buttons appearing in the dialog. The fact that we pass the array length doesn't guarantee that the function we are calling will actually work fine with a non null-terminated array; in fact it ultimately gets passed to the autogenerated GDBus code, which expects it to be null-terminated, causing memory access out of the array bounds, and into the content-types string array. https://bugzilla.gnome.org/show_bug.cgi?id=682496
* Improve translations a bit and add hint for etagFelix Möller2012-08-231-4/+4
| | | | Closes https://bugzilla.gnome.org/show_bug.cgi?id=595087
* Unpair an idevice if it was already paired and refuses to connectWilliam Jon McCann2012-08-231-4/+32
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=676424
* Improve idevice error handlingWilliam Jon McCann2012-08-231-13/+17
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=676424
* Don't set a file size for the network:// shortcutsWilliam Jon McCann2012-08-221-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=682376
* daemon: Drop no-longer-necessary libdbus thread init bitsColin Walters2012-08-211-8/+0
| | | | Build regression introduced by 288e9153f1f6efdb1243ad4d8589519326f3ec94
* Remove final parts of libdbusAlexander Larsson2012-08-213-784/+2
| | | | Don't link to libdbus and remove libdbus utility functions.
* afp: fix g_vfs_afp_connection_get_max_request() not returning any valueCarl-Anton Ingmarsson2012-08-201-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=682283
* Fix build without libsecretAlexander Larsson2012-08-201-2/+2
| | | | Move compare_specificity into HAVE_KEYRING ifdef
* Port to libsecret instead of libgnome-keyringAlexander Larsson2012-08-201-46/+181
| | | | | | Based on an initial port by Stef Walter https://bugzilla.gnome.org/show_bug.cgi?id=679854
* cdda: Support libcdio 0.84 with changed APIDominique Leuenberger2012-08-151-2/+20
| | | | | | | following CDIO changeset http://git.savannah.gnu.org/gitweb/?p=libcdio.git;a=commitdiff;h=abe5b8429573c9ac796c274c7abe7f76ef52dc76 https://bugzilla.gnome.org/show_bug.cgi?id=678257
* afp: fixup retrieval of user id and uuid.Carl-Anton Ingmarsson2012-08-141-20/+56
| | | | | | | Seems like the afp server in OS X will give invalid replies to the FPGetUserInfo command when asking for the group id. Therefore we know try to retrieve the group id in a separate request so that we atleast are able to get the user id and uuid.
* afp: use a separate request id counter for tickle requestsCarl-Anton Ingmarsson2012-08-091-1/+10
|
* afp: Properly report range lock errors when writing to forks.Carl-Anton Ingmarsson2012-08-091-1/+5
|
* afp: Fix crasher in GVfsAfpConnection when sending tickle requests.Carl-Anton Ingmarsson2012-08-091-0/+1
|
* afp: Fix issues with closing a GVfsAfpConnection.Carl-Anton Ingmarsson2012-08-091-20/+21
| | | | We ended up running close_connection() multiple times due to g_main_loop_quit() dispatching other sources.
* afp: Fix invalid free in GVfsAfpConnectionCarl-Anton Ingmarsson2012-08-091-0/+1
|
* afp: Always close fork when doing close_write()Carl-Anton Ingmarsson2012-08-091-11/+3
| | | | Don't error out if we're unable to get the etag and just continue instead.
* afp: Don't create write requests bigger than the maximum request size.Carl-Anton Ingmarsson2012-08-095-9/+39
|
* afp: Error out when receiving invalid replies in GVfsAfpServer.Carl-Anton Ingmarsson2012-08-094-82/+216
|
* afp: use g_thread_new() instead of deprecated g_thread_create()Carl-Anton Ingmarsson2012-08-091-8/+2
|
* afp: move map_id function to GVfsAfpServerCarl-Anton Ingmarsson2012-08-096-209/+210
| | | | | also rename the AfpMapIDFunction enum to GVfsAfpMapIDFunction and move it into gvfsafpserver.h.
* afp: move definitions of GVfsAfp[Volume|Server] into gvfsafptypes.hCarl-Anton Ingmarsson2012-08-096-5/+43
|
* afp: make fields private in GVfsAfpServerCarl-Anton Ingmarsson2012-08-097-131/+213
|
* afp: logout from server on unmountCarl-Anton Ingmarsson2012-08-096-1/+81
|
* Use a worker thread in GVfsAfpConnectionCarl-Anton Ingmarsson2012-08-094-222/+413
|
* afp: append _sync to g_vfs_afp_connection_[open|close]Carl-Anton Ingmarsson2012-08-093-10/+10
|
* gphoto: build with libgphoto 2.5 APICosimo Cecchi2012-08-081-1/+11
| | | | | | | Patch taken from the Fedora package Author: Jindrich Novy <jnovy@redhat.com> http://pkgs.fedoraproject.org/cgit/gvfs.git/commit/?id=cd0c6218df85bf3de101402c1aa9d79aae7c3019
* cdda: Remove old TODO itemBastien Nocera2012-08-071-3/+0
|