summaryrefslogtreecommitdiff
path: root/document-portal
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Fix various spelling mistakesSimon McVittie1-2/+2
2016-05-09document-portal: Yet another attempt to fix the buildAlexander Larsson1-1/+1
2016-05-09Split out permission store from session helperAlexander Larsson2-23/+25
2016-05-09Remove unused variablesAlexander Larsson1-1/+1
2016-05-09Migrate ~/.local/share/xdg-app to ~/.local/share/flatpakAlexander Larsson1-1/+3
2016-05-09Rename everything but the on-disk location to flatpakAlexander Larsson2-6/+6
2016-05-09Rename library to libflatpakAlexander Larsson1-1/+1
2016-05-09Rename source files to flatpakAlexander Larsson5-9/+9
2016-05-09Rename all non-autogenerated symbols to flatpakAlexander Larsson5-97/+97
2016-05-06uncruftify: Initial run, all non-problematic changesAlexander Larsson6-277/+325
2016-04-26No need to put introspection xml in resourcesAlexander Larsson3-29/+0
2016-04-21Remove unused local variables reported by clangAlexander Larsson1-3/+0
2016-03-14No need for newlines in g_debug messagesAlexander Larsson1-6/+6
2016-03-14fuse: Store basename in dir so we don't have to keep looking it upAlexander Larsson1-27/+21
2016-03-14document portal: Avoid some deadlockAlexander Larsson3-109/+131
2016-03-11Now newlines needed in g_debug callsAlexander Larsson1-1/+1
2016-03-11Reimplement fuse backendAlexander Larsson5-1561/+1486
2016-01-28Add systemd user units corresponding to the D-Bus session servicesSimon McVittie3-2/+12
2015-12-08common: Make it explicit that XdgAppError are portal errorsAlexander Larsson3-22/+22
2015-12-02document portal: Add AddNamed method for host-side useAlexander Larsson1-0/+96
2015-11-26Rename lib/ to common/ in preparation for public xdg-app libraryAlexander Larsson1-1/+1
2015-10-21Move dbus invocation peer app detection to lib/Alexander Larsson3-212/+3
2015-10-21Correct capitalization on dbus interface filenameAlexander Larsson3-4/+4
2015-10-06document-portal: Fix warningAlexander Larsson1-0/+2
2015-10-01Propagate Xauthority details to the sandbox if X11 is enabledAlexander Larsson1-1/+1
2015-10-01fuse: Disable entry cache to work around race conditionAlexander Larsson1-1/+5
2015-09-29build: Fix srcdir != builddir from gitColin Walters1-1/+1
2015-09-18fuse: Supply mode when creating filesAlexander Larsson1-1/+1
2015-09-17Fix distcheck issues0.4.0Alexander Larsson1-0/+2
2015-09-17document portal: Add support for transient documentsAlexander Larsson2-21/+35
2015-09-09document portal: Fix crashes when dbus activatedAlexander Larsson1-2/+15
2015-09-08fuse: Add some more debug spewAlexander Larsson1-0/+3
2015-09-08fuse: Drop DOC_DIR_INO_CLASSAlexander Larsson1-75/+26
2015-09-08document portal: Correctly handle recursive documentsAlexander Larsson3-16/+75
2015-09-08document portal: Move locking explicitly into portal handlersAlexander Larsson1-4/+9
2015-09-08document-portal: Allow dbus owner replacingAlexander Larsson1-1/+3
2015-09-08fuse: Add some more debug spewAlexander Larsson2-1/+9
2015-09-08fuse: Raise entry cache times now that we invalidateAlexander Larsson1-7/+5
2015-09-08fuse: Properly invalidate inodes and entriesAlexander Larsson3-8/+75
2015-09-08fuse: Add daemonizing switchAlexander Larsson1-11/+67
2015-09-08fuse: Unmount previous fuse instance if ENOTCONNAlexander Larsson1-0/+10
2015-09-04document-portal: Actually respect WRITE permissionsAlexander Larsson1-80/+225
2015-09-04document-portal: Use xdg_app_is_valid_name() to validate app namesAlexander Larsson1-1/+1
2015-09-04document-portals: Support unique documentsAlexander Larsson3-15/+40
2015-09-04fuse: Always open files with O_NOFOLLOWAlexander Larsson1-3/+3
2015-09-03Add debug output for releaseAlexander Larsson1-0/+3
2015-09-03Store and verify parent dir dev/ino and pass O_PATH fdsAlexander Larsson4-156/+272
2015-09-03fuse: Make filesystem multithreadedAlexander Larsson2-392/+624
2015-08-31Use g_auto(GStrv) instead of glnx_strfreevAlexander Larsson2-3/+3
2015-08-27Remove ununsed variables reported by clangAlexander Larsson3-7/+0