summaryrefslogtreecommitdiff
path: root/session-helper
Commit message (Collapse)AuthorAgeFilesLines
* Split out permission store from session helperAlexander Larsson2016-05-094-498/+0
| | | | This is now available as org.freedesktop.impl.portal.PermissionStore
* Migrate ~/.local/share/xdg-app to ~/.local/share/flatpakAlexander Larsson2016-05-093-2/+5
|
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-097-69/+69
|
* Rename library to libflatpakAlexander Larsson2016-05-091-1/+1
|
* Rename source files to flatpakAlexander Larsson2016-05-094-9/+9
|
* Rename all non-autogenerated symbols to flatpakAlexander Larsson2016-05-093-59/+59
|
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-062-57/+72
|
* session-helper: Forgot to remove some of the dead gresource codeAlexander Larsson2016-04-261-9/+0
|
* No need to put introspection xml in resourcesAlexander Larsson2016-04-262-20/+0
| | | | This is already built in to the gdbus codegen code.
* session-helper: connect the D-Bus and systemd servicesSimon McVittie2016-04-171-0/+1
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Add change notification for the permissions storeAlexander Larsson2016-03-141-16/+67
|
* Never use gvfs in the session helperAlexander Larsson2016-03-141-0/+2
|
* Add systemd user units corresponding to the D-Bus session servicesSimon McVittie2016-01-282-2/+11
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Rename xdg-app-session.service to the recommended nameSimon McVittie2016-01-282-3/+3
| | | | | | | Using the bus name as the name of the service file is mandatory for system services, and recommended for session services. Signed-off-by: Simon McVittie <smcv@debian.org>
* common: Make it explicit that XdgAppError are portal errorsAlexander Larsson2015-12-081-8/+8
|
* Rename lib/ to common/ in preparation for public xdg-app libraryAlexander Larsson2015-11-261-1/+1
|
* Fix distcheck issues0.4.0Alexander Larsson2015-09-171-1/+1
|
* Use g_auto(GStrv) instead of glnx_strfreevAlexander Larsson2015-08-311-1/+1
|
* Remove ununsed variables reported by clangAlexander Larsson2015-08-271-2/+0
|
* Initial version of permission storeAlexander Larsson2015-08-264-0/+434
| | | | | This is a generalized store for permissions, which also will be used by the document portal.
* Rename dbus file to org.freedesktop.XdgAppAlexander Larsson2015-08-252-2/+2
|
* Change dbus name of session helper to org.freedesktop.XdgAppAlexander Larsson2015-08-182-2/+2
|
* Import xdg-document-portal from github repoAlexander Larsson2015-07-101-8/+3
| | | | | | | This pulls in the daemon code from: https://github.com/alexlarsson/xdg-document-portal/ We need this in xdg-app because we need to set up the mounts correctly.
* Restructure directories and buildAlexander Larsson2015-07-104-0/+208
This moves a all source code into separate subdirs per binary. The helper and the generic stuff goes into lib/ which is then used by all the others. For now this is a completely internal library, but at some point we will probably clean it up and expose some subset. Also, we move the dbus proxy to libexecdir.