summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendgoogle.c
Commit message (Expand)AuthorAgeFilesLines
* google: Add Shared drives folderOndrej Holy2021-02-121-13/+146
* google: Set G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE and _READ attributesOndrej Holy2021-02-121-0/+4
* google: Provide volatile entries for old URIsOndrej Holy2021-02-121-2/+20
* google: Add Shared with me folderOndrej Holy2021-02-121-32/+191
* google: Increase number of results in batches for better performanceOndrej Holy2021-02-121-3/+1
* daemon: Set filesystem::use-preview explicitlyAntónio Fernandes2021-01-221-0/+1
* google: Report progress for file transfers from local filesystemOndrej Holy2020-12-011-9/+11
* google: Set the display name for the root folder alsowip/oholy/google-display-nameOndrej Holy2020-10-211-5/+11
* trash: Do not fail when G_FILE_COPY_NO_FALLBACK_FOR_MOVE is usedwip/oholy/trash-performanceOndrej Holy2020-09-241-0/+6
* google: Changed copy, move and push to enable overwriting filesMayank Sharma2020-01-311-110/+487
* google: Fixed a bug in copy function which caused crash after renameMayank Sharma2020-01-311-18/+41
* build: Bump libgdata dependency to support latest featuresMayank Sharma2020-01-311-16/+0
* google: Fix make_directory to create folders with volatile entriesMayank Sharma2020-01-311-1/+43
* google: Added vfunc for move operationMayank Sharma2020-01-311-0/+234
* google: Improved debug info being logged while insert/delete/queryMayank Sharma2020-01-311-2/+5
* google: Added "GVFS_GOOGLE_DEBUG" env var to log all the entries in cacheMayank Sharma2020-01-311-0/+35
* google: Fix in-fs copy operation using stored volatile pathsMayank Sharma2020-01-311-46/+367
* google: Disable deletion of non-empty directoriesMayank Sharma2019-07-241-0/+35
* google: Fix crashes when deleting if the file isn't foundMayank Sharma2019-07-241-1/+2
* google: Fix issue with stale entries remaining after rename operationMayank Sharma2019-07-181-1/+7
* google: Do not enumerate volatile entries if title matches idOndrej Holy2019-07-151-4/+19
* google: Check ownership in is_owner() without additional HTTP requestMayank Sharma2019-07-091-46/+14
* google: Support deleting shared Google Drive filesMayank Sharma2019-05-091-5/+75
* daemon: Use "Operation not supported" consistentlyMayank Sharma2019-03-211-11/+11
* google: Handle child of volatile also as volatileOndrej Holy2018-09-211-39/+19
* google: Use cache for enumeration alsoOndrej Holy2018-09-211-16/+46
* google: Rework cache for better performanceOndrej Holy2018-09-211-238/+166
* google: Remove file just from concrete parentOndrej Holy2018-09-211-4/+33
* google: Add support for files with multiple parentsOndrej Holy2018-09-211-220/+168
* google: Ignore entries without parentsOndrej Holy2018-09-211-17/+1
* google: Remove also dir_collisions entriesOndrej Holy2018-09-211-0/+7
* google: Move debug prints before releasing entryOndrej Holy2018-09-211-2/+2
* Remove workaround for directory / folder iconswip/rishi/issue-2Debarshi Ray2018-08-141-11/+3
* google: Drop the (GDestroyNotify) castOndrej Holy2018-07-241-2/+2
* google: Do not create .desktop files for native fileswip/oholy/do-not-use-desktop-filesOndrej Holy2018-07-121-55/+13
* google: Fix compile-time warningBastien Nocera2018-02-281-1/+1
* google: Return error when trying to replace native filesOndrej Holy2018-02-081-2/+25
* Add missing casts for g_object_refOndrej Holy2018-02-081-1/+1
* google: Report FS total size and free spaceMichael Terry2017-08-151-0/+53
* google: Add comment for mutexOndrej Holy2017-08-141-1/+1
* google: Do not ignore errors when rebuilding cacheOndrej Holy2017-04-211-11/+5
* google: Fix reported file sizeOndrej Holy2017-03-231-4/+16
* google: Prevent potential crashes if resolve_dir failsOndrej Holy2017-03-231-1/+2
* Use Unicode in translatable stringsPiotr Drąg2016-10-031-7/+7
* daemon: Set G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attributeOndrej Holy2016-06-281-0/+1
* google: Make a few functions staticRoss Lagerwall2015-11-261-4/+4
* google: Fail in-fs copy/move if it leads to display name lossOndrej Holy2015-10-231-4/+16
* google: Mark files you can't see on the web as hiddenOndrej Holy2015-10-161-1/+9
* google: Report progress when copying and movingOndrej Holy2015-09-291-0/+7
* google: Fix the error string to respect the freeze and for consistencyDebarshi Ray2015-09-101-4/+1